| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow passes to just pass up "FunctionPass(&ID)" instead of "FunctionPass((in... | Chris Lattner | 2007-10-08 | 1 | -0/+6 |
* | Include DataTypes.h to provide intptr_t type. This fixes OpenBSD compilation ... | Anton Korobeynikov | 2007-10-06 | 1 | -0/+1 |
* | Change casts from old style to new style. This helps document the details | Reid Spencer | 2007-08-12 | 1 | -1/+1 |
* | Make ImmutablePass::runOnModule non-virtual, since it is not | Dan Gohman | 2007-08-01 | 1 | -1/+1 |
* | Verify loop info. | Devang Patel | 2007-07-19 | 1 | -1/+1 |
* | Set up ground work to verify preserved analysis info. | Devang Patel | 2007-07-19 | 1 | -0/+4 |
* | Fix memory leak. | Devang Patel | 2007-07-09 | 1 | -2/+8 |
* | Remove forward-declarations for classes that don't exist. | Dan Gohman | 2007-05-11 | 1 | -2/+0 |
* | Add explicit keywords to several constructors that now have one argument. | Dan Gohman | 2007-05-11 | 1 | -5/+5 |
* | Unbreak VC++ build. | Jeff Cohen | 2007-05-03 | 1 | -1/+0 |
* | Re-install patch to enable use of PassID. | Devang Patel | 2007-05-02 | 1 | -7/+7 |
* | revert enough of devang's recent patches to get the tree basically working again | Chris Lattner | 2007-05-02 | 1 | -7/+7 |
* | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 1 | -5/+11 |
* | Move ~Pass() from Pass.h into Pass.cpp | Devang Patel | 2007-04-26 | 1 | -1/+1 |
* | Delete Analysis Resolver. | Devang Patel | 2007-04-26 | 1 | -1/+1 |
* | Proivde getAnalysis<FPAnalysis>(Func) support. | Devang Patel | 2007-04-16 | 1 | -0/+5 |
* | Add getPotentialPassManagerType(). No functionality change, yet. | Devang Patel | 2007-04-16 | 1 | -1/+22 |
* | Removed tabs everywhere except autogenerated & external files. Add make | Anton Korobeynikov | 2007-04-16 | 1 | -4/+4 |
* | Keep track of inherited analysis. For example, if a loop pass does not | Devang Patel | 2007-03-06 | 1 | -1/+2 |
* | Add preparePassManager() hook. This allows each pass to check whether | Devang Patel | 2007-03-06 | 1 | -0/+5 |
* | Inherit FunctionPass directly from Pass. | Devang Patel | 2007-01-26 | 1 | -1/+1 |
* | Inherit BasicBlockPass directly from Pass. | Devang Patel | 2007-01-25 | 1 | -1/+1 |
* | Remove dead code. | Devang Patel | 2007-01-25 | 1 | -7/+0 |
* | 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 |