| Age | Commit message (Expand) | Author |
| 2010-09-10 | Approved by Evan. | Bill Wendling |
| 2010-09-03 | Replace NEON vabdl, vaba, and vabal intrinsics with combinations of the | Bob Wilson |
| 2010-09-02 | Fix an unnecessary XFAIL | Sandeep Patel |
| 2010-09-02 | Now that register allocation properly considers reserved regs, simplify the | Jim Grosbach |
| 2010-09-02 | Convert VLD1 and VLD2 instructions to use pseudo-instructions until | Bob Wilson |
| 2010-09-01 | Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply, | Bob Wilson |
| 2010-09-01 | temporarily revert r112664, it is causing a decoding conflict, and | Chris Lattner |
| 2010-08-31 | We have a chance for an optimization. Consider this code: | Bill Wendling |
| 2010-08-30 | Fix borken test | Anton Korobeynikov |
| 2010-08-30 | Remove NEON vmovn intrinsic, replacing it with vector truncate operations. | Bob Wilson |
| 2010-08-30 | Correct bogus module triple specifications. | Duncan Sands |
| 2010-08-29 | Remove NEON vaddl, vaddw, vsubl, and vsubw intrinsics. Instead, use llvm | Bob Wilson |
| 2010-08-27 | Change ARM VFP VLDM/VSTM instructions to use addressing mode #4, just like | Bob Wilson |
| 2010-08-27 | Add alignment arguments to all the NEON load/store intrinsics. | Bob Wilson |
| 2010-08-26 | Revert svn 107892 (with changes to work with trunk). It caused a crash if | Bob Wilson |
| 2010-08-25 | Add another basic test cribbed from the x86 fast-isel tests. | Eric Christopher |
| 2010-08-25 | Run this on thumb and arm. | Eric Christopher |
| 2010-08-25 | Make this testcase actually executed with fast-isel on arm. | Eric Christopher |
| 2010-08-20 | Replace some NEON vmovl intrinsic that I missed earlier. | Bob Wilson |
| 2010-08-20 | Replace the arm.neon.vmovls and vmovlu intrinsics with vector sign-extend and | Bob Wilson |
| 2010-08-18 | When sending stats output to stdout for grepping, don't emit normal | Dan Gohman |
| 2010-08-18 | Expand ZERO_EXTEND operations for NEON vector types. | Bob Wilson |
| 2010-08-17 | Change ARM PKHTB and PKHBT instructions to use a shift_imm operand to avoid | Bob Wilson |
| 2010-08-17 | Allow more cases of undef shuffle indices and add tests for them. | Bob Wilson |
| 2010-08-17 | PHI elimination should not break back edge. It can cause some significant cod... | Evan Cheng |
| 2010-08-16 | Add a testcase for svn 111208. | Bob Wilson |
| 2010-08-16 | Generalize a pattern for PKHTB: an SRL of 16-31 bits will guarantee | Bob Wilson |
| 2010-08-16 | Convert a test to use FileCheck. | Bob Wilson |
| 2010-08-13 | Temporarily disable tail calls on ARM to work around some linker problems. | Bob Wilson |
| 2010-08-11 | Consider this code snippet: | Bill Wendling |
| 2010-08-11 | Report error if codegen tries to instantiate a ARM target when the cpu does s... | Evan Cheng |
| 2010-08-11 | Update test to match output of optimize compares for ARM. | Bill Wendling |
| 2010-08-10 | The optimize comparisons pass removes the "cmp" instruction this is checking ... | Bill Wendling |
| 2010-08-06 | Fix eabi calling convention when a 64 bit value shadows r3. | Rafael Espindola |
| 2010-08-04 | Testcase for r110248. | Bill Wendling |
| 2010-08-04 | Combine NEON VABD (absolute difference) intrinsics with ADDs to make VABA | Bob Wilson |
| 2010-07-26 | Currently EH lowering code expects typeinfo to be global only. | Anton Korobeynikov |
| 2010-07-23 | - Allow target to specify when is register pressure "too high". In most cases, | Evan Cheng |
| 2010-07-21 | More register pressure aware scheduling work. | Evan Cheng |
| 2010-07-21 | Baby steps towards ARM fast-isel. | Eric Christopher |
| 2010-07-21 | Fix calling convention on ARM if vfp2+ is enabled. | Rafael Espindola |
| 2010-07-17 | Add combiner patterns to more effectively utilize the BFI (bitfield insert) | Jim Grosbach |
| 2010-07-16 | Add basic support to code-gen the ARM/Thumb2 bit-field insert (BFI) instruction | Jim Grosbach |
| 2010-07-15 | Split -enable-finite-only-fp-math to two options: | Evan Cheng |
| 2010-07-14 | Improve 64-subtraction of immediates when parts of the immediate can fit | Jim Grosbach |
| 2010-07-14 | Add support for NEON VMVN immediate instructions. | Bob Wilson |
| 2010-07-14 | Add an ARM-specific DAG combining to avoid redundant VDUPLANE nodes. | Bob Wilson |
| 2010-07-13 | Use a target-specific VMOVIMM DAG node instead of BUILD_VECTOR to represent | Bob Wilson |
| 2010-07-13 | Extend the r107852 optimization which turns some fp compare to code sequence ... | Evan Cheng |
| 2010-07-11 | Fix va_arg for doubles. With this patch VAARG nodes always contain the | Rafael Espindola |