projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[MC] Convert the last test using macho-dump under X86/ to llvm-readobj.
[oota-llvm.git]
/
lib
/
Transforms
/
Vectorize
/
2015-08-11
Sanjay Patel
fix minsize detection: minsize attribute implies optimi...
tree
|
commitdiff
2015-08-11
Sanjay Patel
fix code that was accidentally commented out in previou...
tree
|
commitdiff
2015-08-11
Sanjay Patel
fix typos in comments; NFC
tree
|
commitdiff
2015-08-11
Sanjay Patel
fix typo in comment; NFC
tree
|
commitdiff
2015-08-11
Tyler Nowicki
Print vectorization analysis when loop hint is specified.
tree
|
commitdiff
2015-08-11
Tyler Nowicki
Moved LoopVectorizeHints and related functions before...
tree
|
commitdiff
2015-08-11
Tyler Nowicki
Simplify processLoop() by moving loop hint verification...
tree
|
commitdiff
2015-08-11
Adam Nemet
[LAA] Change name from addRuntimeCheck to addRuntimeChe...
tree
|
commitdiff
2015-08-10
Tyler Nowicki
Extend late diagnostics to include late test for runtim...
tree
|
commitdiff
2015-08-10
Tyler Nowicki
Late evaluation of the fast-math vectorization requirement.
tree
|
commitdiff
2015-08-10
Tyler Nowicki
Modify diagnostic messages to clearly indicate the...
tree
|
commitdiff
2015-08-10
Silviu Baranga
[TTI] Add a hook for specifying per-target defaults...
tree
|
commitdiff
2015-08-08
Benjamin Kramer
Fix some comment typos.
tree
|
commitdiff
2015-08-04
Sanjay Patel
wrap OptSize and MinSize attributes for easier and...
tree
|
commitdiff
2015-07-30
Wei Mi
[SLP vectorizer]: Choose the best consecutive candidate...
tree
|
commitdiff
2015-07-22
Hans Wennborg
Fix -Wextra-semi warnings.
tree
|
commitdiff
2015-07-22
Chandler Carruth
[PM/AA] Remove the last of the legacy update API from...
tree
|
commitdiff
2015-07-22
Chandler Carruth
[PM/AA] Switch to an early-exit. NFC. This was split...
tree
|
commitdiff
2015-07-14
Wei Mi
Create a wrapper pass for BlockFrequencyInfo.
tree
|
commitdiff
2015-07-14
Adam Nemet
[LAA] Lift RuntimePointerCheck out of LoopAccessInfo...
tree
|
commitdiff
2015-07-13
Benjamin Kramer
Avoid using Loop::getSubLoopsVector.
tree
|
commitdiff
2015-07-11
Hal Finkel
Move getStrideFromPointer and friends from LoopVectoriz...
tree
|
commitdiff
2015-07-11
Tyler Nowicki
Renamed some uses of unroll to interleave in the vector...
tree
|
commitdiff
2015-07-10
Jingyue Wu
[TTI] BasicTTIImpl assumes no vector registers
tree
|
commitdiff
2015-07-08
Sanjay Patel
[SLPVectorizer] Try different vectorization factors...
tree
|
commitdiff
2015-07-08
Michael Zolotukhin
[LoopVectorizer] Rename BypassBlock to VectorPH, and...
tree
|
commitdiff
2015-07-08
Michael Zolotukhin
[LoopVectorizer] Restructurize code for emitting RT...
tree
|
commitdiff
2015-07-08
Michael Zolotukhin
[LoopVectorizer] Remove redundant variables PastOverflo...
tree
|
commitdiff
2015-07-08
Michael Zolotukhin
[LoopVectorizer] Move some code around to ease further...
tree
|
commitdiff
2015-07-08
Michael Zolotukhin
[LoopVectorizer] Remove redundant variable LastBypassBl...
tree
|
commitdiff
2015-07-05
Sanjay Patel
remove unnecessary temp variable; NFCI
tree
|
commitdiff
2015-07-05
Sanjay Patel
use range-based for loops; NFCI
tree
|
commitdiff
2015-07-04
Sanjay Patel
use range-based for loops; NFCI
tree
|
commitdiff
2015-07-01
Alexey Samsonov
[LoopVectorize] Use ReplaceInstWithInst() helper where...
tree
|
commitdiff
2015-06-27
David Majnemer
[LoopVectorize] Pointer indicies may be wider than...
tree
|
commitdiff
2015-06-26
David Blaikie
Move VectorUtils from Transforms to Analysis to correct...
tree
|
commitdiff
2015-06-24
Michael Zolotukhin
[LoopVectorizer] Fix bailing-out condition for OptForSi...
tree
|
commitdiff
2015-06-23
Alexander Kornienko
Revert r240137 (Fixed/added namespace ending comments...
tree
|
commitdiff
2015-06-19
Michael Zolotukhin
[SLP] Vectorize for all-constant entries.
tree
|
commitdiff
2015-06-19
Alexander Kornienko
Fixed/added namespace ending comments using clang-tidy...
tree
|
commitdiff
2015-06-17
Chandler Carruth
[PM/AA] Remove the Location typedef from the AliasAnaly...
tree
|
commitdiff
2015-06-16
Tyler Nowicki
Refactor RecurrenceInstDesc
tree
|
commitdiff
2015-06-16
Tyler Nowicki
Rename Reduction variables/structures to Recurrence.
tree
|
commitdiff
2015-06-11
Hao Liu
[LoopVectorize] Revert the enabling of interleaved...
tree
|
commitdiff
2015-06-11
Hao Liu
[AArch64] Match interleaved memory accesses into ldN...
tree
|
commitdiff
2015-06-08
Hao Liu
[LoopVectorize] Teach Loop Vectorizor about interleaved...
tree
|
commitdiff
2015-06-04
Chandler Carruth
[PM/AA] Start refactoring AliasAnalysis to remove the...
tree
|
commitdiff
2015-05-29
Benjamin Kramer
Replace push_back(Constructor(foo)) with emplace_back...
tree
|
commitdiff
2015-05-20
Pete Cooper
Change Function::getIntrinsicID() to return an Intrinsi...
tree
|
commitdiff
2015-05-06
Wei Mi
[X86] Disable loop unrolling in loop vectorization...
tree
|
commitdiff
2015-04-24
Michael Zolotukhin
Fix a couple of typos in comments.
tree
|
commitdiff
2015-04-23
David Blaikie
Recommit r235458: [opaque pointer type] Avoid using...
tree
|
commitdiff
2015-04-23
Karthik Bhat
Move common loop utility function isInductionPHI into...
tree
|
commitdiff
2015-04-22
David Blaikie
Revert "[opaque pointer type] Avoid using PointerType...
tree
|
commitdiff
2015-04-21
David Blaikie
[opaque pointer type] Avoid using PointerType::getEleme...
tree
|
commitdiff
2015-04-20
Karthik Bhat
[NFC] Refactor identification of reductions as common...
tree
|
commitdiff
2015-04-15
Daniel Berlin
Add range iterators for post order and inverse post...
tree
|
commitdiff
2015-04-10
Benjamin Kramer
Reduce dyn_cast<> to isa<> or cast<> where possible.
tree
|
commitdiff
2015-04-08
Adam Nemet
[LoopAccesses] Allow analysis to complete in the presen...
tree
|
commitdiff
2015-04-08
Adam Nemet
Revert "[LoopAccesses] Allow analysis to complete in...
tree
|
commitdiff
2015-04-07
Adam Nemet
[LoopAccesses] Allow analysis to complete in the presen...
tree
|
commitdiff
2015-04-03
David Blaikie
[opaque pointer type] More GEP API migrations in IRBuil...
tree
|
commitdiff
2015-03-30
Duncan P. N. Exon...
Transforms: Use the new DebugLoc API, NFC
tree
|
commitdiff
2015-03-27
Karthik Bhat
Refactor Code inside LoopVectorizer's function isInduct...
tree
|
commitdiff
2015-03-24
David Blaikie
Opaque Pointer Types: GEP API migrations to specify...
tree
|
commitdiff
2015-03-23
Benjamin Kramer
Re-sort includes with sort-includes.py and insert raw_o...
tree
|
commitdiff
2015-03-17
Michael Zolotukhin
Try to fix a test broken by one of my previous commits.
tree
|
commitdiff
2015-03-17
Michael Zolotukhin
LoopVectorize: teach loop vectorizer to vectorize calls.
tree
|
commitdiff
2015-03-17
Michael Zolotukhin
LoopVectorizer: Add TargetTransformInfo.
tree
|
commitdiff
2015-03-10
Adam Nemet
[LAA-memchecks 2/3] Move number of memcheck threshold...
tree
|
commitdiff
2015-03-10
Mehdi Amini
DataLayout is mandatory, update the API to reflect...
tree
|
commitdiff
2015-03-09
Benjamin Kramer
Remove the remaining uses of abs64 and nuke it.
tree
|
commitdiff
2015-03-09
Benjamin Kramer
Make helper functions static.
tree
|
commitdiff
2015-03-09
Kevin Qin
Introduce runtime unrolling disable matadata and use...
tree
|
commitdiff
2015-03-06
Olivier Sallenave
Do not restrict interleaved unrolling to small loops...
tree
|
commitdiff
2015-03-04
Mehdi Amini
Make DataLayout Non-Optional in the Module
tree
|
commitdiff
2015-03-02
Michael Zolotukhin
Make ToVectorTy static.
tree
|
commitdiff
2015-03-02
Benjamin Kramer
SLPVectorizer: Rewrite ArrayRef slice compare to be...
tree
|
commitdiff
2015-02-26
Eric Christopher
Remove DebugLoc::print(LLVMContext, raw_ostream), it...
tree
|
commitdiff
2015-02-19
Adam Nemet
[LoopAccesses] Change LAA:getInfo to return a constant...
tree
|
commitdiff
2015-02-19
Adam Nemet
[LoopAccesses] Split out LoopAccessReport from Vectoriz...
tree
|
commitdiff
2015-02-19
Adam Nemet
[LoopAccesses] Add missing const to APIs in Vectorizati...
tree
|
commitdiff
2015-02-19
Adam Nemet
[LoopAccesses] Change debug messages from LV to LAA
tree
|
commitdiff
2015-02-19
Adam Nemet
[LoopAccesses] Create the analysis pass
tree
|
commitdiff
2015-02-19
Adam Nemet
[LoopAccesses] Cache the result of canVectorizeMemory
tree
|
commitdiff
2015-02-19
Adam Nemet
[LoopAccesses] Stash the report from the analysis rathe...
tree
|
commitdiff
2015-02-19
Adam Nemet
[LoopAccesses] Make VectorizerParams global + fix for...
tree
|
commitdiff
2015-02-19
Adam Nemet
Revert "Reformat."
tree
|
commitdiff
2015-02-18
NAKAMURA Takumi
Reformat.
tree
|
commitdiff
2015-02-18
NAKAMURA Takumi
Revert r229622: "[LoopAccesses] Make VectorizerParams...
tree
|
commitdiff
2015-02-18
Adam Nemet
[LoopAccesses] Change LAA:getInfo to return a constant...
tree
|
commitdiff
2015-02-18
Adam Nemet
[LoopAccesses] Split out LoopAccessReport from Vectoriz...
tree
|
commitdiff
2015-02-18
Adam Nemet
[LoopAccesses] Add missing const to APIs in Vectorizati...
tree
|
commitdiff
2015-02-18
Adam Nemet
[LoopAccesses] Change debug messages from LV to LAA
tree
|
commitdiff
2015-02-18
Adam Nemet
[LoopAccesses] Create the analysis pass
tree
|
commitdiff
2015-02-18
Adam Nemet
[LoopAccesses] Make blockNeedsPredication static
tree
|
commitdiff
2015-02-18
Adam Nemet
[LoopAccesses] Cache the result of canVectorizeMemory
tree
|
commitdiff
2015-02-18
Adam Nemet
[LoopAccesses] Stash the report from the analysis rathe...
tree
|
commitdiff
2015-02-18
Adam Nemet
[LoopAccesses] Make VectorizerParams global
tree
|
commitdiff
2015-02-18
Adam Nemet
[LoopAccesses] Rename LoopAccessAnalysis to LoopAccessInfo
tree
|
commitdiff
next