aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/PassSupport.h
AgeCommit message (Expand)Author
2006-01-23Speedup and simplify pass registration by the observation that there isChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-06-04Fix more warningsChris Lattner
2004-06-03Adjust argument to match destination data typeChris Lattner
2003-11-16Fixes for PR114: Thanks to Reid Spencer!Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-07Added ability to register FunctionPasses as optimizations, withMisha Brukman
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-10-12Rename method to indicate what it doesChris Lattner
2003-06-22Remove a ton of extraneous #includesChris Lattner
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell
2003-04-24Remove support for "targetdata pass ctors"Chris Lattner
2003-02-25Add new helper template functionChris Lattner
2002-09-16Add support for passes that use a TargetMachine object.Vikram S. Adve
2002-08-30 - PassInfo class keeps track of AnalysisGroups implemented by the Pass.Chris Lattner
2002-08-21Add a class that is useful for hacking around linking problem due toChris Lattner
2002-08-21 - Implement the new AnalysisGroup feature, neccesary for Value#ing and poin...Chris Lattner
2002-07-30* Implement stuff so that code can declare that they only depend on the CFG ofChris Lattner
2002-07-30Add rough support for LLC passesChris Lattner
2002-07-27* Standardize how analysis results/passes as printed with the print() virtualChris Lattner
2002-07-26* Add support for different "PassType's"Chris Lattner
2002-07-23Break part of Pass.h out into PassAnalysisSupport.hChris Lattner