| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the remaining TCL-style quotes found in the testsuite. This is | Chandler Carruth | 2012-07-02 | 1 | -1/+1 |
* | Convert the uses of '|&' to use '2>&1 |' instead, which works on old | Chandler Carruth | 2012-07-02 | 3 | -7/+7 |
* | The built-in shell test runner for some reason doesn't like the quoting | Chandler Carruth | 2012-07-02 | 1 | -4/+2 |
* | Convert all tests using TCL-style quoting to use shell-style quoting. | Chandler Carruth | 2012-07-02 | 2 | -2/+2 |
* | Teach the 'opt' tool about '-Os' and '-Oz', corresponding to the Clang | Chandler Carruth | 2012-05-16 | 1 | -0/+8 |
* | Reapply r155682, making constant folding more consistent, with a fix to work | Dan Gohman | 2012-04-27 | 1 | -3/+3 |
* | Revert r155682, "Use ConstantExpr::getExtractElement when constant-folding ve... | NAKAMURA Takumi | 2012-04-27 | 1 | -3/+3 |
* | Use ConstantExpr::getExtractElement when constant-folding vectors | Dan Gohman | 2012-04-27 | 1 | -3/+3 |
* | Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu | Eli Bendersky | 2012-03-25 | 1 | -8/+1 |
* | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2012-02-16 | 4 | -8/+14 |
* | Update test to new EH model. | Bill Wendling | 2012-01-31 | 1 | -0/+3 |
* | Deleting the json-bench-test until I understand why it is flaky. | Manuel Klimek | 2011-12-17 | 1 | -5/+0 |
* | Adds a JSON parser and a benchmark (json-bench) to catch performance regressi... | Manuel Klimek | 2011-12-16 | 1 | -0/+5 |
* | Fix test. | Eli Friedman | 2011-12-15 | 1 | -2/+2 |
* | Make constant folding for GEPs a bit more aggressive. | Eli Friedman | 2011-12-15 | 1 | -2/+5 |
* | Upgrade syntax of tests using volatile instructions to use 'load volatile' in... | Chris Lattner | 2011-11-27 | 1 | -1/+1 |
* | Update to new EH scheme. | Bill Wendling | 2011-08-31 | 1 | -1/+6 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -46/+32 |
* | Move platform-dependent test to appropriate directory. | Galina Kistanova | 2011-05-13 | 2 | -0/+5 |
* | Move this test to CodeGen/Thumb. rdar://problem/9416774 | Stuart Hastings | 2011-05-11 | 1 | -60/+0 |
* | Reduced test case. rdar://problem/9416774 | Stuart Hastings | 2011-05-11 | 1 | -36/+36 |
* | And lo, I was given a testcase for 131152. rdar://problem/9416774 | Stuart Hastings | 2011-05-11 | 1 | -0/+60 |
* | test/Other/close-stderr.ll: Require the feature 'shell'. It is not executable... | NAKAMURA Takumi | 2010-12-07 | 1 | -0/+1 |
* | Make BasicAliasAnalysis a normal AliasAnalysis implementation which | Dan Gohman | 2010-10-18 | 1 | -1/+1 |
* | Remove LoopIndexSplit pass. It is neither maintained nor used by anyone. | Devang Patel | 2010-10-07 | 1 | -5/+0 |
* | Fix llvm-extract so that it changes the linkage of all GlobalValues to | Bob Wilson | 2010-09-23 | 1 | -1/+6 |
* | Fix llvm-extract -delete's lazy loading to materialize the functions that | Dan Gohman | 2010-09-23 | 1 | -0/+22 |
* | XFAIL test under valgrind. It is not really our problem if sh is leaking. | Jakob Stoklund Olesen | 2010-09-09 | 1 | -0/+1 |
* | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner | 2010-08-28 | 1 | -42/+0 |
* | Try to escape the '$'s in these so they reach the underlying 'sh' invocation. | Chandler Carruth | 2010-08-23 | 1 | -2/+2 |
* | Add a testcase to verify that commands don't crash when they hit | Dan Gohman | 2010-08-18 | 1 | -0/+9 |
* | Revert r111058, the lint check for indirectbr successors that aren't | Dan Gohman | 2010-08-16 | 1 | -1/+0 |
* | Add a lint check for an indirectbr destination which has not | Dan Gohman | 2010-08-13 | 1 | -0/+1 |
* | Add a lint check for indirectbr with no successors. | Dan Gohman | 2010-08-02 | 1 | -1/+3 |
* | Remove XFAIL, test doesn't leak anymore. | Benjamin Kramer | 2010-07-29 | 1 | -1/+0 |
* | Add a lint check for mismatched return types, inspired by PR6944. | Dan Gohman | 2010-07-12 | 1 | -0/+9 |
* | Don't write a file named "&1". | Dan Gohman | 2010-06-18 | 1 | -1/+1 |
* | Add lint checks for function attributes. | Dan Gohman | 2010-05-28 | 1 | -0/+17 |
* | Fix lint's memcpy and memmove checks, and its basic block traversal. | Dan Gohman | 2010-05-28 | 1 | -0/+4 |
* | Detect self-referential values. | Dan Gohman | 2010-05-28 | 1 | -0/+11 |
* | Remove this va_arg test, which is no longer applicable. | Dan Gohman | 2010-05-28 | 1 | -3/+0 |
* | Eli pointed out that va_arg instruction result values don't | Dan Gohman | 2010-05-28 | 1 | -4/+4 |
* | Teach lint how to look through simple store+load pairs and other | Dan Gohman | 2010-05-28 | 1 | -0/+21 |
* | Add a lint check for returning the address of stack memory. | Dan Gohman | 2010-05-28 | 1 | -0/+7 |
* | rename test to represent meaningful date | Gabor Greif | 2010-05-27 | 1 | -0/+0 |
* | Reinstate checking of stackrestore, with checking for both Read | Dan Gohman | 2010-05-26 | 1 | -0/+3 |
* | Implement checking of the tail keyword. | Dan Gohman | 2010-05-26 | 1 | -0/+12 |
* | XFAIL the test I added with vg_leak, apparently it is the first and only llc | Daniel Dunbar | 2010-05-14 | 1 | -0/+1 |
* | Inline Asm: Ensure buffer is newline terminated to match how the text is prin... | Daniel Dunbar | 2010-05-14 | 1 | -0/+6 |
* | this really is needed. :( | Chris Lattner | 2010-05-10 | 1 | -1/+1 |