Age | Commit message (Expand) | Author |
2012-12-03 | moves doInitialization and doFinalization to the Pass class and removes some ... | Pedro Artigas |
2012-11-29 | One more step towards making doInitialization and doFinalization useful for | Pedro Artigas |
2012-11-27 | Test commit only modifying comments | Pedro Artigas |
2012-11-27 | Revert r168635 "Step towards implementation of pass manager with doInitializa... | Owen Anderson |
2012-11-26 | Step towards implementation of pass manager with doInitialization and doFinal... | Owen Anderson |
2012-11-15 | Use empty parens for empty function parameter list instead of '(void)'. | Dmitri Gribenko |
2012-11-15 | Add doInitialization and doFinalization methods to ModulePass's, to allow the... | Owen Anderson |
2012-09-17 | Mark unimplemented copy constructors and copy assignment operators as LLVM_DE... | Craig Topper |
2012-02-15 | Added TargetPassConfig::disablePass/substitutePass as a general mechanism to ... | Andrew Trick |
2012-02-08 | Added Pass::createPass(ID) to handle pass configuration by ID | Andrew Trick |
2012-02-03 | whitespace | Andrew Trick |
2011-11-24 | Devirtualize Pass::getPassID, overriding it isn't useful and it gets called a... | Benjamin Kramer |
2011-04-28 | Fix typos in comments. | Jay Foad |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
2010-10-20 | Add RegionPass support. | Tobias Grosser |
2010-08-19 | Revert r111199; it breaks -debug-pass=Structure output. | Dan Gohman |
2010-08-16 | Make dumpPassStructure be a PMDataManager abstraction, rather than | Dan Gohman |
2010-08-11 | Remove BasicBlockPass::runOnFunction, which was unused. | Dan Gohman |
2010-08-11 | Delete FunctionPass::run, which is unused. | Dan Gohman |
2010-08-11 | Delete FunctionPass::runOnModule, which is unused. | Dan Gohman |
2010-08-07 | Remove assignPassManager's default arguments. It's really | Dan Gohman |
2010-08-07 | More #include cleanups. | Dan Gohman |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2010-07-20 | Speculatively revert r108813, in an attempt to get the self-host buildbots wo... | Owen Anderson |
2010-07-20 | Reapply r108794, a fix for the failing test from last time. | Owen Anderson |
2010-07-20 | Revert r108794, "Separate PassInfo into two classes: a constructor-free | Daniel Dunbar |
2010-07-20 | Separate PassInfo into two classes: a constructor-free superclass (StaticPass... | Owen Anderson |
2010-06-21 | Move several non-performance-critical member functinos out of line. | Dan Gohman |
2010-04-02 | Ok, third time's the charm. No changes from last time except the CMake | David Greene |
2010-04-02 | Revert 100204. It broke a bunch of tests and apparently changed what passes a... | Evan Cheng |
2010-04-02 | Let's try this again. Re-apply 100143 including an apparent missing | David Greene |
2010-04-01 | Revert r100143. | Eric Christopher |
2010-04-01 | Add some switches helpful for debugging: | David Greene |
2010-02-17 | Fix a few unused parameter warnings. | Eric Christopher |
2010-02-12 | doxygenize some comments, patch by Peter Collingbourne! | Chris Lattner |
2010-01-22 | elimiante the dynamic_cast's from opt. | Chris Lattner |
2010-01-22 | eliminate a bunch of dynamic_cast's. | Chris Lattner |
2010-01-22 | eliminate a bunch of dynamic_cast's. | Chris Lattner |
2010-01-20 | add some new methods to adjust this pointers. Not used yet. | Chris Lattner |
2009-12-14 | Move several function bodies which are rarely inlined out of line. | Dan Gohman |
2009-11-06 | Pass StringRef by value. | Daniel Dunbar |
2009-10-26 | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth |
2009-10-14 | Remove a bunch of unused arguments from functions, silencing a | Eric Christopher |
2009-10-08 | Add a form of addPreserved which takes a string argument, to allow passes | Dan Gohman |
2009-09-01 | Fix a typo in a comment. | Dan Gohman |
2009-08-23 | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner |
2009-08-11 | Tidy #includes. | Dan Gohman |
2009-08-03 | Fix some comments referring to std::cerr. | Daniel Dunbar |