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
2012-01-13
Cosmetic patch for r148132.
Stepan Dyatkovskiy
2012-01-13
LoopUnswitch: All helper data that is collected during loop-unswitch iteratio...
Stepan Dyatkovskiy
2012-01-13
Implement proper ObjC ARC objc_retainBlock "escape" analysis, so that
Dan Gohman
2012-01-11
Improved compile time:
Stepan Dyatkovskiy
2012-01-10
Enable LSR IV Chains with sufficient heuristics.
Andrew Trick
2012-01-09
Adding IV chain generation to LSR.
Andrew Trick
2012-01-09
Adding collection of IV chains to LSR.
Andrew Trick
2012-01-09
"Minor LSR debugging stuff"
Andrew Trick
2012-01-07
Enable redundant phi elimination after LSR.
Andrew Trick
2012-01-07
LSR: Don't optimize loops if an outer loop has no preheader.
Andrew Trick
2012-01-07
LSR: run DeleteDeadPhis before replaceCongruentPhis.
Andrew Trick
2012-01-07
Extended replaceCongruentPhis to handle mixed phi types.
Andrew Trick
2011-12-27
Turn cos(-x) into cos(x). Patch by Alexander Malyshev!
Nick Lewycky
2011-12-26
Fix warning.
Rafael Espindola
2011-12-23
Fix typo "infinte".
Nick Lewycky
2011-12-22
Add the actual code for r147175.
Chad Rosier
2011-12-22
Speculatively revert r146578 to determine if it is the cause of a number of
Chad Rosier
2011-12-21
Fix a copy+pasto. No testcase, because the symptoms of dereferencing
Dan Gohman
2011-12-14
Move Instruction::isSafeToSpeculativelyExecute out of VMCore and
Dan Gohman
2011-12-14
Fix for bug #11429: Wrong behaviour for switches. Small improvement for code ...
Stepan Dyatkovskiy
2011-12-14
It turns out that clang does use pointer-to-function types to
Dan Gohman
2011-12-13
Cleanup. Clarify LSRInstance public methods.
Andrew Trick
2011-12-12
Indvars: guard against exponential behavior in isHighCostExpansion.
Andrew Trick
2011-12-12
Only replace fwrite with fputc, if the return value is unused.
Joerg Sonnenberger
2011-12-12
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-12
When computing reverse-CFG reverse-post-order, skip backedges, as
Dan Gohman
2011-12-12
Add a TODO comment.
Dan Gohman
2011-12-12
Fix a copy+pasto in a comment.
Dan Gohman
2011-12-12
Use getArgOperand instead of getOperand on a call.
Dan Gohman
2011-12-12
Inline SetSeqToRelease into its only caller, since it's more clear that way.
Dan Gohman
2011-12-12
Fix omitted break statements in a switch.
Dan Gohman
2011-12-12
Switch llvm.cttz and llvm.ctlz to accept a second i1 parameter which
Chandler Carruth
2011-12-10
LSR: ignore strides in outer loops.
Andrew Trick
2011-12-09
SplitBlockPredecessors uses ArrayRef instead of Data and Size.
Jakub Staszak
2011-12-09
Add -unroll-runtime for unrolling loops with run-time trip counts.
Andrew Trick
2011-12-08
Fix infinite loop in DSE when deleting a free in a reachable loop that's also
Nick Lewycky
2011-12-06
Push StringRefs through the metadata interface.
Benjamin Kramer
2011-12-06
LSR: prune undesirable formulae early.
Andrew Trick
2011-12-05
Update comment.
Chad Rosier
2011-12-05
Make the MemCpyOptimizer a bit more aggressive. I can't think of a scenerio
Chad Rosier
2011-12-05
Add support for vectors of pointers.
Nadav Rotem
2011-12-03
Fixed deadstoreelimination bug where negative indices were incorrectly causin...
Pete Cooper
2011-12-02
Fix a few more places where TargetData/TargetLibraryInfo is not being passed.
Chad Rosier
2011-12-01
Last bit of TargetLibraryInfo propagation. Also fixed a case for TargetData
Chad Rosier
2011-12-01
Propagate TargetLibraryInfo throughout ConstantFolding.cpp and
Chad Rosier
2011-11-30
Make GlobalMerge honor the preferred alignment on globals without an explicit...
Eli Friedman
2011-11-29
Potential bug in RewriteLoopBodyWithConditionConstant: use iterator should no...
Stepan Dyatkovskiy
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-29
SCEV fix. In general, Add/Mul expressions should not inherit NSW/NUW.
Andrew Trick
2011-11-28
Remove the temporary flag -disable-unroll-scev and dead code.
Andrew Trick
[prev]
[next]