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
/
Transforms
/
Scalar
/
LoopDataPrefetch.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."
Florian Hahn
2020-01-04
1
-1
/
+1
*
[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).
Florian Hahn
2020-01-04
1
-1
/
+1
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
Allow prefetching from non-zero address spaces
JF Bastien
2019-07-25
1
-2
/
+2
*
[opaque pointer types] Pass function types to CallInst creation.
James Y Knight
2019-02-01
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-5
/
+5
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-01-19
1
-2
/
+2
*
Remove redundant includes from lib/Transforms.
Michael Zolotukhin
2017-12-13
1
-5
/
+0
*
[NFC] Convert OptimizationRemarkEmitter old emit() calls to new closure
Vivek Pandya
2017-10-11
1
-2
/
+4
*
Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.*
Adam Nemet
2017-10-09
1
-1
/
+1
*
[LoopDataPrefetch][AArch64FalkorHWPFFix] Preserve ScalarEvolution
Geoff Berry
2017-08-16
1
-3
/
+1
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-5
/
+12
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-12
/
+5
*
[LoopDataPrefetch] Port to new streaming API for opt remarks
Adam Nemet
2016-09-30
1
-1
/
+2
*
[LoopDataPrefetch] Use range based for loop; NFCI
Balaram Makam
2016-09-08
1
-17
/
+12
*
[PM] Port LoopDataPrefetch to new pass manager
Teresa Johnson
2016-08-13
1
-60
/
+100
*
[LoopDataPrefetch] Fix unused variable in release build
Adam Nemet
2016-07-22
1
-2
/
+1
*
[LoopDataPrefetch] Include hotness of region in opt remark
Adam Nemet
2016-07-22
1
-4
/
+6
*
[LoopDataPrefetch] Sort headers
Adam Nemet
2016-07-22
1
-1
/
+1
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-6
/
+4
*
Remove a few gendered pronouns.
Nico Weber
2016-06-10
1
-1
/
+1
*
[LoopDataPrefetch] Add optimization remark
Adam Nemet
2016-05-05
1
-1
/
+6
*
Add opt-bisect support to additional passes that can be skipped
Andrew Kaylor
2016-05-03
1
-0
/
+3
*
[LoopDataPrefetch] Centralize the tuning cl::opts under the pass
Adam Nemet
2016-03-29
1
-4
/
+35
*
[LoopDataPrefetch] Make more member functions private, NFC.
Adam Nemet
2016-03-29
1
-1
/
+2
*
[LoopDataPrefetch] Add TTI to limit the number of iterations to prefetch ahead
Adam Nemet
2016-03-18
1
-0
/
+3
*
[LoopDataPrefetch/Aarch64] Allow selective prefetching of large-strided accesses
Adam Nemet
2016-03-18
1
-0
/
+25
*
[LoopDataPrefetch] Add stats and debug output
Adam Nemet
2016-03-09
1
-0
/
+9
*
[LoopDataPrefetch] If prefetch distance is not set, skip pass
Adam Nemet
2016-03-07
1
-2
/
+5
*
[PPCLoopDataPrefetch] Move pass to Transforms/Scalar/LoopDataPrefetch. NFC
Adam Nemet
2016-02-18
1
-0
/
+226