Remove the vicmp and vfcmp instructions. Because we never had a release with
[oota-llvm.git] / include / llvm / Instruction.def
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2008-10-06 Evan ChengCosmetic.
2008-07-23 Dan GohmanEnable first-class aggregates support.
2008-05-15 Dan GohmanIR support for extractvalue and insertvalue instruction...
2008-05-12 Nate BegemanAdd two new instructions to the llvm IR, vicmp and...
2008-02-19 Devang PatelAdd GetResultInst. First step for multiple return value...
2007-12-29 Chris Lattnerremove attribution from a variety of miscellaneous...
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2006-12-23 Reid SpencerFor PR950:
2006-11-29 Reid SpencerGet the delegation right for InstVisitor.
2006-11-27 Reid SpencerFor PR950:
2006-11-20 Reid SpencerFor PR950:
2006-11-11 Reid SpencerRevert premature patch.
2006-11-11 Reid SpencerDocument new constant expr operators, rename bitconvert...
2006-11-08 Reid SpencerFor PR950:
2006-11-02 Reid SpencerFor PR950:
2006-10-26 Reid SpencerFor PR950:
2006-04-08 Chris LattnerAdd a new shufflevector instruction
2006-01-17 Robert BocchinoInstruction and constant expression definitions for...
2006-01-10 Robert BocchinoAdded an instruction and constant expression for the...
2005-06-24 Chris Lattnerimprove comments
2005-06-18 Andrew Lenharthheader file changes for varargs
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...