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
/
HexagonISelLoweringHVX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DAGCombine] Initialize the default operation action for SIGN_EXTEND_INREG fo...
QingShan Zhang
2020-01-03
1
-0
/
+7
*
[Hexagon] Generate vector min/max for HVX
Krzysztof Parzyszek
2019-08-15
1
-0
/
+24
*
[Hexagon] Split vector pairs for ISD::SIGN_EXTEND and ISD::ZERO_EXTEND
Krzysztof Parzyszek
2019-02-20
1
-0
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[SelectionDAG] Remove special methods for creating *_EXTEND_VECTOR_INREG node...
Craig Topper
2018-11-04
1
-1
/
+2
*
[Hexagon] Use shuffles when lowering "gather" shufflevectors
Krzysztof Parzyszek
2018-09-12
1
-0
/
+70
*
[Hexagon] Split CTPOP of vector pairs
Krzysztof Parzyszek
2018-06-06
1
-0
/
+1
*
[Hexagon] Avoid UB when shifting unsigned integer left by 32
Krzysztof Parzyszek
2018-06-01
1
-3
/
+4
*
[Hexagon] Select HVX code for vector CTPOP, CTLZ, and CTTZ
Krzysztof Parzyszek
2018-06-01
1
-15
/
+52
*
[Hexagon] Mark HVX vector predicate bitwise ops as legal, add patterns
Krzysztof Parzyszek
2018-05-16
1
-11
/
+27
*
[Hexagon] Improve HVX instruction selection (bitcast, vsplat)
Krzysztof Parzyszek
2018-04-20
1
-3
/
+1
*
[Hexagon] Use legal types when lowering CONCAT_VECTORS via BUILD_VECTOR
Krzysztof Parzyszek
2018-04-19
1
-0
/
+26
*
[Hexagon] Rewrite non-HVX unaligned loads as pairs of aligned ones
Krzysztof Parzyszek
2018-03-07
1
-58
/
+2
*
[Hexagon] Split HVX vector pair loads/stores, expand unaligned loads
Krzysztof Parzyszek
2018-02-14
1
-15
/
+124
*
[Hexagon] Extract HVX lowering and selection into HVX-specific files, NFC
Krzysztof Parzyszek
2018-02-06
1
-12
/
+210
*
[Hexagon] Lower concat of more than 2 vectors into build_vector
Krzysztof Parzyszek
2018-02-06
1
-6
/
+15
*
[Hexagon] Remove leftover assert
Krzysztof Parzyszek
2018-02-06
1
-3
/
+1
*
[Hexagon] Split HVX operations on vector pairs
Krzysztof Parzyszek
2018-02-06
1
-26
/
+125
*
[Hexagon] Add helper functions to identify single/pair vector types, NFC
Krzysztof Parzyszek
2018-02-06
1
-3
/
+15
*
[Hexagon] Handle lowering of SETCC via setCondCodeAction
Krzysztof Parzyszek
2018-02-06
1
-69
/
+29
*
[Hexagon] Use V6_vmpyih for halfword multiplication
Krzysztof Parzyszek
2018-02-05
1
-5
/
+6
*
[Hexagon] Rename HexagonISelLowering::getNode to getInstr, NFC
Krzysztof Parzyszek
2018-01-31
1
-33
/
+33
*
[Hexagon] Implement HVX codegen for vector shifts
Krzysztof Parzyszek
2018-01-31
1
-0
/
+6
*
[Hexagon] Handle SETCC on vector pairs in lowering
Krzysztof Parzyszek
2018-01-31
1
-1
/
+13
*
[Hexagon] Handle BUILD_VECTOR from undef values in buildHvxVectorReg
Krzysztof Parzyszek
2018-01-31
1
-1
/
+4
*
[Hexagon] Generate constant splats instead of loads from constant pool
Krzysztof Parzyszek
2018-01-26
1
-17
/
+20
*
[NFC] fix trivial typos in comments and documents
Hiroshi Inoue
2018-01-26
1
-1
/
+1
*
Remove set but unused variable IsUndef.
Eric Christopher
2018-01-24
1
-2
/
+1
*
[Hexagon] Fix unused variable warning in release build
Krzysztof Parzyszek
2018-01-23
1
-0
/
+1
*
[Hexagon] Implement basic vector operations on vectors vNi1
Krzysztof Parzyszek
2018-01-23
1
-84
/
+520
*
[Hexagon] Implement signed and unsigned multiply-high for vectors
Krzysztof Parzyszek
2018-01-15
1
-3
/
+108
*
[Hexagon] Add a bitcast to required type in LowerHvxMul
Krzysztof Parzyszek
2018-01-05
1
-1
/
+2
*
[Hexagon] Allow construction of HVX vector predicates
Krzysztof Parzyszek
2017-12-20
1
-26
/
+108
*
[Hexagon] Generate HVX code for vector sign-, zero- and any-extends
Krzysztof Parzyszek
2017-12-18
1
-0
/
+7
*
[Hexagon] Generate HVX code for comparisons and selects
Krzysztof Parzyszek
2017-12-14
1
-0
/
+71
*
[Hexagon] Remove vectors of i64 from valid HVX types
Krzysztof Parzyszek
2017-12-14
1
-2
/
+2
*
[Hexagon] Crash in instruction selection for insert_vector_elt for HVX
Krzysztof Parzyszek
2017-12-11
1
-1
/
+1
*
[Hexagon] Generate HVX code for basic arithmetic operations
Krzysztof Parzyszek
2017-12-07
1
-1
/
+85
*
[Hexagon] Suppress warnings on unused variables defind for asserts.
Tim Shen
2017-12-06
1
-0
/
+2
*
[Hexagon] Generate HVX code for vector construction and access
Krzysztof Parzyszek
2017-12-06
1
-0
/
+299