summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/ConstantMerge
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-178-0/+261
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-178-261/+0
* Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl2017-08-301-4/+4
* Don't merge global constants with non-dbg metadata.Evgeniy Stepanov2017-03-092-0/+70
* [PM] Port ConstantMerge to the new pass manager.Davide Italiano2016-05-051-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie2015-09-111-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-131-2/+2
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-4/+3
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-131-23/+0
* Corruptly merge constants with explicit and implicit alignments.Rafael Espindola2013-11-121-0/+28
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* Fix const merging when an alias of a const is llvm.used.Rafael Espindola2013-05-061-0/+3
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-304-4/+4
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* If the global variable is removed by the linker, then don't constant merge itBill Wendling2012-01-111-0/+23
* Teach the ConstantMerge pass about alignment. Fixes PR10514!Nick Lewycky2011-07-271-2/+15
* Don't merge two constants if we care about the address of both.Rafael Espindola2011-01-163-1/+67
* Make constmerge a two-pass algorithm so that it won't miss mergingNick Lewycky2011-01-151-0/+18
* fix PR8144, a bug where constant merge would merge globals markedChris Lattner2010-09-151-0/+14
* 1. modernize the constantmerge pass, using densemap/smallvector.Chris Lattner2010-02-121-10/+24
* rename testChris Lattner2010-02-121-0/+0
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-112-3/+3
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-2/+2
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-082-3/+3
* Eliminate uses of %prcontext.Daniel Dunbar2009-09-051-1/+3
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-013-25/+23
* Convert .cvsignore filesJohn Criswell2007-06-291-3/+0
* For PR1319:Reid Spencer2007-04-151-2/+2
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-175-0/+42
OpenPOWER on IntegriCloud