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
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
Normalize memcmp constant folding results.
Meador Inge
2012-11-11
Remove hard-coded constant in Transforms/InstCombine/memcmp-1.ll
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
instcombine: Migrate memcmp optimizations
Meador Inge
2012-11-11
instcombine: Migrate strstr optimizations
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
Add support for memory runtime check. When we can, we calculate array bounds.
Nadav Rotem
2012-11-08
llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFr...
NAKAMURA Takumi
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
Fix bad test IR in switch_to_lookup_table.ll
Hans Wennborg
2012-11-06
Cost Model: add tables for some avx type-conversion hacks.
Nadav Rotem
2012-11-05
Code Model: Improve the accuracy of the zext/sext/trunc vector cost estimation.
Nadav Rotem
2012-11-05
Implement the cost of abnormal x86 instruction lowering as a table.
Nadav Rotem
2012-11-03
Generalize the transform that boosts GEP indices to the size of a pointer to
Duncan Sands
2012-11-02
Add a testcase to loop-idiom to cover PR14241 when we start handling
Chandler Carruth
2012-11-02
Revert the switch of loop-idiom to use the new dependence analysis.
Chandler Carruth
2012-11-01
BBVectorize: Commit the rest of the test-case change.
Hal Finkel
2012-11-01
BBVectorize: Use target costs for incoming and outgoing values instead of the...
Hal Finkel
2012-11-01
Add a test case for PR14233.
Chandler Carruth
2012-11-01
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-10-31
LoopVectorize: Preserve NSW, NUW and IsExact flags.
Nadav Rotem
2012-10-31
Fix a bug in the cost calculation of vector casts. Detect situations where bi...
Nadav Rotem
2012-10-31
Remove fixme about unreachable cases from SwitchToLookupTable
Hans Wennborg
2012-10-31
BBVectorize: Choose pair ordering to minimize shuffles
Hal Finkel
2012-10-31
instcombine: Migrate strto* optimizations
Meador Inge
2012-10-31
Do simple constant propagation in lookup table formation for switches
Hans Wennborg
2012-10-31
LCSSA: Add a workaround for another nasty SCEV cache invalidation issue.
Benjamin Kramer
2012-10-31
DependenceAnalysis: Don't crash if there is no constant operand.
Benjamin Kramer
2012-10-31
instcombine: Migrate strpbrk optimizations
Meador Inge
2012-10-31
instcombine: Migrate strlen optimizations
Meador Inge
2012-10-31
instcombine: Migrate strncpy optimizations
Meador Inge
2012-10-31
LoopVectorize: Do not vectorize loops with tiny constant trip counts.
Nadav Rotem
2012-10-31
Add support for loops that don't start with Zero.
Nadav Rotem
2012-10-31
instcombine: Migrate stpcpy optimizations
Meador Inge
2012-10-31
instcombine: Split out the __stpcpy_chk simplifications from StrCpyChkOpt
Meador Inge
2012-10-30
Fix PR14212: For some strange reason I treated vectors differently from
Chandler Carruth
2012-10-30
LoopIdiom: Fix a serious missed optimization: we only turned top-level loops ...
Benjamin Kramer
2012-10-30
BBVectorize: Fix a small bug introduced in r167042.
Hal Finkel
[next]