aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/GVN/rle.ll
Commit message (Expand)AuthorAgeFilesLines
* fix PR5016, a crash I introduced in GVN handing first classChris Lattner2009-09-211-0/+14
* enable non-local analysis and PRE of large store -> little load.Chris Lattner2009-09-211-1/+51
* add pr#Chris Lattner2009-09-211-0/+1
* Improve GVN to be able to forward substitute a small load Chris Lattner2009-09-211-0/+50
* fix a FileCheck bug where:Chris Lattner2009-09-211-1/+0
* Work around a FileCheck bug, for now.Daniel Dunbar2009-09-201-0/+1
* Revert r82404, it is causing a bootstrap miscompile. This is very very Chris Lattner2009-09-201-26/+0
* this was not supposed to be committedChris Lattner2009-09-201-21/+0
* implement and document support for CHECK-NOTChris Lattner2009-09-201-0/+21
* improve memdep to eliminate bitcasts (and aliases, and noop geps) Chris Lattner2009-09-201-0/+26
* Move CoerceAvailableValueToLoadType earlier in GVN.cpp. Hook it upChris Lattner2009-09-201-3/+51
* enhance GVN to forward substitute a stored value to a loadChris Lattner2009-09-201-0/+119