| Commit message (Expand) | Author | Age | Files | Lines |
| * | More AVX instructions ({ADD,SUB,MUL,DIV}{SS,SD}rm) | Bruno Cardoso Lopes | 2010-06-11 | 1 | -1/+8 |
| * | Reapply r105521, this time appending "LLU" to 64 bit | Bruno Cardoso Lopes | 2010-06-08 | 1 | -1/+7 |
| * | revert r105521, which is breaking the buildbots with stuff like this: | Chris Lattner | 2010-06-05 | 1 | -7/+1 |
| * | Initial AVX support for some instructions. No patterns matched | Bruno Cardoso Lopes | 2010-06-05 | 1 | -1/+7 |
| * | tblgen/Target: Add a isAsmParserOnly bit, and teach the disassembler to honor | Daniel Dunbar | 2010-05-20 | 1 | -0/+4 |
| * | Eliminated the classification of control registers into %ecr_ | Sean Callanan | 2010-05-06 | 1 | -4/+2 |
| * | Fixed a bug where the disassembler would allow an immediate | Sean Callanan | 2010-04-07 | 1 | -1/+1 |
| * | Check in tablegen changes to fix disassembler related failures caused by r98465. | Evan Cheng | 2010-03-14 | 1 | -0/+1 |
| * | Changed the table generator so that the X86 | Sean Callanan | 2010-02-24 | 1 | -3/+4 |
| * | Added the rdtscp instruction to the x86 instruction | Sean Callanan | 2010-02-13 | 1 | -1/+2 |
| * | Fixed encodings for invlpg, invept, and invvpid. | Sean Callanan | 2010-02-13 | 1 | -32/+7 |
| * | remove special cases for vmlaunch, vmresume, vmxoff, and swapgs | Chris Lattner | 2010-02-13 | 1 | -8/+8 |
| * | Remove special cases for [LM]FENCE, MONITOR and MWAIT from | Chris Lattner | 2010-02-12 | 1 | -3/+0 |
| * | Reworked the Intel disassembler to support instructions | Sean Callanan | 2010-02-12 | 1 | -17/+51 |
| * | add a bunch of mod/rm encoding types for fixed mod/rm bytes. | Chris Lattner | 2010-02-12 | 1 | -2/+3 |
| * | Introduce a new CodeGenInstruction::ConstraintInfo class | Chris Lattner | 2010-02-10 | 1 | -7/+4 |
| * | Fixes to the X86 disassembler: | Sean Callanan | 2009-12-22 | 1 | -3/+3 |
| * | Add missing newlines at EOF (for clang++). | Daniel Dunbar | 2009-12-19 | 1 | -1/+1 |
| * | Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit | Sean Callanan | 2009-12-19 | 1 | -0/+959 |