aboutsummaryrefslogtreecommitdiff
path: root/test/Other
AgeCommit message (Expand)Author
2012-10-24Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow
2012-10-09Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplifiedRafael Espindola
2012-10-01Forgot the SPIR test case.Micah Villmow
2012-09-30Ignore apparent buffer overruns on external or weak globals. This is a majorDuncan Sands
2012-09-26Teach the 'lint' sanity checking pass to detect simple buffer overflows.Duncan Sands
2012-09-25Change the way the lint sanity checking pass detects misaligned memory accesses.Duncan Sands
2012-09-23Don't do actual work inside an assert statement. Fixes PR11760!Nick Lewycky
2012-09-18FileCheck: Fix off-by-one bug that made CHECK-NOT: ignore the next character ...Benjamin Kramer
2012-09-18Add hidden flag to exclude aliases from output.Jan Sjödin
2012-07-02Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth
2012-07-02Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth
2012-07-02The built-in shell test runner for some reason doesn't like the quotingChandler Carruth
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth
2012-05-16Teach the 'opt' tool about '-Os' and '-Oz', corresponding to the ClangChandler Carruth
2012-04-27Reapply r155682, making constant folding more consistent, with a fix to workDan Gohman
2012-04-27Revert r155682, "Use ConstantExpr::getExtractElement when constant-folding ve...NAKAMURA Takumi
2012-04-27Use ConstantExpr::getExtractElement when constant-folding vectorsDan Gohman
2012-03-25Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2012-01-31Update test to new EH model.Bill Wendling
2011-12-17Deleting the json-bench-test until I understand why it is flaky.Manuel Klimek
2011-12-16Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek
2011-12-15Fix test.Eli Friedman
2011-12-15Make constant folding for GEPs a bit more aggressive.Eli Friedman
2011-11-27Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner
2011-08-31Update to new EH scheme.Bill Wendling
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2011-05-13Move platform-dependent test to appropriate directory.Galina Kistanova
2011-05-11Move this test to CodeGen/Thumb. rdar://problem/9416774Stuart Hastings
2011-05-11Reduced test case. rdar://problem/9416774Stuart Hastings
2011-05-11And lo, I was given a testcase for 131152. rdar://problem/9416774Stuart Hastings
2010-12-07test/Other/close-stderr.ll: Require the feature 'shell'. It is not executable...NAKAMURA Takumi
2010-10-18Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman
2010-10-07Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.Devang Patel
2010-09-23Fix llvm-extract so that it changes the linkage of all GlobalValues toBob Wilson
2010-09-23Fix llvm-extract -delete's lazy loading to materialize the functions thatDan Gohman
2010-09-09XFAIL test under valgrind. It is not really our problem if sh is leaking.Jakob Stoklund Olesen
2010-08-28remove unions from LLVM IR. They are severely buggy and notChris Lattner
2010-08-23Try to escape the '$'s in these so they reach the underlying 'sh' invocation.Chandler Carruth
2010-08-18Add a testcase to verify that commands don't crash when they hitDan Gohman
2010-08-16Revert r111058, the lint check for indirectbr successors that aren'tDan Gohman
2010-08-13Add a lint check for an indirectbr destination which has notDan Gohman
2010-08-02Add a lint check for indirectbr with no successors.Dan Gohman
2010-07-29Remove XFAIL, test doesn't leak anymore.Benjamin Kramer
2010-07-12Add a lint check for mismatched return types, inspired by PR6944.Dan Gohman
2010-06-18Don't write a file named "&1".Dan Gohman
2010-05-28Add lint checks for function attributes.Dan Gohman
2010-05-28Fix lint's memcpy and memmove checks, and its basic block traversal.Dan Gohman
2010-05-28Detect self-referential values.Dan Gohman
2010-05-28Remove this va_arg test, which is no longer applicable.Dan Gohman