aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/PassSupport.h
Commit message (Expand)AuthorAgeFilesLines
* Speedup and simplify pass registration by the observation that there isChris Lattner2006-01-231-71/+50
* Remove trailing whitespaceMisha Brukman2005-04-211-8/+8
* Fix more warningsChris Lattner2004-06-041-4/+4
* Adjust argument to match destination data typeChris Lattner2004-06-031-1/+1
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-161-2/+3
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
* Added ability to register FunctionPasses as optimizations, withMisha Brukman2003-11-071-0/+20
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Rename method to indicate what it doesChris Lattner2003-10-121-7/+10
* Remove a ton of extraneous #includesChris Lattner2003-06-221-2/+0
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+2
* Remove support for "targetdata pass ctors"Chris Lattner2003-04-241-39/+3
* Add new helper template functionChris Lattner2003-02-251-0/+2
* Add support for passes that use a TargetMachine object.Vikram S. Adve2002-09-161-13/+39
* - PassInfo class keeps track of AnalysisGroups implemented by the Pass.Chris Lattner2002-08-301-115/+141
* Add a class that is useful for hacking around linking problem due toChris Lattner2002-08-211-0/+10
* - Implement the new AnalysisGroup feature, neccesary for Value#ing and poin...Chris Lattner2002-08-211-6/+69
* * Implement stuff so that code can declare that they only depend on the CFG ofChris Lattner2002-07-301-15/+13
* Add rough support for LLC passesChris Lattner2002-07-301-2/+35
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-271-0/+9
* * Add support for different "PassType's"Chris Lattner2002-07-261-10/+77
* Break part of Pass.h out into PassAnalysisSupport.hChris Lattner2002-07-231-0/+170