Moved removeFile() and getUniqueFilename() into FileUtilities.
[oota-llvm.git] / include / llvm / Support / InstVisitor.h
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