summaryrefslogtreecommitdiff
path: root/test/Transforms/TailDup
Commit message (Expand)AuthorAge
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung2013-03-12
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-08
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-02
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-25
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Remove the old tail duplication pass. It is not used and is unable to updateRafael Espindola2011-08-30
* Move few target-dependant tests to appropriate directories.Galina Kistanova2011-05-06
* The output of opt -stats must be sent to stderr. Patch by NAKAMURA Takumi!Bill Wendling2010-09-01
* 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
* Remove obsolete -f flags.Dan Gohman2009-08-25
* PR4662: Fix a crash introduced by the recent LLVMContext changes.Eli Friedman2009-07-31
* Revert 52223.Evan Cheng2008-06-12
* Add line continuation character so the avoid dup loop header test actually runs.Matthijs Kooijman2008-06-12
* Avoid duplicating loop header which leads to unnatural loops (and just seem l...Evan Cheng2008-06-11
* 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 test.Evan Cheng2008-05-16
* Fix for PR 2323, infinite loop in tail dup.Dale Johannesen2008-05-13
* rename *.llx -> *.ll, last batch.Chris Lattner2008-04-19
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-10
* Change the x86 assembly output to use tab characters to separate theDan Gohman2007-07-31
* Convert .cvsignore filesJohn Criswell2007-06-29
* For PR1319:Reid Spencer2007-04-16
* For PR1319:Reid Spencer2007-04-15
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* new testcaseChris Lattner2006-09-07
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-12
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-23
* Adding srcdir argTanya Lattner2004-11-19
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner2004-11-13
* When tail duplicating these functions, the add instruction should not beChris Lattner2004-10-06
* New testcase for PR310Chris Lattner2004-04-01
* Another simple testcaseChris Lattner2004-03-16
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-16
* Removing Makefiles. Regression tests are now run by QMTest.John Criswell2003-09-15
* New testcaseChris Lattner2003-08-31
* New testcaseChris Lattner2003-08-23
* New testcase that caused infinite loop in taildupChris Lattner2003-07-23
* Testcase reduced by bugpointChris Lattner2003-06-24
* New testcasesChris Lattner2003-06-22
* Initial checkinChris Lattner2003-06-22