OSDN Git Service

Update aosp/master llvm for rebase to r233350
[android-x86/external-llvm.git] / include / llvm / ADT / DepthFirstIterator.h
2015-04-09 Pirama Arumuga NainarUpdate aosp/master llvm for rebase to r233350
2015-04-08 Colin CrossMerge "Take HOST_PREFER_32_BIT into account"
2015-04-08 Colin CrossMerge "Set LOCAL_MULTLIB := first for all LLVM host...
2015-04-01 Stephen HinesMerge "Update aosp/master LLVM for rebase to r230699."
2015-03-23 Stephen HinesUpdate aosp/master LLVM for rebase to r230699.
2014-12-10 Stephen Hinesam 50721a7a: (-s ours) Merge in the following upstream...
2014-12-10 Tim Murrayam 22c310d7: (-s ours) Revert "Revert "Bring in fixes...
2014-12-10 Tim Murrayam 6eeae0cf: Revert "Apply rL216114 from upstream LLVM."
2014-12-04 Stephen Hinesam 876d6995: Merge "Update aosp/master LLVM for rebase...
2014-12-04 Stephen HinesMerge "Update aosp/master LLVM for rebase to r222494."
2014-12-03 Stephen HinesUpdate aosp/master LLVM for rebase to r222494.
2014-05-30 Stephen Hinesam 8b6f0f11: am 51c66e01: am cd06393a: Merge "Update...
2014-05-30 Stephen Hinesam 51c66e01: am cd06393a: Merge "Update LLVM for 3...
2014-05-30 Stephen Hinesam cd06393a: Merge "Update LLVM for 3.5 rebase (r209712)."
2014-05-30 Stephen HinesMerge "Update LLVM for 3.5 rebase (r209712)."
2014-05-29 Stephen HinesUpdate LLVM for 3.5 rebase (r209712).
2013-01-21 Stephen HinesMerge remote-tracking branch 'upstream/master' into...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-08-17 Joe Onoratoam c0944da4: Merge "Host tools don\'t need LOCAL_MODULE...
2012-08-03 Shih-wei LiaoMerge with LLVM upstream r160668 (Jul 24th 2012)
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2011-03-09 Jush LuMerge upstream r127116
2011-03-01 Dan GohmanSimplify this code.
2010-09-14 Shih-wei LiaoMerge commit 'refs/changes/82/67782/1' of ssh://android...
2010-09-11 Shih-wei LiaoMerge commit '69494cf8102cf872e9cb76662e9960be7c112112...
2010-08-18 Jakob Stoklund OlesenRevert r111394. It was too aggressive.
2010-08-18 Jakob Stoklund OlesenRevert r111394. It was too aggressive.
2010-08-18 Jakob Stoklund OlesenAggressively prune the DFS when inserting phi-defs.
2010-08-18 Jakob Stoklund OlesenAggressively prune the DFS when inserting phi-defs.
2010-08-18 Jakob Stoklund OlesenAdd df_iterator::getPathLength and getPath as a way...
2010-08-18 Jakob Stoklund OlesenAdd df_iterator::getPathLength and getPath as a way...
2010-02-10 Shih-wei LiaoCheck in LLVM r95781.
2009-08-27 Gabor GreifClean up the minor mess I caused with removing iterator...
2009-08-27 Gabor GreifClean up the minor mess I caused with removing iterator...
2009-07-23 Chris Lattnerenhance DepthFirstIterator to support more robust opera...
2009-07-23 Chris Lattnerenhance DepthFirstIterator to support more robust opera...
2009-03-21 Chris Lattneradd some inline methods for infix operators on sparse...
2009-03-21 Chris Lattneradd some inline methods for infix operators on sparse...
2009-02-20 Misha BrukmanFixed lint errors:
2009-02-20 Misha BrukmanFixed lint errors:
2008-05-29 Anton KorobeynikovFor PR1338: rename include/llvm/ADT/ilist and friends...
2008-05-29 Anton KorobeynikovFor PR1338: rename include/llvm/ADT/ilist and friends...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-15 Anton KorobeynikovUse references in DF iterators. This eliminates copy...
2007-12-15 Anton KorobeynikovUse references in DF iterators. This eliminates copy...
2007-07-18 Dan GohmanIt's not necessary to do rounding for alloca operations...
2007-06-21 Owen AndersonHave internal df_iterator's use SmallPtrSet instead...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-01 Reid SpencerChanges For Bug 352
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM notice.
2003-10-13 Chris LattnerAdd missing default argument
2003-10-13 Chris Lattneradd support for "external" depth first iterators, which...
2003-10-13 Chris LattnerExtricate the "reverse" support from the depth-first...
2003-09-30 Chris LattnerStandardize header file comments
2003-07-25 Chris LattnerFix another accessibility problem illuminated by GCC 3.3
2003-06-17 Brian GaekeRegularize the names of #include-guards.
2002-10-28 Chris LattnerDon't #include <Support/*>, #include "Support/*"
2002-07-24 Chris LattnerChanges to build with GCC 3.1
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...