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
/
InstCombine
Age
Commit message (
Expand
)
Author
2009-12-21
filecheckize
Chris Lattner
2009-12-21
enhance x-(-A) -> x+A to preserve NUW/NSW.
Chris Lattner
2009-12-21
Optimize all cases of "icmp (X+Cst), X" to something simpler. This triggers
Chris Lattner
2009-12-21
convert to filecheck
Chris Lattner
2009-12-19
fix PR5827 by disabling the phi slicing transformation in a case
Chris Lattner
2009-12-18
Optimize icmp of null and select of two constants even if the select has
Eli Friedman
2009-12-17
Allow instcombine to combine "sext(a) >u const" to "a >u trunc(const)".
Eli Friedman
2009-12-17
Make the ptrtoint comparison simplification work if one side is a global.
Eli Friedman
2009-12-17
Slightly generalize transformation of memmove(a,a,n) so that it also applies
Eli Friedman
2009-12-17
Aggressively flip compare constant expressions where appropriate; constant
Eli Friedman
2009-12-12
Fix some CHECK lines which were ignored by accident.
Benjamin Kramer
2009-12-05
Generalize this optimization to work on equality comparisons between any two
Nick Lewycky
2009-12-03
fix PR5673 by being more careful about pointers to functions.
Chris Lattner
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-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
Implement PR5634.
Chris Lattner
2009-11-26
Fix PR5471 by removing an instcombine xform. Some pieces of the code
Chris Lattner
2009-11-23
Make ConstantFoldConstantExpression recursively visit the entire
Dan Gohman
2009-11-23
Reapply r88830 with a bugfix: this transform only applies to icmp eq/ne. This
Nick Lewycky
2009-11-15
Revert r88830 and r88831 which appear to have caused a selfhost buildbot some
Nick Lewycky
2009-11-15
Correct typo.
Nick Lewycky
2009-11-15
Teach instcombine to look for booleans in wider integers when it encounters a
Nick Lewycky
2009-11-11
Don't trivially delete unused calls to llvm.invariant.start. This allows
Duncan Sands
2009-11-10
unify the code that determines whether it is a good idea to change the type
Chris Lattner
2009-11-09
if a 'with overflow' intrinsic just has the normal result used, simplify
Chris Lattner
2009-11-09
enhance PHI slicing to handle the case when a slicable PHI is begin
Chris Lattner
2009-11-08
Teach an instcombine to not pull trunc instructions through PHI nodes
Chris Lattner
2009-11-08
reapply r8644[3-5] with only the scary part
Chris Lattner
2009-11-08
Speculatively revert r8644[3-5], they seem to be leading to infinite loops in
Daniel Dunbar
2009-11-08
another more interesting test.
Chris Lattner
2009-11-08
feature test for the new transformation in r86443
Chris Lattner
2009-11-08
teach a couple of instcombine transformations involving PHIs to
Chris Lattner
2009-11-07
make instcombine only rewrite a chain of computation
Chris Lattner
2009-11-04
move two functions up higher in the file. Delete a useless argument
Chris Lattner
2009-11-04
filecheckize this test.
Chris Lattner
2009-11-03
Make opt default to not adding a target data string and update tests that dep...
Kenneth Uildriks
2009-11-02
fix instcombine to only do store sinking when the alignments
Chris Lattner
2009-11-02
merge a test into store.ll
Chris Lattner
2009-11-02
convert to filecheck
Chris Lattner
2009-11-01
merge phi-merge.ll into phi.ll
Chris Lattner
2009-11-01
when merging two loads, make sure to take the min of their alignment,
Chris Lattner
2009-11-01
fix a bug noticed by inspection: when instcombine sinks loads through
Chris Lattner
2009-11-01
convert to filecheck.
Chris Lattner
2009-10-26
Convert a few tests to FileCheck for PR5307.
Edward O'Callaghan
2009-10-26
Code that checks WillNotOverflowSignedAdd before creating an Add
Dan Gohman
2009-10-26
reapply r85085 with a bugfix to avoid infinite looping.
Chris Lattner
[prev]
[next]