summaryrefslogtreecommitdiff
path: root/test/Transforms/GlobalDCE
Commit message (Expand)AuthorAge
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Revert 179826. Tests were worthless.Jakub Staszak2013-04-19
* Don't run expensive -O2 and -O3 in tests.Jakub Staszak2013-04-19
* GlobalDCE: Fix an oversight in my last commit that could lead to crashes.Benjamin Kramer2013-04-13
* Fix a scalability issue with complex ConstantExprs.Benjamin Kramer2013-04-13
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* remove a test that is using old-style llvm.dbg intrinsics, apparently onlyChris Lattner2011-11-27
* 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
* While replacing an MDNode elment, properly update MDNode's operand list. Devang Patel2009-09-04
* Add a new "available_externally" linkage type. This is intendedChris Lattner2009-04-13
* If an alias is dead and so is its aliasee, then globaldce wouldDuncan Sands2009-02-17
* Delete unused global aliases with internal linkage.Duncan Sands2009-01-05
* 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
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-01
* Convert .cvsignore filesJohn Criswell2007-06-29
* For PR1336:Reid Spencer2007-04-16
* For PR1336:Reid Spencer2007-04-15
* For PR1319:Reid Spencer2007-04-15
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* For PR761:Reid Spencer2007-01-26
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* 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
* new testcase. globaldce should not delete the globalChris Lattner2003-10-10
* 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-07-01
* Remove explicit control flow through the use of the 'not' scriptChris Lattner2003-06-28
* Checkin old testcaseChris Lattner2002-09-20
* New testcase.Chris Lattner2002-08-18
* Add a simple testcase that just uses a CPR instead of a CPR & ConstExprChris Lattner2002-08-17
* New testcaseChris Lattner2002-08-17
* Include a basic simple test.Chris Lattner2002-08-17
* New testcaseChris Lattner2002-07-18
* New testcases for bug in globaldceChris Lattner2002-07-18