aboutsummaryrefslogtreecommitdiff
path: root/test/Other
AgeCommit message (Expand)Author
2009-03-31Update call graph after inlining invoke.Devang Patel
2009-02-27Update another test for the LoopInfo::print changes.Dan Gohman
2008-10-15Testcase for PR2894.Duncan Sands
2008-10-06Remove interfaces implemented by dead pass from the list of available passes.Devang Patel
2008-09-23Rationalize the names of passes that print information:Duncan Sands
2008-09-19Teach -callgraph to always print the callgraph (as theDuncan Sands
2008-08-16Remove GCSE and LoadVN from the testsuite.Owen Anderson
2008-08-14The pass manager is not able to schedule -loop-deletion -loop-index-split.Devang Patel
2008-07-28Test this differently: I saw this test failDuncan Sands
2008-07-10Put CPPBackend tests into their own directory and run them only if they'reBill Wendling
2008-06-10Let some more tests ignore expected output on stderr.Matthijs Kooijman
2008-06-04Change packed struct layout so that field sizesDuncan Sands
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-04-23Fix tests due to llvm2cpp move to llc targetAnton Korobeynikov
2008-03-20Keep track of analysis information inherited from Module pass manager.Devang Patel
2008-02-23Fix a bug that caused opt and other tools to silently ignoreDan Gohman
2008-02-19dead passChris Lattner
2008-02-19Remove llvm-upgrade and update tests.Tanya Lattner
2008-02-15Fix PR2028Devang Patel
2007-09-10New test.Devang Patel
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-07-05Fix PR1539. Add LoopPassPrinter.Devang Patel
2007-06-29Convert .cvsignore filesJohn Criswell
2007-06-28Fix PR 1526.Devang Patel
2007-06-27Update. Now, -etforest is an invalid option.Devang Patel
2007-06-16Call the correct function name. Patch from Stephane Letz.Nick Lewycky
2007-06-05New test.Devang Patel
2007-04-25New test.Devang Patel
2007-04-15For PR1319: Upgrade to new test harnessReid Spencer
2007-04-15Update tests for the disappearance of -idom.Owen Anderson
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-04-08Remove DomSet completely. This concludes work on PR1171.Owen Anderson
2007-04-07these test a pass that no longer exists.Chris Lattner
2007-04-07xfail these until owen can figure out the right fixChris Lattner
2007-02-05Test case for PR1158Devang Patel
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-08-27Adjust tests now that opt doesn't read .ll files.Chris Lattner
2006-08-22Modified the RUN line from "analyze ..." to "opt -analyze ..." becauseBill Wendling
2006-04-12Added the ability to xfail based on llvmgcc versionTanya Lattner
2006-03-23Tired of wading through cvs's list ? files that are generated when buildingReid Spencer
2004-11-19Adding srcdir argTanya Lattner
2004-11-13Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner
2004-08-20New testcase that the vector support does not work with yet.Chris Lattner
2004-08-20Added various tests in support of Packed Types.Reid Spencer
2004-05-27The -exprs pass is no longer with LLVM. *sniff*Chris Lattner
2003-09-16Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman
2003-09-15Removing Makefiles. Regression tests are now run by QMTest.John Criswell
2003-07-01Fix testcase failing because of change of outputChris Lattner
2003-02-20Add a testcase for broken loopinfoChris Lattner