Age | Commit message (Expand) | Author |
2011-07-27 | Fix llvm-mc handing of x86 instructions that take 8-bit unsigned immediates. | Kevin Enderby |
2011-07-16 | Make the disassembler able to disassemble a bunch of instructions with names ... | Eli Friedman |
2011-07-11 | Revert r134921, 134917, 134908 and 134907. They're causing failures | Eric Christopher |
2011-07-11 | [AVX] Make Inits Foldable | David Greene |
2011-04-04 | Add support for the VIA PadLock instructions. | Joerg Sonnenberger |
2011-03-15 | X86 table-generator and disassembler support for the AVX | Sean Callanan |
2011-02-22 | Implement xgetbv and xsetbv. | Rafael Espindola |
2010-12-13 | In Thumb2, direct branches can be encoded as either a "short" conditional bra... | Owen Anderson |
2010-11-01 | factor the operand list (and related fields/operations) out of | Chris Lattner |
2010-10-27 | Added the x86 instruction ud2b (2nd official undefined instruction). | Kevin Enderby |
2010-10-04 | Fixed the disassembler to handle two new X86 | Sean Callanan |
2010-09-30 | Massive rewrite of MMX: | Dale Johannesen |
2010-09-29 | add basic avx support to the disassembler, also teach it about ssmem/sdmem | Chris Lattner |
2010-09-07 | Add patterns for MMX that use the new intrinsics. | Dale Johannesen |
2010-07-12 | Convert some tab stops into spaces. | Duncan Sands |
2010-07-07 | Implement the major chunk of PR7195: support for 'callw' | Chris Lattner |
2010-06-11 | More AVX instructions ({ADD,SUB,MUL,DIV}{SS,SD}rm) | Bruno Cardoso Lopes |
2010-06-08 | Reapply r105521, this time appending "LLU" to 64 bit | Bruno Cardoso Lopes |
2010-06-05 | revert r105521, which is breaking the buildbots with stuff like this: | Chris Lattner |
2010-06-05 | Initial AVX support for some instructions. No patterns matched | Bruno Cardoso Lopes |
2010-05-20 | tblgen/Target: Add a isAsmParserOnly bit, and teach the disassembler to honor | Daniel Dunbar |
2010-05-06 | Eliminated the classification of control registers into %ecr_ | Sean Callanan |
2010-04-07 | Fixed a bug where the disassembler would allow an immediate | Sean Callanan |
2010-03-14 | Check in tablegen changes to fix disassembler related failures caused by r98465. | Evan Cheng |
2010-02-24 | Changed the table generator so that the X86 | Sean Callanan |
2010-02-13 | Added the rdtscp instruction to the x86 instruction | Sean Callanan |
2010-02-13 | Fixed encodings for invlpg, invept, and invvpid. | Sean Callanan |
2010-02-13 | remove special cases for vmlaunch, vmresume, vmxoff, and swapgs | Chris Lattner |
2010-02-12 | Remove special cases for [LM]FENCE, MONITOR and MWAIT from | Chris Lattner |
2010-02-12 | Reworked the Intel disassembler to support instructions | Sean Callanan |
2010-02-12 | add a bunch of mod/rm encoding types for fixed mod/rm bytes. | Chris Lattner |
2010-02-10 | Introduce a new CodeGenInstruction::ConstraintInfo class | Chris Lattner |
2009-12-22 | Fixes to the X86 disassembler: | Sean Callanan |
2009-12-19 | Add missing newlines at EOF (for clang++). | Daniel Dunbar |
2009-12-19 | Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit | Sean Callanan |