Chris Lattner
|
def1949c00
|
Remove support for using "foo" as symbols instead of %"foo". This is ancient
syntax and has been long obsolete. As usual, updating the tests is the nasty
part of this.
llvm-svn: 133242
|
2011-06-17 06:36:20 +00:00 |
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 |
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
|
6820abe101
|
Testcases for PR1628.
llvm-svn: 41719
|
2007-09-05 11:53:04 +00:00 |
Dan Gohman
|
f9dd170e36
|
Convert tests using "| wc -l | grep ..." to use the count script.
llvm-svn: 41097
|
2007-08-15 13:36:28 +00:00 |
Chris Lattner
|
4ef41c1054
|
move this out of Codegen/Generic, because it requires the ARM backend to be
linked into llc
llvm-svn: 36919
|
2007-05-08 02:19:56 +00:00 |