Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Renamed include/llvm/Codegen to include/llvm/CodeGen | Chris Lattner | 2001-07-21 | 1 | -1/+1 | |
| | | | | llvm-svn: 253 | |||||
* | Fix code to be in a consistent style | Chris Lattner | 2001-07-21 | 1 | -11/+5 | |
| | | | | llvm-svn: 252 | |||||
* | Remove getTempValuesForMachineCode from the Instruction interface | Chris Lattner | 2001-07-21 | 1 | -0/+2 | |
| | | | | | | to remove dependency on <vector> llvm-svn: 250 | |||||
* | Added a representation of the machine instructions generated | Vikram S. Adve | 2001-07-20 | 1 | -2/+29 | |
| | | | | | | for a VM instruction. llvm-svn: 220 | |||||
* | Moved UnaryOperator::create to InstrTypes.cpp until there is an iUnaryOps.cpp | Chris Lattner | 2001-06-25 | 1 | -33/+0 | |
| | | | | | | | Moved BinaryOperator::create to iBinaryOperators.cpp Add getUniqueName to SymbolTable llvm-svn: 76 | |||||
* | Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperator | Chris Lattner | 2001-06-08 | 1 | -2/+3 | |
| | | | | | | to the UnaryOperator class (from the Instruction class). llvm-svn: 21 | |||||
* | Initial revision | Chris Lattner | 2001-06-06 | 1 | -0/+61 | |
llvm-svn: 2 |