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