2009-07-22 |
Owen Anderson | Get rid of the Pass+Context magic. |
blob | commitdiff | raw |
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 |
2006-12-13 |
Devang Patel | Move getAnalysis() and getAnalysisID() definitions... |
blob | commitdiff | raw | diff to current |
2006-12-08 |
Devang Patel | Add AnalysisResolver_New. |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Bill Wendling | Changed llvm_ostream et all to OStream. llvm_cerr,... |
blob | commitdiff | raw | diff to current |
2006-11-28 |
Bill Wendling | Added a temporary hack to get the llvm-streams to work... |
blob | commitdiff | raw | diff to current |
2006-08-28 |
Chris Lattner | Silence -Woverloaded-virtual warnings. |
blob | commitdiff | raw | diff to current |
2006-01-04 |
Jeff Cohen | Be consistent in using class vs struct to make VC+... |
blob | commitdiff | raw | diff to current |
2006-01-04 |
Chris Lattner | Patch #6's in Saem's refactor-the-passmanager patch... |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Misha Brukman | Remove trailing whitespace |
blob | commitdiff | raw | diff to current |
2005-03-16 |
Misha Brukman | Fix grammar wrt apostrophe's |
blob | commitdiff | raw | diff to current |
2004-12-07 |
Reid Spencer | For PR387:\ |
blob | commitdiff | raw | diff to current |
2004-12-07 |
Reid Spencer | For PR387:\ |
blob | commitdiff | raw | diff to current |
2004-10-27 |
Chris Lattner | Convert 'struct' to 'class' in various places to adhere... |
blob | commitdiff | raw | diff to current |
2004-09-20 |
Chris Lattner | 'Pass' should now not be derived from by clients. ... |
blob | commitdiff | raw | diff to current |
2004-08-24 |
Reid Spencer | Give the -time-passes tool option a global storage... |
blob | commitdiff | raw | diff to current |
2004-06-08 |
Chris Lattner | Apparently a particular vendor compiler uses the struct... |
blob | commitdiff | raw | diff to current |
2004-04-01 |
Misha Brukman | Fix grammar. |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Brian Gaeke | Put all LLVM code into the llvm namespace, as per bug... |
blob | commitdiff | raw | diff to current |
2003-10-20 |
John Criswell | Added LLVM copyright header (for lack of a better term). |
blob | commitdiff | raw | diff to current |
2003-10-10 |
Misha Brukman | Fix spelling. |
blob | commitdiff | raw | diff to current |
2003-09-30 |
Chris Lattner | Standardize header file comments |
blob | commitdiff | raw | diff to current |
2003-08-29 |
Chris Lattner | Move getAnalysisToUpdate to after the definition of... |
blob | commitdiff | raw | diff to current |
2003-08-18 |
Misha Brukman | Spell `necessary' correctly. |
blob | commitdiff | raw | diff to current |
2003-07-25 |
Chris Lattner | #include <cassert> as necessary... |
blob | commitdiff | raw | diff to current |
2003-06-30 |
John Criswell | Merged in autoconf branch. This provides configuration... |
blob | commitdiff | raw | diff to current |
2003-06-22 |
Chris Lattner | Remove a ton of extraneous #includes |
blob | commitdiff | raw | diff to current |
2003-06-11 |
John Criswell | Included assert.h so that the code compiles under newer... |
blob | commitdiff | raw | diff to current |
2003-05-03 |
Misha Brukman | It's 'separate'. The 'i.e.' is kinda nit-picking, but... |
blob | commitdiff | raw | diff to current |
2003-03-21 |
Chris Lattner | Add helper method |
blob | commitdiff | raw | diff to current |
2003-02-26 |
Chris Lattner | * Un "protect" the getAnalysis<> functions |
blob | commitdiff | raw | diff to current |
2002-09-25 |
Chris Lattner | Add support for ImmutablePasses, which are not run... |
blob | commitdiff | raw | diff to current |
2002-09-17 |
Vikram S. Adve | Fix typo in comment. |
blob | commitdiff | raw | diff to current |
2002-09-12 |
Chris Lattner | Add a new BasicBlockPass::doInitialization/Finalization... |
blob | commitdiff | raw | diff to current |
2002-09-06 |
Chris Lattner | Make getAnalysisToUpdate<AnalysisType>() public so... |
blob | commitdiff | raw | diff to current |
2002-08-30 |
Chris Lattner | - Pass now has AnalysisImpls class to implement getAn... |
blob | commitdiff | raw | diff to current |
2002-08-29 |
Chris Lattner | Make the getAnalyss<> members const. Using them does... |
blob | commitdiff | raw | diff to current |
2002-08-25 |
Chris Lattner | Convert comments to Doxygen style |
blob | commitdiff | raw | diff to current |
2002-08-21 |
Chris Lattner | - Make Pass::lookupPassInfo a public member |
blob | commitdiff | raw | diff to current |
next |