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
/
lib
/
Transforms
/
Scalar
Age
Commit message (
Expand
)
Author
2013-05-10
Merging r181397:
Bill Wendling
2013-05-06
Rotate multi-exit loops even if the latch was simplified.
Andrew Trick
2013-05-03
Decompose GVN::processNonLocalLoad() (about 400 LOC) into smaller helper func...
Shuxin Yang
2013-05-02
[GV] Remove dead code which is really difficult to decipher.
Shuxin Yang
2013-05-01
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-05-01
SROA: Generate selects instead of shuffles when blending values because this ...
Nadav Rotem
2013-04-27
Fix a XOR reassociation bug.
Shuxin Yang
2013-04-22
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-04-22
Clarify that llvm.used can contain aliases.
Rafael Espindola
2013-04-21
SROA: Don't crash on a select with two identical operands.
Benjamin Kramer
2013-04-18
Fix a comment, PR15777.
Chris Lattner
2013-04-15
Fix a typo in comment.
Jim Grosbach
2013-04-08
Redo the fix Benjamin Kramer committed in r178793 about iterator invalidation...
Shuxin Yang
2013-04-07
Fix PR15674 (and PR15603): a SROA think-o.
Chandler Carruth
2013-04-05
Disable the optimization about promoting vector-element-access with symbolic ...
Shuxin Yang
2013-04-04
Reassociate: Avoid iterator invalidation.
Benjamin Kramer
2013-04-01
Correct assertion condition
Shuxin Yang
2013-03-30
Implement XOR reassociation. It is based on following rules:
Shuxin Yang
2013-03-24
Minor cleanups. No functionality change.
Jakub Staszak
2013-03-24
Use dyn_cast instead of isa && cast.
Jakub Staszak
2013-03-21
[SROA] Prefix names using a custom IRBuilder inserter.
Chandler Carruth
2013-03-21
simplify-libcalls: Removed unused variable
Meador Inge
2013-03-21
Move library call prototype attribute inference to functionattrs
Meador Inge
2013-03-20
Fix a silly search-and-replace goof with r177495 that only broke
Chandler Carruth
2013-03-20
[SROA] Don't preserve the IR names in release builds.
Chandler Carruth
2013-03-20
Move the endif to the correct line so we don't have warnings about
Chandler Carruth
2013-03-20
Introduce some new statistics to help track the exact behavior of the
Chandler Carruth
2013-03-19
Update global merge pass according to Duncan's advices:
Quentin Colombet
2013-03-19
IndVarSimplify: do not recompute an IV value outside of the loop if :
Arnaud A. de Grandmaison
2013-03-19
Revert "Cleanup some SCEV logic a bit."
Andrew Trick
2013-03-19
Cleanup some SCEV logic a bit.
Andrew Trick
2013-03-19
Tighten up an internal LSR API that should check for NULL.
Andrew Trick
2013-03-18
Make method private. Keep coding standard.
Jakub Staszak
2013-03-18
Extend global merge pass to optionally consider global constant variables.
Quentin Colombet
2013-03-18
Mark internal classes as POD-like to get better behavior out of
Chandler Carruth
2013-03-14
PR14972: SROA vs. GVN exposed a really bad bug in SROA.
Chandler Carruth
2013-03-12
Change the order of the operands in patchAndReplaceAllUsesWith so
Dan Gohman
2013-03-07
Keep coding stanard.
Jakub Staszak
2013-03-07
Don't create IRBuilder if we can return from the method earlier.
Jakub Staszak
2013-03-04
Bypass Slow Divides
Preston Gurd
2013-02-24
CVP: If we have a PHI with an incoming select, try to skip the select.
Benjamin Kramer
2013-02-22
Implement the NoBuiltin attribute.
Bill Wendling
2013-02-21
Remove dead code and whitespace.
Chad Rosier
2013-02-20
Update a comment that looks to have been accidentally deleted many moons ago.
Chad Rosier
2013-02-19
Remove unused variable.
Jakub Staszak
2013-02-19
Minor cleanups. No functionality change.
Jakub Staszak
2013-02-19
Remove unneeded #includes.
Jakub Staszak
2013-02-19
Fix typos.
Jakub Staszak
2013-02-16
Reduce indents in LSRInstance::NarrowSearchSpaceByCollapsingUnrolledCode method.
Jakub Staszak
2013-02-12
Actually delete this code, since it's really not clear what it's
Dan Gohman
[next]