convert some stuff to work on raw_ostreams instead of std::ostream.
[oota-llvm.git] / include / llvm / CodeGen / MachineJumpTableInfo.h
2009-08-23 Chris Lattnerconvert some stuff to work on raw_ostreams instead...
2009-08-03 Daniel DunbarFix some comments referring to std::cerr.
2009-04-15 Dan GohmanMove MachineJumpTableInfo::ReplaceMBBInJumpTables out...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-11-12 Duncan SandsCompile fix.
2007-03-23 Dan GohmanAdd the 'explicit' keyword to several constructors...
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-14 Jim LaskeyFile missing from last check in.
2006-12-14 Jim Laskey1. Tidy up jump table info.
2006-10-28 Chris Lattneradd an assertion
2006-10-28 Chris Lattnerconst'ify jump table stuff
2006-10-28 Chris Lattneradd a method for deleting dead jump tables.
2006-10-28 Chris Lattnerdetermine whether a change was made
2006-10-16 Chris Lattneradd a ReplaceMBBInJumpTables method
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-04-22 Nate BegemanCode cleanup associated with jump tables, thanks to...
2006-04-22 Nate BegemanJumpTable support! What this represents is working...