Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use getRegForValue() to materialize the address of ARM globals. | Jakob Stoklund Olesen | 2012-01-07 | 1 | -16/+10 |
* | Use movw+movt in ARMFastISel::ARMMaterializeGV. | Jakob Stoklund Olesen | 2012-01-07 | 1 | -10/+20 |
* | ARM target code clean up. Check for iOS, not Darwin where it makes sense. | Evan Cheng | 2011-12-20 | 1 | -2/+2 |
* | Add support for inlining small memcpys. | Chad Rosier | 2011-11-14 | 1 | -3/+31 |
* | The order in which the predicate is added differs between Thumb and ARM mode.... | Chad Rosier | 2011-11-13 | 1 | -3/+4 |
* | Temporarily disable SelectIntrinsicCall when in ARM mode. This is causing fai... | Chad Rosier | 2011-11-13 | 1 | -1/+0 |
* | Add support in fast-isel for selecting memset/memcpy/memmove intrinsics. | Chad Rosier | 2011-11-11 | 1 | -0/+78 |