summaryrefslogtreecommitdiff
path: root/test/Other
AgeCommit message (Expand)AuthorFilesLines
2013-04-19Attributes: Don't print trailing whitespace on the function attribute comment.Benjamin Kramer1-0/+9
2013-03-04Check isDiscardableIfUnused, rather than hasLocalLinkage, when bumpingLang Hames1-0/+23
2013-02-27IR: Don't constant fold GEP bitcasts between different address spacesMeador Inge1-0/+20
2013-02-20Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling1-57/+59
2013-01-25XFAIL close-stderr on win32Reid Kleckner1-0/+3
2013-01-20llvm/test/Other/close-stderr.ll: Mark this as XFAIL:valgrind. We got 127 inst...NAKAMURA Takumi1-0/+4
2012-11-21Using "not grep" is brittle as the test passes if llvm-as fails.Rafael Espindola1-2/+6
2012-11-13Revert r167836, "llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw32 fo...NAKAMURA Takumi1-3/+0
2012-11-13Revert 167755/167760. We don't want to emit crash diagnostics on command-line...Chad Rosier1-1/+1
2012-11-13llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw32 for now.NAKAMURA Takumi1-0/+3
2012-11-12Update test case for r167754/r167755.Chad Rosier1-1/+1
2012-11-01Revert the series of commits starting with r166578 which introduced theChandler Carruth1-43/+0
2012-10-29Add -alias and -ralias options to match what we have for functions andRafael Espindola1-0/+9
2012-10-29llvm-extract changes linkages so that functions on both sides of theRafael Espindola2-4/+28
2012-10-29llvm-extract was unable to handle aliases. It would leave a copy on theRafael Espindola1-0/+40
2012-10-26Change the internalize pass to internalize all symbols when given an emptyRafael Espindola1-0/+13
2012-10-24Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow1-0/+43
2012-10-09Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplifiedRafael Espindola1-0/+9
2012-10-01Forgot the SPIR test case.Micah Villmow1-0/+13
2012-09-30Ignore apparent buffer overruns on external or weak globals. This is a majorDuncan Sands1-0/+5
2012-09-26Teach the 'lint' sanity checking pass to detect simple buffer overflows.Duncan Sands1-0/+12
2012-09-25Change the way the lint sanity checking pass detects misaligned memory accesses.Duncan Sands1-2/+6
2012-09-23Don't do actual work inside an assert statement. Fixes PR11760!Nick Lewycky3-0/+3
2012-09-18FileCheck: Fix off-by-one bug that made CHECK-NOT: ignore the next character ...Benjamin Kramer2-1/+10
2012-09-18Add hidden flag to exclude aliases from output.Jan Sjödin1-0/+25
2012-07-02Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth1-1/+1
2012-07-02Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth3-7/+7
2012-07-02The built-in shell test runner for some reason doesn't like the quotingChandler Carruth1-4/+2
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2-2/+2
2012-05-16Teach the 'opt' tool about '-Os' and '-Oz', corresponding to the ClangChandler Carruth1-0/+8
2012-04-27Reapply r155682, making constant folding more consistent, with a fix to workDan Gohman1-3/+3
2012-04-27Revert r155682, "Use ConstantExpr::getExtractElement when constant-folding ve...NAKAMURA Takumi1-3/+3
2012-04-27Use ConstantExpr::getExtractElement when constant-folding vectorsDan Gohman1-3/+3
2012-03-25Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky1-8/+1
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky4-8/+14
2012-01-31Update test to new EH model.Bill Wendling1-0/+3
2011-12-17Deleting the json-bench-test until I understand why it is flaky.Manuel Klimek1-5/+0
2011-12-16Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek1-0/+5
2011-12-15Fix test.Eli Friedman1-2/+2
2011-12-15Make constant folding for GEPs a bit more aggressive.Eli Friedman1-2/+5
2011-11-27Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner1-1/+1
2011-08-31Update to new EH scheme.Bill Wendling1-1/+6
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner1-46/+32
2011-05-13Move platform-dependent test to appropriate directory.Galina Kistanova2-0/+5
2011-05-11Move this test to CodeGen/Thumb. rdar://problem/9416774Stuart Hastings1-60/+0
2011-05-11Reduced test case. rdar://problem/9416774Stuart Hastings1-36/+36
2011-05-11And lo, I was given a testcase for 131152. rdar://problem/9416774Stuart Hastings1-0/+60
2010-12-07test/Other/close-stderr.ll: Require the feature 'shell'. It is not executable...NAKAMURA Takumi1-0/+1
2010-10-18Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman1-1/+1
2010-10-07Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.Devang Patel1-5/+0