Remove trailing whitespace
[oota-llvm.git] / include / llvm / Instruction.def
2004-10-16 Chris LattnerAdd new unreachable instruction
2004-03-12 Chris LattnerAdd the Instruction::Select enum
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-19 Chris LattnerChange the Opcode enum for PHI nodes from "Instruction...
2003-10-18 Chris LattnerNew revised variable argument handling support
2003-09-30 Chris LattnerStandardize header file comments
2003-09-08 Chris LattnerAdd new unwind instruction. Happily there was a slot...
2003-05-08 Chris LattnerAdd new VarArgInst class for the va_arg instruction
2002-09-10 Chris LattnerEliminate the GenericBinaryInst class.
2002-08-15 Chris LattnerRemove the last traces of the NOT instruction
2002-08-14 Chris LattnerRemove reference to GenericUnaryInst class
2002-03-19 Chris LattnerAllow implementation of all HANDLE_*_INST macros at...
2001-10-14 Chris LattnerNew file to define instructions...