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
/
test
/
CodeGen
/
X86
/
2007-09-17-ObjcFrameEH.ll
Age
Commit message (
Expand
)
Author
2011-07-02
Remove a grep that is already checked with FileCheck.
Chandler Carruth
2011-06-17
manually upgrade a bunch of tests to modern syntax, and remove some that
Chris Lattner
2011-05-01
Add r130623 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm.
Rafael Espindola
2011-04-30
Revert the previous patch while I figure out how to make llvm-gcc
Rafael Espindola
2011-04-30
Enable CFI on OS X.
Rafael Espindola
2010-05-02
Remove the -enable-sjlj-eh option, which doesn't do anything.
Duncan Sands
2009-09-08
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2008-04-14
Remove -unwind-tables-optional everywhere, since
Dale Johannesen
2008-04-08
Rename -disable-required-unwind-tables to -unwind-tables-optional.
Dale Johannesen
2008-04-08
Add -disable-required-unwind-tables to tests
Dale Johannesen
2007-10-11
Add an explicit target triple to make this test behave as expected on
Dan Gohman
2007-09-18
Objective-C was generating EH frame info like this:
Bill Wendling