| Age | Commit message (Expand) | Author |
| 2010-07-09 | Automatically fold COPY instructions into stack load/store. | Jakob Stoklund Olesen |
| 2010-07-09 | In the presence of variable sized objects, allocate an emergency spill slot. | Jim Grosbach |
| 2010-07-09 | Print "dregpair" NEON operands with a space between them, for readability and | Bob Wilson |
| 2010-07-08 | Check for FiniteOnlyFPMath as well. | Evan Cheng |
| 2010-07-08 | The NEONPreAllocPass should never have to assign fixed registers anymore. | Bob Wilson |
| 2010-07-08 | For big-endian systems, VLD2/VST2 with 32-bit vector elements will swap the | Bob Wilson |
| 2010-07-08 | Clean up a comment. | Bob Wilson |
| 2010-07-08 | Convert EXTRACT_SUBREG to COPY when emitting machine instrs. | Jakob Stoklund Olesen |
| 2010-07-08 | r107852 is only safe with -enable-unsafe-fp-math to account for +0.0 == -0.0. | Evan Cheng |
| 2010-07-08 | Optimize some vfp comparisons to integer ones. This patch implements the simp... | Evan Cheng |
| 2010-07-08 | Changes to ARM tail calls, mostly cosmetic. | Dale Johannesen |
| 2010-07-07 | grammar | Jim Grosbach |
| 2010-07-07 | Handle cases where the post-RA scheduler may move instructions between the | Jim Grosbach |
| 2010-07-07 | grammar and trailing whitespace | Jim Grosbach |
| 2010-07-07 | Split the SDValue out of OutputArg so that SelectionDAG-independent | Dan Gohman |
| 2010-07-07 | Also use REG_SEQUENCE for VTBX instructions. | Bob Wilson |
| 2010-07-07 | Mark eh.sjlj.set/longjmp custom lowerings as Darwin-only since that's where | Jim Grosbach |
| 2010-07-06 | By default, the eh.sjlj.setjmp/longjmp intrinsics should just do nothing rather | Jim Grosbach |
| 2010-07-06 | Use REG_SEQUENCE nodes to make the table registers for VTBL instructions be | Bob Wilson |
| 2010-07-06 | Track defs for all aliases in NEONMoveFix. | Jakob Stoklund Olesen |
| 2010-07-06 | Propagate debug loc. | Devang Patel |
| 2010-07-06 | Represent NEON load/store alignments in bytes, not bits. | Bob Wilson |
| 2010-07-06 | Reapply r107655 with fixes; insert the pseudo instruction into | Dan Gohman |
| 2010-07-06 | Don't create neon moves in CopyRegToReg. NEONMoveFixPass will do the conversion | Rafael Espindola |
| 2010-07-06 | Revert r107655. | Dan Gohman |
| 2010-07-06 | Fix a bunch of custom-inserter functions to handle the case where | Dan Gohman |
| 2010-07-03 | Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl... | Evan Cheng |
| 2010-07-02 | Remove early IT block formation. It's not used. | Evan Cheng |
| 2010-07-02 | Fix incorrect asm-printing of some NEON immediates. Fix weak testcase so | Bob Wilson |
| 2010-07-01 | ARM function alignments were off by a power of two. svn 83242 changed | Bob Wilson |
| 2010-06-29 | Add support for encoding VDUP (ARM core register) instructions. | Bob Wilson |
| 2010-06-29 | Add support for encoding NEON VMOV (from core register to scalar) instructions. | Bob Wilson |
| 2010-06-29 | skip dbg_value instructions | Jim Grosbach |
| 2010-06-29 | The t2MOVi16 and t2MOVTi16 instructions do not set CPSR. Trying to add | Bob Wilson |
| 2010-06-29 | Add a VT argument to getMinimalPhysRegClass and replace the copy related uses | Rafael Espindola |
| 2010-06-29 | Remove pointless variable LastDef. | Duncan Sands |
| 2010-06-29 | Remove unused variable Loc and pointless variables unified_syntax | Duncan Sands |
| 2010-06-29 | Remove an unused and a pointless variable. | Duncan Sands |
| 2010-06-29 | Remove initialized but otherwise unused variables. | Duncan Sands |
| 2010-06-29 | PR7503: uxtb16 is not available for ARMv7-M. Patch by Brian G. Lucas. | Evan Cheng |
| 2010-06-29 | Change if-cvt options to something that actually as useable. | Evan Cheng |
| 2010-06-29 | When no memoperands are present, assume unaligned, volatile. | Jakob Stoklund Olesen |
| 2010-06-29 | Fix Thumb encoding of VMOV (scalar to ARM core register). The encoding is | Bob Wilson |
| 2010-06-28 | Make the ARMCodeEmitter identify Thumb functions via ARMFunctionInfo instead | Bob Wilson |
| 2010-06-28 | tidy up style. no functional change. | Jim Grosbach |
| 2010-06-28 | Refactor encoding function for NEON 1-register with modified immediate format. | Bob Wilson |
| 2010-06-28 | Support Thumb mode encoding of NEON instructions. | Bob Wilson |
| 2010-06-28 | minor housekeeping cleanup: 80-column, trailing whitespace, spelling, etc.. N... | Jim Grosbach |
| 2010-06-26 | Followup to r106770: actually generate SXTB and SXTH for sign-extensions. | Eli Friedman |
| 2010-06-26 | Add support for encoding NEON VMOV (from scalar to core register) instructions. | Bob Wilson |