aboutsummaryrefslogtreecommitdiffstats
path: root/test/Other
Commit message (Expand)AuthorAgeFilesLines
* Constant-fold GEP-of-GEP into a single GEP.Dan Gohman2010-03-101-0/+31
* Fix whitespace.Dan Gohman2010-03-101-6/+6
* stop using anders-aaChris Lattner2010-03-011-58/+0
* Teach the constant folder about union types.Dan Gohman2010-02-251-6/+48
* Canonicalize sizeof and alignof on pointer types to a canonicalDan Gohman2010-02-101-7/+51
* Factor out alignof expression folding into a separate function andDan Gohman2010-02-021-0/+21
* Generalize target-independent folding rules for sizeof to handle moreDan Gohman2010-02-011-35/+314
* Remove the folding ruleDan Gohman2010-01-281-0/+84
* -disable-output is no longer needed with -analyze.Dan Gohman2010-01-262-3/+3
* fix bogus testChris Lattner2010-01-091-2/+2
* Delete useless trailing semicolons.Dan Gohman2010-01-053-3/+3
* Update these tests to match what Loop::print now prints.Dan Gohman2009-10-241-1/+1
* Forbid arrays of function-type and structures with function-typed fields.Nick Lewycky2009-09-151-0/+6
* Eliminate more redundant llvm-as calls.Dan Gohman2009-09-114-9/+9
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-1112-12/+12
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-082-2/+2
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-0812-12/+12
* Add new function attribute - noimplicitfloatDevang Patel2009-06-051-0/+4
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-043-3/+3
* Update call graph after inlining invoke.Devang Patel2009-03-311-0/+31
* Update another test for the LoopInfo::print changes.Dan Gohman2009-02-271-1/+1
* Testcase for PR2894.Duncan Sands2008-10-151-0/+7
* Remove interfaces implemented by dead pass from the list of available passes.Devang Patel2008-10-061-0/+11
* Rationalize the names of passes that print information:Duncan Sands2008-09-232-2/+2
* Teach -callgraph to always print the callgraph (as theDuncan Sands2008-09-191-1/+1
* Remove GCSE and LoadVN from the testsuite.Owen Anderson2008-08-161-1/+1
* The pass manager is not able to schedule -loop-deletion -loop-index-split.Devang Patel2008-08-141-0/+5
* Test this differently: I saw this test failDuncan Sands2008-07-281-1/+1
* Put CPPBackend tests into their own directory and run them only if they'reBill Wendling2008-07-101-7/+0
* Let some more tests ignore expected output on stderr.Matthijs Kooijman2008-06-102-2/+2
* Change packed struct layout so that field sizesDuncan Sands2008-06-041-0/+14
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* Fix tests due to llvm2cpp move to llc targetAnton Korobeynikov2008-04-231-1/+1
* Keep track of analysis information inherited from Module pass manager.Devang Patel2008-03-201-0/+58
* Fix a bug that caused opt and other tools to silently ignoreDan Gohman2008-02-231-0/+3
* dead passChris Lattner2008-02-191-16/+0
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-1911-137/+118
* Fix PR2028Devang Patel2008-02-151-0/+5
* New test.Devang Patel2007-09-101-0/+32
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-154-4/+4
* Fix PR1539. Add LoopPassPrinter.Devang Patel2007-07-051-0/+2
* Convert .cvsignore filesJohn Criswell2007-06-291-3/+0
* Fix PR 1526.Devang Patel2007-06-281-0/+5
* Update. Now, -etforest is an invalid option.Devang Patel2007-06-271-1/+1
* Call the correct function name. Patch from Stephane Letz.Nick Lewycky2007-06-161-0/+7
* New test.Devang Patel2007-06-051-0/+11
* New test.Devang Patel2007-04-251-0/+309
* For PR1319: Upgrade to new test harnessReid Spencer2007-04-152-3/+4
* Update tests for the disappearance of -idom.Owen Anderson2007-04-151-1/+1