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
/
LegalizeTypes.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Intrinsic] Add fixed point division intrinsics.
Bevin Hansson
2020-01-08
1
-3
/
+5
*
[LegalizeTypes] Add widening support for STRICT_FSETCC/FSETCCS
Craig Topper
2020-01-06
1
-0
/
+2
*
[FPEnv][LegalizeTypes][LegalizeDAG][AArch64] Few fixes/improvements for legal...
Craig Topper
2019-12-17
1
-0
/
+2
*
[LegalizeTypes] Remove ScalarizeVecRes_STRICT_FP_ROUND in favor of just using...
Craig Topper
2019-12-16
1
-1
/
+0
*
[LegalizeTypes] Remove manual worklist management from SoftenFloatRes_FP_EXTEND.
Craig Topper
2019-12-10
1
-5
/
+0
*
[FPEnv] [PowerPC] Lowering ppc_fp128 StrictFP Nodes to libcalls
Craig Topper
2019-12-03
1
-1
/
+4
*
[LegalizeTypes] Remove dead code related to softening f16 which we no longer do.
Craig Topper
2019-11-27
1
-1
/
+0
*
[LegalizeTypes] Add SoftenFloatOp_Unary to reduce some duplication for soften...
Craig Topper
2019-11-26
1
-0
/
+1
*
[LegalizeTypes] Add SoftenFloatRes_Unary and SoftenFloatRes_Binary functions ...
Craig Topper
2019-11-26
1
-0
/
+2
*
[LegalizeTypes][RISCV] Soften FCOPYSIGN operand
Luís Marques
2019-11-26
1
-0
/
+1
*
[SelectionDAG] Merge the two identical ExpandChainLibCall methods from Legali...
Craig Topper
2019-11-18
1
-2
/
+0
*
[LegalizeTypes] Merge ExpandIntRes_LLROUND and ExpandIntRes_LLRINT into one f...
Craig Topper
2019-11-17
1
-2
/
+1
*
[Codegen][ARM] Add float softening for cbrt
David Green
2019-10-28
1
-0
/
+2
*
[AArch64][SVE] Add SPLAT_VECTOR ISD Node
Graham Hunter
2019-10-18
1
-0
/
+2
*
[LegalizeTypes] Remove code for softening a float type to itself.
Craig Topper
2019-09-12
1
-40
/
+17
*
[LegalizeTypes] Teach SoftenFloatOp_SELECT_CC to handle operand 2 or 3 being ...
Craig Topper
2019-09-10
1
-1
/
+1
*
[FPEnv] Add fptosi and fptoui constrained intrinsics.
Kevin P. Neal
2019-08-28
1
-0
/
+1
*
[SelectionDAG] Widen vector results of SMULFIX/UMULFIX/SMULFIXSAT
Bjorn Pettersson
2019-08-11
1
-0
/
+1
*
[SelectionDAG][X86] Move setcc mask splitting for mload/mstore/mgather/mscatt...
Craig Topper
2019-08-08
1
-0
/
+2
*
[SelectionDAG] Legalize vaargs that require vector splitting
Simon Pilgrim
2019-06-18
1
-0
/
+1
*
Revert revert of r362112 with minor SystemZ test file corrections.
Kevin P. Neal
2019-05-31
1
-0
/
+5
*
Revert r362112, it broke the bots with the message "Unsupported vector argume...
Kevin P. Neal
2019-05-30
1
-5
/
+0
*
[FPEnv] Added a special UnrollVectorOp method to deal with the chain on Stric...
Kevin P. Neal
2019-05-30
1
-0
/
+5
*
[CodeGen] Add lrint/llrint builtins
Adhemerval Zanella
2019-05-28
1
-0
/
+5
*
[CodeGen] Add lround/llround builtins
Adhemerval Zanella
2019-05-16
1
-0
/
+5
*
Add constrained fptrunc and fpext intrinsics.
Kevin P. Neal
2019-05-13
1
-0
/
+3
*
[SelectionDAG] Handle unary SelectPatternFlavor for ABS case in SelectionDAGB...
Simon Pilgrim
2019-03-19
1
-0
/
+2
*
[CodeGen] Prepare for introduction of v3 and v5 MVTs
Tim Renouf
2019-03-17
1
-0
/
+1
*
[SDAG][AArch64] Legalize VECREDUCE
Nikita Popov
2019-03-11
1
-0
/
+5
*
[CodeGen] Handle vector UADDO, SADDO, USUBO, SSUBO
Nikita Popov
2019-02-07
1
-0
/
+4
*
[Intrinsic] Unsigned Fixed Point Multiplication Intrinsic
Leonard Chan
2019-02-04
1
-5
/
+5
*
[SelectionDAG] Support promotion of the FPOWI integer operand
Alex Bradbury
2019-02-01
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Allow FP types for atomicrmw xchg
Matt Arsenault
2019-01-17
1
-0
/
+1
*
[Intrinsic] Signed Fixed Point Multiplication Intrinsic
Leonard Chan
2018-12-12
1
-0
/
+7
*
[SelectionDAG] Support result type promotion for FLT_ROUNDS_
Alex Bradbury
2018-11-30
1
-0
/
+1
*
[SelectionDAG] Support promotion of PREFETCH operands
Alex Bradbury
2018-11-30
1
-0
/
+1
*
[SelectionDAG] Support promotion of FRAMEADDR/RETURNADDR operands
Alex Bradbury
2018-11-30
1
-0
/
+1
*
[TargetLowering][RISCV] Introduce isSExtCheaperThanZExt hook and implement fo...
Alex Bradbury
2018-11-30
1
-0
/
+14
*
[Intrinsic] Signed and Unsigned Saturation Subtraction Intirnsics
Leonard Chan
2018-10-29
1
-2
/
+2
*
[LegalizeTypes] Stop DAGTypeLegalizer::getSETCCWidenedResultTy from creating ...
Craig Topper
2018-10-26
1
-3
/
+0
*
[Intrinsic] Unigned Saturation Addition Intrinsic
Leonard Chan
2018-10-22
1
-2
/
+2
*
[Intrinsic] Signed Saturation Addition Intrinsic
Leonard Chan
2018-10-16
1
-0
/
+2
*
[X86] Support v2i32 gather/scatter indices with -x86-experimental-vector-wide...
Craig Topper
2018-08-29
1
-0
/
+1
*
[FPEnv] Scalarize StrictFP vector operations
Cameron McInally
2018-08-14
1
-0
/
+1
*
[FPEnv] Widen illegal width StrictFP vector operations as needed
Cameron McInally
2018-08-01
1
-0
/
+1
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[FPEnv] Legalize double width StrictFP vector operations
Cameron McInally
2018-07-23
1
-0
/
+1
*
[CodeGen] Fix inconsistent declaration parameter name
Fangrui Song
2018-07-16
1
-11
/
+11
*
[DAG] Don't map a TableId to itself in the ReplacedValues map
Bjorn Pettersson
2018-06-20
1
-1
/
+2
[next]