summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
Commit message (Expand)AuthorAge
...
* 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
* Recommit 132404 with fixes. rdar://problem/5993888Stuart Hastings2011-06-01
* Revert 132404 to appease a buildbot. rdar://problem/5993888Stuart Hastings2011-06-01
* Cleanup test case. rdar://problem/5660695Stuart Hastings2011-06-01
* Add support for x86 CMPEQSS and friends. These instructions do aStuart Hastings2011-06-01
* A forthcoming SSE patch will break this test; since the test is alsoStuart Hastings2011-06-01
* Test case for 132396. rdar://problem/5660695Stuart Hastings2011-06-01
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-30
* Force a triple to make this test pass on Darwin.Eli Friedman2011-05-27
* Add a GR32_NOREX_NOSP register class and fix a bug where getMatchingSuperRegC...Cameron Zwarich2011-05-27
* Make size computation less brittle.Rafael Espindola2011-05-27
* Delete a test that is no longer relevant.Jakob Stoklund Olesen2011-05-27
* Select DW_AT_const_value size based on variable size.Devang Patel2011-05-27
* Fix PR10029 - VerifyCoalescing failure on patterns_dfa.c of 445.gobmk.Cameron Zwarich2011-05-27
* Renamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn't exist. Chad Rosier2011-05-26
* Fix test on Windows.Eli Friedman2011-05-26
* Reverting 132105: it broke some LLVM-GCC DejaGNU tests.Stuart Hastings2011-05-26
* Correctly handle a one-word struct passed byval on x86_64.Stuart Hastings2011-05-26
* Rewrite fast-isel integer cast handling to handle more cases, and to be simpl...Eli Friedman2011-05-25
* Replace the -unwind-tables option with a per function flag. This is moreRafael Espindola2011-05-25
* Fix the defaults for .eh_frame. We were marking it as writable.Rafael Espindola2011-05-24
* - Teach SelectionDAG::isKnownNeverZero to return true (op x, c) when c isEvan Cheng2011-05-24
* When checking for signed multiplication overflow, watch out for INT_MIN and -1.Dan Gohman2011-05-23
* Test case for r131908.Devang Patel2011-05-23
* While replacing all uses of a SDValue with another value, do not forget to tr...Devang Patel2011-05-23
* Implement mulo x, 2 -> addo x, x in DAGCombiner.Benjamin Kramer2011-05-21
* Merge and FileCheckize test cases.Benjamin Kramer2011-05-21
* Add fast-isel support for byval calls on x86.Eli Friedman2011-05-20
* Re-commit 131641 with fixes; de-pseudoize MOVSX16rr8 and friends.Stuart Hastings2011-05-20
* Fixed regression due to commit 131709, which disables vararg tail call optimi...Chad Rosier2011-05-20
* Rename the "sandybridge" subtarget to "corei7-avx", for GCC compatibility.Benjamin Kramer2011-05-20
* Fix PR9960 by teaching SimpleRegisterCoalescing::AdjustCopiesBackFrom() to pr...Cameron Zwarich2011-05-20
* Don't attempt to tail call optimize for Win64.Chad Rosier2011-05-20
* Revert r131664 and fix it in instcombine instead. rdar://9467055Evan Cheng2011-05-20
* Add fast-isel support for zeroext and signext ret instructions on x86.Eli Friedman2011-05-19