| Age | Commit message (Expand) | Author |
| 2010-07-24 | Support x86 "eiz" and "riz" pseudo index registers in the assembler. | Bruno Cardoso Lopes |
| 2010-07-23 | Remove trailing whitespace | Bruno Cardoso Lopes |
| 2010-07-23 | Add AVX version of CLMUL instructions | Bruno Cardoso Lopes |
| 2010-07-19 | MC/X86: We now match instructions like "incl %eax" correctly for the arch we are | Daniel Dunbar |
| 2010-07-19 | TblGen/AsmMatcher: Add support for honoring instruction Requires<[]> attribut... | Daniel Dunbar |
| 2010-07-19 | Target: Give the TargetAsmParser access to the TargetMachine. | Daniel Dunbar |
| 2010-07-14 | Don't pass StringRef by reference. | Benjamin Kramer |
| 2010-07-13 | Added a check that pusha cannot be encoded in 64-bit mode. | Kevin Enderby |
| 2010-07-07 | Add more assembly opcodes for SSE compare instructions | Bruno Cardoso Lopes |
| 2010-06-24 | Teach the x86 mc assembler that %dr6 = %db6, this implements | Chris Lattner |
| 2010-06-23 | Add tests for different AVX cmp opcodes, also teach the x86 asm parser to und... | Bruno Cardoso Lopes |
| 2010-06-08 | Incremental improvement to the handling of the x86 "Jump if rCX Zero" | Kevin Enderby |
| 2010-05-28 | MC/X86: Add alias for movzx. | Kevin Enderby |
| 2010-05-28 | MC/X86: Add alias for fwait. | Kevin Enderby |
| 2010-05-27 | MC/X86: Add aliases for Jcc variants. | Kevin Enderby |
| 2010-05-25 | Changed the encoding of X86 floating point stack operations where both operands | Kevin Enderby |
| 2010-05-25 | MC/X86: Add a hack to allow recognizing 'cmpltps' and friends. | Daniel Dunbar |
| 2010-05-24 | MC/X86: Add aliases for CMOVcc variants. | Kevin Enderby |
| 2010-05-22 | MC/X86: Subdivide immediates a bit more, so that we properly recognize immedi... | Daniel Dunbar |
| 2010-05-22 | MC/X86: Add alias for setz, setnz, jz, jnz. | Daniel Dunbar |
| 2010-05-21 | Added retl for 32-bit x86 and added retq for 64-bit x86. | Kevin Enderby |
| 2010-05-20 | X86: Model i64i32imm properly, as a subclass of all immediates. | Daniel Dunbar |
| 2010-05-20 | Fix assembly parsing and encoding of the pushf and popf family of | Dan Gohman |
| 2010-05-13 | reapply r103668 with a fix. Never make "minor syntax changes" | Chris Lattner |
| 2010-05-12 | revert r103668 for now, it is apparently breaking things. | Chris Lattner |
| 2010-05-12 | moffset forms of moves are x86-32 only, make the parser | Chris Lattner |
| 2010-05-12 | MC/X86: Extend suffix matching hack to match 'q' suffix. | 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-04-17 | teach the x86 asm parser how to handle segment prefixes | Chris Lattner |
| 2010-03-20 | MC/X86: Fix an MCOperand link, when we parsing shrld $1,%eax and friends; I b... | Daniel Dunbar |
| 2010-03-18 | MC/X86/AsmMatcher: Use the new instruction cleanup routine to implement a | Daniel Dunbar |
| 2010-03-13 | MC/X86: Add temporary hack to match shrl $1,%eax correctly, to support testing | Daniel Dunbar |
| 2010-02-13 | MC/X86: Push immediate operands as immediates not expressions when possible. | Daniel Dunbar |
| 2010-02-10 | MC/X86 AsmMatcher: Fix a use after free spotted by d0k, and de-XFAIL | Daniel Dunbar |
| 2010-02-09 | Implement x86 asm parsing support for %st and %st(4) | Chris Lattner |
| 2010-02-09 | pass stringref by value instead of by const& | Chris Lattner |
| 2010-02-03 | Added support for X86 instruction prefixes so llvm-mc can assemble them. The | Kevin Enderby |
| 2010-02-02 | AsmParser/X86: Add temporary hack to allow parsing "sal". Eventually we need | Daniel Dunbar |
| 2010-02-02 | MCAsmParser/X86: Represent absolute memory operands as CodeGen does, with scale | Daniel Dunbar |
| 2010-01-30 | MC/X86 AsmParser: Handle absolute memory operands correctly. We were doing | Daniel Dunbar |
| 2010-01-30 | AsmMatcher/X86: Separate out sublass for memory operands that have no segment | Daniel Dunbar |
| 2010-01-24 | fix a parsing problem on instructions like: | Chris Lattner |
| 2010-01-23 | Added the skeleton for the implementation of the X86 | Sean Callanan |
| 2010-01-23 | Modified the register matcher function in AsmMatcher to | Sean Callanan |
| 2010-01-22 | create a new MCParser library and move some stuff into it. | Chris Lattner |
| 2010-01-19 | Promoted the getTok() method to MCAsmParser so that | Sean Callanan |
| 2010-01-19 | Propagated the parser-side Lex function's declaration to | Sean Callanan |
| 2010-01-19 | Generalize mcasmstreamer data emission APIs to take an address space | Chris Lattner |
| 2010-01-15 | fix a bug in range information for $42, eliminate an | Chris Lattner |