summaryrefslogtreecommitdiff
path: root/test/Other
Commit message (Expand)AuthorAge
* Using "not grep" is brittle as the test passes if llvm-as fails.Rafael Espindola2012-11-21
* Revert r167836, "llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw32 fo...NAKAMURA Takumi2012-11-13
* Revert 167755/167760. We don't want to emit crash diagnostics on command-line...Chad Rosier2012-11-13
* llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw32 for now.NAKAMURA Takumi2012-11-13
* Update test case for r167754/r167755.Chad Rosier2012-11-12
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* Add -alias and -ralias options to match what we have for functions andRafael Espindola2012-10-29
* llvm-extract changes linkages so that functions on both sides of theRafael Espindola2012-10-29
* llvm-extract was unable to handle aliases. It would leave a copy on theRafael Espindola2012-10-29
* Change the internalize pass to internalize all symbols when given an emptyRafael Espindola2012-10-26
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplifiedRafael Espindola2012-10-09
* Forgot the SPIR test case.Micah Villmow2012-10-01
* Ignore apparent buffer overruns on external or weak globals. This is a majorDuncan Sands2012-09-30
* Teach the 'lint' sanity checking pass to detect simple buffer overflows.Duncan Sands2012-09-26
* Change the way the lint sanity checking pass detects misaligned memory accesses.Duncan Sands2012-09-25
* Don't do actual work inside an assert statement. Fixes PR11760!Nick Lewycky2012-09-23
* FileCheck: Fix off-by-one bug that made CHECK-NOT: ignore the next character ...Benjamin Kramer2012-09-18
* Add hidden flag to exclude aliases from output.Jan Sjödin2012-09-18
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-02
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-02
* The built-in shell test runner for some reason doesn't like the quotingChandler Carruth2012-07-02
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02
* Teach the 'opt' tool about '-Os' and '-Oz', corresponding to the ClangChandler Carruth2012-05-16
* Reapply r155682, making constant folding more consistent, with a fix to workDan Gohman2012-04-27
* Revert r155682, "Use ConstantExpr::getExtractElement when constant-folding ve...NAKAMURA Takumi2012-04-27
* Use ConstantExpr::getExtractElement when constant-folding vectorsDan Gohman2012-04-27
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-25
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Update test to new EH model.Bill Wendling2012-01-31
* Deleting the json-bench-test until I understand why it is flaky.Manuel Klimek2011-12-17
* Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek2011-12-16
* Fix test.Eli Friedman2011-12-15
* Make constant folding for GEPs a bit more aggressive.Eli Friedman2011-12-15
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-27
* Update to new EH scheme.Bill Wendling2011-08-31
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Move platform-dependent test to appropriate directory.Galina Kistanova2011-05-13
* Move this test to CodeGen/Thumb. rdar://problem/9416774Stuart Hastings2011-05-11
* Reduced test case. rdar://problem/9416774Stuart Hastings2011-05-11
* And lo, I was given a testcase for 131152. rdar://problem/9416774Stuart Hastings2011-05-11
* test/Other/close-stderr.ll: Require the feature 'shell'. It is not executable...NAKAMURA Takumi2010-12-07
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-18
* Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.Devang Patel2010-10-07
* Fix llvm-extract so that it changes the linkage of all GlobalValues toBob Wilson2010-09-23
* Fix llvm-extract -delete's lazy loading to materialize the functions thatDan Gohman2010-09-23
* XFAIL test under valgrind. It is not really our problem if sh is leaking.Jakob Stoklund Olesen2010-09-09
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-28
* Try to escape the '$'s in these so they reach the underlying 'sh' invocation.Chandler Carruth2010-08-23
* Add a testcase to verify that commands don't crash when they hitDan Gohman2010-08-18