summaryrefslogtreecommitdiff
path: root/test/Other
Commit message (Expand)AuthorAge
* fix bogus testChris Lattner2010-01-09
* Delete useless trailing semicolons.Dan Gohman2010-01-05
* Update these tests to match what Loop::print now prints.Dan Gohman2009-10-24
* Forbid arrays of function-type and structures with function-typed fields.Nick Lewycky2009-09-15
* Eliminate more redundant llvm-as calls.Dan Gohman2009-09-11
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Add new function attribute - noimplicitfloatDevang Patel2009-06-05
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Update call graph after inlining invoke.Devang Patel2009-03-31
* Update another test for the LoopInfo::print changes.Dan Gohman2009-02-27
* Testcase for PR2894.Duncan Sands2008-10-15
* Remove interfaces implemented by dead pass from the list of available passes.Devang Patel2008-10-06
* Rationalize the names of passes that print information:Duncan Sands2008-09-23
* Teach -callgraph to always print the callgraph (as theDuncan Sands2008-09-19
* Remove GCSE and LoadVN from the testsuite.Owen Anderson2008-08-16
* The pass manager is not able to schedule -loop-deletion -loop-index-split.Devang Patel2008-08-14
* Test this differently: I saw this test failDuncan Sands2008-07-28
* Put CPPBackend tests into their own directory and run them only if they'reBill Wendling2008-07-10
* Let some more tests ignore expected output on stderr.Matthijs Kooijman2008-06-10
* Change packed struct layout so that field sizesDuncan Sands2008-06-04
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* Fix tests due to llvm2cpp move to llc targetAnton Korobeynikov2008-04-23
* Keep track of analysis information inherited from Module pass manager.Devang Patel2008-03-20
* Fix a bug that caused opt and other tools to silently ignoreDan Gohman2008-02-23
* dead passChris Lattner2008-02-19
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-19
* Fix PR2028Devang Patel2008-02-15
* New test.Devang Patel2007-09-10
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-15
* Fix PR1539. Add LoopPassPrinter.Devang Patel2007-07-05
* Convert .cvsignore filesJohn Criswell2007-06-29
* Fix PR 1526.Devang Patel2007-06-28
* Update. Now, -etforest is an invalid option.Devang Patel2007-06-27
* Call the correct function name. Patch from Stephane Letz.Nick Lewycky2007-06-16
* New test.Devang Patel2007-06-05
* New test.Devang Patel2007-04-25
* For PR1319: Upgrade to new test harnessReid Spencer2007-04-15
* Update tests for the disappearance of -idom.Owen Anderson2007-04-15
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* Remove DomSet completely. This concludes work on PR1171.Owen Anderson2007-04-08
* these test a pass that no longer exists.Chris Lattner2007-04-07
* xfail these until owen can figure out the right fixChris Lattner2007-04-07
* Test case for PR1158Devang Patel2007-02-05
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Adjust tests now that opt doesn't read .ll files.Chris Lattner2006-08-27
* Modified the RUN line from "analyze ..." to "opt -analyze ..." becauseBill Wendling2006-08-22
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-12