| Commit message (Expand) | Author | Age | Files | Lines |
| * | PR9030: Fix disassembly of ARM "mov pc, lr" instruction. | Bob Wilson | 2011-01-28 | 1 | -2/+2 |
| * | CMake: Add disabling optimization on MSVC8 and MSVC10 as workaround for some ... | NAKAMURA Takumi | 2010-12-29 | 1 | -2/+2 |
| * | Second attempt at converting Thumb2's LDRpci, including updating the gazillio... | Owen Anderson | 2010-12-07 | 2 | -40/+5 |
| * | Add correct encodings for STRD and LDRD, including fixup support. Additional... | Owen Anderson | 2010-12-01 | 1 | -3/+0 |
| * | Simplify the encoding of reg+/-imm12 values that allow PC-relative encoding. ... | Owen Anderson | 2010-11-30 | 2 | -40/+4 |
| * | s/ARM::BRIND/ARM::BX/g to coincide with r120366. | Bill Wendling | 2010-11-30 | 1 | -3/+3 |
| * | Pseudo-ize Thumb2 jump tables with explicit MC lowering to the raw | Jim Grosbach | 2010-11-29 | 2 | -75/+2 |
| * | Encode the multi-load/store instructions with their respective modes ('ia', | Bill Wendling | 2010-11-16 | 2 | -57/+46 |
| * | Add support to match @llvm.prefetch to pld / pldw / pli. rdar://8601536. | Evan Cheng | 2010-11-03 | 2 | -9/+9 |
| * | Break ARM addrmode4 (load/store multiple base address) into its constituent | Jim Grosbach | 2010-11-03 | 1 | -7/+2 |
| * | PLD, PLDW, PLI encodings, plus refactor their use of addrmode2. | Jim Grosbach | 2010-10-28 | 1 | -9/+12 |
| * | Detabify and clean up 80 column violations. | Jim Grosbach | 2010-10-13 | 3 | -40/+50 |
| * | Refactor the ARM 'setend' instruction pattern. Use a single instruction pattern | Jim Grosbach | 2010-10-13 | 1 | -2/+6 |
| * | MSVC hangs on compilation of ARMDisassembler.cpp. PR6866 applied to ARM target. | Francois Pichet | 2010-10-11 | 1 | -1/+7 |
| * | Add ARM Disassembler to the CMake build. | Oscar Fuentes | 2010-09-28 | 2 | -2/+10 |
| * | Fix vmov.f64 disassembly on targets where sizeof(long) != 8. | Benjamin Kramer | 2010-09-17 | 1 | -2/+2 |
| * | store MC FP immediates as a double instead of as an APFloat, thus avoiding an | Jim Grosbach | 2010-09-16 | 1 | -1/+4 |
| * | Teach the MC disassembler to handle vmov.f32 and vmov.f64 immediate to register | Jim Grosbach | 2010-09-15 | 1 | -8/+7 |
| * | Reapply r113875 with additional cleanups. | Jim Grosbach | 2010-09-14 | 1 | -35/+5 |
| * | ARM/Disassembler: Fix definitions incompatible(unsigned and uint32_t) to Cygw... | NAKAMURA Takumi | 2010-09-08 | 1 | -2/+2 |
| * | hopefully fix a problem building on cygwin-1.5 | Chris Lattner | 2010-09-07 | 1 | -2/+2 |
| * | Change ARM VFP VLDM/VSTM instructions to use addressing mode #4, just like | Bob Wilson | 2010-08-27 | 1 | -8/+7 |
| * | explicitly handle no-op cases for clarity. Fixes clang warning. | Jim Grosbach | 2010-08-17 | 1 | -0/+3 |
| * | Change ARM PKHTB and PKHBT instructions to use a shift_imm operand to avoid | Bob Wilson | 2010-08-17 | 2 | -15/+22 |
| * | Move the Thumb2 SSAT and USAT optional shift operator out of the | Bob Wilson | 2010-08-13 | 1 | -9/+13 |
| * | Refactor the code for disassembling Thumb2 saturate instructions along the | Bob Wilson | 2010-08-13 | 1 | -56/+39 |
| * | Cleaned up the for-disassembly-only entries in the arm instruction table so that | Johnny Chen | 2010-08-12 | 1 | -2/+9 |
| * | The autogened decoder was confusing the ARM STRBT for ARM USAT, because the .td | Johnny Chen | 2010-08-12 | 2 | -0/+9 |
| * | Changed the format of DMBsy, DSBsy, and friends from Pseudo to MiscFrm. | Johnny Chen | 2010-08-11 | 2 | -5/+2 |
| * | Move the ARM SSAT and USAT optional shift amount operand out of the | Bob Wilson | 2010-08-11 | 2 | -8/+11 |
| * | - Add subtarget feature -mattr=+db which determine whether an ARM cpu has the | Evan Cheng | 2010-08-11 | 1 | -1/+1 |
| * | Add a separate ARM instruction format for Saturate instructions. | Bob Wilson | 2010-08-11 | 2 | -86/+63 |
| * | Add support for disassembling VMVN (immediate) instructions. PR7747. | Bob Wilson | 2010-07-31 | 1 | -0/+4 |
| * | Add a check in the ARM disassembler for NEON instructions that would | Bob Wilson | 2010-07-30 | 1 | -5/+9 |
| * | Many Thumb2 instructions can reference the full ARM register set (i.e., | Jim Grosbach | 2010-07-30 | 2 | -40/+54 |
| * | Don't assert on an unrecognized BrMiscFrm instruction. | Bob Wilson | 2010-07-29 | 1 | -1/+0 |
| * | prune #includes a little. | Chris Lattner | 2010-07-20 | 1 | -1/+2 |
| * | Add basic support to code-gen the ARM/Thumb2 bit-field insert (BFI) instruction | Jim Grosbach | 2010-07-16 | 2 | -14/+16 |
| * | Convert some tab stops into spaces. | Duncan Sands | 2010-07-12 | 1 | -2/+2 |
| * | Renumber NEON instruction formats to be consecutive. | Bob Wilson | 2010-06-26 | 1 | -2/+0 |
| * | Rename ARM instruction formats NEONGetLnFrm, NEONSetLnFrm and NEONDupFrm to | Bob Wilson | 2010-06-25 | 1 | -6/+6 |
| * | Remove unused NEONFrm and ThumbMiscFrm ARM instruction formats. | Bob Wilson | 2010-06-25 | 1 | -16/+3 |
| * | Silence compiler warnings. | Dan Gohman | 2010-06-19 | 1 | -3/+3 |
| * | Start TargetRegisterClass indices at 0 instead of 1, so that | Dan Gohman | 2010-06-18 | 2 | -41/+43 |
| * | Add instruction encoding for the Neon VMOV immediate instruction. This changes | Bob Wilson | 2010-06-11 | 1 | -32/+2 |
| * | Reapply r105521, this time appending "LLU" to 64 bit | Bruno Cardoso Lopes | 2010-06-08 | 1 | -4/+4 |
| * | revert r105521, which is breaking the buildbots with stuff like this: | Chris Lattner | 2010-06-05 | 1 | -4/+4 |
| * | Initial AVX support for some instructions. No patterns matched | Bruno Cardoso Lopes | 2010-06-05 | 1 | -4/+4 |
| * | Modified some assert() msg strings; no other functionality change. | Johnny Chen | 2010-04-21 | 1 | -14/+14 |
| * | Thumb instructions which have reglist operands at the end and predicate operands | Johnny Chen | 2010-04-21 | 3 | -14/+68 |