aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
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
2011-06-09A CCState was being created without setting whether it is in the Call or Prol...Cameron Zwarich
2011-06-09Change this DAGCombine to build AND of SHR instead of SHR of AND; this matche...Eli Friedman
2011-06-09Speculatively revert 132758 and 132768 to try to fix the Windows buildbots.Eric Christopher
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-09Initial support for inline asm memory operand constraints.Akira Hatanaka
2011-06-09If the alignment of the byval argument is greater than the alignmentEric Christopher
2011-06-08Fix bug in lowering of DYNAMIC_STACKALLOC nodes. The correct offset of theAkira Hatanaka
2011-06-07Fix an issue where the two-address conversion pass incorrectly rewrites untiedCameron Zwarich
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-07Add test case for C++ exception handling and fix the following mistakes in Mi...Akira Hatanaka
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-06Add methods to support the integer-promotion of vector types. Methods toNadav Rotem
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-04TypeLegalizer: Add support for passing of vector-promoted types in registers ...Nadav Rotem
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-03Another possible bug. Stopgap until we can autogenerate tables andEric Christopher
2011-06-03Fix an off by one error.Eric Christopher
2011-06-03Switch AllocationOrder to using RegisterClassInfo instead of a BitVectorJakob Stoklund Olesen
2011-06-03Make the Uv constraint a memory operand. This doesn't solve theEric Christopher
2011-06-03Fix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant.Roman Divacky
2011-06-03Add ARM fast-isel support for materializing the address of a global in cases ...Eli Friedman
2011-06-02During post RA scheduling, do not try to chase reg defs. to preserve DBG_VALU...Devang Patel
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-02Detect FI|cst pattern in MipsDAGToDAGISel::SelectAddr. Patch by Sasa Stankovic.Akira Hatanaka
2011-06-02Test case for r132444.Akira Hatanaka
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-01Allow bitcasts between valid types of the same size and vectorEric Christopher
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-06-01This patch is another step in the direction of adding vector select. In thisNadav Rotem