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-12-14 11:32:34 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
bae9f69d37
llvm-6502
/
test
/
MC
/
X86
History
Craig Topper
bae9f69d37
Mark MOVMSKPS/MOVMSKPD/VPINSRWrr64i as AsmParserOnly to remove them from the disassembler tables. Add PINSRWrr64i to complement the AVX version.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@192565
91177308-0d34-0410-b5e6-96231b3b80d8
2013-10-14 01:21:22 +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
Mark MOVMSKPS/MOVMSKPD/VPINSRWrr64i as AsmParserOnly to remove them from the disassembler tables. Add PINSRWrr64i to complement the AVX version.
2013-10-14 01:21:22 +00:00
x86_64-fma3-encoding.s
x86_64-fma4-encoding.s
x86_64-hle-encoding.s
Add support for encoding the HLE XACQUIRE and XRELEASE prefixes.
2013-06-18 17:08:10 +00:00
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
[ms-inline asm] Fix a crasher when we fail on a direct match.
2013-05-10 18:24:17 +00:00
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