aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineJumpTableInfo.h
Commit message (Expand)AuthorAgeFilesLines
* 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