| Age | Commit message (Expand) | Author |
| 2010-03-30 | Merge 99043 from mainline. | Tanya Lattner |
| 2010-03-06 | Initial bits of ARMv4-only support. | Anton Korobeynikov |
| 2010-03-06 | Thumb1 epilogue code generation needs to take into account that callee-saved | Jim Grosbach |
| 2010-03-05 | Trivial comment change. | Johnny Chen |
| 2010-03-04 | Drop the ".w" qualifier for t2UXTB16* instructions as there is no 16-bit version | Johnny Chen |
| 2010-03-04 | pr6478: The frame pointer spill frame index is only defined when there is a | Bob Wilson |
| 2010-03-04 | pr6480: Don't try producing ld/st-multiple instructions when the address is | Bob Wilson |
| 2010-03-04 | Added 32-bit Thumb instructions for Preload Data (PLD, PLDW) and Preload | Johnny Chen |
| 2010-03-03 | Modified the asm string of 16-bit Thumb MUL instruction so that it prints: | Johnny Chen |
| 2010-03-03 | Added 32-bit Thumb instructions LDRT, LDRBT, LDRHT,,LDRSBT, LDRSHT, STRT, STRBT, | Johnny Chen |
| 2010-03-03 | Added 32-bit Thumb instructions t2NOP, t2YIELD, t2WFE, t2WFI, t2SEV, and t2DBG | Johnny Chen |
| 2010-03-03 | - Change MachineInstr::isIdenticalTo to take a new option that determines whe... | Evan Cheng |
| 2010-03-03 | Eliminate unused instruction classes. | Evan Cheng |
| 2010-03-03 | Added 32-bit Thumb instructions t2DMB variants, t2DSB variants, and t2ISBsy for | Johnny Chen |
| 2010-03-02 | Added 32-bit Thumb instruction CLREX (Clear-Exclusive) for disassembly only. | Johnny Chen |
| 2010-03-02 | Removed the extra S from the multiclass def T2I_adde_sube_s_irs as well as from | Johnny Chen |
| 2010-03-02 | Added 32-bit Thumb instructions: CPS, SDIV, UDIV, SXTB16, SXTAB16, UXTAB16, SEL, | Johnny Chen |
| 2010-03-02 | AL is an optional mnemonic extension for always, except in IT instructions. | Johnny Chen |
| 2010-03-02 | Change some asm shift opcode strings to lowercase. | Johnny Chen |
| 2010-03-02 | fix typo add missing ( | Xerxes Ranby |
| 2010-03-02 | Unbreak llvm-arm-linux buildbot and fix PR5309. | Xerxes Ranby |
| 2010-03-02 | Sink InstructionSelect() out of each target into SDISel, and rename it | Chris Lattner |
| 2010-03-02 | Only save vector registers if we've defined for the vector registers. | Eric Christopher |
| 2010-03-02 | Remove dead parameter passing. | Bill Wendling |
| 2010-03-01 | Added STRHT for disassembly only and fixed a bug in AI3sthpo class where the W | Johnny Chen |
| 2010-02-27 | The mayHaveSideEffects flag is no longer used. | Dan Gohman |
| 2010-02-26 | Added the follwoing 32-bit Thumb instructions for disassembly only: | Johnny Chen |
| 2010-02-25 | Added the following 32-bit Thumb instructions for disassembly only: SMC, RFE, | Johnny Chen |
| 2010-02-25 | Added the 32-bit Thumb instructions (BXJ) for disassembly only. | Johnny Chen |
| 2010-02-25 | Added the 32-bit Thumb instructions (MRS and MSR) for disassembly only. | Johnny Chen |
| 2010-02-25 | Added the following 16-bit Thumb instructions for disassembly only: YIELD, WFE, | Johnny Chen |
| 2010-02-25 | Added tNOP for disassembly only. | Johnny Chen |
| 2010-02-25 | Added tSVC and tTRAP for disassembly only. | Johnny Chen |
| 2010-02-24 | Create a stack frame on ARM when | Jakob Stoklund Olesen |
| 2010-02-24 | Check for comparisons of +/- zero when optimizing less-than-or-equal and | Bob Wilson |
| 2010-02-24 | Added Vector Swap (VSWPd and VSWPq) instructions for disassembly only. | Johnny Chen |
| 2010-02-24 | Stay away from str <undef> in ARMLoadStoreOpt. This pass does not understand | Jakob Stoklund Olesen |
| 2010-02-24 | Fixed typo of opcodestr, should be "vst1", not "vld1". | Johnny Chen |
| 2010-02-24 | Remove an unused variable. Was this intentional? | Chandler Carruth |
| 2010-02-24 | Added for disassembly VST1 (multiple single elements) which stores elements to | Johnny Chen |
| 2010-02-24 | handle very large call frames when require SPAdj != 0 for Thumb1 | Jim Grosbach |
| 2010-02-24 | LowerCall() should always do getCopyFromReg() to reference the stack pointer. | Jim Grosbach |
| 2010-02-23 | Added for disassembly VLD1 (multiple single elements) which loads memory into | Johnny Chen |
| 2010-02-23 | Spelling. s/suppor /support / | Jim Grosbach |
| 2010-02-23 | Added versions of VCGE, VCGT, VCLE, and VCLT NEON instructions which compare to | Johnny Chen |
| 2010-02-23 | Added VCEQ (immediate #0) NEON instruction for disassembly only. | Johnny Chen |
| 2010-02-22 | Updated version of r96634 (which was reverted due to failing 176.gcc and | Jim Grosbach |
| 2010-02-22 | Clean up a bit and fix for when SPAdj != 0 | Jim Grosbach |
| 2010-02-22 | The predicate index isn't fixed, so scan for it to make sure we get the proper | Jim Grosbach |
| 2010-02-22 | Added SEL, SXTB16, SXTAB16, UXTAB16, SMMULR, SMMLAR, SMMLSR, SMUAD, and SMUSD, | Johnny Chen |