aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-06-17Remove support for using "foo" as symbols instead of %"foo". This is ancientChris Lattner
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner
2011-06-17Update an insertion point iterator after replacing a return instruction with aCameron Zwarich
2011-06-16Don't use register classes larger than TLI->getRegClassFor(VT).Jakob Stoklund Olesen
2011-06-16Added LLVM_BUILD_MODE to cmake so that lit supports tests with REQUIRES: {bui...Andrew Trick
2011-06-16cmake may require LIT_TOOLS_DIR.Andrew Trick
2011-06-16There's no need to be so picky about the particular register.Nick Lewycky
2011-06-16Fix ARCOpt to insert releases on both successors of an invoke ratherDan Gohman
2011-06-16Move test for appropriate directory.Galina Kistanova
2011-06-16PTX: Finish new calling convention implementationJustin Holewinski
2011-06-16Add testcase for r133050 which added support for printing and parsing escapedNick Lewycky
2011-06-16Add AVX suport for fpextend.Bruno Cardoso Lopes
2011-06-16FileCheck-ize test, and make it work on EABI hosts, like clang-native-arm-cor...Eli Friedman
2011-06-16Force a triple here so this test doesn't fail on EABI hosts (like clang-nativ...Eli Friedman
2011-06-16Commit the right set of tests for r133124. Sorry 'bout that!Nick Lewycky
2011-06-16Reenabling this test with REQUIRES: AssertsAndrew Trick
2011-06-16Add support to lit for build mode requirements. e.g.Andrew Trick
2011-06-16Typos.Chad Rosier
2011-06-16Revision r128665 added an optimization to make use of NEON multiplierChad Rosier
2011-06-16Add a DAGCombine for (ext (binop (load x), cst)).Nick Lewycky
2011-06-16Rename the test. Thanks Cameron! Use shorter/generic names.Anna Zaks
2011-06-16Function::getNumBlockIDs() should be used instead of Function::size() to set ...Anna Zaks
2011-06-15The ARC language-specific optimizer. Credit to Dan Gohman.John McCall
2011-06-15Testcase for previous commit.Rafael Espindola
2011-06-15Add a new function attribute, nonlazybind, which inhibits lazy-loadingJohn McCall
2011-06-15Disabling this test until I can figure out the right lit flags.Andrew Trick
2011-06-15Remove custom allocation orders in SystemZ.Jakob Stoklund Olesen
2011-06-15Another revsh pattern. rdar://9609059Evan Cheng
2011-06-15Added -stress-sched flag in the Asserts build.Andrew Trick
2011-06-15TargetLoweringOpt is a struct used by DAGCombine, not a pass.Chad Rosier
2011-06-15This test was failing on X86 machines which do not have SSE4. Fixed the test byNadav Rotem
2011-06-15Improve the heuristic to emit the alias if the number of hard-coded registersBill Wendling
2011-06-15PerformBFICombine - (bfi A, (and B, Mask1), Mask2) -> (bfi A, B, Mask2) iffEvan Cheng
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