| Commit message (Expand) | Author | Age | Files | Lines |
* | When doing Thumb disassembly, there's no need to consider t2ADDrSPi12/t2SUBrS... | Johnny Chen | 2010-04-20 | 1 | -0/+3 |
* | For t2LDRT, t2LDRBT, t2LDRHT, t2LDRSBT, and t2LDRSHT, if Rn(Inst{19-16})=='11... | Johnny Chen | 2010-04-20 | 1 | -0/+3 |
* | According to A8.6.16 B (Encoding T3) and A8.3 Conditional execution -- A8.3.1 | Johnny Chen | 2010-04-19 | 1 | -0/+3 |
* | ARM disassembler did not react to recent changes to the NEON instruction table. | Johnny Chen | 2010-04-19 | 1 | -0/+4 |
* | teach the x86 asm parser how to handle segment prefixes | Chris Lattner | 2010-04-17 | 1 | -1/+3 |
* | testcase for r101538, patch by Nico Schmidt! | Chris Lattner | 2010-04-17 | 1 | -0/+3 |
* | a bunch of ssse3 instructions are misencoded to think they have an | Chris Lattner | 2010-04-17 | 1 | -0/+7 |
* | Minor change to make the test case comply with Vd<0> == '0' when Q == '1'. | Johnny Chen | 2010-04-16 | 1 | -1/+1 |
* | Fixed a bug in DisassembleN1RegModImmFrm() where a break stmt was missing for a | Johnny Chen | 2010-04-16 | 1 | -0/+3 |
* | In the same spirit of r101524, which removed the assert() from printAddrMode2... | Johnny Chen | 2010-04-16 | 1 | -0/+3 |
* | Multiclass LdStCop was using pre-UAL syntax LDC<c>L for the L fragment. Changed | Johnny Chen | 2010-04-16 | 1 | -0/+3 |
* | Added another test case for am3offset operand, testing Rn, #+/-imm8. | Johnny Chen | 2010-04-15 | 1 | -0/+3 |
* | Fixed a bug in ARM disassembly where LDRSBT should have am3offset operand, not | Johnny Chen | 2010-04-15 | 1 | -0/+3 |
* | tests: MC/Disassembler tests depend on ARM support being compiler in. | Daniel Dunbar | 2010-04-15 | 1 | -1/+3 |
* | implement mc asmparser support for '.', which gets the | Chris Lattner | 2010-04-14 | 1 | -0/+11 |
* | Fixed a crasher in arm disassembler within ARMInstPrinter.cpp after calling | Johnny Chen | 2010-04-12 | 1 | -0/+3 |
* | unXFAIL, arm disassembler was reenabled. | Benjamin Kramer | 2010-04-07 | 3 | -3/+0 |
* | Reverting 100265 to try to get buildbots green again. Lots of self-hosting bu... | Evan Cheng | 2010-04-05 | 3 | -0/+3 |
* | Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen | Johnny Chen | 2010-04-02 | 3 | -0/+184 |
* | MC/Mach-O/x86_64: Support @GOTPCREL on symbols, even for non-PCrel relocations! | Daniel Dunbar | 2010-03-29 | 1 | -18/+53 |
* | Reapply Kevin's change 94440, now that Chris has fixed the limitation on | Bob Wilson | 2010-03-25 | 2 | -0/+84 |
* | MC: Fix refacto in MCExpr evaluation, I mistakenly replaced a fragment addres... | Daniel Dunbar | 2010-03-25 | 1 | -24/+166 |
* | 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 |
* | MC/Mach-O: Remove Darwin host specific tests, we don't need them anymore. | Daniel Dunbar | 2010-03-20 | 3 | -758/+0 |
* | MC/Mach-O: Tweak optimal_nop test to be host independent. | Daniel Dunbar | 2010-03-20 | 2 | -6/+232 |
* | Fixed the encoding problems of the crc32 instructions. All had the Operand size | Kevin Enderby | 2010-03-19 | 4 | -25/+150 |
* | MC/Mach-O/x86_64: Add relocation support. | Daniel Dunbar | 2010-03-19 | 3 | -0/+901 |
* | MC/X86: Rename alternate spellings of {ADD64,CMP64} and mark as "code gen onl... | Daniel Dunbar | 2010-03-19 | 1 | -0/+4 |
* | MC/Mach-O: Factor out isScatteredFixupFullyResolvedSimple predicate, and fix ... | Daniel Dunbar | 2010-03-19 | 1 | -45/+73 |
* | 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 |
* | MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and e... | Daniel Dunbar | 2010-03-15 | 2 | -0/+2039 |
* | xfail properly | Chris Lattner | 2010-03-14 | 1 | -1/+1 |
* | xfail these tests temporarily to get teh buildbots back to happy land. | Chris Lattner | 2010-03-14 | 4 | -0/+6 |
* | X86: Fix ADD64i32 encoding. | Daniel Dunbar | 2010-03-13 | 1 | -0/+3 |
* | MC/X86_64: Symbol support. | Daniel Dunbar | 2010-03-13 | 1 | -144/+293 |
* | MC/Mach-O: Initial x86_64 support. | Daniel Dunbar | 2010-03-13 | 2 | -7/+564 |
* | 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/Mach-O: PCrel relocations weren't using the right base address, they are | Daniel Dunbar | 2010-03-13 | 1 | -0/+14 |
* | 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/Mach-O: Implement initial support for relaxation. | Daniel Dunbar | 2010-03-12 | 2 | -0/+68 |
* | MC/Mach-O: Implement "absolutizing" semantics of .set, by evaluating the asse... | Daniel Dunbar | 2010-03-11 | 1 | -0/+71 |
* | MC/Mach-O: Use the SECTDIFF relocation type for (A - B + constant) where A is... | Daniel Dunbar | 2010-03-10 | 1 | -0/+55 |