summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineJumpTableInfo.h
Commit message (Expand)AuthorAge
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Tidy up. Whitespace.Jim Grosbach2012-05-07
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-03
* Add explicit keywords.Dan Gohman2010-06-18
* Stop trying to merge identical jump tables. This had been inadvertentlyBob Wilson2010-03-19
* Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() toBob Wilson2010-03-18
* Add a new jump table encoding to indicate jump tables entriesRichard Osborne2010-03-11
* Move getJTISymbol from MachineJumpTableInfo to MachineFunction,Chris Lattner2010-01-26
* add a new MachineJumpTableInfo::getJTISymbol method,Chris Lattner2010-01-26
* Add support for target-specific 32-bit custom-lowered Chris Lattner2010-01-26
* Rearrange handling of jump tables. Highlights:Chris Lattner2010-01-25
* Add function to replace a destination MBB in a single jump tableJim Grosbach2009-11-14
* convert some stuff to work on raw_ostreams instead of std::ostream.Chris Lattner2009-08-23
* Fix some comments referring to std::cerr.Daniel Dunbar2009-08-03
* Move MachineJumpTableInfo::ReplaceMBBInJumpTables out of line.Dan Gohman2009-04-15
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Compile fix.Duncan Sands2007-11-12
* Add the 'explicit' keyword to several constructors that accept oneDan Gohman2007-03-23
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-17
* File missing from last check in.Jim Laskey2006-12-14
* 1. Tidy up jump table info.Jim Laskey2006-12-14
* add an assertionChris Lattner2006-10-28
* const'ify jump table stuffChris Lattner2006-10-28
* add a method for deleting dead jump tables.Chris Lattner2006-10-28
* determine whether a change was madeChris Lattner2006-10-28
* add a ReplaceMBBInJumpTables methodChris Lattner2006-10-16
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-03
* Code cleanup associated with jump tables, thanks to Chris for noticingNate Begeman2006-04-22
* JumpTable support! What this represents is working asm and jit support forNate Begeman2006-04-22