summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
Commit message (Expand)AuthorAge
* Add a DAGCombine for (ext (binop (load x), cst)).Nick Lewycky2011-06-16
* Add a new function attribute, nonlazybind, which inhibits lazy-loadingJohn McCall2011-06-15
* Disabling this test until I can figure out the right lit flags.Andrew Trick2011-06-15
* Added -stress-sched flag in the Asserts build.Andrew Trick2011-06-15
* TargetLoweringOpt is a struct used by DAGCombine, not a pass.Chad Rosier2011-06-15
* This test was failing on X86 machines which do not have SSE4. Fixed the test byNadav Rotem2011-06-15
* Add triple.Rafael Espindola2011-06-14
* When pattern matching during instruction selection make sure shl x,1 is notChad Rosier2011-06-14
* Check the llc output.Rafael Espindola2011-06-14
* Test case for x86 MMX inline asm. rdar://problem/8886707Stuart Hastings2011-06-14
* Add a test for the recent regression.Rafael Espindola2011-06-14
* This test is still failing. Delete the rest of it.Dan Gohman2011-06-14
* Revert r132991. This test is failing on theDan Gohman2011-06-14
* Add 132986 back, but avoid non-determinism if a bb address gets reused.Rafael Espindola2011-06-14
* Add a testcase for #9623Nadav Rotem2011-06-14
* revert 132986 to see if the bots go green.Rafael Espindola2011-06-14
* This testcase cause a failure on some bots. Remove the failing test untilNadav Rotem2011-06-14
* Add a testcase for checking the integer-promotion of many different vectorNadav Rotem2011-06-14
* Add one more argument to the prefetch intrinsic to indicate whether it's a dataBruno Cardoso Lopes2011-06-14
* Make the threshold used by branch folding softer. Before we would get aRafael Espindola2011-06-14
* Heuristic: If the number of operands in the alias are more than the number ofBill Wendling2011-06-14
* Be less aggressive about hinting in RAFast.Jakob Stoklund Olesen2011-06-13
* Really fix the fall-through logic.Rafael Espindola2011-06-12
* Test for the previous commit.Rafael Espindola2011-06-12
* Add full x86 fast-isel support for memcpy and memset.Eli Friedman2011-06-10
* Add -mattr=+sse2 to make the buildbots happy.Eli Friedman2011-06-10
* Adding a test case for revision 132825.Chad Rosier2011-06-10
* Add a simple test which makes sure folding immediate float zero to a memory o...Eli Friedman2011-06-10
* Change this DAGCombine to build AND of SHR instead of SHR of AND; this matche...Eli Friedman2011-06-09
* Recommit r132764 since it didn't cause the windows buildbot failures.Eric Christopher2011-06-09
* Temporarily revert 132764 to see if it fixes the Windows buildbot.Eric Christopher2011-06-09
* If the alignment of the byval argument is greater than the alignmentEric Christopher2011-06-09
* Fix a silly error I introduce in r131951.Rafael Espindola2011-06-07
* Tweak this test for ARM-hosted 'bot.Stuart Hastings2011-06-07
* Move the legalizer tests to the X86 directory because the test uses the x86Nadav Rotem2011-06-07
* Simplify local live range splitting's safeguard to fix PR10070.Jakob Stoklund Olesen2011-06-06
* Followup to 132458, omit unnecessary stack copy when x87 input is aStuart Hastings2011-06-06
* Test case for PR10085.Stuart Hastings2011-06-06
* PR10077: fix fast-isel of extractvalue of aggregate constants.Eli Friedman2011-06-06
* Harden tests for windows path separators.Benjamin Kramer2011-06-05
* Fix a test that keeps breaking when allocation orders change.Jakob Stoklund Olesen2011-06-04
* Reapply 132424 with fixes. This fixes PR10068.Stuart Hastings2011-06-03
* Fix some tests that depend on register allocation.Jakob Stoklund Olesen2011-06-03
* Add test for PR10068.Rafael Espindola2011-06-02
* Revert 132424 to fix PR10068.Rafael Espindola2011-06-02
* Andy pointed out a dumb omission in this test case. Thanks Andy!Stuart Hastings2011-06-02
* Jakob pointed out a dumb omission in this test case. Thanks Jakob!Stuart Hastings2011-06-02
* Omit unnecessary stack copy when x87 input is a load.Stuart Hastings2011-06-02
* Tweak testcase for ARM bot. rdar://problem/5993888Stuart Hastings2011-06-02
* Do not drop constant values when a variable's content is described using .deb...Devang Patel2011-06-01