summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Be less aggressive about hinting in RAFast.Jakob Stoklund Olesen2011-06-13
* InstCombine: Shrink ((zext X) & C1) == C2 to fold away the cast if the "zext"...Benjamin Kramer2011-06-12
* Simplify code. No functionality changes, name changes aside.Benjamin Kramer2011-06-12
* 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
* Reverted r132785. It seems this test needs more research.Galina Kistanova2011-06-10
* Changed condition.Galina Kistanova2011-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
* SplitCriticalEdge can sometimes split the edge from an invoke to a landingJohn McCall2011-06-09
* Added dg.exp to run FrontendC ARM-dependent tests; updated inline-asm-multich...Galina Kistanova2011-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
* Fix PR10104 by adding a bounds check on a vector element access check. It wasCameron Zwarich2011-06-09
* If the alignment of the byval argument is greater than the alignmentEric Christopher2011-06-09
* Fix an assymmetry between ConvertScalar_ExtractValue and ConvertScalar_Insert...Cameron Zwarich2011-06-08
* 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
* Create a new ARM directory for FrontendC tests and use it.Eric Christopher2011-06-07
* Test that ".byte 1, 2, 3, 4" does the right thing.Roman Divacky2011-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
* This directory was missing the dg.exp to cause the tests to run. Some time sinceNick Lewycky2011-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
* Basic support for macros with explicit arguments.Rafael Espindola2011-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
* Add support for @GOTPTOFF in i386 mode.Nick Lewycky2011-06-04
* If the block that we're threading through is jumped to by an indirect branch,Bill Wendling2011-06-04
* Add a testcase to demonstrate the problem where phi translation isDan Gohman2011-06-04
* Reapply r131781, now that the GVN bug with partially-aliasing loadsDan Gohman2011-06-04
* Disable the main feature of 130180, the elimination of loads that areDan Gohman2011-06-04
* Remove this test, which should have been reverted along with r131781.Dan Gohman2011-06-04
* Revert r131781 again. Apparently there is more going on here.Dan Gohman2011-06-04
* Teach TableGen to evaluate DAG expressions as set operations.Jakob Stoklund Olesen2011-06-04
* Reapply r131781 (revert r131809), now that some BasicAA shortcomingsDan Gohman2011-06-04