| Commit message (Expand) | Author | Age | Files | Lines |
* | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner | 2011-06-17 | 130 | -5810/+262 |
* | Update an insertion point iterator after replacing a return instruction with a | Cameron Zwarich | 2011-06-17 | 1 | -0/+20 |
* | Don't use register classes larger than TLI->getRegClassFor(VT). | Jakob Stoklund Olesen | 2011-06-16 | 1 | -0/+24 |
* | Added LLVM_BUILD_MODE to cmake so that lit supports tests with REQUIRES: {bui... | Andrew Trick | 2011-06-16 | 1 | -1/+1 |
* | cmake may require LIT_TOOLS_DIR. | Andrew Trick | 2011-06-16 | 1 | -0/+1 |
* | There's no need to be so picky about the particular register. | Nick Lewycky | 2011-06-16 | 1 | -4/+4 |
* | Fix ARCOpt to insert releases on both successors of an invoke rather | Dan Gohman | 2011-06-16 | 1 | -0/+67 |
* | Move test for appropriate directory. | Galina Kistanova | 2011-06-16 | 1 | -0/+0 |
* | PTX: Finish new calling convention implementation | Justin Holewinski | 2011-06-16 | 14 | -82/+82 |
* | Add testcase for r133050 which added support for printing and parsing escaped | Nick Lewycky | 2011-06-16 | 1 | -0/+24 |
* | Add AVX suport for fpextend. | Bruno Cardoso Lopes | 2011-06-16 | 1 | -0/+10 |
* | FileCheck-ize test, and make it work on EABI hosts, like clang-native-arm-cor... | Eli Friedman | 2011-06-16 | 1 | -7/+34 |
* | Force a triple here so this test doesn't fail on EABI hosts (like clang-nativ... | Eli Friedman | 2011-06-16 | 1 | -1/+1 |
* | Commit the right set of tests for r133124. Sorry 'bout that! | Nick Lewycky | 2011-06-16 | 2 | -4/+9 |
* | Reenabling this test with REQUIRES: Asserts | Andrew Trick | 2011-06-16 | 1 | -3/+2 |
* | Add support to lit for build mode requirements. e.g. | Andrew Trick | 2011-06-16 | 2 | -1/+2 |
* | Typos. | Chad Rosier | 2011-06-16 | 1 | -4/+4 |
* | Revision r128665 added an optimization to make use of NEON multiplier | Chad Rosier | 2011-06-16 | 1 | -0/+22 |
* | Add a DAGCombine for (ext (binop (load x), cst)). | Nick Lewycky | 2011-06-16 | 2 | -2/+48 |
* | Rename the test. Thanks Cameron! Use shorter/generic names. | Anna Zaks | 2011-06-16 | 1 | -12/+12 |
* | Function::getNumBlockIDs() should be used instead of Function::size() to set ... | Anna Zaks | 2011-06-16 | 1 | -0/+81 |
* | The ARC language-specific optimizer. Credit to Dan Gohman. | John McCall | 2011-06-15 | 19 | -0/+3383 |
* | Testcase for previous commit. | Rafael Espindola | 2011-06-15 | 1 | -0/+33 |
* | Add a new function attribute, nonlazybind, which inhibits lazy-loading | John McCall | 2011-06-15 | 2 | -0/+29 |
* | Disabling this test until I can figure out the right lit flags. | Andrew Trick | 2011-06-15 | 1 | -1/+3 |
* | Remove custom allocation orders in SystemZ. | Jakob Stoklund Olesen | 2011-06-15 | 1 | -2/+2 |
* | Another revsh pattern. rdar://9609059 | Evan Cheng | 2011-06-15 | 1 | -0/+13 |
* | Added -stress-sched flag in the Asserts build. | Andrew Trick | 2011-06-15 | 1 | -0/+17 |
* | TargetLoweringOpt is a struct used by DAGCombine, not a pass. | Chad Rosier | 2011-06-15 | 1 | -1/+1 |
* | This test was failing on X86 machines which do not have SSE4. Fixed the test by | Nadav Rotem | 2011-06-15 | 1 | -0/+17 |
* | Improve the heuristic to emit the alias if the number of hard-coded registers | Bill Wendling | 2011-06-15 | 1 | -15/+15 |
* | PerformBFICombine - (bfi A, (and B, Mask1), Mask2) -> (bfi A, B, Mask2) iff | Evan Cheng | 2011-06-15 | 1 | -0/+13 |
* | Add an optimization that looks for a specific pair-wise add pattern and gener... | Tanya Lattner | 2011-06-14 | 1 | -0/+14 |
* | Add triple. | Rafael Espindola | 2011-06-14 | 1 | -1/+1 |
* | When pattern matching during instruction selection make sure shl x,1 is not | Chad Rosier | 2011-06-14 | 1 | -0/+53 |
* | Check the llc output. | Rafael Espindola | 2011-06-14 | 1 | -2/+5 |
* | Test case for x86 MMX inline asm. rdar://problem/8886707 | Stuart Hastings | 2011-06-14 | 1 | -0/+45 |
* | Add a test for the recent regression. | Rafael Espindola | 2011-06-14 | 1 | -0/+19 |
* | This test is still failing. Delete the rest of it. | Dan Gohman | 2011-06-14 | 1 | -1259/+0 |
* | Revert r132991. This test is failing on the | Dan Gohman | 2011-06-14 | 1 | -16/+0 |
* | Add 132986 back, but avoid non-determinism if a bb address gets reused. | Rafael Espindola | 2011-06-14 | 1 | -0/+41 |
* | Add a testcase for #9623 | Nadav Rotem | 2011-06-14 | 1 | -0/+16 |
* | revert 132986 to see if the bots go green. | Rafael Espindola | 2011-06-14 | 1 | -41/+0 |
* | This testcase cause a failure on some bots. Remove the failing test until | Nadav Rotem | 2011-06-14 | 1 | -208/+0 |
* | Add a testcase for checking the integer-promotion of many different vector | Nadav Rotem | 2011-06-14 | 1 | -0/+1467 |
* | Implement Jakob's suggestion on how to detect fall thought without calling | Rafael Espindola | 2011-06-14 | 1 | -2/+2 |
* | Since ARM's prefetch implementation predicted the presence of a instruction | Bruno Cardoso Lopes | 2011-06-14 | 1 | -0/+11 |
* | Add one more argument to the prefetch intrinsic to indicate whether it's a data | Bruno Cardoso Lopes | 2011-06-14 | 3 | -11/+19 |
* | Make the threshold used by branch folding softer. Before we would get a | Rafael Espindola | 2011-06-14 | 1 | -0/+41 |
* | Heuristic: If the number of operands in the alias are more than the number of | Bill Wendling | 2011-06-14 | 2 | -21/+21 |