[FastISel][AArch64] Don't fold the 'and' instruction into the 'tbz/tbnz' instruction...
[oota-llvm.git] / test / Other /
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...
2008-02-23 Dan GohmanFix a bug that caused opt and other tools to silently...
2008-02-19 Chris Lattnerdead pass
2008-02-19 Tanya LattnerRemove llvm-upgrade and update tests.
2008-02-15 Devang PatelFix PR2028
2007-09-10 Devang PatelNew test.
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-07-05 Devang PatelFix PR1539. Add LoopPassPrinter.
2007-06-29 John CriswellConvert .cvsignore files
2007-06-28 Devang PatelFix PR 1526.
2007-06-27 Devang PatelUpdate. Now, -etforest is an invalid option.
2007-06-16 Nick LewyckyCall the correct function name. Patch from Stephane...
2007-06-05 Devang PatelNew test.
2007-04-25 Devang PatelNew test.
2007-04-15 Reid SpencerFor PR1319: Upgrade to new test harness
2007-04-15 Owen AndersonUpdate tests for the disappearance of -idom.
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-04-08 Owen AndersonRemove DomSet completely. This concludes work on PR1171.
2007-04-07 Chris Lattnerthese test a pass that no longer exists.
2007-04-07 Chris Lattnerxfail these until owen can figure out the right fix
2007-02-05 Devang PatelTest case for PR1158
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-08-27 Chris LattnerAdjust tests now that opt doesn't read .ll files.
2006-08-22 Bill WendlingModified the RUN line from "analyze ..." to "opt -analy...
2006-04-12 Tanya LattnerAdded the ability to xfail based on llvmgcc version
2006-03-23 Reid SpencerTired of wading through cvs's list ? files that are...
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2004-08-20 Chris LattnerNew testcase that the vector support does not work...
2004-08-20 Reid SpencerAdded various tests in support of Packed Types.
2004-05-27 Chris LattnerThe -exprs pass is no longer with LLVM. *sniff*
2003-09-16 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis', `link...
2003-09-15 John CriswellRemoving Makefiles. Regression tests are now run by...
2003-07-01 Chris LattnerFix testcase failing because of change of output
2003-02-20 Chris LattnerAdd a testcase for broken loopinfo
2003-02-20 Chris LattnerMake tests rerun if analyze is rebuilt
2002-08-02 Chris LattnerNew testcase for dominator problem
2002-08-02 Chris LattnerThe verify pass is implicit
2002-07-23 Chris LattnerChecking testcase in my local tree only
2002-03-14 Chris LattnerTestcase for bug
next