aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Instrumentation
AgeCommit message (Expand)Author
2003-01-14Move to Instrumentation.hChris Lattner
2003-01-14REmove unused header fileChris Lattner
2003-01-14Remove unused headerChris Lattner
2002-07-12initial version: for emitfuncs passAnand Shukla
2002-04-27* Rename MethodPass class to FunctionPassChris Lattner
2002-02-26Change over to use new style pass mechanism, now passes only expose smallChris Lattner
2002-02-26Move ProfilePaths class into ProfilePaths library, only expose a creation fun...Chris Lattner
2002-02-26Initial check in of header file for profile-paths passAnand Shukla
2002-01-21Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner
2001-12-14Refactor trace values to work as a proper pass. Before it used to addChris Lattner
2001-10-18move llvm/Transforms/Pass.h to the top level llvm/Pass.h fileChris Lattner
2001-10-18Convert to new simpler Pass structureChris Lattner
2001-10-15ConcretePass should not be a templated class!Chris Lattner
2001-10-15Convert to use Pass infrastructureChris Lattner
2001-10-14Insert code to trace values at basic block and method exits.Vikram S. Adve