summaryrefslogtreecommitdiff
path: root/include/llvm/PassRegistry.h
Commit message (Expand)AuthorAge
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-01
* Attempt to fix valgrind complaining about (benign) leaks in pass registration...Owen Anderson2010-10-20
* Do not expose the locking for the PassRegistry in the header. Be careful toOwen Anderson2010-09-16
* Since PassRegistry is currently a shared global object, it needs locking. Wh...Owen Anderson2010-09-15
* Minimize #includes in a top-level header.Owen Anderson2010-09-13
* Fix PR7972, in which the PassRegistry was being leaked. As part of this,Owen Anderson2010-09-07
* Properly initialize the pImpl member of PassRegistry to zero.Owen Anderson2010-09-07
* Add doxygen comments for PassRegistry.Owen Anderson2010-09-07
* Clean up some of the PassRegistry implementation, and pImpl-ize it to reduce ...Owen Anderson2010-09-07
* fix inconsistent formatting.Chris Lattner2010-09-05
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Move the smarts of AnalysisGroup registration into PassRegistry.Owen Anderson2010-07-21
* Move the handling of PassRegistrationListener's to PassRegistry.Owen Anderson2010-07-20
* Move more functionality from Pass.cpp to PassRegistry.cpp. This global will ...Owen Anderson2010-07-20
* I just fail with SVN today.Owen Anderson2010-07-20
* Oops.Owen Anderson2010-07-20