summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/ConstantMerge
AgeCommit message (Expand)Author
2023-01-05[Transforms] Convert some tests to opaque pointers (NFC)Nikita Popov
2021-11-27[test] Use -passes syntax when specifying pipeline in some more testsBjorn Pettersson
2021-04-28[ConstantMerge] Don't merge thread_local constants with non-thread_local cons...Amanieu d'Antras
2019-04-17Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher
2019-04-17Temporarily Revert "Add basic loop fusion pass."Eric Christopher
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
2007-01-17Regression is gone, don't try to find it on clean target.Reid Spencer