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
...
*
Use the range variant of transform instead of unpacking begin/end
David Majnemer
2016-08-12
1
-4
/
+3
*
Consistently use LoopAnalysisManager
Sean Silva
2016-08-09
1
-2
/
+2
*
Consistently use FunctionAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
[LV, X86] Be more optimistic about vectorizing shifts.
Michael Kuperstein
2016-08-04
1
-1
/
+8
*
[OptDiag,LV] Add hotness attribute to analysis remarks
Adam Nemet
2016-07-20
1
-7
/
+8
*
[LAA] Don't hold on to DominatorTree in the analysis result
Adam Nemet
2016-07-13
1
-4
/
+5
*
[LAA] Don't hold on to TargetLibraryInfo in the analysis result
Adam Nemet
2016-07-13
1
-3
/
+4
*
[LAA] Don't hold on to DataLayout in the analysis result
Adam Nemet
2016-07-13
1
-11
/
+8
*
[LAA] Don't hold on to LoopInfo in the analysis result
Adam Nemet
2016-07-13
1
-3
/
+3
*
[LAA] Don't hold on to AliasAnalysis in the analysis result
Adam Nemet
2016-07-13
1
-3
/
+3
*
[LoopAccessAnalysis] Some minor cleanups
David Majnemer
2016-07-12
1
-20
/
+16
*
[PM] name the new PM LAA class LoopAccessAnalysis (LAA) /NFC
Xinliang David Li
2016-07-08
1
-3
/
+3
*
Rename LoopAccessAnalysis to LoopAccessLegacyAnalysis /NFC
Xinliang David Li
2016-07-08
1
-9
/
+9
*
[LoopAccessAnalysis] Fix an integer overflow
David Majnemer
2016-07-07
1
-22
/
+22
*
[PM] Avoid getResult on a higher level in LoopAccessAnalysis
Sean Silva
2016-07-07
1
-7
/
+15
*
[PM] Port LoopAccessInfo analysis to new PM
Xinliang David Li
2016-07-02
1
-0
/
+28
*
[PM] refactor LoopAccessInfo code part-2
Xinliang David Li
2016-07-01
1
-15
/
+15
*
[LAA] Fix alphabetical sorting of headers. NFC
Adam Nemet
2016-07-01
1
-1
/
+1
*
Reverted patch 273864
Elena Demikhovsky
2016-06-29
1
-4
/
+4
*
Fixed consecutive memory access detection in Loop Vectorizer.
Elena Demikhovsky
2016-06-27
1
-4
/
+4
*
[PM]: LoopAccessInfo simple refactoring
Xinliang David Li
2016-06-22
1
-22
/
+24
*
reverted the prev commit due to assertion failure
Elena Demikhovsky
2016-06-21
1
-4
/
+4
*
Fixed consecutive memory access detection in Loop Vectorizer.
Elena Demikhovsky
2016-06-21
1
-4
/
+4
*
[LAA] Enable symbolic stride speculation for all LAA clients
Adam Nemet
2016-06-17
1
-16
/
+22
*
[LV] Move management of symbolic strides to LAA. NFCI
Adam Nemet
2016-06-16
1
-13
/
+33
*
[LAA] Rename Strides to SymblicStrides in analyzeLoop. NFC
Adam Nemet
2016-06-16
1
-7
/
+8
*
[LAA] Default getInfo to not speculate symbolic strides. NFC
Adam Nemet
2016-06-16
1
-3
/
+1
*
Revert r272194 No need for it if loop Analysis Manager is used
Xinliang David Li
2016-06-09
1
-11
/
+12
*
[PM] Refector LoopAccessInfo analysis code
Xinliang David Li
2016-06-08
1
-12
/
+11
*
[LAA] Improve non-wrapping pointer detection by handling loop-invariant case.
Andrey Turetskiy
2016-06-07
1
-4
/
+14
*
[LAA] Use load and store vectors (NFC)
Matthew Simpson
2016-06-06
1
-11
/
+7
*
[LAA] Check independence of strided accesses before forward case
Matthew Simpson
2016-05-19
1
-10
/
+11
*
[LAA] Rename forwarding conflict detection option (NFC)
Matthew Simpson
2016-05-16
1
-6
/
+6
*
[LAA] Comment couldPreventStoreLoadForward. NFC
Adam Nemet
2016-05-16
1
-2
/
+8
*
[LAA] clang-format the function couldPreventStoreLoadForward. NFC
Adam Nemet
2016-05-16
1
-9
/
+9
*
[LAA] Add option to disable conflict detection (NFC)
Matthew Simpson
2016-05-16
1
-2
/
+9
*
[LAA] Include MaxSafeDepDistBytes in the analysis print-out
Adam Nemet
2016-05-13
1
-0
/
+3
*
[LAA] Prepare the code to print more things in the summary. NFC
Adam Nemet
2016-05-13
1
-3
/
+3
*
[LAA] Use std::min. NFC
Adam Nemet
2016-05-12
1
-4
/
+2
*
[LAA] Use re-written SCEV expressions when computing distances
Silviu Baranga
2016-05-10
1
-7
/
+2
*
[LAA] Rename "isStridedPtr" with "getPtrStride". NFC.
Denis Zobnin
2016-05-10
1
-5
/
+5
*
[LV] Hint at the new loop distribution pragma in optimization remark
Adam Nemet
2016-05-09
1
-2
/
+6
*
[LAA] Fix confusing debug message
Adam Nemet
2016-05-05
1
-1
/
+1
*
[ValueTracking, VectorUtils] Refactor getIntrinsicIDForCall
David Majnemer
2016-04-19
1
-1
/
+1
*
[SCEV][LAA] Add tests for SCEV expression transformations performed during LAA
Silviu Baranga
2016-04-14
1
-0
/
+5
*
Re-commit [SCEV] Introduce a guarded backedge taken count and use it in LAA a...
Silviu Baranga
2016-04-08
1
-2
/
+2
*
Revert r265535 until we know how we can fix the bots
Silviu Baranga
2016-04-06
1
-2
/
+2
*
[SCEV] Introduce a guarded backedge taken count and use it in LAA and LV
Silviu Baranga
2016-04-06
1
-2
/
+2
*
[LAA] Formatting fix in previous change
Adam Nemet
2016-03-24
1
-2
/
+1
*
[LAA] Support memchecks involving loop-invariant addresses
Adam Nemet
2016-03-24
1
-17
/
+31
[prev]
[next]