Age | Commit message (Expand) | Author |
2010-05-11 | MC/Mach-O/x86_64: Fix PCrel adjustment for x86_64, which was using the fixup | Daniel Dunbar |
2010-05-11 | MC/Mach-O x86_64: Switch to using fragment atom symbol. | Daniel Dunbar |
2010-05-10 | MC/Mach-O: Fix another mismatch with .weak_definition, we shouldn't use a | Daniel Dunbar |
2010-05-07 | Fix i386 relocations to Weak Definitions. The relocation entries should be | Kevin Enderby |
2010-05-06 | MC/X86: X86AbsMemAsmOperand is subclass of X86NoSegMemAsmOperand. | Daniel Dunbar |
2010-05-06 | fix rdar://7947167 - llvm-mc doesn't match movsq | Chris Lattner |
2010-05-06 | Eliminated the classification of control registers into %ecr_ | Sean Callanan |
2010-05-06 | Revert r103137, fix for $ in labels. It looks like we can't actually handle this | Daniel Dunbar |
2010-05-05 | fix rdar://7946934 - in some limited cases, the assembler should | Chris Lattner |
2010-05-05 | MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support for | Daniel Dunbar |
2010-05-05 | MC/Mach-O/x86_64: Relocations in debug sections should use local relocations | Daniel Dunbar |
2010-05-04 | MC/X86: Chris pointed that 'as' isn't consistent in accepting the long form of | Daniel Dunbar |
2010-05-04 | MC/X86: Add "support" for matching ATT style mnemonic prefixes. | Daniel Dunbar |
2010-05-03 | Changed llvm-mc to use the same suffixes with floating point compare | Kevin Enderby |
2010-05-03 | Fixed the encoding of two of the X86 movq instuctions. The Move quadword from | Kevin Enderby |
2010-05-03 | Fixed the encoding of the x86 push instructions. Using a 32-bit immediate value | Kevin Enderby |
2010-04-28 | Fixed the word sized Bit Scan Forward/Reverse instructions, they needed the | Kevin Enderby |
2010-04-21 | Thumb instructions which have reglist operands at the end and predicate operands | Johnny Chen |
2010-04-20 | When doing Thumb disassembly, there's no need to consider t2ADDrSPi12/t2SUBrS... | Johnny Chen |
2010-04-20 | For t2LDRT, t2LDRBT, t2LDRHT, t2LDRSBT, and t2LDRSHT, if Rn(Inst{19-16})=='11... | Johnny Chen |
2010-04-19 | According to A8.6.16 B (Encoding T3) and A8.3 Conditional execution -- A8.3.1 | Johnny Chen |
2010-04-19 | ARM disassembler did not react to recent changes to the NEON instruction table. | Johnny Chen |
2010-04-17 | teach the x86 asm parser how to handle segment prefixes | Chris Lattner |
2010-04-17 | testcase for r101538, patch by Nico Schmidt! | Chris Lattner |
2010-04-17 | a bunch of ssse3 instructions are misencoded to think they have an | Chris Lattner |
2010-04-16 | Minor change to make the test case comply with Vd<0> == '0' when Q == '1'. | Johnny Chen |
2010-04-16 | Fixed a bug in DisassembleN1RegModImmFrm() where a break stmt was missing for a | Johnny Chen |
2010-04-16 | In the same spirit of r101524, which removed the assert() from printAddrMode2... | Johnny Chen |
2010-04-16 | Multiclass LdStCop was using pre-UAL syntax LDC<c>L for the L fragment. Changed | Johnny Chen |
2010-04-15 | Added another test case for am3offset operand, testing Rn, #+/-imm8. | Johnny Chen |
2010-04-15 | Fixed a bug in ARM disassembly where LDRSBT should have am3offset operand, not | Johnny Chen |
2010-04-15 | tests: MC/Disassembler tests depend on ARM support being compiler in. | Daniel Dunbar |
2010-04-14 | implement mc asmparser support for '.', which gets the | Chris Lattner |
2010-04-12 | Fixed a crasher in arm disassembler within ARMInstPrinter.cpp after calling | Johnny Chen |
2010-04-07 | unXFAIL, arm disassembler was reenabled. | Benjamin Kramer |
2010-04-05 | Reverting 100265 to try to get buildbots green again. Lots of self-hosting bu... | Evan Cheng |
2010-04-02 | Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen | Johnny Chen |
2010-03-29 | MC/Mach-O/x86_64: Support @GOTPCREL on symbols, even for non-PCrel relocations! | Daniel Dunbar |
2010-03-25 | Reapply Kevin's change 94440, now that Chris has fixed the limitation on | Bob Wilson |
2010-03-25 | MC: Fix refacto in MCExpr evaluation, I mistakenly replaced a fragment addres... | Daniel Dunbar |
2010-03-24 | Speculatively revert this to see if it fixes buildbot failures. | Bob Wilson |
2010-03-24 | Added the Advanced Encryption Standard (AES) Instructions. | Kevin Enderby |
2010-03-24 | Fixed the SS42AI template for the SSE 4.2 instructions with TA prefix so it does | Kevin Enderby |
2010-03-20 | MC/Mach-O: Remove Darwin host specific tests, we don't need them anymore. | Daniel Dunbar |
2010-03-20 | MC/Mach-O: Tweak optimal_nop test to be host independent. | Daniel Dunbar |
2010-03-19 | Fixed the encoding problems of the crc32 instructions. All had the Operand size | Kevin Enderby |
2010-03-19 | MC/Mach-O/x86_64: Add relocation support. | Daniel Dunbar |
2010-03-19 | MC/X86: Rename alternate spellings of {ADD64,CMP64} and mark as "code gen onl... | Daniel Dunbar |
2010-03-19 | MC/Mach-O: Factor out isScatteredFixupFullyResolvedSimple predicate, and fix ... | Daniel Dunbar |
2010-03-19 | X86: Fix encoding for TEST64rr. | Daniel Dunbar |