- Nov 02, 2010
-
-
Owen Anderson authored
llvm-svn: 117984
-
- Nov 01, 2010
-
-
Bill Wendling authored
llvm-svn: 117955
-
Owen Anderson authored
llvm-svn: 117941
-
Owen Anderson authored
llvm-svn: 117939
-
Owen Anderson authored
llvm-svn: 117938
-
Owen Anderson authored
llvm-svn: 117937
-
Owen Anderson authored
llvm-svn: 117935
-
Rafael Espindola authored
llvm-svn: 117932
-
Rafael Espindola authored
llvm-svn: 117930
-
Jim Grosbach authored
llvm-svn: 117929
-
Rafael Espindola authored
llvm-svn: 117922
-
Rafael Espindola authored
llvm-svn: 117911
-
Chris Lattner authored
must be 8 bits. Support this memory form. llvm-svn: 117902
-
Chris Lattner authored
aliases installed and working. They now work when the matched pattern and the result instruction have exactly the same operand list. This is now enough for us to define proper aliases for movzx and movsx, implementing rdar://8017633 and PR7459. Note that we do not accept instructions like: movzx 0(%rsp), %rsi GAS accepts this instruction, but it doesn't make any sense because we don't know the size of the memory operand. It could be 8/16/32 bits. llvm-svn: 117901
-
Owen Anderson authored
llvm-svn: 117900
-
Chris Lattner authored
in their asmstring. Fix the two x86 "NOREX" instructions that have them. If these comments are important, the instlowering stuff can print them. llvm-svn: 117897
-
- Oct 30, 2010
-
-
Chris Lattner authored
for shl. Caught by inspection. llvm-svn: 117820
-
Chris Lattner authored
llvm-svn: 117803
-
Bill Wendling authored
conditional. Check for those instructions explicitly. llvm-svn: 117747
-
Rafael Espindola authored
just .type foo,@object will produce an undefined reference to foo. On the other hand, a file with just .weakref bar, foo will not. It is somewhat hard to support both in MC since both statements should create the symbols. It should be possible if we really need to by adding to the flags, but hopefully that is not necessary. With this patch we do not produce a undefined reference in any of those cases. The assembly file needs an actual use for the undefined reference to be present. This is in preparation for a patch implementing .weakref. llvm-svn: 117735
-
- Oct 29, 2010
-
-
Owen Anderson authored
llvm-svn: 117708
-
Owen Anderson authored
llvm-svn: 117704
-
Owen Anderson authored
llvm-svn: 117699
-
Owen Anderson authored
llvm-svn: 117696
-
Owen Anderson authored
llvm-svn: 117694
-
Owen Anderson authored
llvm-svn: 117693
-
Owen Anderson authored
llvm-svn: 117690
-
Owen Anderson authored
llvm-svn: 117689
-
Owen Anderson authored
llvm-svn: 117686
-
Owen Anderson authored
llvm-svn: 117685
-
Owen Anderson authored
llvm-svn: 117684
-
Owen Anderson authored
llvm-svn: 117683
-
Owen Anderson authored
llvm-svn: 117682
-
Owen Anderson authored
llvm-svn: 117681
-
Owen Anderson authored
Replace this test with the less fragile .s version. Still XFAIL'd, since the ASM parser doesn't parse vabal yet. llvm-svn: 117679
-
Owen Anderson authored
llvm-svn: 117676
-
Owen Anderson authored
llvm-svn: 117633
-
Chris Lattner authored
vldr.64 to work. I have no idea if this is fully right, but it is in the right direction. llvm-svn: 117626
-
- Oct 28, 2010
-
-
Rafael Espindola authored
* If we have a M or a G, reject sections without the type * Only parse the flag specific arguments if we have M or G * Parse the corresponding arguments for M and G We ignore the G arguments and flag for now. llvm-svn: 117608
-
Chris Lattner authored
it looks like we're not handling [] operands though llvm-svn: 117607
-