Age | Commit message (Expand) | Author |
---|---|---|
2001-10-18 | Refactor code into Assembly & bytecode libraries | Chris Lattner |
2001-10-18 | move llvm/Transforms/Pass.h to the top level llvm/Pass.h file | Chris Lattner |
2001-10-18 | Pull bytecode writing out of Module writer pass. Prepare to move to seperate... | Chris Lattner |
2001-10-18 | Add option to print per module instead of per method, so that | Vikram S. Adve |
2001-10-18 | Add option to print as bytecode instead of assembly. | Vikram S. Adve |
2001-10-18 | Convert to new simpler Pass structure | Chris Lattner |
2001-10-15 | ConcretePass should not be a templated class! | Chris Lattner |
2001-10-15 | Add new Pass infrastructure and some examples | Chris Lattner |