Add a test for the -suppress-warnings option.
[oota-llvm.git] / test / Other /
2014-09-12 Jordan Rose[lit] Parse all strings as UTF-8 rather than ASCII.
2014-08-30 Jordan RoseTeach llvm-bcanalyzer to use one stream's BLOCKINFO...
2014-08-05 Rafael EspindolaDon't internalize all but main by default.
2014-07-04 David MajnemerIR: Fold away compares between GV GEPs and GVs
2014-06-23 Kevin EnderbyChange the default input for llvm-nm to be a.out instea...
2014-06-15 Jingyue WuCanonicalize addrspacecast ConstExpr between different...
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-05-16 Rafael EspindolaFix most of PR10367.
2014-05-06 Diego NovilloDo not make -pass-remarks additive.
2014-04-21 Chandler Carruth[PM] Add a new-PM-style CGSCC pass manager using the...
2014-04-08 Diego NovilloAdd -pass-remarks flag to 'opt'.
2014-01-20 Chandler Carruth[PM] Wire up the Verifier for the new pass manager...
2014-01-13 Chandler Carruth[PM] Wire up support for writing bitcode with new PM.
2014-01-13 Chandler Carruth[PM] Wire up support for printing assembly output from...
2014-01-12 Chandler Carruth[PM] Add module and function printing passes for the...
2014-01-12 Chandler Carruth[PM] Fix a bunch of bugs I spotted by inspection when...
2014-01-12 Chandler Carruth[PM] Add support for parsing function passes and functi...
2014-01-11 Chandler Carruth[PM] Actually nest pass managers correctly when parsing...
2014-01-11 Chandler Carruth[PM] Add (very skeletal) support to opt for running...
2013-12-12 Yuchen WuRemoved llvm-cov.test from Other folder.
2013-11-22 Rafael EspindolaAdd a fixed version of r195470 back.
2013-11-22 Rafael EspindolaRevert "Convert linkonce* to weak* instead of strong."
2013-11-22 Rafael EspindolaConvert linkonce* to weak* instead of strong.
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-05 Alp TokerProvide a test input for opt
2013-10-28 Alp TokerQuote potential shell expansions found in tests
2013-10-26 NAKAMURA Takumillvm/test/Other/close-stderr.ll: Remove "XFAIL:win32...
2013-08-22 Bill WendlingUpdate to remove the no-frame-pointer-elim-non-leaf...
2013-08-20 Matt ArsenaultTeach ConstantFolding about pointer address spaces
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-26 Rafael EspindolaUse pipefail when available.
2013-07-18 NAKAMURA TakumiWindows/Path.inc: Introduce file_type::character_file...
2013-07-18 Reid Kleckner[Support] Beef up and expose the response file parsing...
2013-07-18 NAKAMURA Takumillvm/test/Other/close-stderr.ll: Mark this as XFAIL...
2013-07-16 Rafael EspindolaXFAIL this test on mingw.
2013-07-16 Rafael EspindolaCreate files with mode 666. This matches the behavior...
2013-07-11 Hal FinkelMove r186044 tests into CodeGen/X86
2013-07-10 Hal FinkelSet REQUIRES shell on the test cases for r186044
2013-07-10 Hal FinkelXFAIL the test cases for r186044 on Hexagon
2013-07-10 Hal FinkelDon't assert if we can't constant fold extract/insertvalue
2013-07-08 NAKAMURA Takumillvm/test/Other/llvm-cov.test: It requires +Asserts...
2013-07-01 Matt Beaumont-Gay(1) Add ".test" to test/Other/lit.local.cfg, so llvm...
2013-06-26 NAKAMURA TakumiSuppress llvm/test/Other/can-execute.txt on msys bash.
2013-06-17 Rafael EspindolaAdd a testcase for r184074.
2013-04-19 Benjamin KramerAttributes: Don't print trailing whitespace on the...
2013-03-04 Lang HamesCheck isDiscardableIfUnused, rather than hasLocalLinkag...
2013-02-27 Meador IngeIR: Don't constant fold GEP bitcasts between different...
2013-02-20 Bill WendlingModify the LLVM assembly output so that it uses referen...
2013-01-25 Reid KlecknerXFAIL close-stderr on win32
2013-01-20 NAKAMURA Takumillvm/test/Other/close-stderr.ll: Mark this as XFAIL...
2012-11-21 Rafael EspindolaUsing "not grep" is brittle as the test passes if llvm...
2012-11-13 NAKAMURA TakumiRevert r167836, "llvm/test/Other/close-stderr.ll: Mark...
2012-11-13 Chad RosierRevert 167755/167760. We don't want to emit crash diagn...
2012-11-13 NAKAMURA Takumillvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw...
2012-11-12 Chad RosierUpdate test case for r167754/r167755.
2012-11-01 Chandler CarruthRevert the series of commits starting with r166578...
2012-10-29 Rafael EspindolaAdd -alias and -ralias options to match what we have...
2012-10-29 Rafael Espindolallvm-extract changes linkages so that functions on...
2012-10-29 Rafael Espindolallvm-extract was unable to handle aliases. It would...
2012-10-26 Rafael EspindolaChange the internalize pass to internalize all symbols...
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-09 Rafael EspindolaEnable response files in all tools. Patch by Liu, Yaxun...
2012-10-01 Micah VillmowForgot the SPIR test case.
2012-09-30 Duncan SandsIgnore apparent buffer overruns on external or weak...
2012-09-26 Duncan SandsTeach the 'lint' sanity checking pass to detect simple...
2012-09-25 Duncan SandsChange the way the lint sanity checking pass detects...
2012-09-23 Nick LewyckyDon't do actual work inside an assert statement. Fixes...
2012-09-18 Benjamin KramerFileCheck: Fix off-by-one bug that made CHECK-NOT:...
2012-09-18 Jan SjödinAdd hidden flag to exclude aliases from output.
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-07-02 Chandler CarruthThe built-in shell test runner for some reason doesn...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-05-16 Chandler CarruthTeach the 'opt' tool about '-Os' and '-Oz', correspondi...
2012-04-27 Dan GohmanReapply r155682, making constant folding more consisten...
2012-04-27 NAKAMURA TakumiRevert r155682, "Use ConstantExpr::getExtractElement...
2012-04-27 Dan GohmanUse ConstantExpr::getExtractElement when constant-foldi...
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-01-31 Bill WendlingUpdate test to new EH model.
2011-12-17 Manuel KlimekDeleting the json-bench-test until I understand why...
2011-12-16 Manuel KlimekAdds a JSON parser and a benchmark (json-bench) to...
2011-12-15 Eli FriedmanFix test.
2011-12-15 Eli FriedmanMake constant folding for GEPs a bit more aggressive.
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-08-31 Bill WendlingUpdate to new EH scheme.
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-05-13 Galina KistanovaMove platform-dependent test to appropriate directory.
2011-05-11 Stuart HastingsMove this test to CodeGen/Thumb. rdar://problem/9416774
2011-05-11 Stuart HastingsReduced test case. rdar://problem/9416774
2011-05-11 Stuart HastingsAnd lo, I was given a testcase for 131152. rdar:/...
2010-12-07 NAKAMURA Takumitest/Other/close-stderr.ll: Require the feature 'shell...
2010-10-18 Dan GohmanMake BasicAliasAnalysis a normal AliasAnalysis implemen...
2010-10-07 Devang PatelRemove LoopIndexSplit pass. It is neither maintained...
2010-09-23 Bob WilsonFix llvm-extract so that it changes the linkage of...
2010-09-23 Dan GohmanFix llvm-extract -delete's lazy loading to materialize...
2010-09-09 Jakob Stoklund OlesenXFAIL test under valgrind. It is not really our problem...
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-08-23 Chandler CarruthTry to escape the '$'s in these so they reach the under...
2010-08-18 Dan GohmanAdd a testcase to verify that commands don't crash...
next