aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
AgeCommit message (Expand)Author
2011-06-21Teach dag combine to match halfword byteswap patterns.Evan Cheng
2011-06-20Emit movq for 64-bit register to XMM register moves, but continue to acceptNick Lewycky
2011-06-20Fix PromoteIntRes_TRUNCATE: Add support for cases where theNadav Rotem
2011-06-19Update test.Benjamin Kramer
2011-06-19Reduce the runtime of the test. Keep only the interesting cases.Nadav Rotem
2011-06-19Remove support for parsing the "type i32" syntax for defining a numberedChris Lattner
2011-06-18rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner
2011-06-18Moved to the right place.Galina Kistanova
2011-06-18Fix UMULO support for 2x register width to allow the fullEric Christopher
2011-06-17Fix a bug in the type-lowering of integer-promoted elements. Add a check thatNadav Rotem
2011-06-17Lower multiply with overflow checking to __mulo<mode>Eric Christopher
2011-06-17est 2008-06-04-indirectmem.ll is X86-specific. Move to X86 folder.Galina Kistanova
2011-06-17Stop accepting and ignoring attributes in function types. Attributes are app...Chris Lattner
2011-06-17make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner
2011-06-17remove asmparser support for the old getresult instruction, which has been su...Chris Lattner
2011-06-17remove parser support for the obsolete "multiple return values" syntax, whichChris Lattner
2011-06-17Remove support for using "foo" as symbols instead of %"foo". This is ancientChris Lattner
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner
2011-06-16There's no need to be so picky about the particular register.Nick Lewycky
2011-06-16Add AVX suport for fpextend.Bruno Cardoso Lopes
2011-06-16Commit the right set of tests for r133124. Sorry 'bout that!Nick Lewycky
2011-06-16Reenabling this test with REQUIRES: AssertsAndrew Trick
2011-06-16Add a DAGCombine for (ext (binop (load x), cst)).Nick Lewycky
2011-06-15Add a new function attribute, nonlazybind, which inhibits lazy-loadingJohn McCall
2011-06-15Disabling this test until I can figure out the right lit flags.Andrew Trick
2011-06-15Added -stress-sched flag in the Asserts build.Andrew Trick
2011-06-15TargetLoweringOpt is a struct used by DAGCombine, not a pass.Chad Rosier
2011-06-15This test was failing on X86 machines which do not have SSE4. Fixed the test byNadav Rotem
2011-06-14Add triple.Rafael Espindola
2011-06-14When pattern matching during instruction selection make sure shl x,1 is notChad Rosier
2011-06-14Check the llc output.Rafael Espindola
2011-06-14Test case for x86 MMX inline asm. rdar://problem/8886707Stuart Hastings
2011-06-14Add a test for the recent regression.Rafael Espindola
2011-06-14This test is still failing. Delete the rest of it.Dan Gohman
2011-06-14Revert r132991. This test is failing on theDan Gohman
2011-06-14Add 132986 back, but avoid non-determinism if a bb address gets reused.Rafael Espindola
2011-06-14Add a testcase for #9623Nadav Rotem
2011-06-14revert 132986 to see if the bots go green.Rafael Espindola
2011-06-14This testcase cause a failure on some bots. Remove the failing test untilNadav Rotem
2011-06-14Add a testcase for checking the integer-promotion of many different vectorNadav Rotem
2011-06-14Add one more argument to the prefetch intrinsic to indicate whether it's a dataBruno Cardoso Lopes
2011-06-14Make the threshold used by branch folding softer. Before we would get aRafael Espindola
2011-06-14Heuristic: If the number of operands in the alias are more than the number ofBill Wendling
2011-06-13Be less aggressive about hinting in RAFast.Jakob Stoklund Olesen
2011-06-12Really fix the fall-through logic.Rafael Espindola
2011-06-12Test for the previous commit.Rafael Espindola
2011-06-10Add full x86 fast-isel support for memcpy and memset.Eli Friedman
2011-06-10Add -mattr=+sse2 to make the buildbots happy.Eli Friedman
2011-06-10Adding a test case for revision 132825.Chad Rosier
2011-06-10Add a simple test which makes sure folding immediate float zero to a memory o...Eli Friedman