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
*
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