aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* a bunch of ssse3 instructions are misencoded to think they have an Chris Lattner2010-04-171-0/+7
* implement mc asmparser support for '.', which gets theChris Lattner2010-04-141-0/+11
* Reapply Kevin's change 94440, now that Chris has fixed the limitation onBob Wilson2010-03-252-0/+84
* Speculatively revert this to see if it fixes buildbot failures.Bob Wilson2010-03-242-84/+0
* Added the Advanced Encryption Standard (AES) Instructions.Kevin Enderby2010-03-242-0/+84
* Fixed the SS42AI template for the SSE 4.2 instructions with TA prefix so it doesKevin Enderby2010-03-241-0/+8
* Fixed the encoding problems of the crc32 instructions. All had the Operand sizeKevin Enderby2010-03-193-25/+139
* MC/X86: Rename alternate spellings of {ADD64,CMP64} and mark as "code gen onl...Daniel Dunbar2010-03-191-0/+4
* X86: Fix encoding for TEST64rr.Daniel Dunbar2010-03-191-0/+4
* X86MCCodeEmitter: Fix two minor issues with reloc_riprel_4byte_movq_load, weDaniel Dunbar2010-03-181-1/+6
* MC/X86/AsmMatcher: Use the new instruction cleanup routine to implement aDaniel Dunbar2010-03-181-0/+26
* fix an x86-64 encoding bug Daniel found.Chris Lattner2010-03-181-0/+4
* add a special relocation type for movq loads for objectChris Lattner2010-03-181-1/+9
* xfail these tests temporarily to get teh buildbots back to happy land.Chris Lattner2010-03-143-0/+5
* X86: Fix ADD64i32 encoding.Daniel Dunbar2010-03-131-0/+3
* MC/X86_64: Fix matching of leaq.Daniel Dunbar2010-03-131-1/+2
* MC/X86_64: Fix matching of callq.Daniel Dunbar2010-03-131-0/+8
* MC/X86: Add temporary hack to match shrl $1,%eax correctly, to support testingDaniel Dunbar2010-03-131-0/+3
* MC/X86: Add an XFAIL test where we aren't matching the correct instructionDaniel Dunbar2010-03-131-0/+8
* MC/X86: Rename alternate spellings of ADD{8,16,32} and mark as "code gen only...Daniel Dunbar2010-03-091-0/+3
* MC/X86: Rename alternate spellings of CMP{8,16,32} and mark as "code gen only...Daniel Dunbar2010-03-091-0/+3
* X86: Fix encoding for TEST{8,16,32}rr.Daniel Dunbar2010-03-081-1/+3
* make pcrel immediate values relative to the start of the field,Chris Lattner2010-02-161-5/+5
* add encoder support and tests for rdtscpChris Lattner2010-02-131-0/+5
* MC/AsmParser: Attempt to constant fold expressions up-front. This ensures we ...Daniel Dunbar2010-02-133-10/+16
* rip out the 'heinous' x86 MCCodeEmitter implementation.Chris Lattner2010-02-132-2/+2
* remove special cases for vmlaunch, vmresume, vmxoff, and swapgsChris Lattner2010-02-131-1/+17
* MC/X86: Push immediate operands as immediates not expressions when possible.Daniel Dunbar2010-02-133-16/+12
* implement the rest of correct x86-64 encoder support for Chris Lattner2010-02-121-0/+30
* fix the encodings of monitor and mwait, which were completelyChris Lattner2010-02-121-0/+14
* Remove the few # TAILCALL comments that snuck in. As they may fail on linux.Kevin Enderby2010-02-111-4/+4
* Update the X86 assembler matcher test case now that a few more things matchKevin Enderby2010-02-111-5/+161
* MC/X86 AsmMatcher: Fix a use after free spotted by d0k, and de-XFAILDaniel Dunbar2010-02-101-4/+0
* XFAIL this on linux until I figure out what is happening.Daniel Dunbar2010-02-101-0/+4
* Replace this file containing 4 tests of x86 32-bit encodings with a fileKevin Enderby2010-02-101-9/+9857
* Fix the encoding of the movntdqa X86 instruction. It was missing the 0x66Kevin Enderby2010-02-101-0/+2
* fix X86 encoder to output [disp] only addresses with no SIB byteChris Lattner2010-02-091-1/+4
* Implement x86 asm parsing support for %st and %st(4)Chris Lattner2010-02-091-0/+7
* fix incorrect encoding of SBB8mi that Kevin noticed.Chris Lattner2010-02-051-1/+4
* fix a case where we'd mis-encode fisttp because of an incorrect (andChris Lattner2010-02-051-0/+5
* remove fixmeChris Lattner2010-02-051-2/+0
* Added support for X86 instruction prefixes so llvm-mc can assemble them. TheKevin Enderby2010-02-031-0/+68
* AsmParser/X86: Add temporary hack to allow parsing "sal". Eventually we needDaniel Dunbar2010-02-021-0/+6
* remove the # TAILCALL markers, which was causing the to fail.Chris Lattner2010-02-021-16/+15
* this apparently depends on the host somehow.Chris Lattner2010-02-021-3/+2
* disable this test for now.Chris Lattner2010-02-021-0/+2
* Added another version of the X86 assembler matcher test case.Kevin Enderby2010-02-021-0/+7653
* MC/X86 AsmParser: Handle absolute memory operands correctly. We were doingDaniel Dunbar2010-01-302-1/+7
* MC/X86: Add a nice X86 assembler matcher test case from Kevin Enderby.Daniel Dunbar2010-01-292-1/+1631
* wirte up .file and .file to the mc asmparser.Chris Lattner2010-01-251-2/+5