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
2012-11-16
Fix PR14361: wrong simplification of A+B==B+A. You may think that the old logic
Duncan Sands
2012-11-16
SimplifyCFG: Don't assume non-null ScalarTargetTransformInfo.
Hans Wennborg
2012-11-16
LoopVectorize: Division reductions generate incorrect code. Remove the part o...
Nadav Rotem
2012-11-15
misspell
Andrew Trick
2012-11-15
whitespace
Andrew Trick
2012-11-15
Merge commit '08e9cb46feb0c8e08e3d309a0f9fd75a04ca54fb'
Derek Schuff
2012-11-15
Use empty parens for empty function parameter list instead of '(void)'.
Dmitri Gribenko
2012-11-15
Make GlobalOpt be conservative with TLS variables (PR14309)
Hans Wennborg
2012-11-15
Fix a crash observed by Shuxin Yang. The issue here is that LinearizeExprTree,
Duncan Sands
2012-11-15
InstCombineAndOrXor.cpp: Escape bracket in doxygen description. [-Wdocumentat...
NAKAMURA Takumi
2012-11-14
Replace std::vector -> SmallVector in BBVectorize
Hal Finkel
2012-11-14
Fix the largest offender of determinism in BBVectorize
Hal Finkel
2012-11-14
[TSan] fix indentation
Alexey Samsonov
2012-11-13
Merge commit 'be02a90de17f857ba65bbd8a11653ca1bad30adc'
Derek Schuff
2012-11-14
use the getSplat API. Patch by Paul Redmond.
Nadav Rotem
2012-11-13
Figure out <size> argument of llvm.lifetime intrinsics at the moment they are...
Alexey Samsonov
2012-11-13
BBVectorize: Remove temporary assert used for debugging
Hal Finkel
2012-11-13
instcombine: Migrate math library call simplifications
Meador Inge
2012-11-13
BBVectorize: Don't vectorize vector-manipulation chains
Hal Finkel
2012-11-13
revert r167740
Shuxin Yang
2012-11-12
BBVectorize: Only some insert element operand pairs are free.
Hal Finkel
2012-11-12
BBVectorize: Use a more sophisticated check for input cost
Hal Finkel
2012-11-12
BBVectorize: Check the types of compare instructions
Hal Finkel
2012-11-12
This change is to fix rdar://12571717 which is about assertion in Reassociate...
Shuxin Yang
2012-11-12
BBVectorize: Check the input types of shuffles for legality
Hal Finkel
2012-11-12
[ASan] fixup for r167725: Don't fetch name of StructType if it is literal
Alexey Samsonov
2012-11-12
Normalize memcmp constant folding results.
Meador Inge
2012-11-12
[ASan]: Add minimalistic support for turning off initialization-order checkin...
Alexey Samsonov
2012-11-12
Delete a stale comment. No functional change.
Meador Inge
2012-11-11
instcombine: Migrate memset optimizations
Meador Inge
2012-11-11
instcombine: Migrate memmove optimizations
Meador Inge
2012-11-11
instcombine: Migrate memcpy optimizations
Meador Inge
2012-11-11
Fix a comment typo and add comments.
Nadav Rotem
2012-11-11
instcombine: Migrate memcmp optimizations
Meador Inge
2012-11-11
instcombine: Migrate strstr optimizations
Meador Inge
2012-11-11
Add method for replacing instructions to LibCallSimplifier
Meador Inge
2012-11-10
instcombine: Migrate strcspn optimizations
Meador Inge
2012-11-10
instcombine: Query target library information to gate libcall simplifications
Meador Inge
2012-11-09
tsan: switch to new memory_order constants (ABI compatible)
Dmitry Vyukov
2012-11-09
tsan: instrument all atomics (including fetch_add, exchange, cas, etc)
Dmitry Vyukov
2012-11-09
Add support for memory runtime check. When we can, we calculate array bounds.
Nadav Rotem
2012-11-08
instcombine: Migrate strspn optimizations
Meador Inge
2012-11-07
Only do switch-to-lookup table transformation when TargetTransformInfo
Hans Wennborg
2012-11-07
[asan] fix bug 14277 (asan needs to fail with fata error if an __asan interfa...
Kostya Serebryany
2012-11-06
Merge commit 'cfe09ed28d8a65b671e8b7a716a933e98e810e32'
Derek Schuff
2012-11-03
Generalize the transform that boosts GEP indices to the size of a pointer to
Duncan Sands
2012-11-02
Fix whitespaces
Alexey Samsonov
2012-11-02
Revert the switch of loop-idiom to use the new dependence analysis.
Chandler Carruth
2012-11-02
Fix an obvious typo that causes an assertion failure when running
Duncan Sands
2012-11-02
Fix sign compare warning. Patch by Mahesha HS.
Chandler Carruth
[prev]
[next]