summaryrefslogtreecommitdiff
path: root/test/Transforms/GlobalDCE
AgeCommit message (Expand)Author
2017-05-25[PM] Teach the PGO instrumentation pasess to run GlobalDCE beforeChandler Carruth
2017-01-24[PH] Replace uses of AssertingVH from members of analysis results withChandler Carruth
2017-01-23[PM] Replace the hard invalidate in JumpThreading for LVI with correctChandler Carruth
2016-12-26Test the different scenarios of GlobalDCE and comdats moreChandler Carruth
2016-05-04[GlobalDCE, Misc] Don't remove functions referenced by ifuncsDavid Majnemer
2016-05-03[IPO/GlobalDCE] Port to the new pass manager.Davide Italiano
2016-05-01[GlobalDCE] Modernize. Use FileCheck instead of grep.Davide Italiano
2015-09-11[opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-01-06Change the .ll syntax for comdats and add a syntactic sugar.Rafael Espindola
2014-10-07GlobalDCE: Don't drop any COMDAT membersDavid Majnemer
2014-08-25Remove dangling initializers in GlobalDCEBruno Cardoso Lopes
2014-07-30Use "weak alias" instead of "alias weak"Rafael Espindola
2014-07-08Revert "GlobalDCE: Delete available_externally initializers if it allows remo...Pete Cooper
2014-07-04GlobalDCE: Delete available_externally initializers if it allows removing the...Benjamin Kramer
2014-06-03Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola
2014-05-16Fix most of PR10367.Rafael Espindola
2014-05-13Convert test to FileCheck.Rafael Espindola
2014-05-02Teach GlobalDCE how to remove empty global_ctor entries.Nico Weber
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar
2013-04-19Revert 179826. Tests were worthless.Jakub Staszak
2013-04-19Don't run expensive -O2 and -O3 in tests.Jakub Staszak
2013-04-13GlobalDCE: Fix an oversight in my last commit that could lead to crashes.Benjamin Kramer
2013-04-13Fix a scalability issue with complex ConstantExprs.Benjamin Kramer
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-11-27remove a test that is using old-style llvm.dbg intrinsics, apparently onlyChris Lattner
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-09-04While replacing an MDNode elment, properly update MDNode's operand list. Devang Patel
2009-04-13Add a new "available_externally" linkage type. This is intendedChris Lattner
2009-02-17If an alias is dead and so is its aliasee, then globaldce wouldDuncan Sands
2009-01-05Delete unused global aliases with internal linkage.Duncan 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-03-01Remove llvm-upgrade and update test cases.Tanya Lattner
2007-06-29Convert .cvsignore filesJohn Criswell
2007-04-16For PR1336:Reid Spencer
2007-04-15For PR1336:Reid Spencer
2007-04-15For PR1319:Reid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-01-26For PR761:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-04-12Added the ability to xfail based on llvmgcc versionTanya Lattner
2006-03-23Tired of wading through cvs's list ? files that are generated when buildingReid Spencer
2004-11-19Adding srcdir argTanya Lattner
2004-11-13Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner