| Age | Commit message (Expand) | Author |
| 2011-12-13 | Thumb2 pre/post indexed stores can be from any non-PC GPR. | Jim Grosbach |
| 2011-12-13 | Thumb2 tweak for ccout handling in RSB parsing. | Jim Grosbach |
| 2011-12-13 | ARM thumb2 parsing of "rsb rd, rn, #0". | Jim Grosbach |
| 2011-12-13 | ARM NEON two-operand aliases for VQDMULH. | Jim Grosbach |
| 2011-12-13 | ARM pre-UAL NEG mnemonic for convenience when porting old code. | Jim Grosbach |
| 2011-12-13 | ARM add some more pre-UAL VFP mnemonics for convenience when porting old code. | Jim Grosbach |
| 2011-12-13 | ARM add more 'gas' compatibility aliases for NEON instructions. | Jim Grosbach |
| 2011-12-13 | [fast-isel] Unaligned loads of floats are not supported. Therefore, convert ... | Chad Rosier |
| 2011-12-13 | Initial CodeGen support for CTTZ/CTLZ where a zero input produces an | Chandler Carruth |
| 2011-12-13 | Account for CPE alignment when searching for new water. | Jakob Stoklund Olesen |
| 2011-12-12 | LLVMBuild: Introduce a common section which currently has a list of the | Daniel Dunbar |
| 2011-12-12 | Implement 'e' and 'f' modifiers for Neon inline asm. <rdar://problem/10551006> | Bob Wilson |
| 2011-12-12 | LLVMBuild: Remove trailing newline, which irked me. | Daniel Dunbar |
| 2011-12-12 | Add a postOffset() alignment argument. | Jakob Stoklund Olesen |
| 2011-12-12 | Fix typo. | Jakob Stoklund Olesen |
| 2011-12-12 | Also set the proper alignment on inner islands and the function itself. | Jakob Stoklund Olesen |
| 2011-12-12 | Make MF a class member instead of passing it around everywhere. | Jakob Stoklund Olesen |
| 2011-12-12 | Add a -arm-align-constant-islands flag, default off. | Jakob Stoklund Olesen |
| 2011-12-11 | Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f... | Stepan Dyatkovskiy |
| 2011-12-10 | Revert r146322 to appease buildbots. Original commit message: | Chad Rosier |
| 2011-12-10 | Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f... | Stepan Dyatkovskiy |
| 2011-12-10 | Try to align the point where a large basic block is split. | Jakob Stoklund Olesen |
| 2011-12-10 | More debug output formatting. | Jakob Stoklund Olesen |
| 2011-12-10 | ARM add some more pre-UAL VFP mnemonics for convenience when porting old code. | Jim Grosbach |
| 2011-12-09 | Splats can contain undef's; make sure to handle them correctly. PR11526. | Eli Friedman |
| 2011-12-09 | ARM add some pre-UAL VFP mnemonics for convenience when porting old code. | Jim Grosbach |
| 2011-12-09 | ARM allows '' syntax, not just '#imm' for assembly. | Jim Grosbach |
| 2011-12-09 | ARM assembly aliases for BIC<-->AND (immediate). | Jim Grosbach |
| 2011-12-09 | ARM NEON data type aliases for VBIC(register). | Jim Grosbach |
| 2011-12-09 | ARM assembly parsing and encoding for VLD2 with writeback. | Jim Grosbach |
| 2011-12-09 | User a helper overload for a common pattern. | Jakob Stoklund Olesen |
| 2011-12-09 | Tidy up. Better base class factoring. | Jim Grosbach |
| 2011-12-09 | Tidy up. Better base class factoring. | Jim Grosbach |
| 2011-12-09 | Tweak debugging output. | Jakob Stoklund Olesen |
| 2011-12-08 | ARM convenience aliases for VSQRT. | Jim Grosbach |
| 2011-12-08 | ARM 64-bit VEXT assembly uses a .64 suffix, not .32, amazingly enough. | Jim Grosbach |
| 2011-12-08 | ARM VSHR implied destination operand form aliases. | Jim Grosbach |
| 2011-12-08 | ARM asm parser, just issue a warning for a duplicate reg in a list. | Jim Grosbach |
| 2011-12-08 | ARM VSUB implied destination operand form aliases. | Jim Grosbach |
| 2011-12-08 | ARM VQADD implied destination operand form aliases. | Jim Grosbach |
| 2011-12-08 | ARM a few more VMUL implied destination operand form aliases. | Jim Grosbach |
| 2011-12-08 | ARM assembler support for register name aliases. | Jim Grosbach |
| 2011-12-08 | Revert r146143, "Fix bug 9905: Failure in code selection for llvm intrinsics | Daniel Dunbar |
| 2011-12-08 | Fix bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix for... | Stepan Dyatkovskiy |
| 2011-12-08 | ARM NEON two-operand aliases for VSHL(immediate). | Jim Grosbach |
| 2011-12-08 | Drop the HasInlineAsm flag. | Jakob Stoklund Olesen |
| 2011-12-08 | ARM NEON two-operand aliases for VSHL(register). | Jim Grosbach |
| 2011-12-08 | Simplify offset verification. | Jakob Stoklund Olesen |
| 2011-12-08 | Fix copy/past-o. | Jim Grosbach |
| 2011-12-08 | ARM NEON two-operand aliases for VMUL. | Jim Grosbach |