aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-06-14Add an optimization that looks for a specific pair-wise add pattern and gener...Tanya Lattner
2011-06-14Add triple.Rafael Espindola
2011-06-14When pattern matching during instruction selection make sure shl x,1 is notChad Rosier
2011-06-14Check the llc output.Rafael Espindola
2011-06-14Test case for x86 MMX inline asm. rdar://problem/8886707Stuart Hastings
2011-06-14Add a test for the recent regression.Rafael Espindola
2011-06-14This test is still failing. Delete the rest of it.Dan Gohman
2011-06-14Revert r132991. This test is failing on theDan Gohman
2011-06-14Add 132986 back, but avoid non-determinism if a bb address gets reused.Rafael Espindola
2011-06-14Add a testcase for #9623Nadav Rotem
2011-06-14revert 132986 to see if the bots go green.Rafael Espindola
2011-06-14This testcase cause a failure on some bots. Remove the failing test untilNadav Rotem
2011-06-14Add a testcase for checking the integer-promotion of many different vectorNadav Rotem
2011-06-14Implement Jakob's suggestion on how to detect fall thought without callingRafael Espindola
2011-06-14Since ARM's prefetch implementation predicted the presence of a instructionBruno Cardoso Lopes
2011-06-14Add one more argument to the prefetch intrinsic to indicate whether it's a dataBruno Cardoso Lopes
2011-06-14Make the threshold used by branch folding softer. Before we would get aRafael Espindola
2011-06-14Heuristic: If the number of operands in the alias are more than the number ofBill Wendling
2011-06-14Test case for r132797.John McCall
2011-06-13Avoid fusing bitcasts with dynamic allocas if the amount-to-allocateStuart Hastings
2011-06-13InstCombine: Fold A-b == C --> b == A-C if A and C are constants.Benjamin Kramer
2011-06-13Be less aggressive about hinting in RAFast.Jakob Stoklund Olesen
2011-06-12InstCombine: Shrink ((zext X) & C1) == C2 to fold away the cast if the "zext"...Benjamin Kramer
2011-06-12Simplify code. No functionality changes, name changes aside.Benjamin Kramer
2011-06-12Really fix the fall-through logic.Rafael Espindola
2011-06-12Test for the previous commit.Rafael Espindola
2011-06-12AnalyzeBranch doesn't change which successors a bb has, just the orderRafael Espindola
2011-06-10Add full x86 fast-isel support for memcpy and memset.Eli Friedman
2011-06-10Add -mattr=+sse2 to make the buildbots happy.Eli Friedman
2011-06-10Reverted r132785. It seems this test needs more research.Galina Kistanova
2011-06-10Changed condition.Galina Kistanova
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-09SplitCriticalEdge can sometimes split the edge from an invoke to a landingJohn McCall
2011-06-09Added dg.exp to run FrontendC ARM-dependent tests; updated inline-asm-multich...Galina Kistanova
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-09Fix PR10104 by adding a bounds check on a vector element access check. It wasCameron Zwarich
2011-06-09If the alignment of the byval argument is greater than the alignmentEric Christopher
2011-06-08Fix an assymmetry between ConvertScalar_ExtractValue and ConvertScalar_Insert...Cameron Zwarich
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-07Create a new ARM directory for FrontendC tests and use it.Eric Christopher
2011-06-07Test that ".byte 1, 2, 3, 4" does the right thing.Roman Divacky
2011-06-07Tweak this test for ARM-hosted 'bot.Stuart Hastings