aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
AgeCommit message (Expand)Author
2011-04-30Weekly fix of register allocation dependent unit tests.Jakob Stoklund Olesen
2011-04-29Change DwarfCFIException's member variables to track what it actuallyRafael Espindola
2011-04-28fast-isel sret calls, try 2. We actually do need to do something on x86-32. ...Eli Friedman
2011-04-28Actually revert r130348 correctly.Eli Friedman
2011-04-28Revert r130348; causing buildbot issues on x86-32.Eli Friedman
2011-04-28Teach dwarf writer to handle complex address expression for .debug_loc entries.Devang Patel
2011-04-28Fix a silly mistake in r130338.Eli Friedman
2011-04-27fast-isel sret. We actually don't need to do anything special on x86. :) rda...Eli Friedman
2011-04-27Make the fast-isel code for literal 0.0 a bit shorter/faster, since 0.0 is co...Eli Friedman
2011-04-27Fix an edge case involving branches in fast-isel on x86.Eli Friedman
2011-04-26Be careful about scheduling nodes above previous calls. It increase usages ofEvan Cheng
2011-04-26Force a triple on this test to unbreak windows buildbots.Benjamin Kramer
2011-04-26Fast-isel support for simple inline asms.Dan Gohman
2011-04-26Add test for PR9743.Rafael Espindola
2011-04-25A dbg.declare may not be in entry block, even if it is referring to an incomi...Devang Patel
2011-04-25Make tests more useful.Benjamin Kramer
2011-04-23test/CodeGen/X86/shrink-compare.ll: Relax expressions for Win64.NAKAMURA Takumi
2011-04-22Recommit the fix for rdar://9289512 with a couple tweaks toChris Lattner
2011-04-22DAGCombine: fold "(zext x) == C" into "x == (trunc C)" if the trunc is lossless.Benjamin Kramer
2011-04-22X86: Try to use a smaller encoding by transforming (X << C1) & C2 into (X & (...Benjamin Kramer
2011-04-21Revert r1296656, "Fix rdar://9289512 - not folding load into compare at -O0...",Daniel Dunbar
2011-04-19llc: Eliminate a use of getDarwinMajorNumber().Daniel Dunbar
2011-04-19Add support for FastISel'ing varargs calls.Eli Friedman
2011-04-19Implement support for x86 fastisel of small fixed-sized memcpys, which are ge...Chris Lattner
2011-04-19Implement support for fast isel of calls of i1 arguments, even though they ar...Chris Lattner
2011-04-19Handle i1/i8/i16 constant integer arguments to calls by prepromoting them.Chris Lattner
2011-04-19be layout aware, to produce:Chris Lattner
2011-04-19fix rdar://9297006 - fast isel bails out on trunc to i1 -> bools cry,Chris Lattner
2011-04-18while we're at it, handle 'sdiv exact' of a power of 2 also,Chris Lattner
2011-04-18fix rdar://9297011 - udiv by power of two causing fast-isel rejectsChris Lattner
2011-04-18Implement major new fastisel functionality: the matcher can now handle immedi...Chris Lattner
2011-04-18relax this test to just check that the lock prefix is encoded properly,Chris Lattner
2011-04-171. merge fast-isel-shift-imm.ll into fast-isel-x86-64.llChris Lattner
2011-04-17fix an x86 fast isel issue where we'd completely give up on folding an addressChris Lattner
2011-04-17fix an oversight which caused us to compile the testcase (and otherChris Lattner
2011-04-17Fix rdar://9289512 - not folding load into compare at -O0Chris Lattner
2011-04-17Remove working entry from README.Eli Friedman
2011-04-17fix rdar://9289583 - fast isel should handle non-canonical commutative binopsChris Lattner
2011-04-16PR9055: extend the fix to PR4050 (r70179) to apply to zext and anyext.Eli Friedman
2011-04-15Add this test back for Darwin.Rafael Espindola
2011-04-15Add 129518 back with a fix for when we are producing eh just because of debug...Rafael Espindola
2011-04-15Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T...NAKAMURA Takumi
2011-04-15Add 3DNow! intrinsics.Michael J. Spencer
2011-04-14Change ELF systems to use CFI for producing the EH tables. This reduces theRafael Espindola
2011-04-14In the pre-RA scheduler, maintain cmp+br proximity.Andrew Trick
2011-04-14As Dan pointed out, movzbl, movsbl, and friends are nicer than their aliasBill Wendling
2011-04-14Have the X86 back-end emit the alias instead of what's being aliased. In mostBill Wendling
2011-04-13Fix a regression caused by r102515 where explicit alignment on globals isCameron Zwarich
2011-04-13Reapply r129401 with patch for clang.Bill Wendling
2011-04-12Revert r129401 for now. Clang is using the old way of doing things.Bill Wendling