[OCaml] (PR16318) Add missing argument to Llvm.const_intcast
[oota-llvm.git] / test / Other /
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...
2010-08-16 Dan GohmanRevert r111058, the lint check for indirectbr successor...
2010-08-13 Dan GohmanAdd a lint check for an indirectbr destination which...
2010-08-02 Dan GohmanAdd a lint check for indirectbr with no successors.
2010-07-29 Benjamin KramerRemove XFAIL, test doesn't leak anymore.
2010-07-12 Dan GohmanAdd a lint check for mismatched return types, inspired...
2010-06-18 Dan GohmanDon't write a file named "&1".
2010-05-28 Dan GohmanAdd lint checks for function attributes.
2010-05-28 Dan GohmanFix lint's memcpy and memmove checks, and its basic...
2010-05-28 Dan GohmanDetect self-referential values.
2010-05-28 Dan GohmanRemove this va_arg test, which is no longer applicable.
2010-05-28 Dan GohmanEli pointed out that va_arg instruction result values...
2010-05-28 Dan GohmanTeach lint how to look through simple store+load pairs...
2010-05-28 Dan GohmanAdd a lint check for returning the address of stack...
2010-05-27 Gabor Greifrename test to represent meaningful date
2010-05-26 Dan GohmanReinstate checking of stackrestore, with checking for...
2010-05-26 Dan GohmanImplement checking of the tail keyword.
2010-05-14 Daniel DunbarXFAIL the test I added with vg_leak, apparently it...
2010-05-14 Daniel DunbarInline Asm: Ensure buffer is newline terminated to...
2010-05-10 Chris Lattnerthis really is needed. :(
2010-05-10 Chris Lattnerjust remove this, it isn't needed.
2010-05-10 Chris Lattnerfix a pretty obvious typo. We test things before commi...
2010-05-10 David GreeneFix PR6875:
2010-04-30 Dan GohmanAdd lint checks for invalid uses of memory.
2010-04-09 Dan GohmanAdd several more lint checks.
2010-04-08 Dan GohmanAdd a few more lint checks.
next