summaryrefslogtreecommitdiff
path: root/test/Transforms/GVN/rle.ll
Commit message (Expand)AuthorAge
* Fix PR17952.Shuxin Yang2013-11-11
* Revert "Resurrect r191017 " GVN proceeds in the presence of dead code" plus a...Bill Wendling2013-11-10
* Fix GVN creating bitcast between address spacesMatt Arsenault2013-10-30
* Resurrect r191017 " GVN proceeds in the presence of dead code" plus a fix to ...Shuxin Yang2013-09-20
* Revert r191017, it results in segmentation faults in Qt.Joerg Sonnenberger2013-09-20
* GVN proceeds in the presence of dead code.Shuxin Yang2013-09-19
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* unHECKify test. It was fixed by Chris in 2009.Jakub Staszak2012-12-12
* llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFr...NAKAMURA Takumi2012-11-08
* Fix broken check lines.Benjamin Kramer2012-08-17
* Fix crasher in GVN due to my recent capture tracking changes.Nick Lewycky2011-11-21
* Refactor capture tracking (which already had a couple flags for whether returnsNick Lewycky2011-11-14
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-18
* Disable the main feature of 130180, the elimination of loads that areDan Gohman2011-06-04
* remove a trivial test, make some other tests less trivial.Chris Lattner2011-05-22
* final step needed to resolve PR6627, which allows us to flatten the code down toChris Lattner2011-04-28
* teach GVN to widen integer loads when they are overaligned, when doing an Chris Lattner2011-04-28
* Improve the bail-out predicate to really only kick in when phiChris Lattner2011-04-26
* Enhance MemDep: When alias analysis returns a partial alias result,Chris Lattner2011-04-26
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-18
* fix PR6642, GVN forwarding from memset to load of the base of the memset.Chris Lattner2010-03-25
* fix hte last remaining known (by me) phi translation bug. When we reanalyzeChris Lattner2009-12-09
* the code in GVN that tries to forward large loads to small Chris Lattner2009-12-09
* Switch GVN and memdep to use PHITransAddr, which correctly handlesChris Lattner2009-12-09
* constant fold loads from memcpy's from global constants. This is importantChris Lattner2009-12-06
* add support for forwarding mem intrinsic values to non-local loads.Chris Lattner2009-12-06
* Handle forwarding local memsets to loads. For example, we optimize this:Chris Lattner2009-12-06
* merge two tests.Chris Lattner2009-12-06
* Small and carefully crafted testcase showing a miscompilation by GVNChris Lattner2009-12-04
* fix PR5016, a crash I introduced in GVN handing first classChris Lattner2009-09-21
* enable non-local analysis and PRE of large store -> little load.Chris Lattner2009-09-21
* add pr#Chris Lattner2009-09-21
* Improve GVN to be able to forward substitute a small load Chris Lattner2009-09-21
* fix a FileCheck bug where:Chris Lattner2009-09-21
* Work around a FileCheck bug, for now.Daniel Dunbar2009-09-20
* Revert r82404, it is causing a bootstrap miscompile. This is very very Chris Lattner2009-09-20
* this was not supposed to be committedChris Lattner2009-09-20
* implement and document support for CHECK-NOTChris Lattner2009-09-20
* improve memdep to eliminate bitcasts (and aliases, and noop geps) Chris Lattner2009-09-20
* Move CoerceAvailableValueToLoadType earlier in GVN.cpp. Hook it upChris Lattner2009-09-20
* enhance GVN to forward substitute a stored value to a loadChris Lattner2009-09-20