index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
instcombine: Query target library information to gate libcall simplifications
Meador Inge
2012-11-10
1
-0
/
+227
*
Add support for memory runtime check. When we can, we calculate array bounds.
Nadav Rotem
2012-11-09
1
-0
/
+36
*
llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFr...
NAKAMURA Takumi
2012-11-08
4
-43
/
+112
*
instcombine: Migrate strspn optimizations
Meador Inge
2012-11-08
2
-16
/
+56
*
Only do switch-to-lookup table transformation when TargetTransformInfo
Hans Wennborg
2012-11-07
3
-4
/
+9
*
Fix bad test IR in switch_to_lookup_table.ll
Hans Wennborg
2012-11-07
1
-1
/
+1
*
Cost Model: add tables for some avx type-conversion hacks.
Nadav Rotem
2012-11-06
1
-1
/
+1
*
Code Model: Improve the accuracy of the zext/sext/trunc vector cost estimation.
Nadav Rotem
2012-11-05
1
-2
/
+2
*
Implement the cost of abnormal x86 instruction lowering as a table.
Nadav Rotem
2012-11-05
1
-1
/
+1
*
Generalize the transform that boosts GEP indices to the size of a pointer to
Duncan Sands
2012-11-03
1
-0
/
+11
*
Add a testcase to loop-idiom to cover PR14241 when we start handling
Chandler Carruth
2012-11-02
1
-0
/
+33
*
Revert the switch of loop-idiom to use the new dependence analysis.
Chandler Carruth
2012-11-02
5
-218
/
+1
*
BBVectorize: Commit the rest of the test-case change.
Hal Finkel
2012-11-01
1
-41
/
+1
*
BBVectorize: Use target costs for incoming and outgoing values instead of the...
Hal Finkel
2012-11-01
2
-11
/
+99
*
Add a test case for PR14233.
Chandler Carruth
2012-11-01
1
-0
/
+53
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
1
-235
/
+0
*
LoopVectorize: Preserve NSW, NUW and IsExact flags.
Nadav Rotem
2012-10-31
7
-7
/
+62
*
Fix a bug in the cost calculation of vector casts. Detect situations where bi...
Nadav Rotem
2012-10-31
1
-0
/
+48
*
Remove fixme about unreachable cases from SwitchToLookupTable
Hans Wennborg
2012-10-31
1
-0
/
+32
*
BBVectorize: Choose pair ordering to minimize shuffles
Hal Finkel
2012-10-31
9
-21
/
+46
*
instcombine: Migrate strto* optimizations
Meador Inge
2012-10-31
2
-14
/
+82
*
Do simple constant propagation in lookup table formation for switches
Hans Wennborg
2012-10-31
1
-0
/
+41
*
LCSSA: Add a workaround for another nasty SCEV cache invalidation issue.
Benjamin Kramer
2012-10-31
1
-0
/
+74
*
DependenceAnalysis: Don't crash if there is no constant operand.
Benjamin Kramer
2012-10-31
1
-0
/
+25
*
instcombine: Migrate strpbrk optimizations
Meador Inge
2012-10-31
3
-25
/
+91
*
instcombine: Migrate strlen optimizations
Meador Inge
2012-10-31
3
-62
/
+115
*
instcombine: Migrate strncpy optimizations
Meador Inge
2012-10-31
4
-38
/
+126
*
LoopVectorize: Do not vectorize loops with tiny constant trip counts.
Nadav Rotem
2012-10-31
1
-0
/
+33
*
Add support for loops that don't start with Zero.
Nadav Rotem
2012-10-31
2
-0
/
+84
*
instcombine: Migrate stpcpy optimizations
Meador Inge
2012-10-31
4
-46
/
+71
*
instcombine: Split out the __stpcpy_chk simplifications from StrCpyChkOpt
Meador Inge
2012-10-31
2
-0
/
+117
*
Fix PR14212: For some strange reason I treated vectors differently from
Chandler Carruth
2012-10-30
1
-0
/
+15
*
LoopIdiom: Fix a serious missed optimization: we only turned top-level loops ...
Benjamin Kramer
2012-10-30
1
-0
/
+42
*
BBVectorize: Fix a small bug introduced in r167042.
Hal Finkel
2012-10-30
1
-0
/
+28
*
LoopVectorize: Add support for write-only loops when the write destination is...
Nadav Rotem
2012-10-30
1
-0
/
+26
*
LoopVectorize: Fix a bug in the initialization of reduction variables. AND ne...
Nadav Rotem
2012-10-30
1
-0
/
+1
*
Set %defaultjit to use MCJIT for PowerPC targets.
Ulrich Weigand
2012-10-30
1
-1
/
+1
*
switch_to_lookup_table.ll: Remove some unnecessary lines, comments,
Hans Wennborg
2012-10-30
1
-625
/
+214
*
Enable some additional constant folding for PPCDoubleDouble.
Ulrich Weigand
2012-10-30
1
-2
/
+1
*
Use TargetTransformInfo to control switch-to-lookup table transformation
Hans Wennborg
2012-10-30
2
-0
/
+38
*
Remove an invalid assert in TargetTransformImpl
Hal Finkel
2012-10-30
1
-0
/
+12
*
LoopIdiom: Add checks to avoid turning memmove into an infinite loop.
Benjamin Kramer
2012-10-27
1
-1
/
+52
*
LoopIdiom: Recognize memmove loops.
Benjamin Kramer
2012-10-27
1
-0
/
+22
*
LoopIdiom: Replace custom dependence analysis with DependenceAnalysis.
Benjamin Kramer
2012-10-27
2
-0
/
+102
*
1. Fix a bug in getTypeConversion. When a *simple* type is split, we need to ...
Nadav Rotem
2012-10-27
1
-0
/
+62
*
Refactor the VectorTargetTransformInfo interface.
Nadav Rotem
2012-10-26
1
-1
/
+1
*
Move target-specific BBVectorize tests into a separate directory.
Hal Finkel
2012-10-26
5
-11
/
+142
*
Move the target-specific tests, which require specific backends, to dirs that...
Nadav Rotem
2012-10-26
3
-1
/
+7
*
Change the internalize pass to internalize all symbols when given an empty
Rafael Espindola
2012-10-26
2
-5
/
+6
*
Fix SCEV cache invalidation in LCSSA and LoopSimplify.
Benjamin Kramer
2012-10-26
1
-0
/
+421
[next]