| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cast through intptr_t, ISO C++ requires it. | Benjamin Kramer | 2011-08-20 | 1 | -5/+3 |
| * | Remove the VMOVQQ pseudo instruction. | Chad Rosier | 2011-08-20 | 3 | -44/+8 |
| * | Remove VMOVQQQQ pseudo instruction. | Chad Rosier | 2011-08-20 | 1 | -2/+0 |
| * | Add <imp-def> operands to QQ and QQQQ stack loads. | Jakob Stoklund Olesen | 2011-08-20 | 1 | -2/+4 |
| * | VMOVQQQQs pseudo instructions are only created by ARMBaseInstrInfo::copyPhysReg. | Chad Rosier | 2011-08-20 | 2 | -56/+31 |
| * | Thumb parsing and encoding support for NOP. | Jim Grosbach | 2011-08-19 | 3 | -1/+15 |
| * | Fix bug in function IsShiftedMask. Remove parameter SizeInBits, which is not | Akira Hatanaka | 2011-08-19 | 1 | -14/+9 |
| * | Thumb assembly parsing and encoding for NEG. | Jim Grosbach | 2011-08-19 | 1 | -1/+1 |
| * | Fix NEG alias | Jim Grosbach | 2011-08-19 | 1 | -1/+1 |
| * | Be more lenient on tied operand matching for MUL. | Jim Grosbach | 2011-08-19 | 1 | -4/+11 |
| * | Re-write part of VEX encoding logic, to be more easy to read! Also fix | Bruno Cardoso Lopes | 2011-08-19 | 1 | -58/+82 |
| * | Update tests. | Jim Grosbach | 2011-08-19 | 1 | -0/+4 |
| * | Thumb assembly parsing and encoding for MUL. | Jim Grosbach | 2011-08-19 | 2 | -5/+41 |
| * | Thumb assembly parsing and encoding for MOV. | Jim Grosbach | 2011-08-19 | 3 | -2/+7 |
| * | Tidy up. Tab character. | Jim Grosbach | 2011-08-19 | 1 | -1/+1 |
| * | Tab characters. | Jim Grosbach | 2011-08-19 | 1 | -2/+2 |
| * | Thumb assembly parsing and encoding for LSL(immediate). | Jim Grosbach | 2011-08-19 | 2 | -2/+2 |
| * | Thumb assembly parsing and encoding for LDRSB and LDRSH. | Jim Grosbach | 2011-08-19 | 1 | -0/+1 |
| * | Thumb assembly parsing and encoding for LDRH. | Jim Grosbach | 2011-08-19 | 2 | -0/+18 |
| * | Thumb assembly parsing and encoding for LDRB. | Jim Grosbach | 2011-08-19 | 2 | -0/+18 |
| * | Thumb assembly parsing and encoding for LDR(literal). | Jim Grosbach | 2011-08-19 | 1 | -1/+1 |
| * | Thumb assembly parsing and encoding for LDR(immediate) form T2. | Jim Grosbach | 2011-08-19 | 2 | -1/+18 |
| * | Use helper function to check for low registers. | Jim Grosbach | 2011-08-19 | 1 | -1/+1 |
| * | Thumb assembly parsing and encoding for LDR(immediate) form T1. | Jim Grosbach | 2011-08-19 | 2 | -1/+20 |
| * | Add explanatory comment. | Jim Grosbach | 2011-08-19 | 1 | -0/+5 |
| * | Have SPU backend use the external TCE scheduler, if the library is loaded as a | Kalle Raiskila | 2011-08-19 | 1 | -0/+11 |
| * | Add TB encoding to VEX versions of SSE fp logical operations to fix disassembler | Craig Topper | 2011-08-19 | 1 | -6/+6 |
| * | Fix PR10677. Initial patch and idea by Peter Cooper but I've changed the | Bruno Cardoso Lopes | 2011-08-19 | 1 | -3/+8 |
| * | Make a bunch of symbols private. | Benjamin Kramer | 2011-08-19 | 1 | -1/+1 |
| * | Re-encoded 128-bit AVX versions of SQRT, RSQRT, RCP have 3 operands | Bruno Cardoso Lopes | 2011-08-18 | 1 | -31/+64 |
| * | Use subword loads instead of a 4-byte load when the size of a structure (or a | Akira Hatanaka | 2011-08-18 | 1 | -26/+73 |
| * | STC2L_POST and STC2L_POST should be handled the same as STCL_POST/LDC_POST fo... | Owen Anderson | 2011-08-18 | 1 | -0/+4 |
| * | Fix the decoding of RFE instruction. RFEs have the load bit set, while SRSs ... | Owen Anderson | 2011-08-18 | 1 | -8/+42 |
| * | Remember to fill in some operands so we can print _something_ coherent even w... | Owen Anderson | 2011-08-18 | 1 | -1/+4 |
| * | Improve handling of failure and unpredictable cases for CPS, STR, and SMLA in... | Owen Anderson | 2011-08-18 | 1 | -11/+18 |
| * | Thumb assembly parsing and encoding for LDM instruction. | Jim Grosbach | 2011-08-18 | 3 | -5/+33 |
| * | Make IsShiftedMask a static function rather than defining it in an | Akira Hatanaka | 2011-08-18 | 1 | -16/+14 |
| * | Thumb assembly parsing and encoding for CMP. | Jim Grosbach | 2011-08-18 | 1 | -1/+1 |
| * | Thumb instructions CBZ and CBNZ are Thumb2, not THumb1. | Jim Grosbach | 2011-08-18 | 2 | -25/+28 |
| * | ARM Thumb blx instruction fixup has same data range as bl. | Jim Grosbach | 2011-08-18 | 1 | -1/+1 |
| * | 80 columns. | Jim Grosbach | 2011-08-18 | 1 | -1/+1 |
| * | Clenup and fix encoding for Mips ins and ext instruction | Bruno Cardoso Lopes | 2011-08-18 | 1 | -17/+13 |
| * | Add missing 'break'. | Jim Grosbach | 2011-08-18 | 1 | -0/+1 |
| * | Add intrinsics for SETEV, GETED, GETET. | Richard Osborne | 2011-08-18 | 1 | -7/+21 |
| * | Cleanup vector logical ops in AVX and add use int versions for simple | Bruno Cardoso Lopes | 2011-08-18 | 1 | -20/+20 |
| * | Remove extraneous newline from operand print method. PR10569. | Jim Grosbach | 2011-08-17 | 1 | -3/+3 |
| * | Clean up patterns for Thumb1 system instructions. | Jim Grosbach | 2011-08-17 | 1 | -24/+18 |
| * | Changed definition of EXT and INS per Bruno's comments. | Akira Hatanaka | 2011-08-17 | 3 | -39/+29 |
| * | Thumb assembly parsing and encoding for B. | Jim Grosbach | 2011-08-17 | 1 | -0/+4 |
| * | Thumb assembly parsing and encoding for ASR. | Jim Grosbach | 2011-08-17 | 1 | -1/+1 |