aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineJumpTableInfo.h
AgeCommit message (Expand)Author
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-05-07Tidy up. Whitespace.Jim Grosbach
2012-02-03Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka
2010-06-18Add explicit keywords.Dan Gohman
2010-03-19Stop trying to merge identical jump tables. This had been inadvertentlyBob Wilson
2010-03-18Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() toBob Wilson
2010-03-11Add a new jump table encoding to indicate jump tables entriesRichard Osborne
2010-01-26Move getJTISymbol from MachineJumpTableInfo to MachineFunction,Chris Lattner
2010-01-26add a new MachineJumpTableInfo::getJTISymbol method,Chris Lattner
2010-01-26Add support for target-specific 32-bit custom-lowered Chris Lattner
2010-01-25Rearrange handling of jump tables. Highlights:Chris Lattner
2009-11-14Add function to replace a destination MBB in a single jump tableJim Grosbach
2009-08-23convert some stuff to work on raw_ostreams instead of std::ostream.Chris Lattner
2009-08-03Fix some comments referring to std::cerr.Daniel Dunbar
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