Add the visitSelectInst visitor method
[oota-llvm.git] / include / llvm / Support / InstVisitor.h
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