Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / CodeGen / MachineJumpTableInfo.h
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-05-07 Jim GrosbachTidy up. Whitespace.
2012-02-03 Akira HatanakaAdd a new MachineJumpTableInfo entry type, EK_GPRel64Bl...
2010-06-18 Dan GohmanAdd explicit keywords.
2010-03-19 Bob WilsonStop trying to merge identical jump tables. This had...
2010-03-18 Bob WilsonFix pr6543: svn r88806 changed MachineJumpTableInfo...
2010-03-11 Richard OsborneAdd a new jump table encoding to indicate jump tables...
2010-01-26 Chris LattnerMove getJTISymbol from MachineJumpTableInfo to MachineF...
2010-01-26 Chris Lattneradd a new MachineJumpTableInfo::getJTISymbol method,
2010-01-26 Chris LattnerAdd support for target-specific 32-bit custom-lowered
2010-01-25 Chris LattnerRearrange handling of jump tables. Highlights:
2009-11-14 Jim GrosbachAdd function to replace a destination MBB in a single...
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...