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
*
[LegalizeVectorOps] Parallelize the lo/hi part of STRICT_UINT_TO_FLOAT legali...
Craig Topper
2020-01-11
1
-3
/
+6
*
[LegalizeVectorOps] Expand vector MERGE_VALUES immediately.
Craig Topper
2020-01-11
1
-0
/
+11
*
[LegalizeVectorOps] Remove some of the simpler Expand methods. Pass Results v...
Craig Topper
2020-01-11
1
-125
/
+77
*
[LegalizeVectorOps] Only pass SDNode* instead SDValue to all of the Expand* a...
Craig Topper
2020-01-11
1
-251
/
+251
*
[LegalizeVectorOps] Improve handling of multi-result operations.
Craig Topper
2020-01-10
1
-173
/
+271
*
[Intrinsic] Add fixed point division intrinsics.
Bevin Hansson
2020-01-08
1
-1
/
+15
*
[LegalizeVectorOps][X86] Enable expansion of vector fp_to_uint in LegalizeVec...
Craig Topper
2020-01-04
1
-1
/
+5
*
[LegalizeVectorOps] Split most of ExpandStrictFPOp into a separate UnrollStri...
Craig Topper
2020-01-04
1
-6
/
+13
*
[LegalizeVectorOps] Pass the post-UpdateNodeOperands version of Op to ExpandL...
Craig Topper
2020-01-03
1
-11
/
+14
*
[LegalizeVectorOps][AArch64] Stop asking for v4f16 fp_round and fp_extend to ...
Craig Topper
2019-12-31
1
-0
/
+5
*
[TargetLowering][AMDGPU] Make scalarizeVectorLoad return a pair of SDValues i...
Craig Topper
2019-12-30
1
-9
/
+1
*
[X86] Enable STRICT_SINT_TO_FP/STRICT_UINT_TO_FP on X86 backend
Wang, Pengfei
2019-12-26
1
-3
/
+12
*
Enable STRICT_FP_TO_SINT/UINT on X86 backend
Liu, Chen3
2019-12-19
1
-5
/
+26
*
This adds constrained intrinsics for the signed and unsigned conversions
Kevin P. Neal
2019-12-17
1
-13
/
+56
*
[FPEnv] Constrained FCmp intrinsics
Ulrich Weigand
2019-12-07
1
-3
/
+19
*
[FPEnv] Add an option to disable strict float node mutating to an normal
Pengfei Wang
2019-11-21
1
-2
/
+2
*
[FEnv] File with properties of constrained intrinsics
Serge Pavlov
2019-11-20
1
-54
/
+6
*
Prune a LegacyDivergenceAnalysis and MachineLoopInfo include each
Reid Kleckner
2019-10-19
1
-0
/
+1
*
[SelectionDAG] Remove ISD::FP_ROUND_INREG
Craig Topper
2019-09-09
1
-4
/
+0
*
[Intrinsic] Add the llvm.umul.fix.sat intrinsic
Bjorn Pettersson
2019-09-07
1
-6
/
+7
*
[FPEnv] Add fptosi and fptoui constrained intrinsics.
Kevin P. Neal
2019-08-28
1
-2
/
+10
*
[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
[next]