| Age | Commit message (Expand) | Author |
| 2012-03-28 | Spill DPair registers, not just QPR. | Jakob Stoklund Olesen |
| 2012-03-28 | Revert r153516: "Invalidate liveness in Thumb2ITBlockPass." | Jakob Stoklund Olesen |
| 2012-03-28 | Fixup VST1.32 with writeback instruction. Also re-factor non-writeback version. | Richard Barton |
| 2012-03-27 | ARMLoadStoreOptimizer invalidates register liveness. | Jakob Stoklund Olesen |
| 2012-03-27 | Invalidate liveness in Thumb2ITBlockPass. | Jakob Stoklund Olesen |
| 2012-03-27 | Prune some includes | Craig Topper |
| 2012-03-27 | Remove unnecessary llvm:: qualifications | Craig Topper |
| 2012-03-26 | ARM has a peephole optimization which looks for a def / use pair. The def | Evan Cheng |
| 2012-03-26 | Prune some includes and forward declarations. | Craig Topper |
| 2012-03-26 | Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.h | Craig Topper |
| 2012-03-25 | Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions. | Craig Topper |
| 2012-03-25 | Prune some includes and forward declarations. | Craig Topper |
| 2012-03-23 | ARM tidy up ARMConstantIsland.cpp. | Jim Grosbach |
| 2012-03-22 | Added soft fail checks for the disassembler when decoding some corner cases o... | Silviu Baranga |
| 2012-03-22 | Added soft fail cases for the disassembler when decoding LDRSBT, LDRHT or LDR... | Silviu Baranga |
| 2012-03-22 | Added soft fail cases for the disassembler when decoding MUL instructions on ... | Silviu Baranga |
| 2012-03-21 | Fix ARM disassembly of VST1 and VST2 instructions with writeback. And add test | Kevin Enderby |
| 2012-03-20 | Change conditional instructions definitions, e.g. ANDCC, ARMPseudoExpand and ... | Evan Cheng |
| 2012-03-20 | remove unused variable | Matt Beaumont-Gay |
| 2012-03-20 | Require a base pointer for stack realignment when SP may vary dynamically. | Bob Wilson |
| 2012-03-20 | Remove some redundant checks. | Bob Wilson |
| 2012-03-20 | Fix assembling ARM vst2 instructions with double-spaced registers. | Kevin Enderby |
| 2012-03-20 | ARM non-scattered MachO relocations for movw/movt. | Jim Grosbach |
| 2012-03-20 | The ARM instructions that have an unpredictable behavior when the pc register... | Silviu Baranga |
| 2012-03-20 | Test Commit - add a newline | Richard Barton |
| 2012-03-19 | ARM branch relaxation for unconditional t1 branches. | Jim Grosbach |
| 2012-03-19 | ARM assembly, accept optional '#' on lane index number. | Jim Grosbach |
| 2012-03-19 | Perform mul combine when multiplying wiht negative constants. | Anton Korobeynikov |
| 2012-03-17 | Reorder includes to match coding standards. Fix an issue or two exposed by that. | Craig Topper |
| 2012-03-16 | Check if we can handle the arguments of a call (and therefore the call) in | Bill Wendling |
| 2012-03-16 | ARM fix silly typo in optional operand alias. | Jim Grosbach |
| 2012-03-16 | ARM divided syntax fmrx/fmxr mnemonics. | Jim Grosbach |
| 2012-03-16 | ARM ldm/stm register lists can be out of order. | Jim Grosbach |
| 2012-03-16 | ARM optional operand on MRC/MCR assembly instructions. | Jim Grosbach |
| 2012-03-16 | ARM vmrs system registers mvfr0 and mvfr1 handling. | Jim Grosbach |
| 2012-03-15 | Remove inadvertant commit. | Jim Grosbach |
| 2012-03-15 | [fast-isel] Address Eli's comments for r152847. Specifically, add a test case | Chad Rosier |
| 2012-03-15 | [fast-isel] Don't try to encode LONG_MIN using cmn instructions. | Chad Rosier |
| 2012-03-15 | ARM case-insensitive checking for APSR_nzcv. | Jim Grosbach |
| 2012-03-15 | ARM aliases for pre-unified syntax fcmpz[sd] mnemonics. | Jim Grosbach |
| 2012-03-15 | Use vmov.f32 to materialize f32 consts on ARM. This relaxes constraints on | Lang Hames |
| 2012-03-15 | Fix VCVT decoding (between floating-point and fixed-point, Floating-point). ... | Kristof Beyls |
| 2012-03-12 | Switch to unified syntax for VFP instructions in inline assembly. | Bob Wilson |
| 2012-03-11 | Convert more static tables of registers used by calling convention to uint16_... | Craig Topper |
| 2012-03-11 | Use uint16_t to store registers and opcode in static tables in the target spe... | Craig Topper |
| 2012-03-08 | Use uint16_t to store instruction implicit uses and defs. Reduces static data. | Craig Topper |
| 2012-03-08 | ARM don't use MCRelaxAll, as it's not safe on ARM. | Jim Grosbach |
| 2012-03-07 | [fast-isel] ARMEmitCmp generates FMSTAT, which transfers the floating-point | Chad Rosier |
| 2012-03-07 | ARM pre-v6 assembly parsing for umull/smull. | Jim Grosbach |
| 2012-03-07 | ARM pre-v6 alias for 'nop' to 'mov r0, r0' | Jim Grosbach |