aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Instruction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-2/+2
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-0/+1
* Switch from MachineCodeForVMInstr model that is built into the VMCore library...Chris Lattner2002-02-031-28/+1
* Remove extraneous #includesChris Lattner2002-01-261-1/+0
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-3/+3
* * Support new setname interfaceChris Lattner2001-09-071-1/+4
* Renamed include/llvm/Codegen to include/llvm/CodeGenChris Lattner2001-07-211-1/+1
* Fix code to be in a consistent styleChris Lattner2001-07-211-11/+5
* Remove getTempValuesForMachineCode from the Instruction interfaceChris Lattner2001-07-211-0/+2
* Added a representation of the machine instructions generatedVikram S. Adve2001-07-201-2/+29
* Moved UnaryOperator::create to InstrTypes.cpp until there is an iUnaryOps.cppChris Lattner2001-06-251-33/+0
* Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperatorChris Lattner2001-06-081-2/+3
* Initial revisionChris Lattner2001-06-061-0/+61