aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/PassRegistry.cpp
Commit message (Expand)AuthorAgeFilesLines
* Delete a redundant check.Dan Gohman2010-10-121-1/+1
* Allow the PassRegistry mutex to be lazily initialized, and clean up the globa...Owen Anderson2010-09-161-10/+10
* Do not expose the locking for the PassRegistry in the header. Be careful toOwen Anderson2010-09-161-1/+8
* Since PassRegistry is currently a shared global object, it needs locking. Wh...Owen Anderson2010-09-151-0/+7
* Minimize #includes in a top-level header.Owen Anderson2010-09-131-0/+1
* Fix PR7972, in which the PassRegistry was being leaked. As part of this,Owen Anderson2010-09-071-35/+16
* Clean up some of the PassRegistry implementation, and pImpl-ize it to reduce ...Owen Anderson2010-09-071-26/+64
* 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-13/+33
* Move the handling of PassRegistrationListener's to PassRegistry.Owen Anderson2010-07-201-0/+25
* Move more functionality from Pass.cpp to PassRegistry.cpp. This global will ...Owen Anderson2010-07-201-1/+43
* I just fail with SVN today.Owen Anderson2010-07-201-0/+72