summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/Instruction.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Renamed include/llvm/Codegen to include/llvm/CodeGenChris Lattner2001-07-211-1/+1
| | | | llvm-svn: 253
* Fix code to be in a consistent styleChris Lattner2001-07-211-11/+5
| | | | llvm-svn: 252
* Remove getTempValuesForMachineCode from the Instruction interfaceChris Lattner2001-07-211-0/+2
| | | | | | to remove dependency on <vector> llvm-svn: 250
* Added a representation of the machine instructions generatedVikram S. Adve2001-07-201-2/+29
| | | | | | for a VM instruction. llvm-svn: 220
* Moved UnaryOperator::create to InstrTypes.cpp until there is an iUnaryOps.cppChris Lattner2001-06-251-33/+0
| | | | | | | Moved BinaryOperator::create to iBinaryOperators.cpp Add getUniqueName to SymbolTable llvm-svn: 76
* Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperatorChris Lattner2001-06-081-2/+3
| | | | | | to the UnaryOperator class (from the Instruction class). llvm-svn: 21
* Initial revisionChris Lattner2001-06-061-0/+61
llvm-svn: 2
OpenPOWER on IntegriCloud