| Commit message (Expand) | Author | Age | Files | Lines |
* | This is a resubmittal. For some reason it broke the bots yesterday | Jack Carter | 2013-01-17 | 2 | -0/+12 |
* | reverting 172579 | Jack Carter | 2013-01-16 | 2 | -12/+0 |
* | Akira, | Jack Carter | 2013-01-16 | 2 | -0/+12 |
* | 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 |
* | Add instruction encodings / disassembly support for l2r instructions. | Richard Osborne | 2012-12-17 | 1 | -0/+32 |
* | Add instruction encodings for PEEK and ENDIN. | Richard Osborne | 2012-12-17 | 1 | -0/+6 |
* | Add instruction encodings / disassembly support for rus instructions. | Richard Osborne | 2012-12-17 | 1 | -0/+20 |
* | Add instruction encodings for ZEXT and SEXT. | Richard Osborne | 2012-12-17 | 1 | -0/+6 |
* | Add instruction encodings / disassembly support for 2r instructions. | Richard Osborne | 2012-12-17 | 1 | -0/+74 |
* | Add instruction encodings / disassembly support for 0r instructions. | Richard Osborne | 2012-12-17 | 1 | -0/+20 |
* | Add tests for disassembly of 1r XCore instructions. | Richard Osborne | 2012-12-16 | 2 | -0/+45 |
* | Added a option to the disassembler to print immediates as hex. | Kevin Enderby | 2012-12-05 | 2 | -0/+15 |
* | Fixed the arm disassembly of invalid BFI instructions to not build a bad MCInst | Kevin Enderby | 2012-11-29 | 1 | -0/+11 |
* | Make this test less sensitive. | Eli Bendersky | 2012-11-26 | 1 | -4/+4 |
* | Remove DOS line endings. | Jakub Staszak | 2012-11-14 | 4 | -316/+316 |
* | [mips] Fix disassembler test cases. | Akira Hatanaka | 2012-11-02 | 4 | -24/+24 |
* | ARM: Better disassembly for pc-relative LDR. | Jim Grosbach | 2012-10-30 | 4 | -5/+7 |
* | Fix ARM's b.w instruction for thumb 2 and the encoding T4. The branch target | Kevin Enderby | 2012-10-29 | 1 | -0/+3 |
* | Add support for annotated disassembly output for X86 and arm. | Kevin Enderby | 2012-10-22 | 2 | -0/+13 |
* | Diagnose invalid alignments on duplicating VLDn instructions. | Tim Northover | 2012-09-06 | 2 | -2/+6 |
* | Check for invalid alignment values when decoding VLDn/VSTn (single ln) instru... | Tim Northover | 2012-09-06 | 5 | -0/+93 |
* | Use correct part of complex operand to encode VST1 alignment. | Tim Northover | 2012-09-06 | 1 | -0/+77 |
* | ARM: Move Thumb2 tests to Thumb2 test file and fix CHECK lines. | Jim Grosbach | 2012-08-13 | 2 | -8/+10 |
* | Fix #13035, a bug around Thumb instruction LDRD/STRD with negative #0 offset ... | Jiangning Liu | 2012-08-02 | 1 | -1/+11 |
* | Fix #13138, a bug around ARM instruction DSB encoding and decoding issue. | Jiangning Liu | 2012-08-02 | 2 | -33/+93 |
* | Fix #13241, a bug around shift immediate operand for ARM instruction ADR. | Jiangning Liu | 2012-08-02 | 2 | -0/+8 |
* | 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 |
* | Fix check strings in test/MC/Disassembler/Mips/* and run FileCheck. | Akira Hatanaka | 2012-07-12 | 8 | -760/+694 |
* | Fix instruction description of VMOV (between two ARM core registers and two s... | Richard Barton | 2012-07-10 | 1 | -1/+20 |
* | Reverse assembler/disassembler operand order for gather instructions. | Craig Topper | 2012-07-10 | 1 | -8/+8 |
* | Reapply r158846. | Akira Hatanaka | 2012-07-09 | 4 | -160/+172 |
* | revert r159851. | Akira Hatanaka | 2012-07-06 | 4 | -172/+160 |
* | Reapply r158846. | Akira Hatanaka | 2012-07-06 | 4 | -160/+172 |
* | Fix the remaining TCL-style quotes found in the testsuite. This is | Chandler Carruth | 2012-07-02 | 7 | -7/+7 |
* | Convert the uses of '|&' to use '2>&1 |' instead, which works on old | Chandler Carruth | 2012-07-02 | 69 | -71/+71 |
* | Convert all tests using TCL-style quoting to use shell-style quoting. | Chandler Carruth | 2012-07-02 | 39 | -39/+39 |
* | 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 |
* | Revert r158846. | Akira Hatanaka | 2012-06-20 | 4 | -172/+160 |
* | In MipsDisassembler.cpp, instead of defining register class tables, use the ones | Akira Hatanaka | 2012-06-20 | 4 | -160/+172 |
* | Correct decoder for T1 conditional B encoding | Richard Barton | 2012-06-06 | 1 | -1/+10 |
* | 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 |