Duncan Sands
|
211427bda9
|
Remove the -enable-sjlj-eh option, which doesn't do anything.
Remove the -enable-eh option which is only used by the JIT,
and replace it with -jit-enable-eh.
llvm-svn: 102865
|
2010-05-02 15:36:26 +00:00 |
Chris Lattner
|
5049f23592
|
don't have i386-specific tests in CodeGen/Generic, PR6601.
llvm-svn: 98508
|
2010-03-14 18:51:18 +00:00 |
Dan Gohman
|
c8054d90fb
|
Eliminate more uses of llvm-as and llvm-dis.
llvm-svn: 81293
|
2009-09-09 00:09:15 +00:00 |
Duncan Sands
|
b5a79d0eaa
|
Make invokes of inline asm legal. Teach codegen
how to lower them (with no attempt made to be
efficient, since they should only occur for
unoptimized code).
llvm-svn: 45108
|
2007-12-17 18:08:19 +00:00 |