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 |
Bob Wilson
|
6cd4aee5e9
|
Convert to FileCheck.
llvm-svn: 82710
|
2009-09-24 20:23:02 +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 |
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 |
Reid Spencer
|
b5dc70c270
|
For PR1319: Upgrade to use new test harness
llvm-svn: 36076
|
2007-04-15 19:11:47 +00:00 |
Lauro Ramos Venancio
|
0eb70ebbe5
|
bugfix: SP wasn't updated for varargs when frame pointer was eliminated.
llvm-svn: 34537
|
2007-02-23 21:53:48 +00:00 |
Lauro Ramos Venancio
|
3e906c48d3
|
Fix stack alignment in functions with varargs.
llvm-svn: 34532
|
2007-02-23 20:32:57 +00:00 |