summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* Another revsh pattern. rdar://9609059Evan Cheng2011-06-15
* Added -stress-sched flag in the Asserts build.Andrew Trick2011-06-15
* TargetLoweringOpt is a struct used by DAGCombine, not a pass.Chad Rosier2011-06-15
* This test was failing on X86 machines which do not have SSE4. Fixed the test byNadav Rotem2011-06-15
* Improve the heuristic to emit the alias if the number of hard-coded registersBill Wendling2011-06-15
* PerformBFICombine - (bfi A, (and B, Mask1), Mask2) -> (bfi A, B, Mask2) iffEvan Cheng2011-06-15
* Add an optimization that looks for a specific pair-wise add pattern and gener...Tanya Lattner2011-06-14
* Add triple.Rafael Espindola2011-06-14
* When pattern matching during instruction selection make sure shl x,1 is notChad Rosier2011-06-14
* Check the llc output.Rafael Espindola2011-06-14
* Test case for x86 MMX inline asm. rdar://problem/8886707Stuart Hastings2011-06-14
* Add a test for the recent regression.Rafael Espindola2011-06-14
* This test is still failing. Delete the rest of it.Dan Gohman2011-06-14
* Revert r132991. This test is failing on theDan Gohman2011-06-14
* Add 132986 back, but avoid non-determinism if a bb address gets reused.Rafael Espindola2011-06-14
* Add a testcase for #9623Nadav Rotem2011-06-14
* revert 132986 to see if the bots go green.Rafael Espindola2011-06-14
* 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
* Test case for r132797.John McCall2011-06-14
* Avoid fusing bitcasts with dynamic allocas if the amount-to-allocateStuart Hastings2011-06-13
* InstCombine: Fold A-b == C --> b == A-C if A and C are constants.Benjamin Kramer2011-06-13
* 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