| Age | Commit message (Expand) | Author |
| 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 |
| 2012-07-06 | Revert r159804, "[arm-fast-isel] Add support for vararg function calls." | NAKAMURA Takumi |
| 2012-07-06 | [arm-fast-isel] Add support for vararg function calls. | Jush Lu |
| 2012-07-02 | Fix the remaining TCL-style quotes found in the testsuite. This is | Chandler Carruth |
| 2012-07-02 | Convert the uses of '|&' to use '2>&1 |' instead, which works on old | Chandler Carruth |
| 2012-07-02 | Convert all tests using TCL-style quoting to use shell-style quoting. | Chandler Carruth |
| 2012-07-01 | Now that RegistersDefinedFromSameValue handles one instruction being an | Rafael Espindola |
| 2012-06-25 | ARM: update peephole optimization. | Manman Ren |
| 2012-06-24 | DAG legalisation can now handle illegal fma vector types by scalarisation | Pete Cooper |
| 2012-06-23 | Extend the IL for selecting TLS models (PR9788) | Hans Wennborg |
| 2012-06-23 | (sub X, imm) gets canonicalized to (add X, -imm) | Evan Cheng |
| 2012-06-22 | Rename fp-op fusion option (yet again) for compatibility with GCC option. | Lang Hames |
| 2012-06-22 | ARM scheduling fix: compute predicated implicit use properly. | Andrew Trick |
| 2012-06-22 | Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from a | Lang Hames |
| 2012-06-21 | Add a missing llvm.fma -> VFNMS pattern to the ARM backend. | Lang Hames |
| 2012-06-21 | Emit a single _udivmodsi4 libcall instead of two separate _udivsi3 and | Evan Cheng |
| 2012-06-19 | Add DAG-combines for aggressive FMA formation. | Lang Hames |
| 2012-06-18 | ARM: use NOEN loads and stores if possible when handling struct byval. | Manman Ren |
| 2012-06-18 | This change handles a another case for generating the bic instruction | Joel Jones |
| 2012-06-15 | ARM: optimization for sub+abs. | Manman Ren |
| 2012-06-15 | Preserve <undef> flags in ARMExpandPseudo. | Jakob Stoklund Olesen |
| 2012-06-14 | Revert: test/CodeGen/ARM/iabs.ll in r158441 | Manman Ren |
| 2012-06-14 | InstCombine: fix a bug when combining (fcmp cc0 x, y) && (fcmp cc1 x, y). | Manman Ren |
| 2012-06-13 | sched: fix latency of memory dependence chain edges for consistency. | Andrew Trick |
| 2012-06-12 | [arm-fast-isel] Add support for -arm-long-calls. | Chad Rosier |
| 2012-06-11 | Fix test that depends on register allocation. | Jakob Stoklund Olesen |
| 2012-06-11 | Re-enable the CMN instruction. | Bill Wendling |
| 2012-06-08 | Don't run RAFast in the optimizing regalloc pipeline. | Jakob Stoklund Olesen |
| 2012-06-05 | Revert commit r157966 | Joel Jones |
| 2012-06-04 | This change handles a another case for generating the bic instruction | Joel Jones |
| 2012-06-04 | Remove the "-promote-elements" flag. This flag is now enabled by default. | Nadav Rotem |
| 2012-06-02 | ARM: add testing case for struct byval | Manman Ren |
| 2012-05-31 | Make this testcase independent of register allocation. | Owen Anderson |
| 2012-05-30 | Switch the canonical FMA term operand order to match both the comment I wrote... | Owen Anderson |
| 2012-05-30 | Teach DAGCombine to canonicalize the position of a constant in the term opera... | Owen Anderson |
| 2012-05-30 | [arm-fast-isel] Add support for the llvm.frameaddress() intrinsic. | Chad Rosier |
| 2012-05-30 | Teach taildup to update livein set. rdar://11538365 | Evan Cheng |
| 2012-05-27 | These tests used intrinsics with the wrong prototype. They weren't caught be... | Chris Lattner |