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
/
Target
/
Hexagon
/
HexagonVectorLoopCarriedReuse.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
1
-0
/
+1
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[Hexagon] Fix typo. NFC
Shoaib Meenai
2019-10-23
1
-1
/
+1
*
[Hexagon] Rework VLCR algorithm
Krzysztof Parzyszek
2019-07-01
1
-59
/
+161
*
[Hexagon] Fix reuse bug in Vector Loop Carried Reuse pass
Brendon Cahoon
2019-04-12
1
-3
/
+10
*
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
-18
/
+21
*
Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...
David Blaikie
2018-03-28
1
-0
/
+1
*
Fix inconsistent line endings in HexagonVectorLoopCarriedReuse.cpp. NFC.
Dimitry Andric
2017-12-18
1
-7
/
+7
*
Add llvm::for_each as a range-based extensions to <algorithm> and make use of...
Aaron Ballman
2017-11-03
1
-8
/
+7
*
[Hexagon] Check vector elements for equivalence in the HexagonVectorLoopCarri...
Ron Lieberman
2017-10-02
1
-1
/
+16
*
[Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-09-28
1
-31
/
+73
*
Reverted r313993.
Galina Kistanova
2017-09-27
1
-15
/
+0
*
Check vector elements for equivalence in the HexagonVectorLoopCarriedReuse pass
Pranav Bhandarkar
2017-09-22
1
-0
/
+15
*
HexagonVectorLoopCarriedReuse.cpp: Apply LLVM_ATTRIBUTE_UNUSED. [-Wunused-fun...
NAKAMURA Takumi
2017-09-22
1
-0
/
+2
*
Reformat.
NAKAMURA Takumi
2017-09-22
1
-2
/
+2
*
Fix unused variable warning.
Richard Trieu
2017-09-21
1
-2
/
+1
*
Enable the reuse of values computed in a previous loop iteration.
Pranav Bhandarkar
2017-09-21
1
-0
/
+579