aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/PassRegistry.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-29/+19
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-3/+24
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-011-0/+5
* Attempt to fix valgrind complaining about (benign) leaks in pass registration...Owen Anderson2010-10-201-2/+3
* Do not expose the locking for the PassRegistry in the header. Be careful toOwen Anderson2010-09-161-2/+0
* Since PassRegistry is currently a shared global object, it needs locking. Wh...Owen Anderson2010-09-151-0/+2
* Minimize #includes in a top-level header.Owen Anderson2010-09-131-2/+1
* Fix PR7972, in which the PassRegistry was being leaked. As part of this,Owen Anderson2010-09-071-0/+1
* Properly initialize the pImpl member of PassRegistry to zero.Owen Anderson2010-09-071-0/+2
* Add doxygen comments for PassRegistry.Owen Anderson2010-09-071-1/+24
* Clean up some of the PassRegistry implementation, and pImpl-ize it to reduce ...Owen Anderson2010-09-071-25/+12
* fix inconsistent formatting.Chris Lattner2010-09-051-1/+1
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-3/+3
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-3/+3
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-3/+3
* Move the smarts of AnalysisGroup registration into PassRegistry.Owen Anderson2010-07-211-3/+2
* Move the handling of PassRegistrationListener's to PassRegistry.Owen Anderson2010-07-201-3/+8
* Move more functionality from Pass.cpp to PassRegistry.cpp. This global will ...Owen Anderson2010-07-201-0/+2
* I just fail with SVN today.Owen Anderson2010-07-201-2/+0
* Oops.Owen Anderson2010-07-201-0/+67