| Age | Commit message (Expand) | Author |
| 2011-04-05 | Fix SRS/SRSW encoding bits. | Johnny Chen |
| 2011-04-04 | A8.6.105 MUL | Johnny Chen |
| 2011-04-04 | RFE encoding should also specify the "should be" encoding bits. | Johnny Chen |
| 2011-04-04 | Fix incorrect alignment for NEON VST2b32_UPD. | Johnny Chen |
| 2011-04-04 | - Implement asm parsing support for LDRSBT, LDRHT, LDRSHT and STRHT | Bruno Cardoso Lopes |
| 2011-04-02 | Do some peephole optimizations to remove pointless VMOVs from Neon to integer | Cameron Zwarich |
| 2011-04-02 | Fixed a bug in disassembly of STR_POST, where the immediate is the second ope... | Johnny Chen |
| 2011-04-01 | Fixed MOVr for "should be" encoding bits for Inst{19-16} = 0b0000. | Johnny Chen |
| 2011-04-01 | MOVs should have Inst{19-16} as 0b0000, otherwise, the instruction is UNPREDI... | Johnny Chen |
| 2011-04-01 | Fix the instruction table entries for AI1_adde_sube_s_irs multiclass definiti... | Johnny Chen |
| 2011-04-01 | Avoid de-referencing pass beginning of a basic block. No small test case poss... | Evan Cheng |
| 2011-04-01 | When the architecture is explicitly armv6 or thumbv6, we need to mark the obj... | Owen Anderson |
| 2011-04-01 | LDRD/STRD instructions should print both Rt and Rt2 in the asm string. | Jim Grosbach |
| 2011-04-01 | Fix a LDRT/LDRBT decoding bug where for Encoding A2, if Inst{4} != 0, we shou... | Johnny Chen |
| 2011-04-01 | Fix LDRi12 immediate operand, which was changed to be the second operand in $... | Johnny Chen |
| 2011-04-01 | Initialize HasVMLxForwarding. | Benjamin Kramer |
| 2011-04-01 | Issue libcalls __udivmod*i4 / __divmod*i4 for div / rem pairs. | Evan Cheng |
| 2011-04-01 | Remove unused variables | Matt Beaumont-Gay |
| 2011-03-31 | Apply again changes to support ARM memory asm parsing. I removed | Bruno Cardoso Lopes |
| 2011-03-31 | Provide a legal pointer register class when targeting thumb1. | Jakob Stoklund Olesen |
| 2011-03-31 | Distribute (A + B) * C to (A * C) + (B * C) to make use of NEON multiplier | Evan Cheng |
| 2011-03-31 | Fix single word and unsigned byte data transfer instruction encodings so that | Johnny Chen |
| 2011-03-31 | Add BLXi to the instruction table for disassembly purpose. | Johnny Chen |
| 2011-03-31 | Revert r128632 again, until I figure out what break the tests | Bruno Cardoso Lopes |
| 2011-03-31 | Reapply r128585 without generating a lib depedency cycle. An updated log: | Bruno Cardoso Lopes |
| 2011-03-31 | Revert "- Implement asm parsing support for LDRT, LDRBT, STRT, STRBT and" | Matt Beaumont-Gay |
| 2011-03-30 | Somehow we managed to forget to encode the lane index for a large swathe of N... | Owen Anderson |
| 2011-03-30 | Don't try to create zero-sized stack objects. | Evan Cheng |
| 2011-03-30 | - Implement asm parsing support for LDRT, LDRBT, STRT, STRBT and | Bruno Cardoso Lopes |
| 2011-03-30 | Add a ARM-specific SD node for VBSL so that forms with a constant first operand | Cameron Zwarich |
| 2011-03-29 | Add intrinsics @llvm.arm.neon.vmulls and @llvm.arm.neon.vmullu.* back. Frontends | Evan Cheng |
| 2011-03-29 | Add Neon SINT_TO_FP and UINT_TO_FP lowering from v4i16 to v4f32. Fixes | Cameron Zwarich |
| 2011-03-29 | Check early if this is an unsupported opcode, so that we can avoid needlessly... | Owen Anderson |
| 2011-03-29 | A8.6.188 STC, STC2 | Johnny Chen |
| 2011-03-29 | Add safety check that didn't show up in testing. | Owen Anderson |
| 2011-03-29 | Get rid of the non-writeback versions VLDMDB and VSTMDB, which don't actually... | Owen Anderson |
| 2011-03-29 | Optimizing (zext A + zext B) * C, to (VMULL A, C) + (VMULL B, C) during ... | Evan Cheng |
| 2011-03-28 | Fix ARM disassembly for PLD/PLDW/PLI which suffers from code rot and add some... | Johnny Chen |
| 2011-03-26 | Fixed the t2PLD and friends disassembly and add two test cases. | Johnny Chen |
| 2011-03-26 | Fix the bfi handling for or (and a mask) (and b mask). We need the two | Eric Christopher |
| 2011-03-25 | Fix DisassembleThumb2DPReg()'s handling of RegClass. Cannot hardcode GPRRegC... | Johnny Chen |
| 2011-03-25 | DisassembleThumb2LdSt() did not handle t2LDRs correctly with respect to RegCl... | Johnny Chen |
| 2011-03-25 | Modify DisassembleThumb2LdStEx() to be more robust/correct in light of recent... | Johnny Chen |
| 2011-03-25 | Instruction formats of SWP/SWPB were changed from LdStExFrm to MiscFrm. Modi... | Johnny Chen |
| 2011-03-25 | Also need to handle invalid imod values for CPS2p. | Johnny Chen |
| 2011-03-25 | Ignore special ARM allocation hints for unexpected register classes. | Jakob Stoklund Olesen |
| 2011-03-25 | Modify the wrong logic in the assert of DisassembleThumb2LdStDual() (the regi... | Johnny Chen |
| 2011-03-24 | Suppress an unused variable warning in -asserts builds | Matt Beaumont-Gay |
| 2011-03-24 | Handle the added VBICiv*i* NEON instructions, too. | Johnny Chen |
| 2011-03-24 | Plug a leak by ThumbDisassembler::getInstruction(), thanks to Benjamin Kramer! | Johnny Chen |