summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fast-isel-x86-64.ll
Commit message (Expand)AuthorAge
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-13
* Pad Short Functions for Intel AtomPreston Gurd2013-01-08
* Revert revision 171524. Original message:Nadav Rotem2013-01-05
* The current Intel Atom microarchitecture has a feature whereby when a functionPreston Gurd2013-01-04
* Make sure to put our sret argument into %rax on x86-64. Fixes PR13563!Nick Lewycky2012-10-02
* Introduce 'UseSSEx' to force SSE legacy encodingMichael Liao2012-08-30
* Make X86::FsFLD0SS / FsFLD0SD real pseudo-instructions.Jakob Stoklund Olesen2011-11-29
* Disable expensive two-address optimizations at -O0. rdar://10453055Evan Cheng2011-11-16
* FastISel: avoid function calls between the materialization of the constant an...Ivan Krasin2011-08-18
* fast-isel sret calls, try 2. We actually do need to do something on x86-32. ...Eli Friedman2011-04-28
* Actually revert r130348 correctly.Eli Friedman2011-04-28
* Revert r130348; causing buildbot issues on x86-32.Eli Friedman2011-04-28
* Fix a silly mistake in r130338.Eli Friedman2011-04-28
* fast-isel sret. We actually don't need to do anything special on x86. :) rda...Eli Friedman2011-04-27
* Make the fast-isel code for literal 0.0 a bit shorter/faster, since 0.0 is co...Eli Friedman2011-04-27
* Recommit the fix for rdar://9289512 with a couple tweaks toChris Lattner2011-04-22
* Revert r1296656, "Fix rdar://9289512 - not folding load into compare at -O0...",Daniel Dunbar2011-04-21
* Add support for FastISel'ing varargs calls.Eli Friedman2011-04-19
* Implement support for x86 fastisel of small fixed-sized memcpys, which are ge...Chris Lattner2011-04-19
* Implement support for fast isel of calls of i1 arguments, even though they ar...Chris Lattner2011-04-19
* Handle i1/i8/i16 constant integer arguments to calls by prepromoting them.Chris Lattner2011-04-19
* be layout aware, to produce:Chris Lattner2011-04-19
* fix rdar://9297006 - fast isel bails out on trunc to i1 -> bools cry,Chris Lattner2011-04-19
* while we're at it, handle 'sdiv exact' of a power of 2 also,Chris Lattner2011-04-18
* fix rdar://9297011 - udiv by power of two causing fast-isel rejectsChris Lattner2011-04-18
* Implement major new fastisel functionality: the matcher can now handle immedi...Chris Lattner2011-04-18
* 1. merge fast-isel-shift-imm.ll into fast-isel-x86-64.llChris Lattner2011-04-17
* fix an x86 fast isel issue where we'd completely give up on folding an addressChris Lattner2011-04-17
* fix an oversight which caused us to compile the testcase (and otherChris Lattner2011-04-17
* Fix rdar://9289512 - not folding load into compare at -O0Chris Lattner2011-04-17
* fix rdar://9289583 - fast isel should handle non-canonical commutative binopsChris Lattner2011-04-17