| Commit message (Expand) | Author | Age | Files | Lines |
| * | a bunch of ssse3 instructions are misencoded to think they have an | Chris Lattner | 2010-04-17 | 1 | -0/+7 |
| * | implement mc asmparser support for '.', which gets the | Chris Lattner | 2010-04-14 | 1 | -0/+11 |
| * | Reapply Kevin's change 94440, now that Chris has fixed the limitation on | Bob Wilson | 2010-03-25 | 2 | -0/+84 |
| * | Speculatively revert this to see if it fixes buildbot failures. | Bob Wilson | 2010-03-24 | 2 | -84/+0 |
| * | Added the Advanced Encryption Standard (AES) Instructions. | Kevin Enderby | 2010-03-24 | 2 | -0/+84 |
| * | Fixed the SS42AI template for the SSE 4.2 instructions with TA prefix so it does | Kevin Enderby | 2010-03-24 | 1 | -0/+8 |
| * | Fixed the encoding problems of the crc32 instructions. All had the Operand size | Kevin Enderby | 2010-03-19 | 3 | -25/+139 |
| * | MC/X86: Rename alternate spellings of {ADD64,CMP64} and mark as "code gen onl... | Daniel Dunbar | 2010-03-19 | 1 | -0/+4 |
| * | X86: Fix encoding for TEST64rr. | Daniel Dunbar | 2010-03-19 | 1 | -0/+4 |
| * | X86MCCodeEmitter: Fix two minor issues with reloc_riprel_4byte_movq_load, we | Daniel Dunbar | 2010-03-18 | 1 | -1/+6 |
| * | MC/X86/AsmMatcher: Use the new instruction cleanup routine to implement a | Daniel Dunbar | 2010-03-18 | 1 | -0/+26 |
| * | fix an x86-64 encoding bug Daniel found. | Chris Lattner | 2010-03-18 | 1 | -0/+4 |
| * | add a special relocation type for movq loads for object | Chris Lattner | 2010-03-18 | 1 | -1/+9 |
| * | xfail these tests temporarily to get teh buildbots back to happy land. | Chris Lattner | 2010-03-14 | 3 | -0/+5 |
| * | X86: Fix ADD64i32 encoding. | Daniel Dunbar | 2010-03-13 | 1 | -0/+3 |
| * | MC/X86_64: Fix matching of leaq. | Daniel Dunbar | 2010-03-13 | 1 | -1/+2 |
| * | MC/X86_64: Fix matching of callq. | Daniel Dunbar | 2010-03-13 | 1 | -0/+8 |
| * | MC/X86: Add temporary hack to match shrl $1,%eax correctly, to support testing | Daniel Dunbar | 2010-03-13 | 1 | -0/+3 |
| * | MC/X86: Add an XFAIL test where we aren't matching the correct instruction | Daniel Dunbar | 2010-03-13 | 1 | -0/+8 |
| * | MC/X86: Rename alternate spellings of ADD{8,16,32} and mark as "code gen only... | Daniel Dunbar | 2010-03-09 | 1 | -0/+3 |
| * | MC/X86: Rename alternate spellings of CMP{8,16,32} and mark as "code gen only... | Daniel Dunbar | 2010-03-09 | 1 | -0/+3 |
| * | X86: Fix encoding for TEST{8,16,32}rr. | Daniel Dunbar | 2010-03-08 | 1 | -1/+3 |
| * | make pcrel immediate values relative to the start of the field, | Chris Lattner | 2010-02-16 | 1 | -5/+5 |
| * | add encoder support and tests for rdtscp | Chris Lattner | 2010-02-13 | 1 | -0/+5 |
| * | MC/AsmParser: Attempt to constant fold expressions up-front. This ensures we ... | Daniel Dunbar | 2010-02-13 | 3 | -10/+16 |
| * | rip out the 'heinous' x86 MCCodeEmitter implementation. | Chris Lattner | 2010-02-13 | 2 | -2/+2 |
| * | remove special cases for vmlaunch, vmresume, vmxoff, and swapgs | Chris Lattner | 2010-02-13 | 1 | -1/+17 |
| * | MC/X86: Push immediate operands as immediates not expressions when possible. | Daniel Dunbar | 2010-02-13 | 3 | -16/+12 |
| * | implement the rest of correct x86-64 encoder support for | Chris Lattner | 2010-02-12 | 1 | -0/+30 |
| * | fix the encodings of monitor and mwait, which were completely | Chris Lattner | 2010-02-12 | 1 | -0/+14 |
| * | Remove the few # TAILCALL comments that snuck in. As they may fail on linux. | Kevin Enderby | 2010-02-11 | 1 | -4/+4 |
| * | Update the X86 assembler matcher test case now that a few more things match | Kevin Enderby | 2010-02-11 | 1 | -5/+161 |
| * | MC/X86 AsmMatcher: Fix a use after free spotted by d0k, and de-XFAIL | Daniel Dunbar | 2010-02-10 | 1 | -4/+0 |
| * | XFAIL this on linux until I figure out what is happening. | Daniel Dunbar | 2010-02-10 | 1 | -0/+4 |
| * | Replace this file containing 4 tests of x86 32-bit encodings with a file | Kevin Enderby | 2010-02-10 | 1 | -9/+9857 |
| * | Fix the encoding of the movntdqa X86 instruction. It was missing the 0x66 | Kevin Enderby | 2010-02-10 | 1 | -0/+2 |
| * | fix X86 encoder to output [disp] only addresses with no SIB byte | Chris Lattner | 2010-02-09 | 1 | -1/+4 |
| * | Implement x86 asm parsing support for %st and %st(4) | Chris Lattner | 2010-02-09 | 1 | -0/+7 |
| * | fix incorrect encoding of SBB8mi that Kevin noticed. | Chris Lattner | 2010-02-05 | 1 | -1/+4 |
| * | fix a case where we'd mis-encode fisttp because of an incorrect (and | Chris Lattner | 2010-02-05 | 1 | -0/+5 |
| * | remove fixme | Chris Lattner | 2010-02-05 | 1 | -2/+0 |
| * | Added support for X86 instruction prefixes so llvm-mc can assemble them. The | Kevin Enderby | 2010-02-03 | 1 | -0/+68 |
| * | AsmParser/X86: Add temporary hack to allow parsing "sal". Eventually we need | Daniel Dunbar | 2010-02-02 | 1 | -0/+6 |
| * | remove the # TAILCALL markers, which was causing the to fail. | Chris Lattner | 2010-02-02 | 1 | -16/+15 |
| * | this apparently depends on the host somehow. | Chris Lattner | 2010-02-02 | 1 | -3/+2 |
| * | disable this test for now. | Chris Lattner | 2010-02-02 | 1 | -0/+2 |
| * | Added another version of the X86 assembler matcher test case. | Kevin Enderby | 2010-02-02 | 1 | -0/+7653 |
| * | MC/X86 AsmParser: Handle absolute memory operands correctly. We were doing | Daniel Dunbar | 2010-01-30 | 2 | -1/+7 |
| * | MC/X86: Add a nice X86 assembler matcher test case from Kevin Enderby. | Daniel Dunbar | 2010-01-29 | 2 | -1/+1631 |
| * | wirte up .file and .file to the mc asmparser. | Chris Lattner | 2010-01-25 | 1 | -2/+5 |