aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/PassRegistry.h
Commit message (Expand)AuthorAgeFilesLines
* 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