Chris Lattner
|
ee2b6b1cc5
|
emit jump table an alias ".set" directives through MCStreamer as
assignments.
.set x, a-b
is the same as:
x = a-b
llvm-svn: 94596
|
2010-01-26 21:53:08 +00:00 |
|
Dan Gohman
|
f2c290dfa6
|
Convert more tests to avoid llvm-as.
llvm-svn: 81545
|
2009-09-11 18:36:27 +00:00 |
|
Dan Gohman
|
bf08e82d8e
|
Remove obsolete -f flags.
llvm-svn: 79992
|
2009-08-25 15:38:29 +00:00 |
|
Dan Gohman
|
34263074cb
|
Convert tests using "grep -c ... | grep ..." to use the count script.
llvm-svn: 41100
|
2007-08-15 13:49:33 +00:00 |
|
Lauro Ramos Venancio
|
c6d71fb584
|
Enable aliases on arm-linux.
llvm-svn: 37042
|
2007-05-14 18:32:56 +00:00 |
|