summaryrefslogtreecommitdiff
path: root/include/llvm/Instruction.def
Commit message (Expand)AuthorAge
* Add the Instruction::Select enumChris Lattner2004-03-12
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner2003-10-19
* New revised variable argument handling supportChris Lattner2003-10-18
* Standardize header file commentsChris Lattner2003-09-30
* Add new unwind instruction. Happily there was a slot leftover from when theChris Lattner2003-09-08
* Add new VarArgInst class for the va_arg instructionChris Lattner2003-05-08
* Eliminate the GenericBinaryInst class.Chris Lattner2002-09-10
* Remove the last traces of the NOT instructionChris Lattner2002-08-15
* Remove reference to GenericUnaryInst classChris Lattner2002-08-14
* Allow implementation of all HANDLE_*_INST macros at once by defining HANDLE_INSTChris Lattner2002-03-19
* New file to define instructions...Chris Lattner2001-10-14