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
2013-04-14
Reorders two transforms that collide with each other
David Majnemer
2013-04-14
Make the command line triple match the module triple.
Nadav Rotem
2013-04-14
Remove unused function attributes.
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
CostModel: increase the default cost of supported floating point operations f...
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
Add missing colons to check lines.
Benjamin Kramer
2013-04-11
FileCheckize a bunch of tests.
Benjamin Kramer
2013-04-10
Make the SLP store-merger less paranoid about function calls. We check for fu...
Nadav Rotem
2013-04-09
Add support for bottom-up SLP vectorization infrastructure.
Nadav Rotem
2013-04-09
Revert r176408 and r176407 to address PR15540.
Nadav Rotem
2013-04-09
Converted 8x tests of SimplifyCFG to use FileCheck instead of grep.
Michael Gottesman
2013-04-09
Revert 179071 because it is not the right way to support non standard new/new...
Nadav Rotem
2013-04-08
c++ new operators are not malloc-like functions because they do not return un...
Nadav Rotem
2013-04-07
Fix PR15674 (and PR15603): a SROA think-o.
Chandler Carruth
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
Disable the optimization about promoting vector-element-access with symbolic ...
Shuxin Yang
2013-04-04
LoopVectorizer: Pass OperandValueKind information to the cost model
Arnold Schwaighofer
2013-04-04
PNaCl: Change ExpandVarArgs to work around invalid use of va_arg
Mark Seaborn
2013-04-03
Remove an optimization where we were changing an objc_autorelease into an obj...
Michael Gottesman
2013-04-02
Use a worklist to avoid a sneaky iterator invalidation.
Bill Wendling
2013-04-01
Correct assertion condition
Shuxin Yang
2013-04-01
X86TTI: Add accurate costs for itofp operations, based on the actual instruct...
Benjamin Kramer
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
Updated test0 of retain-not-declared.ll to reflect the fact that objc-arc-exp...
Michael Gottesman
2013-03-29
Add clang.arc.used to ModuleHasARC so ARC always runs if said call is present...
Michael Gottesman
2013-03-28
Add a pass to strip bitcode metadata.
Jan Voung
2013-03-28
Non optimizable objc_retainBlock calls are not forwarding.
Michael Gottesman
2013-03-28
[ObjCARC] Strength reduce objc_retainBlock -> objc_retain if the objc_retainB...
Michael Gottesman
2013-03-28
Remove -O3.
Akira Hatanaka
2013-03-28
Revert "Adding DIImportedModules to DIScopes."
David Blaikie
2013-03-28
Check if Type is a vector before calling function Type::getVectorNumElements.
Akira Hatanaka
2013-03-27
PNaCl: Fix ExpandVarArgs to handle "byval" struct arguments properly
Mark Seaborn
2013-03-27
Added back in the test for arc-annotations.
Michael Gottesman
2013-03-27
Adding DIImportedModules to DIScopes.
David Blaikie
2013-03-26
PNaCl: Add ExpandGetElementPtr pass for converting GetElementPtr to arithmetic
Mark Seaborn
2013-03-26
Add test case for commit r178031.
Ulrich Weigand
2013-03-26
Remove testcase. It's failing on some platforms but not others.
Bill Wendling
[prev]
[next]