aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/Instrumentation
Commit message (Expand)AuthorAgeFilesLines
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-261-30/+3
* Move ProfilePaths class into ProfilePaths library, only expose a creation fun...Chris Lattner2002-02-261-10/+4
* Initial check in of header file for profile-paths passAnand Shukla2002-02-261-0/+43
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-211-4/+4
* Refactor trace values to work as a proper pass. Before it used to addChris Lattner2001-12-141-4/+9
* move llvm/Transforms/Pass.h to the top level llvm/Pass.h fileChris Lattner2001-10-181-18/+8
* Convert to new simpler Pass structureChris Lattner2001-10-181-57/+16
* ConcretePass should not be a templated class!Chris Lattner2001-10-151-1/+1
* Convert to use Pass infrastructureChris Lattner2001-10-151-5/+18
* Insert code to trace values at basic block and method exits.Vikram S. Adve2001-10-141-0/+75