aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Instruction.h
Commit message (Expand)AuthorAgeFilesLines
* * Add virtual print methodsChris Lattner2002-04-081-1/+3
* Remove unneccesary forward definitionsChris Lattner2002-03-231-3/+0
* * Inline destructorChris Lattner2002-02-031-24/+3
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-2/+2
* Subclasses can change the opcode of an instructionChris Lattner2001-12-131-2/+2
* Use the instruction.def file to remain up to date with future instructionChris Lattner2001-10-141-35/+20
* Add new opcode for Invoke instructionChris Lattner2001-10-131-1/+1
* Commit more code over to new cast styleChris Lattner2001-10-021-6/+3
* Add support for newer cleaner isa, cast, dyn_castChris Lattner2001-10-011-0/+7
* Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner2001-09-141-1/+1
* Support new setName interfaceChris Lattner2001-09-071-1/+1
* Make a function const.Vikram S. Adve2001-07-281-1/+1
* More minor reorganizationsChris Lattner2001-07-211-4/+4
* Remove getTempValuesForMachineCode from the Instruction interfaceChris Lattner2001-07-211-5/+7
* Added a representation of the machine instructions generatedVikram S. Adve2001-07-201-4/+22
* Made the following changes:Chris Lattner2001-07-141-1/+1
* hasSideEffects should be marked virtualChris Lattner2001-07-091-1/+1
* Implementation of Store & GetElementPtrChris Lattner2001-07-081-2/+1
* Moved Cast from being a Unary instruction to being an "Other" instructionChris Lattner2001-07-081-1/+1
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-081-8/+2
* Broad superficial changes:Chris Lattner2001-07-071-1/+4
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-071-72/+0
* * Rename get.*Operator to create seeing that it would have to be qualifiedChris Lattner2001-06-251-0/+3
* Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperatorChris Lattner2001-06-081-4/+1
* Initial revisionChris Lattner2001-06-061-0/+199