aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
AgeCommit message (Expand)Author
2011-06-09Change this DAGCombine to build AND of SHR instead of SHR of AND; this matche...Eli Friedman
2011-06-09Recommit r132764 since it didn't cause the windows buildbot failures.Eric Christopher
2011-06-09Temporarily revert 132764 to see if it fixes the Windows buildbot.Eric Christopher
2011-06-09If the alignment of the byval argument is greater than the alignmentEric Christopher
2011-06-07Fix a silly error I introduce in r131951.Rafael Espindola
2011-06-07Tweak this test for ARM-hosted 'bot.Stuart Hastings
2011-06-07Move the legalizer tests to the X86 directory because the test uses the x86Nadav Rotem
2011-06-06Simplify local live range splitting's safeguard to fix PR10070.Jakob Stoklund Olesen
2011-06-06Followup to 132458, omit unnecessary stack copy when x87 input is aStuart Hastings
2011-06-06Test case for PR10085.Stuart Hastings
2011-06-06PR10077: fix fast-isel of extractvalue of aggregate constants.Eli Friedman
2011-06-05Harden tests for windows path separators.Benjamin Kramer
2011-06-04Fix a test that keeps breaking when allocation orders change.Jakob Stoklund Olesen
2011-06-03Reapply 132424 with fixes. This fixes PR10068.Stuart Hastings
2011-06-03Fix some tests that depend on register allocation.Jakob Stoklund Olesen
2011-06-02Add test for PR10068.Rafael Espindola
2011-06-02Revert 132424 to fix PR10068.Rafael Espindola
2011-06-02Andy pointed out a dumb omission in this test case. Thanks Andy!Stuart Hastings
2011-06-02Jakob pointed out a dumb omission in this test case. Thanks Jakob!Stuart Hastings
2011-06-02Omit unnecessary stack copy when x87 input is a load.Stuart Hastings
2011-06-02Tweak testcase for ARM bot. rdar://problem/5993888Stuart Hastings
2011-06-01Do not drop constant values when a variable's content is described using .deb...Devang Patel
2011-06-01Recommit 132404 with fixes. rdar://problem/5993888Stuart Hastings
2011-06-01Revert 132404 to appease a buildbot. rdar://problem/5993888Stuart Hastings
2011-06-01Cleanup test case. rdar://problem/5660695Stuart Hastings
2011-06-01Add support for x86 CMPEQSS and friends. These instructions do aStuart Hastings
2011-06-01A forthcoming SSE patch will break this test; since the test is alsoStuart Hastings
2011-06-01Test case for 132396. rdar://problem/5660695Stuart Hastings
2011-05-30Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola
2011-05-27Force a triple to make this test pass on Darwin.Eli Friedman
2011-05-27Add a GR32_NOREX_NOSP register class and fix a bug where getMatchingSuperRegC...Cameron Zwarich
2011-05-27Make size computation less brittle.Rafael Espindola
2011-05-27Delete a test that is no longer relevant.Jakob Stoklund Olesen
2011-05-27Select DW_AT_const_value size based on variable size.Devang Patel
2011-05-27Fix PR10029 - VerifyCoalescing failure on patterns_dfa.c of 445.gobmk.Cameron Zwarich
2011-05-26Renamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn't exist. Chad Rosier
2011-05-26Fix test on Windows.Eli Friedman
2011-05-26Reverting 132105: it broke some LLVM-GCC DejaGNU tests.Stuart Hastings
2011-05-26Correctly handle a one-word struct passed byval on x86_64.Stuart Hastings
2011-05-25Rewrite fast-isel integer cast handling to handle more cases, and to be simpl...Eli Friedman
2011-05-25Replace the -unwind-tables option with a per function flag. This is moreRafael Espindola
2011-05-24Fix the defaults for .eh_frame. We were marking it as writable.Rafael Espindola
2011-05-24- Teach SelectionDAG::isKnownNeverZero to return true (op x, c) when c isEvan Cheng
2011-05-23When checking for signed multiplication overflow, watch out for INT_MIN and -1.Dan Gohman
2011-05-23Test case for r131908.Devang Patel
2011-05-23While replacing all uses of a SDValue with another value, do not forget to tr...Devang Patel
2011-05-21Implement mulo x, 2 -> addo x, x in DAGCombiner.Benjamin Kramer
2011-05-21Merge and FileCheckize test cases.Benjamin Kramer
2011-05-20Add fast-isel support for byval calls on x86.Eli Friedman
2011-05-20Re-commit 131641 with fixes; de-pseudoize MOVSX16rr8 and friends.Stuart Hastings