llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
[oota-llvm.git] / include / llvm / Support / InstVisitor.h
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
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 LattnerDon't attribute in file headers anymore. See llvmdev...
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-10-09 Nick LewyckyFix usage example.
2006-05-31 Vladimir PrusImprove InstVisitor docs.
2006-04-08 Chris LattnerAdd a new shufflevector instruction
2006-01-17 Robert BocchinoSupport for the insertelement operation.
2006-01-10 Robert BocchinoAdded an instruction and constant expression for the...
2005-06-18 Andrew Lenharthheader file changes for varargs
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-09 Chris LattnerUse static_cast and #include Instructions.h
2004-11-16 Reid SpencerStandardize on 'class' instead of 'struct'. Gets rid...
2004-10-16 Chris LattnerAdd support for the unreachable instruction
2004-05-23 Alkis EvlogimenosRemove virtual destructor from InstVisitor. This class...
2004-05-06 Alkis EvlogimenosFix for gcc3.4: invalid use of forward delacred class...
2004-05-04 Misha BrukmanProvide visit(Module&) and visitModule(Module&) functio...
2004-03-12 Chris LattnerAdd the visitSelectInst visitor method
2003-11-28 Chris Lattnerfix gcc 3.4 compatibility problem
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 support for the unwind inst
2003-08-29 Chris LattnerRemove automagic support for Modules. Noone uses it...
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-05-20 Misha BrukmanHopefully, the final fix for `[Pp]ropogate'.
2003-05-08 Chris LattnerAdd support for the new VarArgInst instruction, reinden...
2002-09-10 Chris LattnerEliminate the GenericBinaryInst class
2002-08-22 Chris LattnerEliminated the MemAccessInst class, folding contents...
2002-08-22 Chris LattnerLoad & Store Inst now no longer derive from MemAccessInst
2002-08-21 Chris LattnerAdd missing forward decl
2002-08-14 Chris LattnerRemove support for unary instructions
2002-07-25 Chris Lattner*** empty log message ***
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-10 Chris LattnerMake sure to call the derived visit versions from the...
2002-05-10 Chris LattnerAdd explicit abort so optimized build knows that the...
2002-04-18 Chris Lattner* Add a comment to the header giving a breif overview...
2002-04-18 Chris Lattner* Make dtor virtual
2002-04-15 Chris Lattner* s/Method/Function
2002-04-08 Chris Lattners/Method/Function
2002-03-18 Chris LattnerInitial checkin of InstVisitor class