| Commit message (Expand) | Author | Age | Files | Lines |
* | Add lit.local.cfg to run the tests in test/MC/Disassembler/Mips. | Akira Hatanaka | 2012-05-31 | 1 | -0/+6 |
* | Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex... | Benjamin Kramer | 2012-05-29 | 2 | -0/+36 |
* | Added the missing bit definition for the 4th bit of the STR (post reg) instru... | Silviu Baranga | 2012-05-11 | 2 | -0/+67 |
* | Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bits | Kevin Enderby | 2012-05-03 | 1 | -0/+8 |
* | Fixed disassembler for vstm/vldm ARM VFP instructions. | Silviu Baranga | 2012-05-03 | 1 | -0/+27 |
* | Disallow YIELD and other allocated nop hints in pre-ARMv6 architectures. | Richard Barton | 2012-05-02 | 1 | -12/+0 |
* | 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 |
* | Specify cpu to unbreak tests. | Evan Cheng | 2012-04-26 | 11 | -11/+11 |
* | Add missing test cases for ARM VLD3 (single 3-element structure to all lanes) | Kevin Enderby | 2012-04-24 | 2 | -0/+38 |
* | Add missing test cases for ARM VLD4 (single 4-element structure to all lanes) | Kevin Enderby | 2012-04-24 | 2 | -0/+49 |
* | Added support for disassembling unpredictable swp/swpb ARM instructions. | Silviu Baranga | 2012-04-18 | 1 | -0/+26 |
* | Fix the bahavior of the disassembler when decoding unpredictable mrs instruct... | Silviu Baranga | 2012-04-18 | 1 | -0/+18 |
* | Added support for unpredictable mcrr/mcrr2/mrrc/mrrc2 ARM instruction in the ... | Silviu Baranga | 2012-04-18 | 2 | -0/+17 |
* | Fixed decoding for the ARM cdp2 instruction. The restriction on the coprocess... | Silviu Baranga | 2012-04-18 | 1 | -0/+3 |
* | Add suport for unpredicatble cases of the cmp, tst, teq and cmnz ARM instruct... | Silviu Baranga | 2012-04-18 | 1 | -0/+30 |
* | Add disassembler to MIPS. | Akira Hatanaka | 2012-04-17 | 8 | -0/+2042 |
* | Fix ARM disassembly of VLD2 (single 2-element structure to all lanes) | Kevin Enderby | 2012-04-17 | 2 | -0/+75 |
* | Add -disassemble support for -show-inst and -show-encode capability llvm-mc. ... | Richard Barton | 2012-04-16 | 1 | -1/+1 |
* | Fixed a case of ARM disassembly getting an assert on a bad encoding | Kevin Enderby | 2012-04-11 | 1 | -0/+13 |
* | Add retw and lretw instructions. Also, fix Intel syntax parsing for all | Charles Davis | 2012-04-11 | 1 | -0/+6 |
* | Fix ARM disassembly of VLD instructions with writebacks. And add test a case | Kevin Enderby | 2012-04-11 | 2 | -0/+364 |
* | Fix a number of problems with ARM fused multiply add/subtract instructions. | Evan Cheng | 2012-04-11 | 1 | -0/+37 |
* | Add the tests that were supposed to go with r153935 that I forgot svn add | Craig Topper | 2012-04-06 | 2 | -0/+73 |
* | Added support for unpredictable ADC/SBC instructions on ARM, and also fixed s... | Silviu Baranga | 2012-04-05 | 1 | -0/+17 |
* | Added support for handling unpredictable arithmetic instructions on ARM. | Silviu Baranga | 2012-04-05 | 2 | -12/+7 |
* | Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo. | Craig Topper | 2012-04-03 | 1 | -0/+12 |
* | Revert r153924. Delete test/MC/Disassembler/Mips and lib/Target/Mips/Disassem... | Akira Hatanaka | 2012-04-03 | 8 | -0/+0 |
* | Revert r153924. There were buildbot failures. | Akira Hatanaka | 2012-04-03 | 8 | -2042/+0 |
* | MIPS disassembler support. | Akira Hatanaka | 2012-04-03 | 8 | -0/+2042 |
* | Added fix in TableGen instruction decoder generation. The decoder now breaks ... | Silviu Baranga | 2012-04-02 | 1 | -0/+15 |
* | Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu | Eli Bendersky | 2012-03-25 | 3 | -24/+3 |
* | Added soft fail checks for the disassembler when decoding some corner cases o... | Silviu Baranga | 2012-03-22 | 3 | -2/+21 |
* | Added soft fail cases for the disassembler when decoding LDRSBT, LDRHT or LDR... | Silviu Baranga | 2012-03-22 | 1 | -0/+22 |
* | Added soft fail cases for the disassembler when decoding MUL instructions on ... | Silviu Baranga | 2012-03-22 | 1 | -0/+17 |
* | Fix ARM disassembly of VST1 and VST2 instructions with writeback. And add test | Kevin Enderby | 2012-03-21 | 2 | -0/+368 |
* | The ARM instructions that have an unpredictable behavior when the pc register... | Silviu Baranga | 2012-03-20 | 5 | -5/+17 |
* | 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 |
* | Fix a bug in the ARM disassembly of the neon VLD2 all lanes instruction. | Kevin Enderby | 2012-03-06 | 2 | -0/+14 |
* | Change ARMInstPrinter::printPredicateOperand() so it will not abort if it | Kevin Enderby | 2012-03-01 | 1 | -0/+18 |
* | 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 | 6 | -18/+39 |
* | Teach the MC and disassembler about SoftFail, and hook it up to UNPREDICTABLE... | James Molloy | 2012-02-09 | 1 | -0/+5 |
* | 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 |