aboutsummaryrefslogtreecommitdiffstats
path: root/test/Other
Commit message (Expand)AuthorAgeFilesLines
...
* Change the way the lint sanity checking pass detects misaligned memory accesses.Duncan Sands2012-09-251-2/+6
* Don't do actual work inside an assert statement. Fixes PR11760!Nick Lewycky2012-09-233-0/+3
* FileCheck: Fix off-by-one bug that made CHECK-NOT: ignore the next character ...Benjamin Kramer2012-09-182-1/+10
* Add hidden flag to exclude aliases from output.Jan Sjödin2012-09-181-0/+25
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-021-1/+1
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-023-7/+7
* The built-in shell test runner for some reason doesn't like the quotingChandler Carruth2012-07-021-4/+2
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-022-2/+2
* Teach the 'opt' tool about '-Os' and '-Oz', corresponding to the ClangChandler Carruth2012-05-161-0/+8
* Reapply r155682, making constant folding more consistent, with a fix to workDan Gohman2012-04-271-3/+3
* Revert r155682, "Use ConstantExpr::getExtractElement when constant-folding ve...NAKAMURA Takumi2012-04-271-3/+3
* Use ConstantExpr::getExtractElement when constant-folding vectorsDan Gohman2012-04-271-3/+3
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-251-8/+1
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-164-8/+14
* Update test to new EH model.Bill Wendling2012-01-311-0/+3
* Deleting the json-bench-test until I understand why it is flaky.Manuel Klimek2011-12-171-5/+0
* Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek2011-12-161-0/+5
* Fix test.Eli Friedman2011-12-151-2/+2
* Make constant folding for GEPs a bit more aggressive.Eli Friedman2011-12-151-2/+5
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-271-1/+1
* Update to new EH scheme.Bill Wendling2011-08-311-1/+6
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-46/+32
* Move platform-dependent test to appropriate directory.Galina Kistanova2011-05-132-0/+5
* Move this test to CodeGen/Thumb. rdar://problem/9416774Stuart Hastings2011-05-111-60/+0
* Reduced test case. rdar://problem/9416774Stuart Hastings2011-05-111-36/+36
* And lo, I was given a testcase for 131152. rdar://problem/9416774Stuart Hastings2011-05-111-0/+60
* test/Other/close-stderr.ll: Require the feature 'shell'. It is not executable...NAKAMURA Takumi2010-12-071-0/+1
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-181-1/+1
* Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.Devang Patel2010-10-071-5/+0
* Fix llvm-extract so that it changes the linkage of all GlobalValues toBob Wilson2010-09-231-1/+6
* Fix llvm-extract -delete's lazy loading to materialize the functions thatDan Gohman2010-09-231-0/+22
* XFAIL test under valgrind. It is not really our problem if sh is leaking.Jakob Stoklund Olesen2010-09-091-0/+1
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-281-42/+0
* Try to escape the '$'s in these so they reach the underlying 'sh' invocation.Chandler Carruth2010-08-231-2/+2
* Add a testcase to verify that commands don't crash when they hitDan Gohman2010-08-181-0/+9
* Revert r111058, the lint check for indirectbr successors that aren'tDan Gohman2010-08-161-1/+0
* Add a lint check for an indirectbr destination which has notDan Gohman2010-08-131-0/+1
* Add a lint check for indirectbr with no successors.Dan Gohman2010-08-021-1/+3
* Remove XFAIL, test doesn't leak anymore.Benjamin Kramer2010-07-291-1/+0
* Add a lint check for mismatched return types, inspired by PR6944.Dan Gohman2010-07-121-0/+9
* Don't write a file named "&1".Dan Gohman2010-06-181-1/+1
* Add lint checks for function attributes.Dan Gohman2010-05-281-0/+17
* Fix lint's memcpy and memmove checks, and its basic block traversal.Dan Gohman2010-05-281-0/+4
* Detect self-referential values.Dan Gohman2010-05-281-0/+11
* Remove this va_arg test, which is no longer applicable.Dan Gohman2010-05-281-3/+0
* Eli pointed out that va_arg instruction result values don'tDan Gohman2010-05-281-4/+4
* Teach lint how to look through simple store+load pairs and otherDan Gohman2010-05-281-0/+21
* Add a lint check for returning the address of stack memory.Dan Gohman2010-05-281-0/+7
* rename test to represent meaningful dateGabor Greif2010-05-271-0/+0
* Reinstate checking of stackrestore, with checking for both ReadDan Gohman2010-05-261-0/+3