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-10-21
Vectorizer: fix a bug in the classification of induction/reduction phis.
Nadav Rotem
2012-10-20
Fix an infinite loop in the loop-vectorizer.
Nadav Rotem
2012-10-20
SROA: Simplify code. No functionality change.
Benjamin Kramer
2012-10-20
InstCombine: Fix an edge case where constant icmps could sneak into ConstantF...
Benjamin Kramer
2012-10-20
Vectorize: teach cavVectorizeMemory to distinguish between A[i]+=x and A[B[i]...
Nadav Rotem
2012-10-20
Fix a typo
Nadav Rotem
2012-10-20
Vectorizer: refactor the memory checks to a new function. No functionality ch...
Nadav Rotem
2012-10-19
LoopVectorize: Keep the IRBuilder on the stack.
Nadav Rotem
2012-10-19
Vectorizer: Add support for loop reductions.
Nadav Rotem
2012-10-19
revert r166264 because the LTO build is still failing
Nadav Rotem
2012-10-19
SimplifyLibcalls: The return value of ffsll is always i32, even when the inpu...
Benjamin Kramer
2012-10-19
Re-enable new SROA pass
Derek Schuff
2012-10-19
Indvars: Don't recursively delete instruction during BB iteration.
Benjamin Kramer
2012-10-19
[ASan] Support comments in ASan/TSan blacklist file as lines starting with #
Alexey Samsonov
2012-10-19
Move SplitBlockAndInsertIfThen to BasicBlockUtils.
Evgeniy Stepanov
2012-10-19
LoopVectorize: Keep the IRBuilder on the stack.
Benjamin Kramer
2012-10-19
[asan] make sure asan erases old unused allocas after it created a new one. T...
Kostya Serebryany
2012-10-19
recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...
Nadav Rotem
2012-10-19
vectorizer: Add support for reading and writing from the same memory location.
Nadav Rotem
2012-10-18
cleanup the comment.
Nadav Rotem
2012-10-18
fix a naming typo
Nadav Rotem
2012-10-18
Merge commit '3298959540ca744ec16b4c65db244534a929a862'
Derek Schuff
2012-10-18
Some changes to UpdateFunctionSignature seem to have gotten
Robert Muth
2012-10-18
Avoid reconstructing the pointer set when searching for duplicated read/write...
Nadav Rotem
2012-10-18
Cosmetic change -- move two simplifiers to the right commented statement group.
Meador Inge
2012-10-18
instcombine: Migrate strcpy optimizations
Meador Inge
2012-10-18
When looking for a vector representation of a scalar, do a single lookup. Als...
Nadav Rotem
2012-10-18
Refactor insert and extract of sub-integers into static helpers that
Chandler Carruth
2012-10-18
This FIXME was fixed some time ago. =]
Chandler Carruth
2012-10-18
Introduce a BarrierNoop pass, a hack designed to allow *some* control
Chandler Carruth
2012-10-18
remove unused variable to fix a warning.
Nadav Rotem
2012-10-18
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-18
Remove the use of dominators and AA.
Nadav Rotem
2012-10-18
Vectorizer: Add support for loops with an unknown count. For example:
Nadav Rotem
2012-10-17
PNaCl: Fix nacl-expand-ctors pass to handle llvm.global_ctors being zeroiniti...
Mark Seaborn
2012-10-17
LoopVectorize.cpp: Fix a warning. [-Wunused-variable]
NAKAMURA Takumi
2012-10-17
Remove redundant SetInsertPoint call.
Jakub Staszak
2012-10-17
Fix some typos and wrong indenting.
Roman Divacky
2012-10-17
Add a loop vectorizer.
Nadav Rotem
2012-10-17
[asan] better debug diagnostics in asan compiler module
Kostya Serebryany
2012-10-17
This just in, it is a *bad idea* to use 'udiv' on an offset of
Chandler Carruth
2012-10-17
Fix a really annoying "bug" introduced in r165941. The change from that
Chandler Carruth
2012-10-16
Merge commit '320db3f8052c9f506d9ea043ba5da534df40aa08'
Derek Schuff
2012-10-16
[InstCombine] Teach InstCombine how to handle an obfuscated splat.
Michael Gottesman
2012-10-16
Simplify code. No functionality change.
Jakub Staszak
2012-10-16
80-col fixup.
Jakub Staszak
2012-10-16
Simplify potentially quadratic behavior while erasing elements from std::vector.
Jakub Staszak
2012-10-16
Disable new SROA pass
Derek Schuff
2012-10-16
Use the Attributes::get method which takes an AttrVal value directly to simpl...
Bill Wendling
2012-10-16
Fix filename in file header.
Craig Topper
[prev]
[next]