OSDN Git Service

Update aosp/master LLVM for rebase to r256229
[android-x86/external-llvm.git] / include / llvm / PassSupport.h
2016-03-21 Pirama Arumuga NainarUpdate aosp/master LLVM for rebase to r256229
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 a21bbdfa: am 876d6995: Merge "Update aosp/master...
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-08-12 Stephen HinesMerge "Fixes the build when NDEBUG is not defined."
2014-07-25 Stephen HinesUpdate LLVM for rebase to r212749.
2014-07-24 Stephen Hinesam e0dc531c: Merge "Update LLVM for rebase to r212749."
2014-07-23 Stephen HinesMerge "Update LLVM for rebase to r212749."
2014-07-21 Stephen HinesUpdate LLVM for rebase to r212749.
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).
2014-05-05 Stephen HinesMerge "Don't try to use Clang on Windows yet."
2014-04-29 Bill YiMerge commit '2136801bbd32f5e9554aa8009d0e5f862744162b...
2014-04-25 Stephen Hinesam 1f3d12be: am b5eb99b8: am 37a6adeb: Merge "Update...
2014-04-25 Stephen Hinesam b5eb99b8: am 37a6adeb: Merge "Update to LLVM 3.5a."
2014-04-25 Stephen Hinesam 37a6adeb: Merge "Update to LLVM 3.5a."
2014-04-25 Stephen HinesMerge "Update to LLVM 3.5a."
2014-04-24 Stephen HinesUpdate to LLVM 3.5a.
2013-03-06 Stephen HinesMerge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5...
2013-01-21 Stephen HinesMerge remote-tracking branch 'upstream/master' into...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-17 Duncan SandsFix comment typo.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-04-03 Mike LockwoodMerge remote-tracking branch 'goog/ics-aah'
2012-02-29 Jean-Baptiste Queruresolved conflicts for merge of 8f698b54 to master
2011-12-16 Logan ChienMerge with LLVM upstream r146714 (Dec 16th 2011)
2011-12-08 Nick LewyckyAdd Tsan annotations to the pass system.
2011-05-10 Nick LewyckyRevert r131155 for now. It makes VMCore depend on Analy...
2011-05-10 David ChisnallAdd support for plugins add passes to the default set...
2011-03-09 Jush LuMerge upstream r127116
2011-02-28 jushMerge LLVM upstream r119309 into honey
2010-11-29 Michael J. SpencerMerge System into Support.
2010-10-20 Owen AndersonAttempt to fix valgrind complaining about (benign)...
2010-10-20 Owen AndersonAttempt to fix valgrind complaining about (benign)...
2010-10-19 Owen AndersonRemove extraneous slash.
2010-10-19 Owen AndersonRemove extraneous slash.
2010-10-19 Owen AndersonFactor out the call-once implementation into its own...
2010-10-19 Owen AndersonFactor out the call-once implementation into its own...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-14 Owen AndersonTry again at implementing thread-safe lazy pass initial...
2010-10-14 Owen AndersonTry again at implementing thread-safe lazy pass initial...
2010-10-14 Owen AndersonRevert r116489. It included some changes I didn't...
2010-10-14 Owen AndersonRevert r116489. It included some changes I didn't...
2010-10-14 Owen AndersonApparently MSVC doesn't support thread-safe static...
2010-10-14 Owen AndersonApparently MSVC doesn't support thread-safe static...
2010-10-13 Owen AndersonConversely, Analysis-implementations do NOT need to...
2010-10-13 Owen AndersonConversely, Analysis-implementations do NOT need to...
2010-10-13 Owen AndersonAnalysis groups need to initialize their default implem...
2010-10-13 Owen AndersonAnalysis groups need to initialize their default implem...
2010-10-13 Owen AndersonTake advantage of C++'s thread-safe static local initia...
2010-10-13 Owen AndersonTake advantage of C++'s thread-safe static local initia...
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-10-07 Owen AndersonMove the pass initialization helper functions into...
2010-10-07 Owen AndersonMove the pass initialization helper functions into...
2010-10-06 Owen AndersonHide analysis group registration behind a macro, just...
2010-10-06 Owen AndersonHide analysis group registration behind a macro, just...
2010-10-06 Owen AndersonPass initialization functions should take a PassRegistr...
2010-10-06 Owen AndersonPass initialization functions should take a PassRegistr...
2010-10-05 Owen AndersonAnother step towards getting rid of static ctors for...
2010-10-05 Owen AndersonAnother step towards getting rid of static ctors for...
2010-09-14 Shih-wei LiaoMerge commit 'refs/changes/82/67782/1' of ssh://android...
2010-09-11 Shih-wei LiaoMerge commit '69494cf8102cf872e9cb76662e9960be7c112112...
2010-09-07 Owen AndersonClean up some of the PassRegistry implementation, and...
2010-09-07 Owen AndersonClean up some of the PassRegistry implementation, and...
2010-08-07 Dan GohmanTidy some #includes and forward-declarations, and move...
2010-08-07 Dan GohmanTidy some #includes and forward-declarations, and move...
2010-08-06 Rafael EspindolaSome cleanup. Use a class (OptionInfo) instead of a...
2010-08-06 Rafael EspindolaSome cleanup. Use a class (OptionInfo) instead of a...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-21 Owen AndersonAdd INSTANTIATE_AG_PASS, which combines RegisterPass...
2010-07-21 Owen AndersonAdd INSTANTIATE_AG_PASS, which combines RegisterPass...
2010-07-21 Owen AndersonAdd the INITIALIZE_PASS macro.
2010-07-21 Owen AndersonAdd the INITIALIZE_PASS macro.
2010-07-20 Owen AndersonMove the handling of PassRegistrationListener's to...
2010-07-20 Owen AndersonMove the handling of PassRegistrationListener's to...
2010-07-20 Owen AndersonPull out r108755. After offline discussion with Chris...
2010-07-20 Owen AndersonPull out r108755. After offline discussion with Chris...
2010-07-20 Owen AndersonSpeculatively revert r108813, in an attempt to get...
2010-07-20 Owen AndersonSpeculatively revert r108813, in an attempt to get...
2010-07-20 Owen AndersonReapply r108794, a fix for the failing test from last...
2010-07-20 Owen AndersonReapply r108794, a fix for the failing test from last...
2010-07-20 Daniel DunbarRevert r108794, "Separate PassInfo into two classes...
2010-07-20 Daniel DunbarRevert r108794, "Separate PassInfo into two classes...
next