index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
/
MachineJumpTableInfo.h
Age
Commit message (
Expand
)
Author
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-05-07
Tidy up. Whitespace.
Jim Grosbach
2012-02-03
Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is
Akira Hatanaka
2010-06-18
Add explicit keywords.
Dan Gohman
2010-03-19
Stop trying to merge identical jump tables. This had been inadvertently
Bob Wilson
2010-03-18
Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() to
Bob Wilson
2010-03-11
Add a new jump table encoding to indicate jump tables entries
Richard Osborne
2010-01-26
Move getJTISymbol from MachineJumpTableInfo to MachineFunction,
Chris Lattner
2010-01-26
add a new MachineJumpTableInfo::getJTISymbol method,
Chris Lattner
2010-01-26
Add support for target-specific 32-bit custom-lowered
Chris Lattner
2010-01-25
Rearrange handling of jump tables. Highlights:
Chris Lattner
2009-11-14
Add function to replace a destination MBB in a single jump table
Jim Grosbach
2009-08-23
convert some stuff to work on raw_ostreams instead of std::ostream.
Chris Lattner
2009-08-03
Fix some comments referring to std::cerr.
Daniel Dunbar
2009-04-15
Move MachineJumpTableInfo::ReplaceMBBInJumpTables out of line.
Dan Gohman
2008-05-05
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-11-12
Compile fix.
Duncan Sands
2007-03-23
Add the 'explicit' keyword to several constructors that accept one
Dan Gohman
2006-12-17
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-14
File missing from last check in.
Jim Laskey
2006-12-14
1. Tidy up jump table info.
Jim Laskey
2006-10-28
add an assertion
Chris Lattner
2006-10-28
const'ify jump table stuff
Chris Lattner
2006-10-28
add a method for deleting dead jump tables.
Chris Lattner
2006-10-28
determine whether a change was made
Chris Lattner
2006-10-16
add a ReplaceMBBInJumpTables method
Chris Lattner
2006-05-03
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-04-22
Code cleanup associated with jump tables, thanks to Chris for noticing
Nate Begeman
2006-04-22
JumpTable support! What this represents is working asm and jit support for
Nate Begeman