summaryrefslogtreecommitdiff
path: root/test/Transforms/ConstantMerge
Commit message (Expand)AuthorAge
* Corruptly merge constants with explicit and implicit alignments.Rafael Espindola2013-11-12
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Fix const merging when an alias of a const is llvm.used.Rafael Espindola2013-05-06
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-30
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* If the global variable is removed by the linker, then don't constant merge itBill Wendling2012-01-11
* Teach the ConstantMerge pass about alignment. Fixes PR10514!Nick Lewycky2011-07-27
* Don't merge two constants if we care about the address of both.Rafael Espindola2011-01-16
* Make constmerge a two-pass algorithm so that it won't miss mergingNick Lewycky2011-01-15
* fix PR8144, a bug where constant merge would merge globals markedChris Lattner2010-09-15
* 1. modernize the constantmerge pass, using densemap/smallvector.Chris Lattner2010-02-12
* rename testChris Lattner2010-02-12
* 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
* Eliminate uses of %prcontext.Daniel Dunbar2009-09-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 PR1319:Reid Spencer2007-04-15
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer2006-11-23
* 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
* new testcaseChris Lattner2006-03-07
* 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
* Use the new prcontext script.John Criswell2004-08-02
* Improve test portabilityChris Lattner2003-11-19
* New testcaseChris Lattner2003-10-29
* 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 testcase distilled from SPEC vortex benchmarkChris Lattner2002-09-23