aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Instruction.cpp
AgeCommit message (Expand)Author
2003-05-08Add support for the new va_arg instructionChris Lattner
2002-11-20 - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner
2002-10-31New isAssociative/isCommutative inspection methods, graciously contributed byChris Lattner
2002-09-10Add capability to insert an instruction into a basic block immediately afterChris Lattner
2002-09-08Enable "garbage detection" of LLVM objects. Now users should be obnoxiousChris Lattner
2002-09-06Move code out of header files into .cpp files to make future changes easierChris Lattner
2002-08-14Remove support for NOT instructionChris Lattner
2002-07-14Create a static version of Instruction::getOpcodeName(opCode) thatVikram S. Adve
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-02-12Method.h no longer includes BasicBlock.hChris Lattner
2002-02-03Switch from MachineCodeForVMInstr model that is built into the VMCore library...Chris Lattner
2002-01-26Remove extraneous #includesChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-09-07* Support new setname interfaceChris Lattner
2001-07-21Renamed include/llvm/Codegen to include/llvm/CodeGenChris Lattner
2001-07-21Fix code to be in a consistent styleChris Lattner
2001-07-21Remove getTempValuesForMachineCode from the Instruction interfaceChris Lattner
2001-07-20Added a representation of the machine instructions generatedVikram S. Adve
2001-06-25Moved UnaryOperator::create to InstrTypes.cpp until there is an iUnaryOps.cppChris Lattner
2001-06-08Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperatorChris Lattner
2001-06-06Initial revisionChris Lattner