| Commit message (Expand) | Author | Age | Files | Lines |
* | Add RegionPass support. | Tobias Grosser | 2010-10-20 | 1 | -1/+3 |
* | Revert r111199; it breaks -debug-pass=Structure output. | Dan Gohman | 2010-08-19 | 1 | -1/+1 |
* | Make dumpPassStructure be a PMDataManager abstraction, rather than | Dan Gohman | 2010-08-16 | 1 | -1/+1 |
* | Remove BasicBlockPass::runOnFunction, which was unused. | Dan Gohman | 2010-08-11 | 1 | -6/+0 |
* | Delete FunctionPass::run, which is unused. | Dan Gohman | 2010-08-11 | 1 | -5/+0 |
* | Delete FunctionPass::runOnModule, which is unused. | Dan Gohman | 2010-08-11 | 1 | -6/+0 |
* | Remove assignPassManager's default arguments. It's really | Dan Gohman | 2010-08-07 | 1 | -4/+4 |
* | More #include cleanups. | Dan Gohman | 2010-08-07 | 1 | -4/+0 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -26/+16 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -16/+26 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -26/+16 |
* | Speculatively revert r108813, in an attempt to get the self-host buildbots wo... | Owen Anderson | 2010-07-20 | 1 | -9/+8 |
* | Reapply r108794, a fix for the failing test from last time. | Owen Anderson | 2010-07-20 | 1 | -8/+9 |
* | Revert r108794, "Separate PassInfo into two classes: a constructor-free | Daniel Dunbar | 2010-07-20 | 1 | -9/+8 |
* | Separate PassInfo into two classes: a constructor-free superclass (StaticPass... | Owen Anderson | 2010-07-20 | 1 | -8/+9 |
* | Move several non-performance-critical member functinos out of line. | Dan Gohman | 2010-06-21 | 1 | -20/+7 |
* | Ok, third time's the charm. No changes from last time except the CMake | David Greene | 2010-04-02 | 1 | -0/+16 |
* | Revert 100204. It broke a bunch of tests and apparently changed what passes a... | Evan Cheng | 2010-04-02 | 1 | -16/+0 |
* | Let's try this again. Re-apply 100143 including an apparent missing | David Greene | 2010-04-02 | 1 | -0/+16 |
* | Revert r100143. | Eric Christopher | 2010-04-01 | 1 | -15/+0 |
* | Add some switches helpful for debugging: | David Greene | 2010-04-01 | 1 | -0/+15 |
* | Fix a few unused parameter warnings. | Eric Christopher | 2010-02-17 | 1 | -1/+1 |
* | doxygenize some comments, patch by Peter Collingbourne! | Chris Lattner | 2010-02-12 | 1 | -5/+5 |
* | elimiante the dynamic_cast's from opt. | Chris Lattner | 2010-01-22 | 1 | -10/+24 |
* | eliminate a bunch of dynamic_cast's. | Chris Lattner | 2010-01-22 | 1 | -0/+1 |
* | eliminate a bunch of dynamic_cast's. | Chris Lattner | 2010-01-22 | 1 | -0/+3 |
* | add some new methods to adjust this pointers. Not used yet. | Chris Lattner | 2010-01-20 | 1 | -0/+8 |
* | Move several function bodies which are rarely inlined out of line. | Dan Gohman | 2009-12-14 | 1 | -25/+15 |
* | Pass StringRef by value. | Daniel Dunbar | 2009-11-06 | 1 | -1/+1 |
* | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 1 | -1/+1 |
* | Remove a bunch of unused arguments from functions, silencing a | Eric Christopher | 2009-10-14 | 1 | -2/+2 |
* | Add a form of addPreserved which takes a string argument, to allow passes | Dan Gohman | 2009-10-08 | 1 | -0/+5 |
* | Fix a typo in a comment. | Dan Gohman | 2009-09-01 | 1 | -1/+1 |
* | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner | 2009-08-23 | 1 | -7/+2 |
* | Tidy #includes. | Dan Gohman | 2009-08-11 | 1 | -1/+0 |
* | Fix some comments referring to std::cerr. | Daniel Dunbar | 2009-08-03 | 1 | -1/+1 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -13/+3 |
* | "LLVMContext* " --> "LLVMContext *" | Owen Anderson | 2009-07-06 | 1 | -1/+1 |
* | Make the current LLVMContext available to passes. | Owen Anderson | 2009-07-02 | 1 | -2/+14 |
* | Remove dead code. | Devang Patel | 2009-04-01 | 1 | -4/+0 |
* | Rename getAnalysisToUpdate to getAnalysisIfAvailable. | Duncan Sands | 2009-01-28 | 1 | -12/+12 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -1/+0 |
* | * Alphabetized system headers per the style guide | Misha Brukman | 2009-01-02 | 1 | -3/+3 |
* | Add an assert to catch user errors like: | Torok Edwin | 2008-10-31 | 1 | -2/+6 |
* | Add dom info verifier. | Devang Patel | 2008-07-01 | 1 | -1/+0 |
* | Remove warnings about unused parameters and shadowed variables. | Bill Wendling | 2008-05-19 | 1 | -11/+11 |
* | Whitespace cleanups. | Dan Gohman | 2008-05-14 | 1 | -2/+1 |
* | Don't include <map> in Pass.h, which doesn't need it. This requires | Dan Gohman | 2008-03-21 | 1 | -1/+1 |
* | PassInfo keep tracks whether a pass is an analysis pass or not. | Devang Patel | 2008-03-19 | 1 | -16/+12 |
* | Do not use virtual function to identify an analysis pass. | Devang Patel | 2008-03-19 | 1 | -16/+16 |