aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Instrumentation/TraceValues.h
AgeCommit message (Expand)Author
2003-01-14Move to Instrumentation.hChris Lattner
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-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