| Age | Commit message (Expand) | Author |
| 2012-09-08 | Set operation action for FFLOOR to Expand for all vector types for X86. Set F... | Craig Topper |
| 2012-09-06 | Improve codegen for BUILD_VECTORs on ARM. | James Molloy |
| 2012-09-06 | Optimize codegen for VSETLNi{8,16,32} operating on Q registers. Degenerate to... | James Molloy |
| 2012-09-05 | Use predication instead of pseudo-opcodes when folding into MOVCC. | Jakob Stoklund Olesen |
| 2012-09-05 | Strip old MachineInstrs *after* we know we can put them back. | Tim Northover |
| 2012-09-05 | Fixed the DAG combiner to better handle the folding of AND nodes for vector t... | Silviu Baranga |
| 2012-09-04 | Patch to implement UMLAL/SMLAL instructions for the ARM architecture | Arnold Schwaighofer |
| 2012-09-02 | Not all targets have efficient ISel code generation for select instructions. | Nadav Rotem |
| 2012-09-02 | Generate better select code by allowing the target to use scalar select, and ... | Nadav Rotem |
| 2012-09-01 | Teach DAG combine a number of tricks to simplify FMA expressions in fast-math... | Owen Anderson |
| 2012-08-31 | Fix a couple of typos in EmitAtomic. | Jakob Stoklund Olesen |
| 2012-08-30 | Currently targets that do not support selects with scalar conditions and vect... | Nadav Rotem |
| 2012-08-30 | Add support for moving pure S-register to NEON pipeline if desired | Tim Northover |
| 2012-08-29 | [arm-fast-isel] Add support for ARM PIC. | Jush Lu |
| 2012-08-27 | Make sure we add the predicate after all of the registers are added. | Bill Wendling |
| 2012-08-22 | Rejected 169195. As Duncan commented, bitcasting to proper type is wrong appr... | Stepan Dyatkovskiy |
| 2012-08-21 | Add correct set of regression tests for r162094 commit. | Tim Northover |
| 2012-08-21 | Add a missing def flag. | Jakob Stoklund Olesen |
| 2012-08-20 | Don't add CFG edges for redundant conditional branches. | Jakob Stoklund Olesen |
| 2012-08-20 | Forget to add testcase for r162195. Sorry. | Stepan Dyatkovskiy |
| 2012-08-18 | Also combine zext/sext into selects for ARM. | Jakob Stoklund Olesen |
| 2012-08-18 | Also pass logical ops to combineSelectAndUse. | Jakob Stoklund Olesen |
| 2012-08-17 | Avoid folding ADD instructions with FI operands. | Jakob Stoklund Olesen |
| 2012-08-17 | Implement NEON domain switching for scalar <-> S-register vmovs on ARM | Tim Northover |
| 2012-08-16 | Add ADD and SUB to the predicable ARM instructions. | Jakob Stoklund Olesen |
| 2012-08-16 | [arm-fast-isel] Add support for fastcc. | Jush Lu |
| 2012-08-15 | Fold predicable instructions into MOVCC / t2MOVCC. | Jakob Stoklund Olesen |
| 2012-08-15 | Rework test so that it reproduces the error without the horrible flag. | Bill Wendling |
| 2012-08-15 | Use vld1/vst1 to load/store f64 if alignment is < 4 and the target allows una... | Evan Cheng |
| 2012-08-14 | The names of VFP variants of half-to-float conversion instructions were | Anton Korobeynikov |
| 2012-08-14 | During the CodeGenPrepare we often lower intrinsics (such as objsize) | Nadav Rotem |
| 2012-08-14 | llvm/test/CodeGen/ARM/floorf.ll: Add explicit -mtriple=arm-unknown-unknown, o... | NAKAMURA Takumi |
| 2012-08-13 | Add a roundToIntegral method to APFloat, which can be parameterized over vari... | Owen Anderson |
| 2012-08-13 | Do not optimize (or (and X,Y), Z) into BFI and other sequences if the AND ISD... | Nadav Rotem |
| 2012-08-13 | Add support for the %H output modifier. | Eric Christopher |
| 2012-08-13 | Add test for previous commit correcting NEON load patterns. | Tim Northover |
| 2012-08-12 | Revert 161581: Patch to implement UMLAL/SMLAL instructions for the ARM | Arnold Schwaighofer |
| 2012-08-09 | Patch to implement UMLAL/SMLAL instructions for the ARM architecture | Arnold Schwaighofer |
| 2012-08-09 | Fix the legalization of ExtLoad on ARM. ExpandUnalignedLoad did not properly | Nadav Rotem |
| 2012-08-08 | Add test triples to fix win32 failures. Revert workaround from r161292. | Bob Wilson |
| 2012-08-04 | Add stack spill / reload instructions for DTriple and DQuad register classes,... | Anton Korobeynikov |
| 2012-08-03 | Refactor and check "onlyReadsMemory" before optimizing builtins. | Bob Wilson |
| 2012-08-03 | [arm-fast-isel] Add support for shl, lshr, and ashr. | Jush Lu |
| 2012-07-31 | Clear kill flags in removeCopyByCommutingDef(). | Jakob Stoklund Olesen |
| 2012-07-19 | [arm-fast-isel] Add support for vararg function calls. | Jush Lu |
| 2012-07-18 | Fix a somewhat nasty crasher in PR13378. This crashes inside of | Chandler Carruth |
| 2012-07-18 | More replacing of target-dependent intrinsics with target-indepdent | Joel Jones |
| 2012-07-13 | This is one of the first steps at moving to replace target-dependent | Joel Jones |
| 2012-07-11 | ARM: Fix optimizeCompare to correctly check safe condition. | Manman Ren |
| 2012-07-09 | Teach the DAG combiner to turn sitofp/uitofp from i1 into a conditional move,... | Owen Anderson |