summaryrefslogtreecommitdiff
path: root/lib/VMCore/Pass.cpp
Commit message (Expand)AuthorAge
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Added TargetPassConfig::disablePass/substitutePass as a general mechanism to ...Andrew Trick2012-02-15
* Added Pass::createPass(ID) to handle pass configuration by IDAndrew Trick2012-02-08
* whitespaceAndrew Trick2012-02-03
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Devirtualize Pass::getPassID, overriding it isn't useful and it gets called a...Benjamin Kramer2011-11-24
* Fixing a commentJoe Abbey2011-11-21
* Another step towards getting rid of static ctors for pass registration: have ...Owen Anderson2010-10-05
* Revert r111199; it breaks -debug-pass=Structure output.Dan Gohman2010-08-19
* Make dumpPassStructure be a PMDataManager abstraction, rather thanDan Gohman2010-08-16
* Trim #includes.Dan Gohman2010-08-12
* Remove BasicBlockPass::runOnFunction, which was unused.Dan Gohman2010-08-11
* Delete FunctionPass::run, which is unused.Dan Gohman2010-08-11
* Delete FunctionPass::runOnModule, which is unused.Dan Gohman2010-08-11
* Tidy some #includes and forward-declarations, and move the C binding codeDan Gohman2010-08-07
* 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
* Convert the internal PassRegistrar class into a new, external PassRegistry cl...Owen Anderson2010-07-20
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-20
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-20
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-20
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-20
* Move several non-performance-critical member functinos out of line.Dan Gohman2010-06-21
* Silence an unused variable warning.Eric Christopher2010-04-16
* Fix namespace polution.Dan Gohman2010-04-15
* Use a ManagedCleanup to prevent leaking the PassRegistrar map. In breaks theOwen Anderson2010-04-06
* Ok, third time's the charm. No changes from last time except the CMakeDavid Greene2010-04-02
* Revert 100204. It broke a bunch of tests and apparently changed what passes a...Evan Cheng2010-04-02
* Let's try this again. Re-apply 100143 including an apparent missingDavid Greene2010-04-02
* Revert r100143.Eric Christopher2010-04-01
* Add some switches helpful for debugging:David Greene2010-04-01
* Make PassRegistrar thread-safe since it can be modified by code running inJeffrey Yasskin2010-02-13
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* give PassNameParser a home.Chris Lattner2010-01-22
* Change errs() to dbgs().David Greene2010-01-05
* Move several function bodies which are rarely inlined out of line.Dan Gohman2009-12-14
* Pass StringRef by value.Daniel Dunbar2009-11-06
* Hide MetadataContext implementation details.Devang Patel2009-10-22
* Add a form of addPreserved which takes a string argument, to allow passesDan Gohman2009-10-08
* Remove some unused fields.Dan Gohman2009-08-29
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-23
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-07
* Guard the listeners list. Unfortunately, this requires a real static ratherOwen Anderson2009-06-24
* Move the memory fences out of the path for single-threaded mode.Owen Anderson2009-06-19
* Move Threading.[h|cpp] from Support to System.Owen Anderson2009-06-18