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
*
LoopDistribute/LAA: Respect convergent
Matt Arsenault
2019-06-12
1
-9
/
+55
*
Add "const" in GetUnderlyingObjects. NFC
Bjorn Pettersson
2019-04-24
1
-3
/
+3
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-4
/
+3
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2019-02-05
1
-1
/
+1
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2019-01-30
1
-4
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[LAA] Avoid generating RT checks for known deps preventing vectorization.
Florian Hahn
2018-12-20
1
-5
/
+6
*
[LAA] Introduce enum for vectorization safety status (NFC).
Florian Hahn
2018-12-18
1
-6
/
+12
*
[LV] Avoid vectorizing unsafe dependencies in uniform address
Anna Thomas
2018-11-19
1
-4
/
+12
*
Use llvm::copy. NFC
Fangrui Song
2018-11-17
1
-1
/
+1
*
[LV] Teach vectorizer about variant value store into uniform address
Anna Thomas
2018-10-16
1
-10
/
+6
*
Replace most users of UnknownSize with LocationSize::unknown(); NFC
George Burgess IV
2018-10-10
1
-2
/
+2
*
[LV][LAA] Vectorize loop invariant values stored into loop invariant address
Anna Thomas
2018-09-25
1
-5
/
+16
*
Remove trailing space
Fangrui Song
2018-07-30
1
-26
/
+26
*
llvm: Add support for "-fno-delete-null-pointer-checks"
Manoj Gupta
2018-07-09
1
-10
/
+18
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-92
/
+106
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-21
/
+21
*
[SLP] Fix PR36481: vectorize reassociated instructions.
Alexey Bataev
2018-04-03
1
-0
/
+61
*
Revert "[SLP] Fix PR36481: vectorize reassociated instructions."
Benjamin Kramer
2018-04-03
1
-61
/
+0
*
[SLP] Fix PR36481: vectorize reassociated instructions.
Alexey Bataev
2018-04-02
1
-0
/
+61
*
[NFC] Consolidate six getPointerOperand() utility functions into one place
Renato Golin
2018-03-09
1
-12
/
+2
*
Adding a width of the GEP index to the Data Layout.
Elena Demikhovsky
2018-02-14
1
-3
/
+3
*
Revert r320548:[SLP] Vectorize jumbled memory loads
Mohammad Shahid
2017-12-20
1
-71
/
+0
*
[SLP] Vectorize jumbled memory loads.
Mohammad Shahid
2017-12-13
1
-0
/
+71
*
[LV/LAA] Avoid specializing a loop for stride=1 when this predicate implies a
Dorit Nuzman
2017-11-05
1
-1
/
+44
*
Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.*
Adam Nemet
2017-10-09
1
-1
/
+1
*
Revert r314806 "[SLP] Vectorize jumbled memory loads."
Hans Wennborg
2017-10-03
1
-71
/
+0
*
[SLP] Vectorize jumbled memory loads.
Mohammad Shahid
2017-10-03
1
-0
/
+71
*
Revert r313771 "[SLP] Vectorize jumbled memory loads."
Hans Wennborg
2017-09-20
1
-71
/
+0
*
[SLP] Vectorize jumbled memory loads.
Mohammad Shahid
2017-09-20
1
-0
/
+71
*
Revert r313736: "[SLP] Vectorize jumbled memory loads."
Alexander Kornienko
2017-09-20
1
-70
/
+0
*
Revert r313753: "Fix a -Wsign-compare warning in LoopAccessAnalysis.cpp"
Alexander Kornienko
2017-09-20
1
-2
/
+1
*
Fix a -Wsign-compare warning in LoopAccessAnalysis.cpp
Alexander Kornienko
2017-09-20
1
-1
/
+2
*
[SLP] Vectorize jumbled memory loads.
Mohammad Shahid
2017-09-20
1
-0
/
+70
*
[LV] Fix maximum legal VF calculation
Alon Kom
2017-09-14
1
-3
/
+4
*
[LAA] Allow more run-time alias checks by coercing pointer expressions to Add...
Silviu Baranga
2017-09-12
1
-27
/
+96
*
[LAA] Correctly return a half-open range in expandBounds
James Molloy
2017-04-05
1
-1
/
+4
*
[SLP] Revert everything that has to do with memory access sorting.
Michael Kuperstein
2017-03-10
1
-51
/
+0
*
[SLP] Fixed non-deterministic behavior in Loop Vectorizer.
Amjad Aboud
2017-03-08
1
-9
/
+11
*
[SLP] Revert r296863 due to miscompiles.
Michael Kuperstein
2017-03-06
1
-24
/
+8
*
[SLP] Fixes the bug due to absence of in order uses of scalars which needs to...
Mohammad Shahid
2017-03-03
1
-8
/
+24
*
Revert r296575 "[SLP] Fixes the bug due to absence of in order uses of scalar...
Hans Wennborg
2017-03-01
1
-23
/
+8
*
[SLP] Fixes the bug due to absence of in order uses of scalars which needs to...
Mohammad Shahid
2017-03-01
1
-8
/
+23
*
[SLP] Load sorting should not try to sort things that aren't loads.
Michael Kuperstein
2017-02-27
1
-0
/
+5
*
[LAA] Remove unused LoopAccessReport
Adam Nemet
2017-02-23
1
-15
/
+0
*
[LAA] Remove unused code (NFC)
Matthew Simpson
2017-02-17
1
-5
/
+0
*
[LV/LoopAccess] Check statically if an unknown dependence distance can be
Dorit Nuzman
2017-02-12
1
-6
/
+78
*
[SLP] Make sortMemAccesses explicitly return an error. NFC.
Michael Kuperstein
2017-02-03
1
-12
/
+10
*
[SLP] Use SCEV to sort memory accesses.
Michael Kuperstein
2017-02-03
1
-17
/
+34
*
[SLP] Vectorize loads of consecutive memory accesses, accessed in non-consecu...
Mohammad Shahid
2017-01-28
1
-0
/
+31
[next]