| Age | Commit message (Expand) | Author |
| 2011-11-27 | Upgrade syntax of tests using volatile instructions to use 'load volatile' in... | Chris Lattner |
| 2011-11-17 | When fast iseling a GEP, accumulate the offset rather than emitting a series of | Chad Rosier |
| 2011-11-15 | Add vmov.f32 to materialize f32 immediate splats which cannot be handled by | Evan Cheng |
| 2011-11-14 | ARM VLDR/VSTR instructions don't need a size suffix. | Jim Grosbach |
| 2011-11-14 | Add newline to end of file. Thanks, Eli. | Chad Rosier |
| 2011-11-14 | Add support for inlining small memcpys. | Chad Rosier |
| 2011-11-14 | Fix a performance regression from r144565. Positive offsets were being lowered | Chad Rosier |
| 2011-11-14 | Add support for Thumb load/stores with negative offsets. | Chad Rosier |
| 2011-11-14 | Fix early-clobber handling in shrinkToUses. | Jakob Stoklund Olesen |
| 2011-11-14 | Delete stale comment. | Jakob Stoklund Olesen |
| 2011-11-14 | Add support for ARM halfword load/stores and signed byte loads with negative | Chad Rosier |
| 2011-11-13 | The order in which the predicate is added differs between Thumb and ARM mode.... | Chad Rosier |
| 2011-11-13 | Temporarily disable SelectIntrinsicCall when in ARM mode. This is causing fai... | Chad Rosier |
| 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 |