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
*
De-constify pointers to Type since they can't be modified. NFC
Craig Topper
2015-08-01
1
-2
/
+2
*
[LAA] Add clarifying comments for the checking pointer grouping algorithm. NFC
Silviu Baranga
2015-07-28
1
-1
/
+24
*
[LAA] Split out a helper to print a collection of memchecks
Adam Nemet
2015-07-27
1
-34
/
+27
*
[LAA] Upper-case variable names, NFC
Adam Nemet
2015-07-27
1
-4
/
+4
*
[LAA] Split out a helper from addRuntimeCheck to generate the check, NFC
Adam Nemet
2015-07-27
1
-14
/
+18
*
LoopAccessAnalysis.cpp: Tweak r243239 to avoid side effects. It caused differ...
NAKAMURA Takumi
2015-07-27
1
-3
/
+4
*
[LAA] Begin moving the logic of generating checks out of addRuntimeCheck
Adam Nemet
2015-07-26
1
-69
/
+111
*
Fix memcheck interval ends for pointers with negative strides
Silviu Baranga
2015-07-16
1
-2
/
+18
*
[LAA] Split out a helper to check the pointer partitions, NFC
Adam Nemet
2015-07-16
1
-4
/
+8
*
[LAA] Introduce RuntimePointerChecking::PointerInfo, NFC
Adam Nemet
2015-07-14
1
-29
/
+33
*
[LAA] Lift RuntimePointerCheck out of LoopAccessInfo, NFC
Adam Nemet
2015-07-14
1
-43
/
+41
*
Cleanup after r241809 - remove uncessary call to std::sort
Silviu Baranga
2015-07-13
1
-10
/
+5
*
[LAA] Fix grammar in debug output
Adam Nemet
2015-07-09
1
-1
/
+1
*
[LAA] Hide NeedRTCheck logic completely inside canCheckPtrAtRT, NFC
Adam Nemet
2015-07-09
1
-31
/
+27
*
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
[next]