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