index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
GVN
/
rle.ll
Age
Commit message (
Expand
)
Author
2010-03-25
fix PR6642, GVN forwarding from memset to load of the base of the memset.
Chris Lattner
2009-12-09
fix hte last remaining known (by me) phi translation bug. When we reanalyze
Chris Lattner
2009-12-09
the code in GVN that tries to forward large loads to small
Chris Lattner
2009-12-09
Switch GVN and memdep to use PHITransAddr, which correctly handles
Chris Lattner
2009-12-06
constant fold loads from memcpy's from global constants. This is important
Chris Lattner
2009-12-06
add support for forwarding mem intrinsic values to non-local loads.
Chris Lattner
2009-12-06
Handle forwarding local memsets to loads. For example, we optimize this:
Chris Lattner
2009-12-06
merge two tests.
Chris Lattner
2009-12-04
Small and carefully crafted testcase showing a miscompilation by GVN
Chris Lattner
2009-09-21
fix PR5016, a crash I introduced in GVN handing first class
Chris Lattner
2009-09-21
enable non-local analysis and PRE of large store -> little load.
Chris Lattner
2009-09-21
add pr#
Chris Lattner
2009-09-21
Improve GVN to be able to forward substitute a small load
Chris Lattner
2009-09-21
fix a FileCheck bug where:
Chris Lattner
2009-09-20
Work around a FileCheck bug, for now.
Daniel Dunbar
2009-09-20
Revert r82404, it is causing a bootstrap miscompile. This is very very
Chris Lattner
2009-09-20
this was not supposed to be committed
Chris Lattner
2009-09-20
implement and document support for CHECK-NOT
Chris Lattner
2009-09-20
improve memdep to eliminate bitcasts (and aliases, and noop geps)
Chris Lattner
2009-09-20
Move CoerceAvailableValueToLoadType earlier in GVN.cpp. Hook it up
Chris Lattner
2009-09-20
enhance GVN to forward substitute a stored value to a load
Chris Lattner