summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
...
* 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
* Implement Jakob's suggestion on how to detect fall thought without callingRafael Espindola2011-06-14
* Since ARM's prefetch implementation predicted the presence of a instructionBruno Cardoso Lopes2011-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
* AnalyzeBranch doesn't change which successors a bb has, just the orderRafael 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
* A CCState was being created without setting whether it is in the Call or Prol...Cameron Zwarich2011-06-09
* Change this DAGCombine to build AND of SHR instead of SHR of AND; this matche...Eli Friedman2011-06-09
* Speculatively revert 132758 and 132768 to try to fix the Windows buildbots.Eric Christopher2011-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
* Initial support for inline asm memory operand constraints.Akira Hatanaka2011-06-09
* If the alignment of the byval argument is greater than the alignmentEric Christopher2011-06-09
* Fix bug in lowering of DYNAMIC_STACKALLOC nodes. The correct offset of theAkira Hatanaka2011-06-08
* Fix an issue where the two-address conversion pass incorrectly rewrites untiedCameron Zwarich2011-06-07
* 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
* Add test case for C++ exception handling and fix the following mistakes in Mi...Akira Hatanaka2011-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
* Add methods to support the integer-promotion of vector types. Methods toNadav Rotem2011-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
* TypeLegalizer: Add support for passing of vector-promoted types in registers ...Nadav Rotem2011-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
* Another possible bug. Stopgap until we can autogenerate tables andEric Christopher2011-06-03
* Fix an off by one error.Eric Christopher2011-06-03
* Switch AllocationOrder to using RegisterClassInfo instead of a BitVectorJakob Stoklund Olesen2011-06-03
* Make the Uv constraint a memory operand. This doesn't solve theEric Christopher2011-06-03
* Fix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant.Roman Divacky2011-06-03
* Add ARM fast-isel support for materializing the address of a global in cases ...Eli Friedman2011-06-03
* During post RA scheduling, do not try to chase reg defs. to preserve DBG_VALU...Devang Patel2011-06-02
* 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