- Oct 23, 2010
-
-
Owen Anderson authored
llvm-svn: 117183
-
Owen Anderson authored
llvm-svn: 117177
-
Owen Anderson authored
llvm-svn: 117173
-
Owen Anderson authored
llvm-svn: 117171
-
Jim Grosbach authored
llvm-svn: 117166
-
Jim Grosbach authored
llvm-svn: 117165
-
- Oct 22, 2010
-
-
Owen Anderson authored
llvm-svn: 117145
-
Owen Anderson authored
llvm-svn: 117134
-
Jim Grosbach authored
llvm-svn: 117133
-
Owen Anderson authored
llvm-svn: 117131
-
Owen Anderson authored
llvm-svn: 117126
-
Jim Grosbach authored
llvm-svn: 117121
-
Owen Anderson authored
llvm-svn: 117115
-
Jim Grosbach authored
llvm-svn: 117108
-
Andrew Trick authored
It doesn't look like anything is wrong with the checkin, but the new test cases expose a mem bug in AsmParser. llvm-svn: 117087
-
Sean Callanan authored
weren't properly reflecting the OperandSize attribute of the instruction leading to improper decoding of certain instructions with the 66H prefix. Also added a test case for this. llvm-svn: 117084
-
Owen Anderson authored
llvm-svn: 117077
-
Jim Grosbach authored
llvm-svn: 117076
-
Owen Anderson authored
llvm-svn: 117074
-
Jim Grosbach authored
llvm-svn: 117072
-
- Oct 21, 2010
-
-
Owen Anderson authored
llvm-svn: 117069
-
Owen Anderson authored
llvm-svn: 117067
-
Owen Anderson authored
llvm-svn: 117064
-
Owen Anderson authored
llvm-svn: 117059
-
Owen Anderson authored
llvm-svn: 117047
-
Owen Anderson authored
llvm-svn: 117040
-
Owen Anderson authored
llvm-svn: 117039
-
Rafael Espindola authored
from losing the variant when producing a relocation on an alias. llvm-svn: 117037
-
Kevin Enderby authored
sense, when the instruction takes the 16-bit ax register or m16 memory location. These changes to llvm-mc matches what the darwin assembler allows for these instructions. Also added the missing flex (without the wait prefix) and ud2a as an alias to ud2 (still to add ud2b). llvm-svn: 117031
-
Bill Wendling authored
llvm-svn: 117002
-
Andrew Trick authored
llvm-svn: 116992
-
Owen Anderson authored
llvm-svn: 116981
-
Bill Wendling authored
extension register. llvm-svn: 116970
-
Bill Wendling authored
registers. llvm-svn: 116961
-
- Oct 20, 2010
-
-
Rafael Espindola authored
llvm-svn: 116932
-
- Oct 19, 2010
-
-
Jason W Kim authored
The failures in r116753 r116756 were caused by a python issue - Python likes to append 'L' suffix to stringified numbers if the number is larger than a machine int. Unfortunately, this causes a divergence of behavior between 32 and 64 bit python versions. I re-crafted elf-dump/common_dump to take care of these issues by: 1. always printing 0x (makes for easy sed/regex) 2. always print fixed length (exactly 2 + numBits/4 digits long) by mod ((2^numBits) - 1) 3. left-padded with '0' There is a residual common routine that is also used by macho-dump (dataToHex) , so I left the 'section_data' test values alone. llvm-svn: 116823
-
Eric Christopher authored
llvm-svn: 116777
-
Kevin Enderby authored
word forms and suffixed versions to match the darwin assembler in 32-bit and 64-bit modes. This is again for use just with assembly source for llvm-mc . llvm-svn: 116773
-
- Oct 18, 2010
-
-
Jason W Kim authored
Also updated tests. llvm-svn: 116753
-
Rafael Espindola authored
llvm-svn: 116744
-