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-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
2012-10-30
LoopVectorize: Add support for write-only loops when the write destination is...
Nadav Rotem
2012-10-30
LoopVectorize: Fix a bug in the initialization of reduction variables. AND ne...
Nadav Rotem
2012-10-30
Set %defaultjit to use MCJIT for PowerPC targets.
Ulrich Weigand
2012-10-30
switch_to_lookup_table.ll: Remove some unnecessary lines, comments,
Hans Wennborg
2012-10-30
Enable some additional constant folding for PPCDoubleDouble.
Ulrich Weigand
2012-10-30
Use TargetTransformInfo to control switch-to-lookup table transformation
Hans Wennborg
2012-10-30
Remove an invalid assert in TargetTransformImpl
Hal Finkel
2012-10-27
LoopIdiom: Add checks to avoid turning memmove into an infinite loop.
Benjamin Kramer
2012-10-27
LoopIdiom: Recognize memmove loops.
Benjamin Kramer
2012-10-27
LoopIdiom: Replace custom dependence analysis with DependenceAnalysis.
Benjamin Kramer
2012-10-27
1. Fix a bug in getTypeConversion. When a *simple* type is split, we need to ...
Nadav Rotem
2012-10-26
Refactor the VectorTargetTransformInfo interface.
Nadav Rotem
2012-10-26
Move target-specific BBVectorize tests into a separate directory.
Hal Finkel
2012-10-26
Move the target-specific tests, which require specific backends, to dirs that...
Nadav Rotem
2012-10-26
Change the internalize pass to internalize all symbols when given an empty
Rafael Espindola
2012-10-26
Fix SCEV cache invalidation in LCSSA and LoopSimplify.
Benjamin Kramer
2012-10-26
Fix a crash in SimpliftDemandedBits of vectors of pointers.
Nadav Rotem
2012-10-26
Port testcase to FileCheck.
Rafael Espindola
2012-10-26
Disable generation of pointer vectors by BBVectorize.
Hal Finkel
2012-10-25
Revert 166726 because it may have broken a number of SPEC tests. PR14183.
Nadav Rotem
2012-10-25
Fix a crash in ValueTracking. Add support for vectors of pointers.
Nadav Rotem
2012-10-25
Fix the cost-model test.
Nadav Rotem
2012-10-25
Add CPU model to BBVectorize cost-model tests.
Hal Finkel
2012-10-25
Add the cpu model to the test.
Nadav Rotem
2012-10-25
Begin incorporating target information into BBVectorize.
Hal Finkel
2012-10-25
Also optimize large switch statements.
Jakob Stoklund Olesen
2012-10-25
Merge commit 'a8a0a155de16830b8fcab539ba2ec21de3145532'
Derek Schuff
[prev]
[next]