| Age | Commit message (Expand) | Author |
| 2010-11-15 | First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou... | Anton Korobeynikov |
| 2010-11-14 | trim #includes. | Chris Lattner |
| 2010-11-14 | rename LowerToMCInst -> LowerARMMachineInstrToMCInst. | Chris Lattner |
| 2010-11-14 | even more simplifications. ARM MCInstLowering is now just | Chris Lattner |
| 2010-11-14 | more shrinkification | Chris Lattner |
| 2010-11-14 | more simplifications. | Chris Lattner |
| 2010-11-14 | simplify and tidy up | Chris Lattner |
| 2010-11-14 | stub out a powerpc MCInstPrinter implementation. | Chris Lattner |
| 2010-11-14 | Second attempt at providing correct encodings for Thumb2 binary operators. | Owen Anderson |
| 2010-11-13 | Comment out the defms until they're activated. | Bill Wendling |
| 2010-11-13 | Add uses of the *_ldst_multi multiclasses. These aren't used yet. | Bill Wendling |
| 2010-11-13 | Convert the modes to lower case. | Bill Wendling |
| 2010-11-13 | Minor cleanups: | Bill Wendling |
| 2010-11-13 | Add *_ldst_mult multiclasses to the ARM back-end. These will be used in the | Bill Wendling |
| 2010-11-13 | MC: Simplify Mach-O and ELF object writer implementations. | Daniel Dunbar |
| 2010-11-13 | Conditional moves are slightly more expensive than moves. | Evan Cheng |
| 2010-11-13 | Add conditional move of large immediate. | Evan Cheng |
| 2010-11-13 | Swap multiclass operand order for consistency with other patterns. | Jim Grosbach |
| 2010-11-13 | Continue ARM indexed load refactoring. Multiclass for LDR{B} pre/post indexed | Jim Grosbach |
| 2010-11-13 | More ARM load/store indexed refactoring. Also fix an incorrect IndexMode | Jim Grosbach |
| 2010-11-13 | Fix an obvious typo which inverted an immediate. | Evan Cheng |
| 2010-11-12 | Temporarily revert this. | Eric Christopher |
| 2010-11-12 | For pre-v6t2 targets, only select MOVi32imm if the immediate can be handled w... | Evan Cheng |
| 2010-11-12 | Revert r118939 while I work out why it broke some buildbots. | Owen Anderson |
| 2010-11-12 | Attemt to provide correct encodings for Thumb2 binary operators. | Owen Anderson |
| 2010-11-12 | Eliminate ARM::MOVi2pieces. Just use MOVi32imm and expand it to either movi+o... | Evan Cheng |
| 2010-11-12 | Make this happen for ARM like x86. Don't entirely bail out when | Eric Christopher |
| 2010-11-12 | Add conditional mvn instructions. | Evan Cheng |
| 2010-11-12 | Zap a copy/paste-o bit of dead code. | Jim Grosbach |
| 2010-11-12 | Refactor to parameterize some ARM load/store encoding patterns. Preparatory | Jim Grosbach |
| 2010-11-12 | First stab at providing correct Thumb2 encodings, start with adc. | Owen Anderson |
| 2010-11-12 | Add some missing isel predicates on def : pat patterns to avoid generating VF... | Evan Cheng |
| 2010-11-12 | Kill more unused stuff. | Jim Grosbach |
| 2010-11-12 | Remove unused class. | Jim Grosbach |
| 2010-11-12 | Fill in the default predication bits for ARM unconditional branch. | Jim Grosbach |
| 2010-11-12 | Encoding for ARM LDRSB instructions. | Jim Grosbach |
| 2010-11-12 | Fix up a few more spots of addrmode2 (or not) changes that were | Eric Christopher |
| 2010-11-11 | Start of support for binary emit of 16-it Thumb instructions. | Jim Grosbach |
| 2010-11-11 | Fill out support for Thumb2 encodings of NEON instructions. | Owen Anderson |
| 2010-11-11 | Add correct Thumb2 encodings for NEON vst[1,2,3,4] and vld[1,2,3,4]. | Owen Anderson |
| 2010-11-11 | Revert the accidental commit I made reverting the previous commit. | Eric Christopher |
| 2010-11-11 | ARM fixup encoding for direct call instructions (BL). | Jim Grosbach |
| 2010-11-11 | Revert this temporarily. | Eric Christopher |
| 2010-11-11 | Change the prologue and epilogue to use push/pop for the low ARM registers. | Eric Christopher |
| 2010-11-11 | Add support for Thumb2 encodings of NEON data processing instructions, using ... | Owen Anderson |
| 2010-11-11 | Encoding of destination fixup for ARM branch and conditional branch | Jim Grosbach |
| 2010-11-11 | Encoding for ARM LDRSH_POST. | Jim Grosbach |
| 2010-11-11 | Encoding for ARM LDRSH and LDRSH_PRE. Cannonicalize operand names. | Jim Grosbach |
| 2010-11-11 | Fix encoding of Ra register for ARM smla* instructions. | Jim Grosbach |
| 2010-11-11 | ARM STRH encoding information. | Jim Grosbach |