Added an automatic cast to "std::ostream*" etc. from OStream. We then can
[oota-llvm.git] / include / llvm / CodeGen / MachineJumpTableInfo.h
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...