Chris Lattner
|
c618c8aff4
|
emit jump table an alias ".set" directives through MCStreamer as
assignments.
.set x, a-b
is the same as:
x = a-b
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94596 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-01-26 21:53:08 +00:00 |
|
Dan Gohman
|
b7c0b246da
|
Convert more tests to avoid llvm-as.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81545 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-09-11 18:36:27 +00:00 |
|
Dan Gohman
|
fea1dd0804
|
Remove obsolete -f flags.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79992 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-08-25 15:38:29 +00:00 |
|
Dan Gohman
|
43c3db37f6
|
Convert tests using "grep -c ... | grep ..." to use the count script.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41100 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-08-15 13:49:33 +00:00 |
|
Lauro Ramos Venancio
|
69642f11ed
|
Enable aliases on arm-linux.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37042 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-05-14 18:32:56 +00:00 |
|