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
/
CodeGen
/
SelectionDAG
/
LegalizeVectorOps.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SelectionDAG] Widen vector results of SMULFIX/UMULFIX/SMULFIXSAT
Bjorn Pettersson
2019-08-11
1
-0
/
+7
*
[Strict FP] Allow custom operation actions
Ulrich Weigand
2019-08-06
1
-6
/
+17
*
[VectorLegalizer] ExpandANY_EXTEND_VECTOR_INREG/ExpandZERO_EXTEND_VECTOR_INRE...
Simon Pilgrim
2019-06-25
1
-0
/
+26
*
[Intrinsic] Signed Fixed Point Saturation Multiplication Intrinsic
Leonard Chan
2019-05-21
1
-0
/
+1
*
[SDAG] Vector op legalization for overflow ops
Nikita Popov
2019-05-20
1
-0
/
+38
*
Add constrained fptrunc and fpext intrinsics.
Kevin P. Neal
2019-05-13
1
-1
/
+3
*
[LegalizeVectorOps] Remove calls to LegalizeOp on the return value from Expan...
Craig Topper
2019-05-10
1
-2
/
+2
*
[SDAG] Recursively legalize both vector mulo results
Nikita Popov
2019-05-10
1
-3
/
+7
*
[SDAG][AArch64] Legalize VECREDUCE
Nikita Popov
2019-03-11
1
-6
/
+34
*
[LegalizeVectorOps] Improve the placement of ANDs in the ExpandLoad path for ...
Craig Topper
2019-02-22
1
-6
/
+7
*
[LegalizeVectorOps] Simplify the non-byte sized load handling VectorLegalizer...
Craig Topper
2019-02-22
1
-11
/
+8
*
[SDAG] Support vector UMULO/SMULO
Nikita Popov
2019-02-20
1
-0
/
+16
*
[Intrinsic] Unsigned Fixed Point Multiplication Intrinsic
Leonard Chan
2019-02-04
1
-1
/
+3
*
[Intrinsic] Expand SMULFIX to MUL, MULH[US], or [US]MUL_LOHI on vector arguments
Leonard Chan
2019-01-31
1
-0
/
+9
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Reapply "[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectors"
Nikita Popov
2019-01-15
1
-0
/
+12
*
Revert "[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectors"
Nikita Popov
2019-01-14
1
-12
/
+0
*
[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectors
Nikita Popov
2019-01-14
1
-0
/
+12
*
[X86][AARCH64] Improve ISD::ABS support
Simon Pilgrim
2019-01-12
1
-0
/
+19
*
[LegalizeVectorOps] Add FSHL/FSHR to the list of vector operations that shoul...
Craig Topper
2019-01-06
1
-0
/
+2
*
[TargetLowering] Add ISD::ROTL/ROTR vector expansion
Simon Pilgrim
2018-12-13
1
-0
/
+12
*
[Intrinsic] Signed Fixed Point Multiplication Intrinsic
Leonard Chan
2018-12-12
1
-0
/
+6
*
[SelectionDAG] Initial support for FSHL/FSHR funnel shift opcodes (PR39467)
Simon Pilgrim
2018-12-05
1
-38
/
+50
*
Remove superfluous comments. NFCI.
Simon Pilgrim
2018-12-05
1
-44
/
+38
*
[SelectionDAG][AArch64][X86] Move legalization of vector MULHS/MULHU from Leg...
Craig Topper
2018-11-29
1
-0
/
+2
*
[LegalizeVectorOps] After custom legalizing an extending load or a truncating...
Craig Topper
2018-11-16
1
-2
/
+10
*
[FPEnv] Add constrained CEIL/FLOOR/ROUND/TRUNC intrinsics
Cameron McInally
2018-11-05
1
-0
/
+8
*
[SelectionDAG] Remove special methods for creating *_EXTEND_VECTOR_INREG node...
Craig Topper
2018-11-04
1
-1
/
+1
*
[LegalizeDAG] Add generic vector CTPOP expansion (PR32655)
Simon Pilgrim
2018-11-01
1
-0
/
+13
*
[FPEnv] [FPEnv] Add constrained intrinsics for MAXNUM and MINNUM
Cameron McInally
2018-10-30
1
-0
/
+4
*
[Intrinsic] Signed and Unsigned Saturation Subtraction Intirnsics
Leonard Chan
2018-10-29
1
-0
/
+2
*
[VectorLegalizer] Enable TargetLowering::expandFP_TO_UINT support.
Simon Pilgrim
2018-10-28
1
-3
/
+16
*
[TargetLowering] Improve vXi64 UINT_TO_FP vXf64 support (P38226)
Simon Pilgrim
2018-10-25
1
-0
/
+5
*
[NFC] Rename minnan and maxnan to minimum and maximum
Thomas Lively
2018-10-24
1
-2
/
+2
*
[LegalizeDAG] Share Vector/Scalar CTLZ Expansion
Simon Pilgrim
2018-10-23
1
-17
/
+4
*
[LegalizeDAG] Remove unused variable
Benjamin Kramer
2018-10-23
1
-2
/
+0
*
[LegalizeDAG] Share Vector/Scalar CTTZ Expansion
Simon Pilgrim
2018-10-23
1
-16
/
+4
*
[Intrinsic] Unigned Saturation Addition Intrinsic
Leonard Chan
2018-10-22
1
-0
/
+1
*
DAG: Change behavior of fminnum/fmaxnum nodes
Matt Arsenault
2018-10-22
1
-0
/
+12
*
[Intrinsic] Signed Saturation Addition Intrinsic
Leonard Chan
2018-10-16
1
-0
/
+1
*
[X86][SSE] Begin removing vector CTTZ custom lowering and use LegalizeDAG ins...
Simon Pilgrim
2018-10-13
1
-3
/
+15
*
Pull out repeated value types. NFCI.
Simon Pilgrim
2018-10-12
1
-3
/
+5
*
[SelectionDAG] Move VectorLegalizer::ExpandCTLZ codegen into SelectionDAGLega...
Simon Pilgrim
2018-10-12
1
-23
/
+4
*
[LegalizeDAG] Move legalization of scatter and masked store from LegalizeVect...
Craig Topper
2018-10-08
1
-11
/
+2
*
[LegalizeVectorOps] Make ExpandStrictFPOp return the result corresponding to ...
Craig Topper
2018-10-07
1
-1
/
+1
*
[X86][LegalizeVectorOps] Use MERGE_VALUES to return two results from LowerLoa...
Craig Topper
2018-10-04
1
-11
/
+3
*
[FPEnv] Support constrained FREM intrinsic
Cameron McInally
2018-08-20
1
-0
/
+2
*
Remove trailing space
Fangrui Song
2018-07-30
1
-9
/
+9
*
Fix corruption of result number in LegalizeVectorOps.cpp
Ulrich Weigand
2018-07-25
1
-1
/
+2
*
[Legalize] Elide MERGE_VALUES created by scalarizeVectorLoad.
Nirav Dave
2018-07-23
1
-3
/
+8
[next]