Merging r258616:
[oota-llvm.git] / test / Other /
2016-01-06 Weiming ZhaoRecommit r256952 "Filtering IR printing for print-after...
2016-01-06 Weiming ZhaoRevert r256952 due to lit test fails.
2016-01-06 Weiming ZhaoFiltering IR printing for print-after-all/print-before-all
2015-12-04 Keno Fischer[llc/opt] Add an option to run all passes twice
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-09-16 Mehdi AminiMake the default triple optional by allowing an empty...
2015-09-11 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-08-04 Mehdi AminiUpdate test suite to make "ninja check" succeed without...
2015-07-06 Reid Kleckner[llvm-extract] Drop comdats from declarations
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-05-06 Akira HatanakaLet llc and opt override "-target-cpu" and "-target...
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-11 Reid KlecknerDon't promote asynch EH invokes of nounwind functions...
2015-02-01 Chandler Carruth[PM] Teach the module-to-function adaptor to not run...
2015-02-01 Chandler Carruth[PM] Port TTI to the new pass manager, introducing...
2015-01-24 Yunzhong GaoIf we see UTF-8 BOM sequence at the beginning of a...
2015-01-15 Chandler Carruth[PM] Port TargetLibraryInfo to the new pass manager...
2015-01-13 Chandler Carruth[PM] Remove the defunt CGSCC-specific debug flag.
2015-01-13 Chandler Carruth[PM] Refactor the new pass manager to use a single...
2015-01-13 Chandler Carruth[PM] Fold all three analysis managers into a single...
2015-01-07 Chandler Carruth[PM] Give slightly less horrible names to the utility...
2015-01-07 Chandler Carruth[PM] Fix a pretty nasty bug where the new pass manager...
2015-01-06 Chandler Carruth[PM] Introduce a utility pass that preserves no analyses.
2015-01-06 Chandler Carruth[PM] Simplify how we parse the outer layer of the pass...
2015-01-06 Chandler Carruth[PM] Add a utility pass template that synthesizes the...
2015-01-06 Chandler Carruth[PM] Add a collection of no-op analysis passes and...
2015-01-06 Chandler Carruth[PM] Add a utility to the new pass manager for generati...
2015-01-05 Chandler Carruth[PM] Don't run the machinery of invalidating all the...
2015-01-05 Chandler Carruth[PM] Add names and debug logging for analysis passes...
2015-01-05 Chandler Carruth[PM] Wire up support for explicitly running the verifie...
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...
next