| Age | Commit message (Expand) | Author |
| 2010-12-14 | Multiclassify the LDR/STR encoding patterns. The only functionality difference | Bill Wendling |
| 2010-12-14 | trailing whitespace | Jim Grosbach |
| 2010-12-14 | Refactor a bit for legibility. | Jim Grosbach |
| 2010-12-14 | trailing whitespace. | Jim Grosbach |
| 2010-12-14 | Make sure to propagate the predicate operands for LEApcrel to ADR. | Jim Grosbach |
| 2010-12-14 | Fix a small bug (typo?) in the fixup for Thumb1 CBZ/CBNZ instructions. | Owen Anderson |
| 2010-12-14 | MC/ARM: Fix-up fixup offset for fixup_arm_branch target specific fixup. | Daniel Dunbar |
| 2010-12-14 | Trailing whitespace | Jim Grosbach |
| 2010-12-14 | Use the integer scheduling intrinsic for integer loads and stores. | Bill Wendling |
| 2010-12-14 | The tLDR et al instructions were emitting either a reg/reg or reg/imm | Bill Wendling |
| 2010-12-14 | bfi A, (and B, C1), C2) -> bfi A, B, C2 iff C1 & C2 == C1. rdar://8458663 | Evan Cheng |
| 2010-12-14 | Second attempt at make Thumb2 LEAs pseudos. This time, perform the lowering ... | Owen Anderson |
| 2010-12-13 | Remove the rest of the *_sfp Neon instruction patterns. | Bob Wilson |
| 2010-12-13 | Simplify N2VSPat, removing some unnecessary type arguments. | Bob Wilson |
| 2010-12-13 | Revert r121721, which broke buildbots. | Owen Anderson |
| 2010-12-13 | Make Thumb2 LEA-like instruction into pseudos, which map down to ADR. Provid... | Owen Anderson |
| 2010-12-13 | Delete a line that I forgot to revert previously. | Bob Wilson |
| 2010-12-13 | Use COPY_TO_REGCLASS instead of pseudo instructions for Neon FP patterns. | Bob Wilson |
| 2010-12-13 | Use pseudo instructions for 2-register Neon instructions for scalar FP. | Bob Wilson |
| 2010-12-13 | Remove unused instruction class arguments. | Bob Wilson |
| 2010-12-13 | Generalize BFI isel lowering a bit. | Evan Cheng |
| 2010-12-13 | In Thumb2, direct branches can be encoded as either a "short" conditional bra... | Owen Anderson |
| 2010-12-13 | Use 32-bit types for 32-bit values. | Jim Grosbach |
| 2010-12-13 | Trailing whitespace. | Jim Grosbach |
| 2010-12-11 | (or (and (shl A, #shamt), mask), B) => ARMbfi B, A, ~mask where lsb(mask) == ... | Evan Cheng |
| 2010-12-10 | Add FIXME | Jim Grosbach |
| 2010-12-10 | Attempt to get Thumb2 branch fixups working properly. | Owen Anderson |
| 2010-12-10 | Fix merge error in my last fix to Thumb2 vldr fixups. | Owen Anderson |
| 2010-12-10 | Fixups for Thumb2 vldr's need to have the effective PC aligned as well. | Owen Anderson |
| 2010-12-10 | The MCFixupKindInfo table needs to be in the order that the enums were | Bill Wendling |
| 2010-12-10 | Provide the necessary post-encoder hook for Thumb2 encodings of VMOV and frie... | Owen Anderson |
| 2010-12-10 | Add float patterns for Neon vld1-lane/dup and vst1-lane operations. | Bob Wilson |
| 2010-12-10 | Remove unused arguments. | Bob Wilson |
| 2010-12-10 | Fix encoding of Thumb1 LDRB and STRB. | Owen Anderson |
| 2010-12-10 | Trailing whitespace. | Jim Grosbach |
| 2010-12-10 | Fix Thumb2 encodings of STREX and LDREX. | Owen Anderson |
| 2010-12-10 | Correct encoding of rotation immediate for Thumb2 instructions. rdar://8755999 | Jim Grosbach |
| 2010-12-10 | Fix encoding of 'U' bit for Thumb2 STRD/LDRD instructions. rdar://8755726 | Jim Grosbach |
| 2010-12-10 | More trivial cleanup. No need to define the EncoderMethod property type. Can | Jim Grosbach |
| 2010-12-10 | Tidy up. | Jim Grosbach |
| 2010-12-10 | Trailing whitespace. | Jim Grosbach |
| 2010-12-10 | Fix some invalid alignments for Neon vld-dup and vld/st-lane instructions. | Bob Wilson |
| 2010-12-10 | Teach isCSRestore() that ARM/Thumb2 functions will use post-modify LDR | Jim Grosbach |
| 2010-12-10 | Thumb unconditional branch binary encoding. rdar://8754994 | Jim Grosbach |
| 2010-12-10 | Thumb conditional branch binary encodings. rdar://8745367 | Jim Grosbach |
| 2010-12-10 | Fix the leak from r121401 of the Operands erased in the list but not deleted. | Kevin Enderby |
| 2010-12-09 | Thumb ldr reg+imm offsets were encoded incorrectly. The scaling factor of the | Bill Wendling |
| 2010-12-09 | Use the new IsAligned fixup flag to improve fixup encodings for Thumb2 branch... | Owen Anderson |
| 2010-12-09 | Fix an issue in some Thumb fixups, where the effective PC address needs to be... | Owen Anderson |
| 2010-12-09 | Rename CB/CBZ specific fixup accordingly. | Jim Grosbach |