Make the indirect branch optimization deterministic. No functionality change.
[oota-llvm.git] / test / Other /
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.
2010-04-08 Dan GohmanAdd a -lint pass which checks for common sources of...
2010-03-10 Dan GohmanConstant-fold GEP-of-GEP into a single GEP.
2010-03-10 Dan GohmanFix whitespace.
2010-03-01 Chris Lattnerstop using anders-aa
2010-02-25 Dan GohmanTeach the constant folder about union types.
2010-02-10 Dan GohmanCanonicalize sizeof and alignof on pointer types to...
2010-02-02 Dan GohmanFactor out alignof expression folding into a separate...
2010-02-01 Dan GohmanGeneralize target-independent folding rules for sizeof...
2010-01-28 Dan GohmanRemove the folding rule
2010-01-26 Dan Gohman-disable-output is no longer needed with -analyze.
2010-01-09 Chris Lattnerfix bogus test
2010-01-05 Dan GohmanDelete useless trailing semicolons.
2009-10-24 Dan GohmanUpdate these tests to match what Loop::print now prints.
2009-09-15 Nick LewyckyForbid arrays of function-type and structures with...
2009-09-11 Dan GohmanEliminate more redundant llvm-as calls.
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-06-05 Devang PatelAdd new function attribute - noimplicitfloat
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-03-31 Devang PatelUpdate call graph after inlining invoke.
2009-02-27 Dan GohmanUpdate another test for the LoopInfo::print changes.
2008-10-15 Duncan SandsTestcase for PR2894.
2008-10-06 Devang PatelRemove interfaces implemented by dead pass from the...
2008-09-23 Duncan SandsRationalize the names of passes that print information:
2008-09-19 Duncan SandsTeach -callgraph to always print the callgraph (as the
2008-08-16 Owen AndersonRemove GCSE and LoadVN from the testsuite.
2008-08-14 Devang PatelThe pass manager is not able to schedule -loop-deletion...
2008-07-28 Duncan SandsTest this differently: I saw this test fail
2008-07-10 Bill WendlingPut CPPBackend tests into their own directory and run...
2008-06-10 Matthijs KooijmanLet some more tests ignore expected output on stderr.
2008-06-04 Duncan SandsChange packed struct layout so that field sizes
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-04-23 Anton KorobeynikovFix tests due to llvm2cpp move to llc target
2008-03-20 Devang PatelKeep track of analysis information inherited from Modul...
next