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
Age
Commit message (
Expand
)
Author
2009-12-09
fix hte last remaining known (by me) phi translation bug. When we reanalyze
Chris Lattner
2009-12-09
Add a minor optimization: if we haven't changed the operands of an
Chris Lattner
2009-12-09
fix PR5733, a case where we'd replace an add with a lexically identical
Chris Lattner
2009-12-09
merge crash-2.ll into crash.ll
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-08
Teach GlobalOpt to delete aliases with internal linkage (after
Duncan Sands
2009-12-06
fix PR5698
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-05
Generalize this optimization to work on equality comparisons between any two
Nick Lewycky
2009-12-04
Fix PR5551 by not ignoring the top level constantexpr when
Chris Lattner
2009-12-04
Small and carefully crafted testcase showing a miscompilation by GVN
Chris Lattner
2009-12-03
Fix this crasher, and add a FIXME for a missed optimization.
Owen Anderson
2009-12-03
add a failing testcase.
Chris Lattner
2009-12-03
fix PR5673 by being more careful about pointers to functions.
Chris Lattner
2009-12-02
Cleanup/remove some parts of the lifetime region handling code in memdep and ...
Owen Anderson
2009-12-02
merge sext-2 into sext.ll
Chris Lattner
2009-12-02
rename test
Chris Lattner
2009-12-02
filecheckize
Chris Lattner
2009-12-02
Fixed an assertion failure for tracking sext of a vector of integers
Mon P Wang
2009-12-01
minimize this a bit more.
Chris Lattner
2009-12-01
merge 2009-11-29-ReverseMap.ll into crash.ll
Chris Lattner
2009-12-01
fix PR5640 by tracking whether a block is the header of a loop more
Chris Lattner
2009-11-30
Add a testcase for the current llvm-gcc build failure.
Nick Lewycky
2009-11-29
Teach ConstantFolding to do a better job when folding gep(bitcast).
Nick Lewycky
2009-11-29
add testcases for the foo_with_overflow op xforms added recently and
Chris Lattner
2009-11-29
add PR#
Chris Lattner
2009-11-29
Add a testcase for:
Chris Lattner
2009-11-29
add a testcase for
Chris Lattner
2009-11-29
Implement PR5634.
Chris Lattner
2009-11-28
Teach memdep to look for memory use intrinsics during dependency queries. Fixes
Nick Lewycky
2009-11-28
reenable load address insertion in load pre. This allows us to
Chris Lattner
2009-11-28
implement a FIXME: limit the depth that DecomposeGEPExpression goes the same
Chris Lattner
2009-11-27
disable value insertion for now, I need to figure out how
Chris Lattner
2009-11-27
I accidentally implemented this :)
Chris Lattner
2009-11-27
add support for recursive phi translation and phi
Chris Lattner
2009-11-27
add two simple test cases we now optimize (to one load in the loop each) and ...
Chris Lattner
2009-11-27
fix PR5436 by making the 'simple' case of SRoA not promote out of range
Chris Lattner
2009-11-27
filecheckize
Chris Lattner
2009-11-27
teach GVN's load PRE to insert computations of the address in predecessors
Chris Lattner
2009-11-27
add some tests for memdep phi translation + PRE.
Chris Lattner
2009-11-27
this test is failing, and is expected to.
Chris Lattner
2009-11-27
filecheckize
Chris Lattner
2009-11-27
rename test.
Chris Lattner
2009-11-27
Fix phi translation in load PRE to agree with the phi
Chris Lattner
2009-11-27
redisable this, my bootstrap worked because it wasn't an optimized build, who...
Chris Lattner
2009-11-27
try again.
Chris Lattner
[prev]
[next]