projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Revert r237046. See the testcase on the thread where r237046 was committed.
2015-05-12
Michael Zolotukhin
Reimplement heuristic for estimating complete-unroll...
commit
|
commitdiff
|
tree
2015-05-07
Michael Zolotukhin
Populate list of vectorizable functions for Accelerate...
commit
|
commitdiff
|
tree
2015-04-24
Michael Zolotukhin
Fix a couple of typos in comments.
commit
|
commitdiff
|
tree
2015-04-23
Michael Zolotukhin
Fix comment for NoCommonBits.
commit
|
commitdiff
|
tree
2015-03-17
Michael Zolotukhin
Try to fix a test broken by one of my previous commits.
commit
|
commitdiff
|
tree
2015-03-17
Michael Zolotukhin
TLI: Add addVectorizableFunctionsFromVecLib.
commit
|
commitdiff
|
tree
2015-03-17
Michael Zolotukhin
LoopVectorize: teach loop vectorizer to vectorize calls.
commit
|
commitdiff
|
tree
2015-03-17
Michael Zolotukhin
TTI: Honour cost model for estimating cost of vector...
commit
|
commitdiff
|
tree
2015-03-17
Michael Zolotukhin
TTI: Add getCallInstrCost.
commit
|
commitdiff
|
tree
2015-03-17
Michael Zolotukhin
TLI: Add interface for querying whether a function...
commit
|
commitdiff
|
tree
2015-03-17
Michael Zolotukhin
LoopVectorizer: Add TargetTransformInfo.
commit
|
commitdiff
|
tree
2015-03-10
Michael Zolotukhin
Enable loop-rotate before loop-vectorize by default
commit
|
commitdiff
|
tree
2015-03-06
Michael Zolotukhin
LegalizeTypes: Handle shift by 0 in ExpandShiftByConstant.
commit
|
commitdiff
|
tree
2015-03-02
Michael Zolotukhin
TLI: Factor out sanitizeFunctionName. NFC.
commit
|
commitdiff
|
tree
2015-03-02
Michael Zolotukhin
TLI: Use lambda. NFC.
commit
|
commitdiff
|
tree
2015-03-02
Michael Zolotukhin
Make ToVectorTy static.
commit
|
commitdiff
|
tree
2015-03-02
Michael Zolotukhin
Fix a copy-paste bug.
commit
|
commitdiff
|
tree
2015-02-13
Michael Zolotukhin
Testcase for r228988.
commit
|
commitdiff
|
tree
2015-02-13
Michael Zolotukhin
Prevent division by 0.
commit
|
commitdiff
|
tree
2015-02-12
Michael Zolotukhin
Add a testcase for r228432.
commit
|
commitdiff
|
tree
2015-02-10
Michael Zolotukhin
Add a test case for new unrolling heuristics.
commit
|
commitdiff
|
tree
2015-02-06
Michael Zolotukhin
Use estimated number of optimized insns in unroll-threshold...
commit
|
commitdiff
|
tree
2015-02-06
Michael Zolotukhin
[InstSimplify] Add SimplifyFPBinOp function.
commit
|
commitdiff
|
tree
2015-02-05
Michael Zolotukhin
Implement new heuristic for complete loop unrolling.
commit
|
commitdiff
|
tree
2015-01-09
Michael Zolotukhin
Update comment.
commit
|
commitdiff
|
tree
2015-01-09
Michael Zolotukhin
Remove duplicating code. NFC.
commit
|
commitdiff
|
tree
2014-12-09
Michael Zolotukhin
Remove redundant variable.
commit
|
commitdiff
|
tree
2014-12-02
Michael Zolotukhin
PR21302. Vectorize only bottom-tested loops.
commit
|
commitdiff
|
tree
2014-12-02
Michael Zolotukhin
Apply loop-rotate to several vectorizer tests.
commit
|
commitdiff
|
tree
2014-11-20
Michael Zolotukhin
Fix a trip-count overflow issue in LoopUnroll.
commit
|
commitdiff
|
tree
2014-10-31
Michael Zolotukhin
Correctly update dom-tree after loop vectorizer.
commit
|
commitdiff
|
tree
2014-08-27
Michael Zolotukhin
[SLP] Re-enable vectorization of GEP expressions (re...
commit
|
commitdiff
|
tree
2014-06-06
Michael Zolotukhin
Fix typo in a test from r210342.
commit
|
commitdiff
|
tree
2014-06-06
Michael Zolotukhin
[SLP] Enable vectorization of GEP expressions.
commit
|
commitdiff
|
tree
2014-05-26
Michael Zolotukhin
Some cleanup for r209568.
commit
|
commitdiff
|
tree
2014-05-24
Michael Zolotukhin
Implement sext(C1 + C2*X) --> sext(C1) + sext(C2*X...
commit
|
commitdiff
|
tree
2014-05-08
Michael Zolotukhin
[InstCombine] Some cleanup in optimization of redundant...
commit
|
commitdiff
|
tree
2014-05-07
Michael Zolotukhin
[InstCombine] Add optimization of redundant insertvalue...
commit
|
commitdiff
|
tree
2014-05-05
Michael Zolotukhin
Move test from r207969 to another folder and rename it.
commit
|
commitdiff
|
tree
2014-05-05
Michael Zolotukhin
Fix test from r207966 and add a comment there.
commit
|
commitdiff
|
tree
2014-05-05
Michael Zolotukhin
Add regression test for r207692.
commit
|
commitdiff
|
tree
2014-04-30
Michael Zolotukhin
[X86] Never hoist the shift value of a shift instruction.
commit
|
commitdiff
|
tree
2014-04-29
Michael Zolotukhin
Fix a typo in comment
commit
|
commitdiff
|
tree
2014-04-26
Michael Zolotukhin
Revert r206749 till a final decision about the intrinsics...
commit
|
commitdiff
|
tree
2014-04-21
Michael Zolotukhin
Reapply r206732. This time without optimization of...
commit
|
commitdiff
|
tree
2014-04-21
Michael Zolotukhin
Implement builtins for safe division: safe.sdiv.iN...
commit
|
commitdiff
|
tree
2014-03-18
Michael Zolotukhin
Fix test lsr-normalization.ll broken in r204161.
commit
|
commitdiff
|
tree
2014-03-18
Michael Zolotukhin
Add stride normalization to SCEV Normalize/Denormalize...
commit
|
commitdiff
|
tree
2014-03-12
Michael Zolotukhin
PR17473:
commit
|
commitdiff
|
tree
2014-03-12
Michael Zolotukhin
Test commit
commit
|
commitdiff
|
tree