summaryrefslogtreecommitdiff
path: root/test/Transforms/ConstantMerge
AgeCommit message (Expand)Author
2017-08-30Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl
2017-03-09Don't merge global constants with non-dbg metadata.Evgeniy Stepanov
2016-05-05[PM] Port ConstantMerge to the new pass manager.Davide Italiano
2015-09-11[opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-03-04Make DataLayout Non-Optional in the ModuleMehdi Amini
2014-03-13Remove the linker_private and linker_private_weak linkages.Rafael Espindola
2013-11-12Corruptly merge constants with explicit and implicit alignments.Rafael Espindola
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar
2013-05-06Fix const merging when an alias of a const is llvm.used.Rafael Espindola
2012-12-30Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2012-01-11If the global variable is removed by the linker, then don't constant merge itBill Wendling
2011-07-27Teach the ConstantMerge pass about alignment. Fixes PR10514!Nick Lewycky
2011-01-16Don't merge two constants if we care about the address of both.Rafael Espindola
2011-01-15Make constmerge a two-pass algorithm so that it won't miss mergingNick Lewycky
2010-09-15fix PR8144, a bug where constant merge would merge globals markedChris Lattner
2010-02-121. modernize the constantmerge pass, using densemap/smallvector.Chris Lattner
2010-02-12rename testChris 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-05Eliminate uses of %prcontext.Daniel Dunbar
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-15For PR1319:Reid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-11-23Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid 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
2006-03-07new testcaseChris Lattner
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
2004-08-02Use the new prcontext script.John Criswell
2003-11-19Improve test portabilityChris Lattner
2003-10-29New testcaseChris Lattner
2003-09-16Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman
2003-09-15Removing Makefiles. Regression tests are now run by QMTest.John Criswell
2002-09-23New testcase distilled from SPEC vortex benchmarkChris Lattner