| Age | Commit message (Expand) | Author |
| 2012-03-20 | Fix test case from r153135. | Chad Rosier |
| 2012-03-19 | Perform mul combine when multiplying wiht negative constants. | Anton Korobeynikov |
| 2012-03-15 | [fast-isel] Address Eli's comments for r152847. Specifically, add a test case | Chad Rosier |
| 2012-03-15 | ARM case-insensitive checking for APSR_nzcv. | Jim Grosbach |
| 2012-03-15 | Use vmov.f32 to materialize f32 consts on ARM. This relaxes constraints on | Lang Hames |
| 2012-03-13 | DAG combine incorrectly optimize (i32 vextract (v4i16 load $addr), c) to | Evan Cheng |
| 2012-03-06 | Extend r148086 to check for [r +/- reg] address mode. This fixes queens perfo... | Evan Cheng |
| 2012-03-06 | Add <imp-def> operands when reloading into physregs. | Jakob Stoklund Olesen |
| 2012-03-06 | Split fpscr into two registers: FPSCR and FPSCR_NZCV. | Lang Hames |
| 2012-03-05 | updated patch for the ARM fused multiply add/sub | Sebastian Pop |
| 2012-03-04 | Use <def,undef> operands when spilling NEON bundles. | Jakob Stoklund Olesen |
| 2012-03-04 | Do trivial CSE of dead BBs during codegen preparation. | Bill Wendling |
| 2012-03-03 | Fix RA-dependent test. | Jakob Stoklund Olesen |
| 2012-03-01 | Neuter the optimization I implemented with r107852 and r108258 which turn some | Evan Cheng |
| 2012-03-01 | Revert r151816 as Jim has the appropriate fix. | Chad Rosier |
| 2012-03-01 | Fix testcases from r151807. | Chad Rosier |
| 2012-03-01 | Add missing triple for tests. | Jim Grosbach |
| 2012-03-01 | Fix a codegen fault in which log2 or exp2 could be dead-code eliminated even ... | James Molloy |
| 2012-02-28 | Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre... | Daniel Dunbar |
| 2012-02-28 | Some ARM implementaions, e.g. A-series, does return stack prediction. That is, | Evan Cheng |
| 2012-02-28 | Handle regmasks in MachineCSE. | Jakob Stoklund Olesen |
| 2012-02-24 | test commit. removing unnecessary whitespace. | Kristof Beyls |
| 2012-02-24 | Thumb2 size reduction fix for tied operands of tMUL. | Jim Grosbach |
| 2012-02-24 | When emitting a cmp with 0 for a lowered select, mask out the high | Dan Gohman |
| 2012-02-23 | Make tests less sensitive to scheduling changes. | Jakob Stoklund Olesen |
| 2012-02-23 | Fix to make sure that a comdat group gets generated correctly for a static me... | Anton Korobeynikov |
| 2012-02-23 | Canonicalize (srl (bswap x), 16) to (rotr (bswap x), 16) if the high 16 bits | Evan Cheng |
| 2012-02-23 | Optimize a couple of common patterns involving conditional moves where the false | Evan Cheng |
| 2012-02-21 | Proper support for a bastardized darwin-eabi hybird ABI. | Evan Cheng |
| 2012-02-17 | [fast-isel] Add support for returning non-legal types with no sign- or zero- | Chad Rosier |
| 2012-02-16 | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky |
| 2012-02-14 | Tighten physical register invariants: Allocatable physical registers can | Lang Hames |
| 2012-02-10 | RegAlloc superpass: includes phi elimination, coalescing, and scheduling. | Andrew Trick |
| 2012-02-08 | [fast-isel] Add support for SUBs with non-legal types. | Chad Rosier |
| 2012-02-08 | Add comment to test case. | Chad Rosier |
| 2012-02-08 | [fast-isel] Add support for ORs with non-legal types. | Chad Rosier |
| 2012-02-07 | [fast-isel] Add support for indirect branches. | Chad Rosier |
| 2012-02-06 | [fast-isel] Add support for ADDs with non-legal types. | Chad Rosier |
| 2012-02-04 | [fast-isel] HandlePHINodesInSuccessorBlocks() can promite i8 and i16 types too. | Chad Rosier |
| 2012-02-03 | [fast-isel] Add support for FPToUI. Also add test cases for FPToSI. | Chad Rosier |
| 2012-02-03 | [fast-isel] Add support for selecting UIToFP. | Chad Rosier |
| 2012-02-02 | Move test/CodeGen/Generic/2012-02-01-CoalescerBug.ll to CodeGen/ARM, for now.... | NAKAMURA Takumi |
| 2012-01-27 | Rewrite instruction operands in AdjustCopiesBackFrom. Fixes PR11861. | Lang Hames |
| 2012-01-26 | Replace the use of isPredicable() with isPredicated() in | Chad Rosier |
| 2012-01-26 | Clear kill flags before propagating a copy. | Jakob Stoklund Olesen |
| 2012-01-25 | Improve sub-register def handling in ProcessImplicitDefs. | Jakob Stoklund Olesen |
| 2012-01-25 | Properly emit ctors / dtors with priorities into desired sections | Anton Korobeynikov |
| 2012-01-24 | Set correct <def,undef> flags when lowering REG_SEQUENCE. | Jakob Stoklund Olesen |
| 2012-01-24 | An option to selectively enable part of ARM EHABI support. | Evgeniy Stepanov |
| 2012-01-24 | Revert r148686 (and r148694, a fix to it) due to a serious layering | Chandler Carruth |