| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a few more FMA4 disassembler test cases to match the scalar set with rega... | Craig Topper | 2013-09-30 | 1 | -0/+12 |
* | Various x86 disassembler fixes. | Craig Topper | 2013-09-30 | 1 | -0/+36 |
* | Fixing Intel format of the vshufpd instruction. | Yunzhong Gao | 2013-09-27 | 1 | -0/+3 |
* | Add the remaining Intel SHA instructions | Ben Langmuir | 2013-09-14 | 1 | -1/+37 |
* | Partial support for Intel SHA Extensions (sha1rnds4) | Ben Langmuir | 2013-09-12 | 1 | -0/+6 |
* | Fixed a bug where diassembling an instruction that had a prefix would cause L... | Richard Mitton | 2013-08-30 | 1 | -0/+59 |
* | First round of fixes for the x86 fixes for the x86 move accumulator from/to m... | Craig Topper | 2013-08-25 | 3 | -4/+70 |
* | [tests] Cleanup initialization of test suffixes. | Daniel Dunbar | 2013-08-16 | 1 | -2/+0 |
* | Changed register names (and pointer keywords) to be lower case when using Int... | Craig Topper | 2013-07-31 | 1 | -26/+26 |
* | Don't let x86 asm printer use the no operand movsd alias. It should use the n... | Craig Topper | 2013-07-23 | 1 | -1/+1 |
* | Fix the move to/from accumulator register instructions that use a full 64-bit | Kevin Enderby | 2013-07-22 | 1 | -0/+30 |
* | Update the X86 disassembler to use xacquire and xrelease when appropriate. | Kevin Enderby | 2013-06-20 | 1 | -1/+29 |
* | Add CLAC/STAC instruction encoding/decoding support | Michael Liao | 2013-04-11 | 1 | -0/+6 |
* | fixed xsave, xsaveopt, xrstor mnemonics with intel syntax; added test cases | Kay Tiong Khoo | 2013-04-10 | 2 | -0/+18 |
* | x86 -- disassemble the REP/REPNE prefix when needed | Dave Zarzycki | 2013-03-25 | 1 | -0/+15 |
* | Fixes disassembler crashes on 2013 Haswell RTM instructions. | Kevin Enderby | 2013-03-11 | 1 | -0/+9 |
* | death to extra whitespace | Kay Tiong Khoo | 2013-02-14 | 1 | -20/+20 |
* | added basic support for Intel ADX instructions | Kay Tiong Khoo | 2013-02-14 | 2 | -0/+36 |
* | added test cases for r174920 (prefetch disassembly) | Kay Tiong Khoo | 2013-02-12 | 1 | -0/+6 |
* | *fixed disassembly of some i386 system insts with intel syntax | Kay Tiong Khoo | 2013-02-11 | 1 | -0/+13 |
* | Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,... | Craig Topper | 2013-01-06 | 2 | -10/+10 |
* | Remove edis - the enhanced disassembler. Fixes PR14654. | Roman Divacky | 2012-12-19 | 1 | -10/+0 |
* | Added a option to the disassembler to print immediates as hex. | Kevin Enderby | 2012-12-05 | 1 | -0/+10 |
* | Make this test less sensitive. | Eli Bendersky | 2012-11-26 | 1 | -4/+4 |
* | Add support for annotated disassembly output for X86 and arm. | Kevin Enderby | 2012-10-22 | 1 | -0/+6 |
* | Make l/q suffixes on AVX forms of scalar convert instructions consistent with... | Craig Topper | 2012-07-26 | 2 | -8/+8 |
* | Make x86 asm parser to check for xmm vs ymm for index register in gather inst... | Craig Topper | 2012-07-18 | 1 | -0/+5 |
* | Reverse assembler/disassembler operand order for gather instructions. | Craig Topper | 2012-07-10 | 1 | -8/+8 |
* | Convert the uses of '|&' to use '2>&1 |' instead, which works on old | Chandler Carruth | 2012-07-02 | 4 | -4/+4 |
* | Convert all tests using TCL-style quoting to use shell-style quoting. | Chandler Carruth | 2012-07-02 | 2 | -2/+2 |
* | X86: add more GATHER intrinsics in LLVM | Manman Ren | 2012-06-29 | 1 | -1/+19 |
* | X86: add GATHER intrinsics (AVX2) in LLVM | Manman Ren | 2012-06-26 | 1 | -0/+6 |
* | Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex... | Benjamin Kramer | 2012-05-29 | 2 | -0/+36 |
* | Missed some register numbers. | Benjamin Kramer | 2012-04-27 | 1 | -3/+3 |
* | Update edis test for r155704. | Benjamin Kramer | 2012-04-27 | 1 | -1/+1 |
* | Add -disassemble support for -show-inst and -show-encode capability llvm-mc. ... | Richard Barton | 2012-04-16 | 1 | -1/+1 |
* | Add retw and lretw instructions. Also, fix Intel syntax parsing for all | Charles Davis | 2012-04-11 | 1 | -0/+6 |
* | Add the tests that were supposed to go with r153935 that I forgot svn add | Craig Topper | 2012-04-06 | 2 | -0/+73 |
* | Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo. | Craig Topper | 2012-04-03 | 1 | -0/+12 |
* | Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu | Eli Bendersky | 2012-03-25 | 1 | -8/+1 |
* | Change the second line of the test added for r152414 to use CHECK-NEXT. | Kevin Enderby | 2012-03-12 | 1 | -1/+1 |
* | Fix disasm of iret, sysexit, and sysret when displayed with Intel syntax. | Bill Wendling | 2012-03-10 | 1 | -0/+22 |
* | Fix the x86 disassembler to at least print the lock prefix if it is the first | Kevin Enderby | 2012-03-09 | 1 | -0/+5 |
* | X86 disassembler support for jcxz, jecxz, and jrcxz. Fixes PR11643. Patch by ... | Craig Topper | 2012-02-27 | 2 | -0/+11 |
* | Add vmfunc instruction to X86 assembler and disassembler. | Craig Topper | 2012-02-19 | 2 | -0/+6 |
* | Add X86 assembler and disassembler support for AMD SVM instructions. Original... | Craig Topper | 2012-02-18 | 2 | -0/+48 |
* | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2012-02-16 | 2 | -6/+13 |
* | Add disassembler support for VPERMIL2PD and VPERMIL2PS. | Craig Topper | 2011-12-30 | 1 | -2/+5 |
* | Add FMA4 instructions to disassembler. | Craig Topper | 2011-12-30 | 1 | -0/+6 |
* | Fix execution domains for PS/PD FMA3 instructions. Add SS/SD forms o FMA3 ins... | Craig Topper | 2011-12-29 | 1 | -0/+12 |