aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/GVN
Commit message (Expand)AuthorAgeFilesLines
* This is an automatically reduced test case that crashed in GVN, at someJay Foad2011-06-201-0/+106
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-184-131/+59
* Add a testcase to demonstrate the problem where phi translation isDan Gohman2011-06-041-0/+27
* Disable the main feature of 130180, the elimination of loads that areDan Gohman2011-06-041-12/+12
* When marking a block as being unanalyzable, use "Clobber" on the terminator i...Eli Friedman2011-06-021-0/+61
* fix PR9841 by having GVN not process dead loads. This wasChris Lattner2011-05-221-0/+12
* remove a trivial test, make some other tests less trivial.Chris Lattner2011-05-224-14/+11
* make this test less trivial.Chris Lattner2011-05-221-4/+6
* final step needed to resolve PR6627, which allows us to flatten the code down toChris Lattner2011-04-281-3/+26
* teach GVN to widen integer loads when they are overaligned, when doing an Chris Lattner2011-04-281-1/+24
* remove support for llvm.invariant.end from memdep. It is a Chris Lattner2011-04-261-36/+0
* Improve the bail-out predicate to really only kick in when phiChris Lattner2011-04-261-0/+23
* Enhance MemDep: When alias analysis returns a partial alias result,Chris Lattner2011-04-261-0/+27
* Give GVN back the ability to perform simple conditional propagation on condit...Owen Anderson2010-12-211-0/+55
* Preserve TBAA tags when doing load PRE.Dan Gohman2010-12-151-0/+28
* Completely rework the datastructure GVN uses to represent the value number to...Owen Anderson2010-11-181-52/+0
* Add support for PHI-translating sext, zext, and trunc instructions,Dan Gohman2010-11-181-0/+31
* Teach InstructionSimplify about phi nodes. I chose to have it simplyDuncan Sands2010-11-142-20/+19
* Testcase to go along with commit 118923 ("Have GVN simplify instructionsDuncan Sands2010-11-131-0/+15
* Enhance GVN to do more precise alias queries for non-local memoryDan Gohman2010-11-101-0/+59
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-1821-23/+23
* Now that the profitable bits of EnableFullLoadPRE have been enabled by defaul...Owen Anderson2010-10-011-1/+1
* We do want to allow LoadPRE to perform LICM-like transformations: we already ...Owen Anderson2010-09-301-0/+39
* LoadPRE was not properly checking that the load it was PRE'ing post-dominated...Owen Anderson2010-09-251-1/+13
* Correct bogus module triple specifications.Duncan Sands2010-08-301-1/+1
* Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola2010-06-171-1/+1
* Fix PR7052, patch by Jakub Staszak!Chris Lattner2010-05-081-0/+63
* Fix intrinsic signature in this test.Nick Lewycky2010-04-171-1/+1
* Re-commit my previous SSAUpdater changes. The previous version naively triedBob Wilson2010-04-171-0/+46
* add newlines at the end of files.Chris Lattner2010-04-072-2/+2
* Revert all my SSAUpdater patches. The PHI placement algorithm is not correctBob Wilson2010-04-031-46/+0
* Add a redundant PHI testcase for SSAUpdater to go with svn r100047.Bob Wilson2010-03-311-0/+46
* fix PR6642, GVN forwarding from memset to load of the base of the memset.Chris Lattner2010-03-251-0/+12
* Remove tests that checks @llvm.dbg.stoppoint handling.Devang Patel2010-03-011-66/+0
* stop using anders-aaChris Lattner2010-03-011-1/+1
* Testcase for critical edge splitting with load PRE.Bob Wilson2010-02-161-0/+27
* a testcase that doesn't crash GVN but could someday.Chris Lattner2010-02-111-3/+19
* Check alignment of loads when deciding whether it is safe to execute themBob Wilson2010-01-301-0/+44
* Avoid creating redundant PHIs in SSAUpdater::GetValueInMiddleOfBlock.Bob Wilson2010-01-271-2/+7
* Delete useless trailing semicolons.Dan Gohman2010-01-051-1/+1
* fix an overly conservative caching issue that caused memdep toChris Lattner2009-12-191-0/+32
* fix inconsistent use of tabsChris Lattner2009-12-191-20/+20
* Fix PR5744, a case where we were getting the pointer size instead of theChris Lattner2009-12-101-0/+16
* fix hte last remaining known (by me) phi translation bug. When we reanalyzeChris Lattner2009-12-091-4/+16
* Add a minor optimization: if we haven't changed the operands of anChris Lattner2009-12-091-66/+0
* fix PR5733, a case where we'd replace an add with a lexically identical Chris Lattner2009-12-091-0/+66
* merge crash-2.ll into crash.llChris Lattner2009-12-092-43/+43
* the code in GVN that tries to forward large loads to small Chris Lattner2009-12-091-0/+54
* Switch GVN and memdep to use PHITransAddr, which correctly handlesChris Lattner2009-12-091-1/+50
* constant fold loads from memcpy's from global constants. This is importantChris Lattner2009-12-061-0/+16