Sort a few more #include lines in tools/... unittests/... and utils/...
[oota-llvm.git] / include / llvm / Instruction.def
2012-02-06 Bill Wendling[unwind removal] Remove all of the code for the dead...
2011-08-12 Bill WendlingInitial commit of the 'landingpad' instruction.
2011-07-31 Bill WendlingAdd the 'resume' instruction for the new EH rewrite.
2011-07-30 Bill WendlingRevert r136253, r136263, r136269, r136313, r136325...
2011-07-28 Eli FriedmanLangRef and basic memory-representation/reading/writing...
2011-07-27 Bill WendlingMerge the contents from exception-handling-rewrite...
2011-07-26 Eli FriedmanFix a couple minor mistakes pointed out by Bill in...
2011-07-25 Eli FriedmanInitial implementation of 'fence' instruction, the...
2009-10-28 Chris Lattnerrename indbr -> indirectbr to appease the residents...
2009-10-27 Chris Lattneradd enough support for indirect branch for the feature...
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-17 Victor HernandezRemove MallocInst from LLVM Instructions.
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...