| Commit message (Expand) | Author | Age | Files | Lines |
* | Pad Short Functions for Intel Atom | Preston Gurd | 2013-01-08 | 1 | -2/+2 |
* | Revert revision 171524. Original message: | Nadav Rotem | 2013-01-05 | 1 | -2/+2 |
* | The current Intel Atom microarchitecture has a feature whereby when a function | Preston Gurd | 2013-01-04 | 1 | -2/+2 |
* | Make sure to put our sret argument into %rax on x86-64. Fixes PR13563! | Nick Lewycky | 2012-10-02 | 1 | -0/+13 |
* | Introduce 'UseSSEx' to force SSE legacy encoding | Michael Liao | 2012-08-30 | 1 | -1/+7 |
* | Make X86::FsFLD0SS / FsFLD0SD real pseudo-instructions. | Jakob Stoklund Olesen | 2011-11-29 | 1 | -5/+7 |
* | Disable expensive two-address optimizations at -O0. rdar://10453055 | Evan Cheng | 2011-11-16 | 1 | -2/+2 |
* | FastISel: avoid function calls between the materialization of the constant an... | Ivan Krasin | 2011-08-18 | 1 | -1/+24 |
* | fast-isel sret calls, try 2. We actually do need to do something on x86-32. ... | Eli Friedman | 2011-04-28 | 1 | -0/+13 |
* | Actually revert r130348 correctly. | Eli Friedman | 2011-04-28 | 1 | -27/+1 |
* | Revert r130348; causing buildbot issues on x86-32. | Eli Friedman | 2011-04-28 | 1 | -0/+13 |
* | Fix a silly mistake in r130338. | Eli Friedman | 2011-04-28 | 1 | -0/+9 |
* | fast-isel sret. We actually don't need to do anything special on x86. :) rda... | Eli Friedman | 2011-04-27 | 1 | -0/+13 |
* | Make the fast-isel code for literal 0.0 a bit shorter/faster, since 0.0 is co... | Eli Friedman | 2011-04-27 | 1 | -0/+13 |
* | Recommit the fix for rdar://9289512 with a couple tweaks to | Chris Lattner | 2011-04-22 | 1 | -0/+47 |
* | Revert r1296656, "Fix rdar://9289512 - not folding load into compare at -O0...", | Daniel Dunbar | 2011-04-21 | 1 | -22/+0 |
* | Add support for FastISel'ing varargs calls. | Eli Friedman | 2011-04-19 | 1 | -0/+19 |
* | Implement support for x86 fastisel of small fixed-sized memcpys, which are ge... | Chris Lattner | 2011-04-19 | 1 | -0/+11 |
* | Implement support for fast isel of calls of i1 arguments, even though they ar... | Chris Lattner | 2011-04-19 | 1 | -0/+13 |
* | Handle i1/i8/i16 constant integer arguments to calls by prepromoting them. | Chris Lattner | 2011-04-19 | 1 | -1/+12 |
* | be layout aware, to produce: | Chris Lattner | 2011-04-19 | 1 | -0/+2 |
* | fix rdar://9297006 - fast isel bails out on trunc to i1 -> bools cry, | Chris Lattner | 2011-04-19 | 1 | -0/+17 |
* | while we're at it, handle 'sdiv exact' of a power of 2 also, | Chris Lattner | 2011-04-18 | 1 | -0/+8 |
* | fix rdar://9297011 - udiv by power of two causing fast-isel rejects | Chris Lattner | 2011-04-18 | 1 | -1/+9 |
* | Implement major new fastisel functionality: the matcher can now handle immedi... | Chris Lattner | 2011-04-18 | 1 | -0/+18 |
* | 1. merge fast-isel-shift-imm.ll into fast-isel-x86-64.ll | Chris Lattner | 2011-04-17 | 1 | -1/+33 |
* | fix an x86 fast isel issue where we'd completely give up on folding an address | Chris Lattner | 2011-04-17 | 1 | -4/+20 |
* | fix an oversight which caused us to compile the testcase (and other | Chris Lattner | 2011-04-17 | 1 | -0/+12 |
* | Fix rdar://9289512 - not folding load into compare at -O0 | Chris Lattner | 2011-04-17 | 1 | -1/+22 |
* | fix rdar://9289583 - fast isel should handle non-canonical commutative binops | Chris Lattner | 2011-04-17 | 1 | -0/+14 |