| Age | Commit message (Expand) | Author |
| 2011-11-13 | Add support for emitting both signed- and zero-extend loads. Fix | Chad Rosier |
| 2011-11-12 | Delete the 'standard' spiller with used the old spilling framework. | Jakob Stoklund Olesen |
| 2011-11-12 | RAGreedy is better about hinting now. | Jakob Stoklund Olesen |
| 2011-11-12 | Linear scan is going away. | Jakob Stoklund Olesen |
| 2011-11-12 | XFAIL test that depends on linear scan to remove dead code. | Jakob Stoklund Olesen |
| 2011-11-12 | Switch a few tests off linearscan. | Jakob Stoklund Olesen |
| 2011-11-12 | Don't try to form pre/post-indexed loads/stores until after LegalizeDAG runs.... | Eli Friedman |
| 2011-11-11 | Add support in fast-isel for selecting memset/memcpy/memmove intrinsics. | Chad Rosier |
| 2011-11-11 | Loosen test by using REs. Approved by Devang. | Chad Rosier |
| 2011-11-11 | Preserve MachineMemOperands in ARMLoadStoreOptimizer. | Andrew Trick |
| 2011-11-11 | Add support for using immediates with select instructions. | Chad Rosier |
| 2011-11-11 | Make sure to expand SIGN_EXTEND_INREG for NEON vectors. PR11319, round 3. | Eli Friedman |
| 2011-11-11 | Add support for using MVN to materialize negative constants. | Chad Rosier |
| 2011-11-10 | When in ARM mode, LDRH/STRH require special handling of negative offsets. | Chad Rosier |
| 2011-11-10 | For immediate encodings of icmp, zero or sign extend first. Then | Chad Rosier |
| 2011-11-09 | Make sure we correctly unroll conversions between v2f64 and v2i32 on ARM. | Eli Friedman |
| 2011-11-09 | Add check so we don't try to perform an impossible transformation. Fixes issu... | Eli Friedman |
| 2011-11-09 | Use REs to remove dependencies on the register allocation order. | Chad Rosier |
| 2011-11-09 | Add support for encoding immediates in icmp and fcmp. Hopefully, this will | Chad Rosier |
| 2011-11-08 | Add workaround for Cortex-M3 errata 602117 by replacing ldrd x, y, [x] with l... | Evan Cheng |
| 2011-11-08 | Lower mem-ops to unaligned i32/i16 load/stores on ARM where supported. | Lang Hames |
| 2011-11-08 | Make sure to mark vector extload's as expand on ARM. Fixes PR11319. | Eli Friedman |
| 2011-11-08 | Convert tests to the new EH model. | Bill Wendling |
| 2011-11-08 | Enable support for returning i1, i8, and i16. Nothing special todo as it's the | Chad Rosier |
| 2011-11-07 | Simplify some uses of utohexstr. | Benjamin Kramer |
| 2011-11-05 | Add support for passing i1, i8, and i16 call parameters. Also, be sure to | Chad Rosier |
| 2011-11-05 | Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco... | Benjamin Kramer |
| 2011-11-04 | Add fast-isel support for returning i1, i8, and i16. | Chad Rosier |
| 2011-11-03 | Add support for sign-extending non-legal types in SelectSIToFP(). | Chad Rosier |
| 2011-11-02 | Try to lower memset/memcpy/memmove to vector instructions on ARM where the al... | Lang Hames |
| 2011-11-02 | Add support for comparing integer non-legal types. | Chad Rosier |
| 2011-10-28 | Always use the string pool, even when it makes the .o larger. This may help | Nick Lewycky |
| 2011-10-27 | Also set addrmode6 alignment when align==size. | Jakob Stoklund Olesen |
| 2011-10-27 | Avoid partial CPSR dependency from loop backedges. rdar://10357570 | Evan Cheng |
| 2011-10-27 | Teach our Dwarf emission to use the string pool. | Nick Lewycky |
| 2011-10-27 | A branch predicated on a constant can just FastEmit an unconditional branch. | Chad Rosier |
| 2011-10-26 | Make sure short memsets on ARM lower to stores, even when optimizing for size. | Lang Hames |
| 2011-10-26 | Thumb2 remove redundant ".w" suffix from t2MVNCCi pattern. | Jim Grosbach |
| 2011-10-26 | Revert r142530 at least temporarily while a discussion is had on llvm-commits... | James Molloy |
| 2011-10-26 | Revert part of r142530. The patch potentially hurts performance especially | Evan Cheng |
| 2011-10-24 | Don't crash on variable insertelement on ARM. PR10258. | Eli Friedman |
| 2011-10-24 | Check the visibility of the global variable before placing it into the stubs | Bill Wendling |
| 2011-10-20 | Revert 142337. Thumb1 still doesn't support dynamic stack realignment. :( | Chad Rosier |
| 2011-10-19 | Use literal pool loads instead of MOVW/MOVT for materializing global addresse... | James Molloy |
| 2011-10-18 | Fix incorrect check for sign-extended constant BUILD_VECTOR. | Bob Wilson |
| 2011-10-18 | Fix a DAG combiner assertion failure when constant folding BUILD_VECTORS. | Bob Wilson |
| 2011-10-18 | Add support for dynamic stack realignment when in thumb1 mode. | Chad Rosier |
| 2011-10-17 | Add CHECKs and document PR11158. | Nadav Rotem |
| 2011-10-16 | Enable element promotion type legalization by deafault. | Nadav Rotem |
| 2011-10-14 | Add missing correctness check to ARMTargetLowering::ReconstructShuffle. Fixe... | Eli Friedman |