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
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