aboutsummaryrefslogtreecommitdiff
path: root/test/Other
AgeCommit message (Expand)Author
2010-03-10Constant-fold GEP-of-GEP into a single GEP.Dan Gohman
2010-03-10Fix whitespace.Dan Gohman
2010-03-01stop using anders-aaChris Lattner
2010-02-25Teach the constant folder about union types.Dan Gohman
2010-02-10Canonicalize sizeof and alignof on pointer types to a canonicalDan Gohman
2010-02-02Factor out alignof expression folding into a separate function andDan Gohman
2010-02-01Generalize target-independent folding rules for sizeof to handle moreDan Gohman
2010-01-28Remove the folding ruleDan Gohman
2010-01-26-disable-output is no longer needed with -analyze.Dan Gohman
2010-01-09fix bogus testChris Lattner
2010-01-05Delete useless trailing semicolons.Dan Gohman
2009-10-24Update these tests to match what Loop::print now prints.Dan Gohman
2009-09-15Forbid arrays of function-type and structures with function-typed fields.Nick Lewycky
2009-09-11Eliminate more redundant llvm-as calls.Dan Gohman
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-06-05Add new function attribute - noimplicitfloatDevang Patel
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
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