2011-04-15 |
Chris Lattner | Fix a ton of comment typos found by codespell. Patch by |
blob | commitdiff | raw |
2010-10-20 |
Tobias Grosser | Add RegionPass support. |
blob | commitdiff | raw | diff to current |
2010-08-19 |
Dan Gohman | Revert r111199; it breaks -debug-pass=Structure output. |
blob | commitdiff | raw | diff to current |
2010-08-16 |
Dan Gohman | Make dumpPassStructure be a PMDataManager abstraction... |
blob | commitdiff | raw | diff to current |
2010-08-11 |
Dan Gohman | Remove BasicBlockPass::runOnFunction, which was unused. |
blob | commitdiff | raw | diff to current |
2010-08-11 |
Dan Gohman | Delete FunctionPass::run, which is unused. |
blob | commitdiff | raw | diff to current |
2010-08-11 |
Dan Gohman | Delete FunctionPass::runOnModule, which is unused. |
blob | commitdiff | raw | diff to current |
2010-08-07 |
Dan Gohman | Remove assignPassManager's default arguments. It's... |
blob | commitdiff | raw | diff to current |
2010-08-07 |
Dan Gohman | More #include cleanups. |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Owen Anderson | Reapply r110396, with fixes to appease the Linux buildb... |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Owen Anderson | Revert r110396 to fix buildbots. |
blob | commitdiff | raw | diff to current |
2010-08-05 |
Owen Anderson | Don't use PassInfo* as a type identifier for passes... |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Owen Anderson | Speculatively revert r108813, in an attempt to get... |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Owen Anderson | Reapply r108794, a fix for the failing test from last... |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Daniel Dunbar | Revert r108794, "Separate PassInfo into two classes... |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Owen Anderson | Separate PassInfo into two classes: a constructor-free... |
blob | commitdiff | raw | diff to current |
2010-06-21 |
Dan Gohman | Move several non-performance-critical member functinos... |
blob | commitdiff | raw | diff to current |
2010-04-02 |
David Greene | Ok, third time's the charm. No changes from last time... |
blob | commitdiff | raw | diff to current |
2010-04-02 |
Evan Cheng | Revert 100204. It broke a bunch of tests and apparently... |
blob | commitdiff | raw | diff to current |
2010-04-02 |
David Greene | Let's try this again. Re-apply 100143 including an... |
blob | commitdiff | raw | diff to current |
2010-04-01 |
Eric Christopher | Revert r100143. |
blob | commitdiff | raw | diff to current |
2010-04-01 |
David Greene | Add some switches helpful for debugging: |
blob | commitdiff | raw | diff to current |
2010-02-17 |
Eric Christopher | Fix a few unused parameter warnings. |
blob | commitdiff | raw | diff to current |
2010-02-12 |
Chris Lattner | doxygenize some comments, patch by Peter Collingbourne! |
blob | commitdiff | raw | diff to current |
2010-01-22 |
Chris Lattner | elimiante the dynamic_cast's from opt. |
blob | commitdiff | raw | diff to current |
2010-01-22 |
Chris Lattner | eliminate a bunch of dynamic_cast's. |
blob | commitdiff | raw | diff to current |
2010-01-22 |
Chris Lattner | eliminate a bunch of dynamic_cast's. |
blob | commitdiff | raw | diff to current |
2010-01-20 |
Chris Lattner | add some new methods to adjust this pointers. Not... |
blob | commitdiff | raw | diff to current |
2009-12-14 |
Dan Gohman | Move several function bodies which are rarely inlined... |
blob | commitdiff | raw | diff to current |
2009-11-06 |
Daniel Dunbar | Pass StringRef by value. |
blob | commitdiff | raw | diff to current |
2009-10-26 |
Chandler Carruth | Move DataTypes.h to include/llvm/System, update all... |
blob | commitdiff | raw | diff to current |
2009-10-14 |
Eric Christopher | Remove a bunch of unused arguments from functions,... |
blob | commitdiff | raw | diff to current |
2009-10-08 |
Dan Gohman | Add a form of addPreserved which takes a string argumen... |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Dan Gohman | Fix a typo in a comment. |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | Change Pass::print to take a raw ostream instead of... |
blob | commitdiff | raw | diff to current |
2009-08-11 |
Dan Gohman | Tidy #includes. |
blob | commitdiff | raw | diff to current |
2009-08-03 |
Daniel Dunbar | Fix some comments referring to std::cerr. |
blob | commitdiff | raw | diff to current |
2009-07-22 |
Owen Anderson | Get rid of the Pass+Context magic. |
blob | commitdiff | raw | diff to current |
2009-07-06 |
Owen Anderson | "LLVMContext* " --> "LLVMContext *" |
blob | commitdiff | raw | diff to current |
2009-07-02 |
Owen Anderson | Make the current LLVMContext available to passes. |
blob | commitdiff | raw | diff to current |
2009-04-01 |
Devang Patel | Remove dead code. |
blob | commitdiff | raw | diff to current |
2009-01-28 |
Duncan Sands | Rename getAnalysisToUpdate to getAnalysisIfAvailable. |
blob | commitdiff | raw | diff to current |
2009-01-05 |
Dan Gohman | Tidy up #includes, deleting a bunch of unnecessary... |
blob | commitdiff | raw | diff to current |
2009-01-02 |
Misha Brukman | * Alphabetized system headers per the style guide |
blob | commitdiff | raw | diff to current |
2008-10-31 |
Torok Edwin | Add an assert to catch user errors like: |
blob | commitdiff | raw | diff to current |
2008-07-01 |
Devang Patel | Add dom info verifier. |
blob | commitdiff | raw | diff to current |
2008-05-19 |
Bill Wendling | Remove warnings about unused parameters and shadowed... |
blob | commitdiff | raw | diff to current |
2008-05-14 |
Dan Gohman | Whitespace cleanups. |
blob | commitdiff | raw | diff to current |
2008-03-21 |
Dan Gohman | Don't include <map> in Pass.h, which doesn't need it... |
blob | commitdiff | raw | diff to current |
2008-03-19 |
Devang Patel | PassInfo keep tracks whether a pass is an analysis... |
blob | commitdiff | raw | diff to current |
2008-03-19 |
Devang Patel | Do not use virtual function to identify an analysis... |
blob | commitdiff | raw | diff to current |
2008-03-18 |
Devang Patel | Identify Analysis pass. |
blob | commitdiff | raw | diff to current |
2008-03-14 |
Dan Gohman | Update comments; getPassName no longer uses RTTI. |
blob | commitdiff | raw | diff to current |
2008-03-14 |
Dan Gohman | Move the PMStack class out of Pass.h and into PassManag... |
blob | commitdiff | raw | diff to current |
2008-03-13 |
Dan Gohman | Change PMStack::push to accept a PMDataManager* instead of |
blob | commitdiff | raw | diff to current |
2008-03-13 |
Dan Gohman | Fix a typo in a comment. |
blob | commitdiff | raw | diff to current |
2008-03-13 |
Dan Gohman | No need for typedefs with enums in C++. |
blob | commitdiff | raw | diff to current |
2008-03-08 |
Dan Gohman | Remove unused runPass methods. |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | Don't attribute in file headers anymore. See llvmdev... |
blob | commitdiff | raw | diff to current |
2007-10-08 |
Chris Lattner | Allow passes to just pass up "FunctionPass(&ID)" instea... |
blob | commitdiff | raw | diff to current |
2007-10-06 |
Anton Korobeynikov | Include DataTypes.h to provide intptr_t type. This... |
blob | commitdiff | raw | diff to current |
2007-08-12 |
Reid Spencer | Change casts from old style to new style. This helps... |
blob | commitdiff | raw | diff to current |
2007-08-01 |
Dan Gohman | Make ImmutablePass::runOnModule non-virtual, since... |
blob | commitdiff | raw | diff to current |
2007-07-19 |
Devang Patel | Verify loop info. |
blob | commitdiff | raw | diff to current |
2007-07-19 |
Devang Patel | Set up ground work to verify preserved analysis info. |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Devang Patel | Fix memory leak. |
blob | commitdiff | raw | diff to current |
2007-05-11 |
Dan Gohman | Remove forward-declarations for classes that don't... |
blob | commitdiff | raw | diff to current |
2007-05-11 |
Dan Gohman | Add explicit keywords to several constructors that... |
blob | commitdiff | raw | diff to current |
2007-05-03 |
Jeff Cohen | Unbreak VC++ build. |
blob | commitdiff | raw | diff to current |
2007-05-02 |
Devang Patel | Re-install patch to enable use of PassID. |
blob | commitdiff | raw | diff to current |
2007-05-02 |
Chris Lattner | revert enough of devang's recent patches to get the... |
blob | commitdiff | raw | diff to current |
2007-05-01 |
Devang Patel | Do not use typeinfo to identify pass in pass manager. |
blob | commitdiff | raw | diff to current |
2007-04-26 |
Devang Patel | Move ~Pass() from Pass.h into Pass.cpp |
blob | commitdiff | raw | diff to current |
2007-04-26 |
Devang Patel | Delete Analysis Resolver. |
blob | commitdiff | raw | diff to current |
2007-04-16 |
Devang Patel | Proivde getAnalysis<FPAnalysis>(Func) support. |
blob | commitdiff | raw | diff to current |
2007-04-16 |
Devang Patel | Add getPotentialPassManagerType(). No functionality... |
blob | commitdiff | raw | diff to current |
2007-04-16 |
Anton Korobeynikov | Removed tabs everywhere except autogenerated & external... |
blob | commitdiff | raw | diff to current |
2007-03-06 |
Devang Patel | Keep track of inherited analysis. For example, if a... |
blob | commitdiff | raw | diff to current |
2007-03-06 |
Devang Patel | Add preparePassManager() hook. This allows each pass... |
blob | commitdiff | raw | diff to current |
2007-01-26 |
Devang Patel | Inherit FunctionPass directly from Pass. |
blob | commitdiff | raw | diff to current |
2007-01-25 |
Devang Patel | Inherit BasicBlockPass directly from Pass. |
blob | commitdiff | raw | diff to current |
2007-01-25 |
Devang Patel | Remove dead code. |
blob | commitdiff | raw | diff to current |
2007-01-17 |
Devang Patel | Update assignPassManager() signature to allow selection... |
blob | commitdiff | raw | diff to current |
2007-01-16 |
Devang Patel | Undo last check-in. |
blob | commitdiff | raw | diff to current |
2007-01-16 |
Devang Patel | Setup pass manager before scheduling required analysis. |
blob | commitdiff | raw | diff to current |
2007-01-11 |
Devang Patel | Add PassManagerType enum. |
blob | commitdiff | raw | diff to current |
2007-01-11 |
Devang Patel | Robustify assingPassManager() for Module, Function... |
blob | commitdiff | raw | diff to current |
2007-01-08 |
Devang Patel | Add PMStack, a Pass Manager stack. |
blob | commitdiff | raw | diff to current |
2007-01-05 |
Devang Patel | 1) Remove old AnalysisResolver. |
blob | commitdiff | raw | diff to current |
2007-01-05 |
Devang Patel | Remove old pass manager. |
blob | commitdiff | raw | diff to current |
2007-01-04 |
Devang Patel | Enable new pass manager, which was accidentally disabled. |
blob | commitdiff | raw | diff to current |
2006-12-23 |
Reid Spencer | For PR950: |
blob | commitdiff | raw | diff to current |
2006-12-22 |
Devang Patel | Enable new pass manager. 2nd attempt. |
blob | commitdiff | raw | diff to current |
2006-12-22 |
Devang Patel | ModulePass and ImmutablePass. Force out of line virtual... |
blob | commitdiff | raw | diff to current |
2006-12-20 |
Devang Patel | Enable old pass manager. New pass manager causes CBE... |
blob | commitdiff | raw | diff to current |
2006-12-19 |
Devang Patel | Enable new pass manager. |
blob | commitdiff | raw | diff to current |
2006-12-17 |
Bill Wendling | Added an automatic cast to "std::ostream*" etc. from... |
blob | commitdiff | raw | diff to current |
2006-12-13 |
Devang Patel | Using PDL as a prefix for PassDebugLevel enums is not... |
blob | commitdiff | raw | diff to current |
2006-12-13 |
Devang Patel | Move enum PassDebugLevel from PassManagerT.h to Pass.h. |
blob | commitdiff | raw | diff to current |
2006-12-13 |
Devang Patel | Add #ifdef switch toggle between old and new pass manag... |
blob | commitdiff | raw | diff to current |
next |