This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-11-02 07:11:49 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
3b73dea538
llvm-6502
/
test
/
MC
/
X86
History
Craig Topper
b9bc43852c
Remove some instructions that existed to provide aliases to the assembler. Can be done with InstAlias instead. Unfortunately, this was causing printer to use 'vmovq' or 'vmovd' based on what was parsed. To cleanup the inconsistencies convert all 'vmovd' with 64-bit registers to 'vmovq', but provide an alias so that 'vmovd' will still parse.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@192171
91177308-0d34-0410-b5e6-96231b3b80d8
2013-10-08 05:53:50 +00:00
..
AlignedBundling
[tests] Cleanup initialization of test suffixes.
2013-08-16 00:37:11 +00:00
3DNow.s
2011-09-06-NoNewline.s
address-size.s
avx512-encodings.s
Add XOP disassembler support. Fixes PR13933.
2013-10-03 05:17:48 +00:00
fde-reloc.s
gnux32-dwarf-gen.s
intel-syntax-2.s
intel-syntax-encoding.s
intel-syntax-hex.s
intel-syntax.s
Fixing Intel format of the vshufpd instruction.
2013-09-27 01:44:23 +00:00
lit.local.cfg
[tests] Cleanup initialization of test suffixes.
2013-08-16 00:37:11 +00:00
padlock.s
shuffle-comments.s
x86_64-avx-clmul-encoding.s
x86_64-avx-encoding.s
Remove some instructions that existed to provide aliases to the assembler. Can be done with InstAlias instead. Unfortunately, this was causing printer to use 'vmovq' or 'vmovd' based on what was parsed. To cleanup the inconsistencies convert all 'vmovd' with 64-bit registers to 'vmovq', but provide an alias so that 'vmovd' will still parse.
2013-10-08 05:53:50 +00:00
x86_64-bmi-encoding.s
x86_64-encoding.s
Add the remaining Intel SHA instructions
2013-09-14 15:03:21 +00:00
x86_64-fma3-encoding.s
x86_64-fma4-encoding.s
x86_64-hle-encoding.s
x86_64-imm-widths.s
x86_64-rand-encoding.s
x86_64-rtm-encoding.s
x86_64-sse4a.s
x86_64-tbm-encoding.s
Adding intrinsics to the llvm backend for TBM instruction set.
2013-09-27 18:38:42 +00:00
x86_64-xop-encoding.s
x86_directives.s
x86_errors.s
x86_long_nop.s
x86_nop.s
x86_operands.s
x86-32-avx.s
x86-32-coverage.s
Add test cases for the various instruction alias and Intel syntax fixes that have gone in lately.
2013-07-26 05:39:33 +00:00
x86-32-fma3.s
x86-32-ms-inline-asm.s
x86-32.s
Don't let x86 asm printer use the no operand movsd alias. It should use the normal movsl instead.
2013-07-23 01:50:47 +00:00
x86-64.s
Remove some instructions that existed to provide aliases to the assembler. Can be done with InstAlias instead. Unfortunately, this was causing printer to use 'vmovq' or 'vmovd' based on what was parsed. To cleanup the inconsistencies convert all 'vmovd' with 64-bit registers to 'vmovq', but provide an alias so that 'vmovd' will still parse.
2013-10-08 05:53:50 +00:00