summaryrefslogtreecommitdiff
path: root/lib/VMCore/Pass.cpp
Commit message (Expand)AuthorAge
* Speedup and simplify pass registration by the observation that there isChris Lattner2006-01-23
* Patch #6's in Saem's refactor-the-passmanager patch series. From him:Chris Lattner2006-01-04
* Older compilers won't like the inline virtual destructor in the header fileReid Spencer2005-04-25
* Remove trailing whitespaceMisha Brukman2005-04-21
* For PR387:\Reid Spencer2004-12-07
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Changes For Bug 352Reid Spencer2004-09-01
* Give the -time-passes tool option a global storage location so that itsReid Spencer2004-08-24
* There is no error message to print out, end sentence with `!'Misha Brukman2004-07-07
* Fix for bug 391.Reid Spencer2004-07-07
* - #include <iostream> since its not in Value.h any more.Reid Spencer2004-07-04
* Fix -debug-pass=Executions, which relied on Function, Module, and BasicBlockChris Lattner2004-02-29
* Fix typo in commentBrian Gaeke2004-02-28
* Two problems with these lines of code:Chris Lattner2004-02-09
* Finegrainify namespacificationChris Lattner2003-11-21
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-14
* * Remove extraneous #includesChris Lattner2003-10-13
* Rename methodChris Lattner2003-10-12
* Don't include Config/stdio.h or <stdio.h>.Brian Gaeke2003-10-10
* Spell `necessary' correctly.Misha Brukman2003-08-18
* Add new method to FunctionPassManager to add ImmutablePasses.Brian Gaeke2003-08-14
* Dramatically simplify how -time-passes works.Chris Lattner2003-08-14
* Add FunctionPassManager - it's like a PassManager, but it only deals inBrian Gaeke2003-08-12
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Remove usage of sys/unistd.hChris Lattner2003-06-19
* Add helper methodChris Lattner2003-03-21
* - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG toChris Lattner2002-10-21
* Factor timer code out of PassManager implementation, into a generic interfaceChris Lattner2002-10-01
* Add support for ImmutablePasses, which are not run, and cannot beChris Lattner2002-09-25
* Another portability fix provided via Casey Carter:Chris Lattner2002-09-13
* Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair ofChris Lattner2002-09-12
* - PassManager prints analysis sets nicerChris Lattner2002-08-30
* - Fighting with linking problem due to removing the ::ID elements. Now theChris Lattner2002-08-21
* Remove debugging code accidentally checked in.Chris Lattner2002-08-21
* - Implement the new AnalysisGroup feature, neccesary for Value#ing and point...Chris Lattner2002-08-21
* - Eliminate the need for analyses to expose an ::ID member.Chris Lattner2002-08-21
* Sort -time-passes report first by user+system, then by Wall clock time.Chris Lattner2002-08-20
* Add missing spaceChris Lattner2002-08-19
* Fix the -time-passes option to not print NaN when there is zero execution timeChris Lattner2002-08-19
* Enhance -time-passes to be more detailed and usefulChris Lattner2002-08-01
* We need iostream in PassManagerT.h to use cerrChris Lattner2002-07-31
* Implement new -debug-pass=Arguments option that causes PassManager toChris Lattner2002-07-30
* * Move some code from Pass.cpp to PassManagerT.hChris Lattner2002-07-30
* * PassInfo is allowed to be missing now (ie, not all passes need be registered)Chris Lattner2002-07-29
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-27
* *** empty log message ***Chris Lattner2002-07-24
* Add support for pass registrationChris Lattner2002-07-23
* *** empty log message ***Chris Lattner2002-07-22