aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineJumpTableInfo.h
AgeCommit message (Expand)Author
2009-04-15Move MachineJumpTableInfo::ReplaceMBBInJumpTables out of line.Dan Gohman
2008-05-05Fix more -Wshorten-64-to-32 warnings.Evan Cheng
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-11-12Compile fix.Duncan Sands
2007-03-23Add the 'explicit' keyword to several constructors that accept oneDan Gohman
2006-12-17Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling
2006-12-14File missing from last check in.Jim Laskey
2006-12-141. Tidy up jump table info.Jim Laskey
2006-10-28add an assertionChris Lattner
2006-10-28const'ify jump table stuffChris Lattner
2006-10-28add a method for deleting dead jump tables.Chris Lattner
2006-10-28determine whether a change was madeChris Lattner
2006-10-16add a ReplaceMBBInJumpTables methodChris Lattner
2006-05-03Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson
2006-04-22Code cleanup associated with jump tables, thanks to Chris for noticingNate Begeman
2006-04-22JumpTable support! What this represents is working asm and jit support forNate Begeman