index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Analysis
/
LoopAccessAnalysis.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Don't rely on the DepCands iteration order when constructing checking pointer...
Silviu Baranga
2015-07-09
1
-4
/
+26
*
[LAA] Fix line break in comment
Adam Nemet
2015-07-09
1
-1
/
+1
*
[LAA] Rename IsRTNeeded to IsRTCheckAnalysisNeeded
Adam Nemet
2015-07-09
1
-6
/
+17
*
[LAA] Fix misleading use of word 'consecutive'
Adam Nemet
2015-07-09
1
-3
/
+3
*
[LAA] Revert a small part of r239295
Adam Nemet
2015-07-08
1
-6
/
+20
*
[LAA] Add missing debug output after r239285
Adam Nemet
2015-07-08
1
-1
/
+3
*
[LAA] Merge memchecks for accesses separated by a constant offset
Silviu Baranga
2015-07-08
1
-38
/
+215
*
Move VectorUtils from Transforms to Analysis to correct layering violation
David Blaikie
2015-06-26
1
-1
/
+1
*
[LAA] Try to prove non-wrapping of pointers if SCEV cannot
Adam Nemet
2015-06-26
1
-1
/
+49
*
[PM/AA] Remove the UnknownSize static member from AliasAnalysis.
Chandler Carruth
2015-06-17
1
-2
/
+2
*
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
Chandler Carruth
2015-06-17
1
-4
/
+4
*
[LAA] Fix estimation of number of memchecks
Silviu Baranga
2015-06-08
1
-38
/
+34
*
[LoopVectorize] Teach Loop Vectorizor about interleaved memory accesses.
Hao Liu
2015-06-08
1
-7
/
+2
*
[LoopAccessAnalysis] Teach LAA to check the memory dependence between strided...
Hao Liu
2015-06-08
1
-12
/
+101
*
[PM/AA] Start refactoring AliasAnalysis to remove the analysis group and
Chandler Carruth
2015-06-04
1
-2
/
+2
*
[LoopAccesses] If shouldRetryWithRuntimeCheck, reset InterestingDependences
Adam Nemet
2015-05-18
1
-2
/
+7
*
[LoopAccesses] Rearrange printed lines in -analyze
Adam Nemet
2015-05-18
1
-4
/
+4
*
[LoopAccesses] Debug improvement
Adam Nemet
2015-05-18
1
-0
/
+1
*
[getUnderlyingOjbects] Analyze loop PHIs further to remove false positives
Adam Nemet
2015-04-23
1
-8
/
+14
*
[LoopAccesses] Improve debug output
Adam Nemet
2015-04-17
1
-4
/
+8
*
[LoopAccesses] Properly print whether memchecks are needed
Adam Nemet
2015-04-14
1
-3
/
+3
*
[LoopAccesses] Allow analysis to complete in the presence of uniform stores
Adam Nemet
2015-04-08
1
-11
/
+8
*
Revert "[LoopAccesses] Allow analysis to complete in the presence of uniform ...
Adam Nemet
2015-04-08
1
-8
/
+11
*
[LoopAccesses] Allow analysis to complete in the presence of uniform stores
Adam Nemet
2015-04-07
1
-11
/
+8
*
[LoopAccesses] New API to query if memchecks are necessary after partitioning
Adam Nemet
2015-04-07
1
-0
/
+11
*
[LoopAccesses] Handle case when no memchecks are needed after partitioning
Adam Nemet
2015-04-02
1
-2
/
+4
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-1
/
+2
*
LoopVectorize: teach loop vectorizer to vectorize calls.
Michael Zolotukhin
2015-03-17
1
-0
/
+7
*
[LoopAccesses] Add debug message to indicate the result of the analysis
Adam Nemet
2015-03-10
1
-4
/
+7
*
LoopAccessAnalysis: Silence -Wreturn-type diagnostic from GCC
David Majnemer
2015-03-10
1
-0
/
+3
*
[LAA-memchecks] Comment improvement
Adam Nemet
2015-03-10
1
-2
/
+2
*
[LAA-memchecks 3/3] Introduce pointer partitions for memchecks
Adam Nemet
2015-03-10
1
-10
/
+36
*
[LAA-memchecks 2/3] Move number of memcheck threshold checking to LV
Adam Nemet
2015-03-10
1
-27
/
+3
*
[LAA-memchecks 1/3] Split out NumComparisons checks. NFC
Adam Nemet
2015-03-10
1
-22
/
+30
*
[LoopAccesses 3/3] Print the dependences with -analyze
Adam Nemet
2015-03-10
1
-1
/
+20
*
[LoopAccesses 2/3] Allow querying of interesting dependences
Adam Nemet
2015-03-10
1
-20
/
+100
*
[LoopAccesses 1/3] Expose MemoryDepChecker to LAA users
Adam Nemet
2015-03-10
1
-127
/
+8
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-25
/
+26
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-1
/
+1
*
[LV/LoopAccesses] Backward dependences are not safe just because the
Adam Nemet
2015-02-26
1
-2
/
+2
*
[LoopAccesses] Add command-line option for RuntimeMemoryCheckThreshold
Adam Nemet
2015-02-26
1
-10
/
+11
*
[LoopAccesses] LAA::getInfo to use const reference for stride parameter
Adam Nemet
2015-02-24
1
-25
/
+24
*
[LoopAccesses] Change LAA:getInfo to return a constant reference
Adam Nemet
2015-02-19
1
-3
/
+4
*
[LoopAccesses] Add -analyze support
Adam Nemet
2015-02-19
1
-0
/
+51
*
[LoopAccesses] Split out LoopAccessReport from VectorizerReport
Adam Nemet
2015-02-19
1
-18
/
+18
*
[LoopAccesses] Add missing const to APIs in VectorizationReport
Adam Nemet
2015-02-19
1
-2
/
+2
*
[LoopAccesses] Add canAnalyzeLoop
Adam Nemet
2015-02-19
1
-1
/
+51
*
[LoopAccesses] Change debug messages from LV to LAA
Adam Nemet
2015-02-19
1
-38
/
+39
*
[LoopAccesses] Create the analysis pass
Adam Nemet
2015-02-19
1
-0
/
+61
*
[LoopAccesses] Cache the result of canVectorizeMemory
Adam Nemet
2015-02-19
1
-13
/
+20
[prev]
[next]