| Commit message (Expand) | Author | Age | Files | Lines |
* | Update assignPassManager() signature to allow selection of preferred | Devang Patel | 2007-01-17 | 1 | -16/+22 |
* | Undo last check-in. | Devang Patel | 2007-01-16 | 1 | -9/+2 |
* | Setup pass manager before scheduling required analysis. | Devang Patel | 2007-01-16 | 1 | -2/+9 |
* | Add PassManagerType enum. | Devang Patel | 2007-01-11 | 1 | -0/+12 |
* | Robustify assingPassManager() for Module, Function and Basic Block | Devang Patel | 2007-01-11 | 1 | -2/+4 |
* | Add PMStack, a Pass Manager stack. | Devang Patel | 2007-01-08 | 1 | -2/+32 |
* | 1) Remove old AnalysisResolver. | Devang Patel | 2007-01-05 | 1 | -6/+6 |
* | Remove old pass manager. | Devang Patel | 2007-01-05 | 1 | -38/+1 |
* | Enable new pass manager, which was accidentally disabled. | Devang Patel | 2007-01-04 | 1 | -1/+2 |
* | For PR950: | Reid Spencer | 2006-12-23 | 1 | -1/+1 |
* | Enable new pass manager. 2nd attempt. | Devang Patel | 2006-12-22 | 1 | -1/+1 |
* | ModulePass and ImmutablePass. Force out of line virtual method. | Devang Patel | 2006-12-22 | 1 | -0/+6 |
* | Enable old pass manager. New pass manager causes CBE failures in llvm-test. | Devang Patel | 2006-12-20 | 1 | -1/+1 |
* | Enable new pass manager. | Devang Patel | 2006-12-19 | 1 | -1/+1 |
* | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling | 2006-12-17 | 1 | -3/+1 |
* | Using PDL as a prefix for PassDebugLevel enums is not a good idea. | Devang Patel | 2006-12-13 | 1 | -5/+0 |
* | Move enum PassDebugLevel from PassManagerT.h to Pass.h. | Devang Patel | 2006-12-13 | 1 | -0/+5 |
* | Add #ifdef switch toggle between old and new pass manager. However, | Devang Patel | 2006-12-13 | 1 | -0/+10 |
* | Move getAnalysis() and getAnalysisID() definitions from Pass.h to | Devang Patel | 2006-12-13 | 1 | -33/+3 |
* | Add AnalysisResolver_New. | Devang Patel | 2006-12-08 | 1 | -1/+6 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -1/+1 |
* | Added a temporary hack to get the llvm-streams to work for future checkins. | Bill Wendling | 2006-11-28 | 1 | -0/+4 |
* | Silence -Woverloaded-virtual warnings. | Chris Lattner | 2006-08-28 | 1 | -1/+4 |
* | Be consistent in using class vs struct to make VC++ happy. And as it contains | Jeff Cohen | 2006-01-04 | 1 | -1/+2 |
* | Patch #6's in Saem's refactor-the-passmanager patch series. From him: | Chris Lattner | 2006-01-04 | 1 | -16/+23 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -2/+2 |
* | Fix grammar wrt apostrophe's | Misha Brukman | 2005-03-16 | 1 | -3/+3 |
* | For PR387:\ | Reid Spencer | 2004-12-07 | 1 | -3/+6 |
* | For PR387:\ | Reid Spencer | 2004-12-07 | 1 | -2/+1 |
* | Convert 'struct' to 'class' in various places to adhere to the coding standards | Chris Lattner | 2004-10-27 | 1 | -6/+8 |
* | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner | 2004-09-20 | 1 | -11/+25 |
* | Give the -time-passes tool option a global storage location so that its | Reid Spencer | 2004-08-24 | 1 | -0/+5 |
* | Apparently a particular vendor compiler uses the struct/class tag to MANGLE | Chris Lattner | 2004-06-08 | 1 | -1/+1 |
* | Fix grammar. | Misha Brukman | 2004-04-01 | 1 | -1/+1 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+5 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Fix spelling. | Misha Brukman | 2003-10-10 | 1 | -1/+1 |
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 1 | -1/+1 |
* | Move getAnalysisToUpdate to after the definition of AnalysisResolver. | Chris Lattner | 2003-08-29 | 1 | -6/+1 |
* | Spell `necessary' correctly. | Misha Brukman | 2003-08-18 | 1 | -4/+4 |
* | #include <cassert> as necessary... | Chris Lattner | 2003-07-25 | 1 | -0/+1 |
* | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell | 2003-06-30 | 1 | -1/+0 |
* | Remove a ton of extraneous #includes | Chris Lattner | 2003-06-22 | 1 | -1/+0 |
* | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell | 2003-06-11 | 1 | -0/+2 |
* | It's 'separate'. The 'i.e.' is kinda nit-picking, but think of it this way: | Misha Brukman | 2003-05-03 | 1 | -2/+2 |
* | Add helper method | Chris Lattner | 2003-03-21 | 1 | -0/+8 |
* | * Un "protect" the getAnalysis<> functions | Chris Lattner | 2003-02-26 | 1 | -3/+9 |
* | Add support for ImmutablePasses, which are not run, and cannot be | Chris Lattner | 2002-09-25 | 1 | -0/+19 |
* | Fix typo in comment. | Vikram S. Adve | 2002-09-17 | 1 | -1/+1 |
* | Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair of | Chris Lattner | 2002-09-12 | 1 | -3/+24 |