aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/fast-isel-x86-64.ll
Commit message (Expand)AuthorAgeFilesLines
* fast-isel sret calls, try 2. We actually do need to do something on x86-32. ...Eli Friedman2011-04-281-0/+13
* Actually revert r130348 correctly.Eli Friedman2011-04-281-27/+1
* Revert r130348; causing buildbot issues on x86-32.Eli Friedman2011-04-281-0/+13
* Fix a silly mistake in r130338.Eli Friedman2011-04-281-0/+9
* fast-isel sret. We actually don't need to do anything special on x86. :) rda...Eli Friedman2011-04-271-0/+13
* Make the fast-isel code for literal 0.0 a bit shorter/faster, since 0.0 is co...Eli Friedman2011-04-271-0/+13
* Recommit the fix for rdar://9289512 with a couple tweaks toChris Lattner2011-04-221-0/+47
* Revert r1296656, "Fix rdar://9289512 - not folding load into compare at -O0...",Daniel Dunbar2011-04-211-22/+0
* Add support for FastISel'ing varargs calls.Eli Friedman2011-04-191-0/+19
* Implement support for x86 fastisel of small fixed-sized memcpys, which are ge...Chris Lattner2011-04-191-0/+11
* Implement support for fast isel of calls of i1 arguments, even though they ar...Chris Lattner2011-04-191-0/+13
* Handle i1/i8/i16 constant integer arguments to calls by prepromoting them.Chris Lattner2011-04-191-1/+12
* be layout aware, to produce:Chris Lattner2011-04-191-0/+2
* fix rdar://9297006 - fast isel bails out on trunc to i1 -> bools cry,Chris Lattner2011-04-191-0/+17
* while we're at it, handle 'sdiv exact' of a power of 2 also,Chris Lattner2011-04-181-0/+8
* fix rdar://9297011 - udiv by power of two causing fast-isel rejectsChris Lattner2011-04-181-1/+9
* Implement major new fastisel functionality: the matcher can now handle immedi...Chris Lattner2011-04-181-0/+18
* 1. merge fast-isel-shift-imm.ll into fast-isel-x86-64.llChris Lattner2011-04-171-1/+33
* fix an x86 fast isel issue where we'd completely give up on folding an addressChris Lattner2011-04-171-4/+20
* fix an oversight which caused us to compile the testcase (and otherChris Lattner2011-04-171-0/+12
* Fix rdar://9289512 - not folding load into compare at -O0Chris Lattner2011-04-171-1/+22
* fix rdar://9289583 - fast isel should handle non-canonical commutative binopsChris Lattner2011-04-171-0/+14