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-12-19
[msan] Heuristically instrument unknown intrinsics.
Evgeniy Stepanov
2012-12-19
LoopVectorize: Make iteration over induction variables not depend on pointer ...
Benjamin Kramer
2012-12-19
Inline the 'hasIncompatibleWithVarArgsAttrs' method into its only uses. And s...
Bill Wendling
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
Make sure the buffer, which containas an instance of APFloat, has proper alig...
Shuxin Yang
2012-12-18
rdar://12801297
Shuxin Yang
2012-12-18
Enable the loop vectorizer in clang and not in the pass manager, so that we c...
Nadav Rotem
2012-12-18
LoopVectorize: Emit reductions as log2(vectorsize) shuffles + vector ops inst...
Benjamin Kramer
2012-12-18
Enable the loop vectorizer.
Nadav Rotem
2012-12-18
SROA: Replace calls to getScalarSizeInBits to DataLayout's API because
Nadav Rotem
2012-12-18
Initialize NoRedZone and remove unused default values.
Rafael Espindola
2012-12-17
Fix another SROA crasher, PR14601.
Chandler Carruth
2012-12-17
[msan] Fix lint warning.
Evgeniy Stepanov
2012-12-17
Teach the rewriting of memcpy calls to support subvector copies.
Chandler Carruth
2012-12-17
Optimize tree walking in markAliveBlocks.
Evgeniy Stepanov
2012-12-17
Fix a secondary bug I introduced while fixing the first part of PR14478.
Chandler Carruth
2012-12-17
Hoist a convertValue call to the two paths where it is needed.
Chandler Carruth
2012-12-17
Hoist the insertVector helper to be a static helper.
Chandler Carruth
2012-12-17
Lift the extractVector helper all the way out to a static helper function.
Chandler Carruth
2012-12-17
Factor the vector load rewriting into a more generic form.
Chandler Carruth
2012-12-17
Fix the first part of PR14478: memset now works.
Chandler Carruth
2012-12-17
Extract the logic for inserting a subvector into a vector alloca.
Chandler Carruth
2012-12-17
Lift the integer splat computation into a helper function.
Chandler Carruth
2012-12-15
Relax an overly aggressive assert to fix PR14572.
Chandler Carruth
2012-12-15
Revert r170246, "Enable the loop vectorizer by default."
NAKAMURA Takumi
2012-12-14
Add back FoldOpIntoPhi optimizations with fix. Included test cases to help ca...
Michael Ilseman
2012-12-14
Enable the loop vectorizer by default.
Nadav Rotem
2012-12-14
rdar://12753946
Shuxin Yang
2012-12-14
Fix lint warnings in MemorySanitizer.cpp.
Evgeniy Stepanov
2012-12-14
[msan] Origin stores and loads do not need explicit alignment.
Evgeniy Stepanov
2012-12-14
[msan] Refactor default shadow propagation and origin tracking.
Evgeniy Stepanov
2012-12-14
revert r170166 - disable the loop vectorizer.
Nadav Rotem
2012-12-14
Enable the loop vectorizer.
Nadav Rotem
2012-12-14
Disable the loop vectorizer.
Nadav Rotem
2012-12-13
Enable the Loop Vectorizer by default for O2 and O3. Disable if-conversion by...
Nadav Rotem
2012-12-13
Revert r170020, "Simplify negated bit test", for now.
NAKAMURA Takumi
2012-12-13
Revert "Restore the PHI optimization I accidently removed" temporarily since
Eric Christopher
2012-12-13
Missed these calls from the previous rename somehow.
Rafael Espindola
2012-12-13
Rename isPowerOfTwo to isKnownToBeAPowerOfTwo.
Rafael Espindola
2012-12-13
Pattern matching code for intrinsics.
Michael Ilseman
2012-12-13
Take into account minimize size attribute in the inliner.
Quentin Colombet
2012-12-13
Teach the cost model about the optimization in r169904: Truncation of inducti...
Nadav Rotem
2012-12-13
Typo.
Chad Rosier
2012-12-12
Restore the PHI optimization I accidently removed
Michael Ilseman
2012-12-12
Remove trailing whitespace
Michael Ilseman
2012-12-12
Simplify negated bit test
David Majnemer
2012-12-12
Fix indentation.
Nadav Rotem
2012-12-12
LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to in...
Nadav Rotem
2012-12-12
The TargetData is not used for the isPowerOfTwo determination. It has never
Rafael Espindola
2012-12-12
Improve debug info generated with enabled AddressSanitizer.
Alexey Samsonov
[prev]
[next]