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
Age
Commit message (
Expand
)
Author
2013-04-14
Reorders two transforms that collide with each other
David Majnemer
2013-04-14
Miscellaneous cleanups for VecUtils.h
Benjamin Kramer
2013-04-14
SLP: Document the scalarization cost method.
Nadav Rotem
2013-04-14
SLPVectorizer: Add support for trees that don't start at binary operators, an...
Nadav Rotem
2013-04-14
SLPVectorizer: add initial support for reduction variable vectorization.
Nadav Rotem
2013-04-13
GlobalDCE: Fix an oversight in my last commit that could lead to crashes.
Benjamin Kramer
2013-04-13
Fix a scalability issue with complex ConstantExprs.
Benjamin Kramer
2013-04-12
InstCombine: Check the operand types before merging fcmp ord & fcmp ord.
Benjamin Kramer
2013-04-12
SLPVectorizer: add support for vectorization of diamond shaped trees. We now ...
Nadav Rotem
2013-04-12
Add debug prints.
Nadav Rotem
2013-04-12
Have the StripMetadata pass also strip unsupported named metadata.
Jan Voung
2013-04-12
PNaCl: extend GlobalCleanup to null-out extern_weak function references, and ...
Derek Schuff
2013-04-12
Simplify (A & ~B) in icmp if A is a power of 2
David Majnemer
2013-04-12
LoopVectorizer: integer division is not a reduction operation
Arnold Schwaighofer
2013-04-11
Optimize icmp involving addition better
David Majnemer
2013-04-11
Fix for wrong instcombine on vector insert/extract
Benjamin Kramer
2013-04-11
[ASan] Allow disabling init-order checks for globals by source file name.
Alexey Samsonov
2013-04-11
Rename the C function to create a SLPVectorizerPass to something sane and exp...
Benjamin Kramer
2013-04-10
Make the SLP store-merger less paranoid about function calls. We check for fu...
Nadav Rotem
2013-04-10
We require DataLayout for analyzing the size of stores.
Nadav Rotem
2013-04-10
Change CloneFunctionInto to always clone Argument attributes induvidually,
Joey Gouly
2013-04-09
Fix some comment typos.
Bob Wilson
2013-04-09
Add support for bottom-up SLP vectorization infrastructure.
Nadav Rotem
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
Removed trailing whitespace.
Michael Gottesman
2013-04-05
An objc_retain can serve as a use for a different pointer.
Michael Gottesman
2013-04-05
Properly model precise lifetime when given an incomplete dataflow sequence.
Michael Gottesman
2013-04-05
Tidy up a bit. No functional change.
Jim Grosbach
2013-04-05
Disable the optimization about promoting vector-element-access with symbolic ...
Shuxin Yang
2013-04-05
Added two debug logging messages to VisitInstructionsTopDown to match VisitIn...
Michael Gottesman
2013-04-05
Cleaned up whitespace and made debug logging less verbose.
Michael Gottesman
2013-04-04
LoopVectorizer: Pass OperandValueKind information to the cost model
Arnold Schwaighofer
2013-04-04
Reassociate: Avoid iterator invalidation.
Benjamin Kramer
2013-04-04
PNaCl: Change ExpandVarArgs to work around invalid use of va_arg
Mark Seaborn
2013-04-03
Refactored out the helper method FindPredecessorAutoreleaseWithSafePath from ...
Michael Gottesman
2013-04-03
Refactored out the helper function FindPredecessorRetainWithSafePath from Obj...
Michael Gottesman
2013-04-03
Small cleanups.
Michael Gottesman
2013-04-03
Refactored out a part of ObjCARCOpt::OptimizeReturns into its own method HasS...
Michael Gottesman
2013-04-03
Removed an old comment.
Michael Gottesman
2013-04-03
Clean up arc annotations by moving the top/bottom BB annotations into conditi...
Michael Gottesman
2013-04-03
Remove an optimization where we were changing an objc_autorelease into an obj...
Michael Gottesman
2013-04-03
Improved comment. No functionality change.
Michael Gottesman
2013-04-02
Disable shift-compare instcombine optimization for NaCl.
Derek Schuff
2013-04-02
Use a worklist to avoid a sneaky iterator invalidation.
Bill Wendling
2013-04-01
Correct assertion condition
Shuxin Yang
2013-03-30
Implement XOR reassociation. It is based on following rules:
Shuxin Yang
2013-03-29
PNaCl: Fix ExpandTls to handle a couple of corner cases involving PHI nodes
Mark Seaborn
2013-03-29
Add clang.arc.used to ModuleHasARC so ARC always runs if said call is present...
Michael Gottesman
2013-03-29
Removed trailing whitespace.
Michael Gottesman
[prev]
[next]