Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change over to use new style pass mechanism, now passes only expose small | Chris Lattner | 2002-02-26 | 1 | -30/+3 |
* | Move ProfilePaths class into ProfilePaths library, only expose a creation fun... | Chris Lattner | 2002-02-26 | 1 | -10/+4 |
* | Initial check in of header file for profile-paths pass | Anand Shukla | 2002-02-26 | 1 | -0/+43 |
* | Implement a more powerful, simpler, pass system. This pass system can figure | Chris Lattner | 2002-01-21 | 1 | -4/+4 |
* | Refactor trace values to work as a proper pass. Before it used to add | Chris Lattner | 2001-12-14 | 1 | -4/+9 |
* | move llvm/Transforms/Pass.h to the top level llvm/Pass.h file | Chris Lattner | 2001-10-18 | 1 | -18/+8 |
* | Convert to new simpler Pass structure | Chris Lattner | 2001-10-18 | 1 | -57/+16 |
* | ConcretePass should not be a templated class! | Chris Lattner | 2001-10-15 | 1 | -1/+1 |
* | Convert to use Pass infrastructure | Chris Lattner | 2001-10-15 | 1 | -5/+18 |
* | Insert code to trace values at basic block and method exits. | Vikram S. Adve | 2001-10-14 | 1 | -0/+75 |