Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / VMCore / PassRegistry.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2011-09-29 Devang PatelCosmetic changes, as per Nick's review.
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-01-05 Jakob Stoklund OlesenSilence a warning from non-standard warning avoidance...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-10-22 Benjamin KramerMake some symbols static, move classes into anonymous...
2010-10-20 Owen AndersonAttempt to fix valgrind complaining about (benign)...
2010-10-12 Dan GohmanDelete a redundant check.
2010-09-16 Owen AndersonAllow the PassRegistry mutex to be lazily initialized...
2010-09-16 Owen AndersonDo not expose the locking for the PassRegistry in the...
2010-09-15 Owen AndersonSince PassRegistry is currently a shared global object...
2010-09-13 Owen AndersonMinimize #includes in a top-level header.
2010-09-07 Owen AndersonFix PR7972, in which the PassRegistry was being leaked...
2010-09-07 Owen AndersonClean up some of the PassRegistry implementation, and...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-21 Owen AndersonMove the smarts of AnalysisGroup registration into...
2010-07-20 Owen AndersonMove the handling of PassRegistrationListener's to...
2010-07-20 Owen AndersonMove more functionality from Pass.cpp to PassRegistry...
2010-07-20 Owen AndersonI just fail with SVN today.