aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/MergeFunc
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-099-102/+102
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-232-4/+4
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-022-0/+103
* Update LLVM for rebase to r212749.Stephen Hines2014-07-212-0/+70
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-294-17/+57
* Merging r195769:Bill Wendling2013-11-274-29/+67
* Teach MergeFunctions about address spacesMatt Arsenault2013-11-103-0/+93
* Don't merge tiny functions.Matt Arsenault2013-10-012-2/+25
* Bugfix for PR17099:Stepan Dyatkovskiy2013-09-171-0/+18
* Add missing CHECK-LABELMatt Arsenault2013-09-141-0/+1
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-301-7/+2
* MergeFunc: Make pointer and integer types generate the same hash.Benjamin Kramer2013-04-191-1/+1
* Make variable match any name.Bill Wendling2013-04-191-2/+2
* Try explicitly setting the target triple to see if this gets it to pass on ARM.Bill Wendling2013-04-191-1/+1
* Attempt to pacify this test for the buildbots.Chad Rosier2013-04-191-3/+3
* Add test to make sure that a int-to-ptr can be merged correctly.Bill Wendling2013-04-191-0/+55
* We are not able to bitcast a pointer to an integral value.Bill Wendling2013-04-151-0/+46
* Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung2013-03-125-4/+4
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-085-0/+4
* CastInst::castIsValid should return true if the dest type is the same asEvan Cheng2013-01-101-0/+36
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-301-1/+1
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-022-3/+3
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-023-3/+3
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-022-2/+2
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Convert to the new EH model.Bill Wendling2011-11-081-10/+10
* When removing a function from the function set and adding it to deferred, weNick Lewycky2011-02-091-0/+276
* Fix surprising missed optimization in mergefunc where we forgot to considerNick Lewycky2011-01-271-0/+76
* Teach mergefunc how to emit aliases safely again -- but keep it turned it offNick Lewycky2011-01-251-0/+4
* Arrays and vectors with different numbers of elements are not equivalent.Nick Lewycky2010-07-161-0/+18
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-113-3/+3
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-083-3/+3
* Given two identical weak functions, produce one internal function and two weakNick Lewycky2009-06-121-0/+13
* This test is wrong. If you have two weak functions F and G you can't makeNick Lewycky2009-06-121-11/+0
* Fix tests not to emit IR outputAnton Korobeynikov2008-11-042-2/+2
* Changes from Duncan's review:Nick Lewycky2008-11-021-0/+11
* Add a new MergeFunctions pass. It finds identical functions and merges them.Nick Lewycky2008-11-023-0/+61