aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Update an insertion point iterator after replacing a return instruction with aCameron Zwarich2011-06-171-0/+20
* Don't use register classes larger than TLI->getRegClassFor(VT).Jakob Stoklund Olesen2011-06-161-0/+24
* There's no need to be so picky about the particular register.Nick Lewycky2011-06-161-4/+4
* PTX: Finish new calling convention implementationJustin Holewinski2011-06-1614-82/+82
* Add AVX suport for fpextend.Bruno Cardoso Lopes2011-06-161-0/+10
* FileCheck-ize test, and make it work on EABI hosts, like clang-native-arm-cor...Eli Friedman2011-06-161-7/+34
* Force a triple here so this test doesn't fail on EABI hosts (like clang-nativ...Eli Friedman2011-06-161-1/+1
* Commit the right set of tests for r133124. Sorry 'bout that!Nick Lewycky2011-06-162-4/+9
* Reenabling this test with REQUIRES: AssertsAndrew Trick2011-06-161-3/+2
* Typos.Chad Rosier2011-06-161-4/+4
* Revision r128665 added an optimization to make use of NEON multiplierChad Rosier2011-06-161-0/+22
* Add a DAGCombine for (ext (binop (load x), cst)).Nick Lewycky2011-06-162-2/+48
* Rename the test. Thanks Cameron! Use shorter/generic names.Anna Zaks2011-06-161-12/+12
* Function::getNumBlockIDs() should be used instead of Function::size() to set ...Anna Zaks2011-06-161-0/+81
* Testcase for previous commit.Rafael Espindola2011-06-151-0/+33
* Add a new function attribute, nonlazybind, which inhibits lazy-loadingJohn McCall2011-06-151-0/+27
* Disabling this test until I can figure out the right lit flags.Andrew Trick2011-06-151-1/+3
* Remove custom allocation orders in SystemZ.Jakob Stoklund Olesen2011-06-151-2/+2
* Another revsh pattern. rdar://9609059Evan Cheng2011-06-151-0/+13
* Added -stress-sched flag in the Asserts build.Andrew Trick2011-06-151-0/+17
* TargetLoweringOpt is a struct used by DAGCombine, not a pass.Chad Rosier2011-06-151-1/+1
* This test was failing on X86 machines which do not have SSE4. Fixed the test byNadav Rotem2011-06-151-0/+17
* PerformBFICombine - (bfi A, (and B, Mask1), Mask2) -> (bfi A, B, Mask2) iffEvan Cheng2011-06-151-0/+13
* Add an optimization that looks for a specific pair-wise add pattern and gener...Tanya Lattner2011-06-141-0/+14
* Add triple.Rafael Espindola2011-06-141-1/+1
* When pattern matching during instruction selection make sure shl x,1 is notChad Rosier2011-06-141-0/+53
* Check the llc output.Rafael Espindola2011-06-141-2/+5
* Test case for x86 MMX inline asm. rdar://problem/8886707Stuart Hastings2011-06-141-0/+45
* Add a test for the recent regression.Rafael Espindola2011-06-141-0/+19
* This test is still failing. Delete the rest of it.Dan Gohman2011-06-141-1259/+0
* Revert r132991. This test is failing on theDan Gohman2011-06-141-16/+0
* Add 132986 back, but avoid non-determinism if a bb address gets reused.Rafael Espindola2011-06-141-0/+41
* Add a testcase for #9623Nadav Rotem2011-06-141-0/+16
* revert 132986 to see if the bots go green.Rafael Espindola2011-06-141-41/+0
* This testcase cause a failure on some bots. Remove the failing test untilNadav Rotem2011-06-141-208/+0
* Add a testcase for checking the integer-promotion of many different vectorNadav Rotem2011-06-141-0/+1467
* Implement Jakob's suggestion on how to detect fall thought without callingRafael Espindola2011-06-141-2/+2
* Since ARM's prefetch implementation predicted the presence of a instructionBruno Cardoso Lopes2011-06-141-0/+11
* Add one more argument to the prefetch intrinsic to indicate whether it's a dataBruno Cardoso Lopes2011-06-142-11/+11
* Make the threshold used by branch folding softer. Before we would get aRafael Espindola2011-06-141-0/+41
* Heuristic: If the number of operands in the alias are more than the number ofBill Wendling2011-06-141-1/+1
* Be less aggressive about hinting in RAFast.Jakob Stoklund Olesen2011-06-133-2/+54
* Really fix the fall-through logic.Rafael Espindola2011-06-122-1/+23
* Test for the previous commit.Rafael Espindola2011-06-121-0/+40
* AnalyzeBranch doesn't change which successors a bb has, just the orderRafael Espindola2011-06-121-2/+2
* Add full x86 fast-isel support for memcpy and memset.Eli Friedman2011-06-101-0/+24
* Add -mattr=+sse2 to make the buildbots happy.Eli Friedman2011-06-101-1/+1
* Adding a test case for revision 132825.Chad Rosier2011-06-101-0/+18
* Add a simple test which makes sure folding immediate float zero to a memory o...Eli Friedman2011-06-101-0/+34
* A CCState was being created without setting whether it is in the Call or Prol...Cameron Zwarich2011-06-091-0/+39