aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
* Fixed the encoding problems of the crc32 instructions. All had the Operand sizeKevin Enderby2010-03-194-25/+150
* MC/Mach-O/x86_64: Add relocation support.Daniel Dunbar2010-03-193-0/+901
* MC/X86: Rename alternate spellings of {ADD64,CMP64} and mark as "code gen onl...Daniel Dunbar2010-03-191-0/+4
* MC/Mach-O: Factor out isScatteredFixupFullyResolvedSimple predicate, and fix ...Daniel Dunbar2010-03-191-45/+73
* 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
* MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and e...Daniel Dunbar2010-03-152-0/+2039
* xfail properlyChris Lattner2010-03-141-1/+1
* xfail these tests temporarily to get teh buildbots back to happy land.Chris Lattner2010-03-144-0/+6
* X86: Fix ADD64i32 encoding.Daniel Dunbar2010-03-131-0/+3
* MC/X86_64: Symbol support.Daniel Dunbar2010-03-131-144/+293
* MC/Mach-O: Initial x86_64 support.Daniel Dunbar2010-03-132-7/+564
* 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/Mach-O: PCrel relocations weren't using the right base address, they areDaniel Dunbar2010-03-131-0/+14
* 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/Mach-O: Implement initial support for relaxation.Daniel Dunbar2010-03-122-0/+68
* MC/Mach-O: Implement "absolutizing" semantics of .set, by evaluating the asse...Daniel Dunbar2010-03-111-0/+71
* MC/Mach-O: Use the SECTDIFF relocation type for (A - B + constant) where A is...Daniel Dunbar2010-03-101-0/+55
* 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
* MC/Mach-O: For PCrel relocations, we need to compensate for the PCrel adjustm...Daniel Dunbar2010-03-091-0/+62
* Fix the vmxon entry in the X86InstrInfo.td so it has the correct prefix bytesKevin Enderby2010-03-081-1/+10
* MC/Macho-O: Align the zerofill section itself to the maximum alignment.Daniel Dunbar2010-03-082-1/+16
* MC/Mach-O: Fix address compution for zero fill sections.Daniel Dunbar2010-03-081-0/+35
* X86: Fix encoding for TEST{8,16,32}rr.Daniel Dunbar2010-03-081-1/+3
* This is a patch to the assembler frontend to detect when aligning a textKevin Enderby2010-02-251-0/+156
* 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-132-1/+9
* 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-132-1/+29
* MC/X86: Push immediate operands as immediates not expressions when possible.Daniel Dunbar2010-02-133-16/+12
* add some disassemble testcases for weird instructionsChris Lattner2010-02-121-0/+14
* 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