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
/
LegalizeIntegerTypes.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LegalizeTypes][RISCV] Correctly sign-extend comparison for ATOMIC_CMP_XCHG
Alex Bradbury
2020-06-25
1
-1
/
+13
*
[AArch64][FPenv] Update chain of int to fp conversion
Diogo Sampaio
2020-02-18
1
-2
/
+8
*
[LegalizeTypes] Remove untested code from ExpandIntOp_UINT_TO_FP
Craig Topper
2020-01-14
1
-70
/
+2
*
[LegalizeIntegerTypes][X86] Add support for expanding input of STRICT_SINT_TO...
Craig Topper
2020-01-13
1
-6
/
+30
*
[Intrinsic] Add fixed point division intrinsics.
Bevin Hansson
2020-01-08
1
-2
/
+82
*
[NFC] Fix trivial typos in comments
James Henderson
2020-01-06
1
-1
/
+1
*
[FPEnv][LegalizeTypes][LegalizeDAG][AArch64] Few fixes/improvements for legal...
Craig Topper
2019-12-17
1
-0
/
+12
*
[NFC] Use SelectionDAG::getMemBasePlusOffset() instead of getNode(ISD::ADD)
Alex Richardson
2019-12-13
1
-6
/
+3
*
[LegalizeTypes] Bugfixes for big-endian targets when handling BITCASTs
Mikael Holmen
2019-12-10
1
-2
/
+15
*
[FPEnv] Constrained FCmp intrinsics
Ulrich Weigand
2019-12-07
1
-4
/
+17
*
[LegalizeTypes][X86] Add ExpandIntegerResult support for STRICT_FP_TO_SINT/ST...
Craig Topper
2019-11-27
1
-6
/
+20
*
[Codegen][ARM] Add addressing modes from masked loads and stores
David Green
2019-11-26
1
-7
/
+9
*
[TargetLowering] Merge ExpandChainLibCall with makeLibCall
Craig Topper
2019-11-25
1
-10
/
+13
*
[SelectionDAG] Merge the two identical ExpandChainLibCall methods from Legali...
Craig Topper
2019-11-18
1
-2
/
+2
*
[LegalizeTypes] Remove SoftenFloat handling from ExpandIntRes_LLROUND_LLRINT ...
Craig Topper
2019-11-17
1
-9
/
+0
*
[LegalizeTypes][X86] Add support for expanding the result type of STRICT_LLRO...
Craig Topper
2019-11-17
1
-3
/
+18
*
[LegalizeTypes] When expanding the integer result of LLROUND/LLRINT, also cal...
Craig Topper
2019-11-17
1
-0
/
+6
*
[LegalizeTypes] Remove PromoteFloat support form ExpandIntRes_LLROUND_LLRINT.
Craig Topper
2019-11-17
1
-5
/
+6
*
[LegalizeTypes] Merge ExpandIntRes_LLROUND and ExpandIntRes_LLRINT into one f...
Craig Topper
2019-11-17
1
-42
/
+30
*
[SelectionDAG] Enable lowering unordered atomics loads w/LoadSDNode (and stor...
Philip Reames
2019-10-29
1
-0
/
+25
*
[LegalizeTypes] When promoting BITREVERSE/BSWAP don't take the shift amount i...
Craig Topper
2019-10-27
1
-10
/
+9
*
[CodeGen][SelectionDAG] Fix tiny bug in ExpandIntRes_UADDSUBO
Itay Bookstein
2019-10-25
1
-9
/
+22
*
[AArch64][SVE] Add SPLAT_VECTOR ISD Node
Graham Hunter
2019-10-18
1
-0
/
+28
*
[Codegen] Alter the default promotion for saturating adds and subs
David Green
2019-10-18
1
-33
/
+69
*
Revert 374373: [Codegen] Alter the default promotion for saturating adds and ...
David Green
2019-10-11
1
-61
/
+31
*
[Codegen] Alter the default promotion for saturating adds and subs
David Green
2019-10-10
1
-31
/
+61
*
[Intrinsic] Add the llvm.umul.fix.sat intrinsic
Bjorn Pettersson
2019-09-07
1
-18
/
+66
*
[CodeGen] Use FSHR in DAGTypeLegalizer::ExpandIntRes_MULFIX
Bjorn Pettersson
2019-09-03
1
-49
/
+19
*
[CodeGen] Refactor DAGTypeLegalizer::ExpandIntRes_MULFIX. NFC
Bjorn Pettersson
2019-08-31
1
-87
/
+92
*
[FPEnv] Add fptosi and fptoui constrained intrinsics.
Kevin P. Neal
2019-08-28
1
-2
/
+18
*
[TargetLowering] Remove optional arguments passing to makeLibCall
Shiva Chen
2019-08-22
1
-12
/
+33
*
[SelectionDAG] Extend base addressing modes supported by MGATHER/MSCATTER
Cullen Rhodes
2019-08-06
1
-5
/
+13
*
[SelectionDAG] Simplify some calls to getSetCCResultType. NFC
Bjorn Pettersson
2019-07-09
1
-4
/
+2
*
[LegalizeTypes] Fix saturation bug for smul.fix.sat
Bjorn Pettersson
2019-07-09
1
-3
/
+3
*
[CodeGen] Add lrint/llrint builtins
Adhemerval Zanella
2019-05-28
1
-0
/
+27
*
[Intrinsic] Signed Fixed Point Saturation Multiplication Intrinsic
Leonard Chan
2019-05-21
1
-8
/
+134
*
[CodeGen] Add lround/llround builtins
Adhemerval Zanella
2019-05-16
1
-0
/
+27
*
[SelectionDAG][X86] Use stack load/store in PromoteIntRes_BITCAST when the in...
Craig Topper
2019-04-25
1
-15
/
+18
*
[SelectionDAG] Handle unary SelectPatternFlavor for ABS case in SelectionDAGB...
Simon Pilgrim
2019-03-19
1
-0
/
+26
*
[SDAG][AArch64] Legalize VECREDUCE
Nikita Popov
2019-03-11
1
-0
/
+81
*
[LegalizeTypes][AArch64][X86] Make type legalization of vector (S/U)ADD/SUB/M...
Craig Topper
2019-02-24
1
-5
/
+9
*
Recommit r354647 and r354648 "[LegalizeTypes] When promoting the result of EX...
Craig Topper
2019-02-23
1
-3
/
+7
*
Revert r354363 & co "[X86][SSE] Generalize X86ISD::BLENDI support to more val...
Reid Kleckner
2019-02-23
1
-7
/
+3
*
[LegalizeTypes] Use PromoteTargetBoolean in PromoteIntOp_ADDSUBCARRY instead ...
Craig Topper
2019-02-23
1
-13
/
+1
*
[LegalizeTypes] When promoting the result of EXTRACT_SUBVECTOR, also check if...
Craig Topper
2019-02-22
1
-3
/
+7
*
[SDAG] Use shift amount type in MULO promotion; NFC
Nikita Popov
2019-02-19
1
-2
/
+4
*
[CodeGen] Handle vector UADDO, SADDO, USUBO, SSUBO
Nikita Popov
2019-02-07
1
-1
/
+1
*
[Intrinsic] Unsigned Fixed Point Multiplication Intrinsic
Leonard Chan
2019-02-04
1
-13
/
+35
*
[SelectionDAG] Support promotion of the FPOWI integer operand
Alex Bradbury
2019-02-01
1
-0
/
+7
*
[SelectionDAG] Codesize: don't expand SHIFT to SHIFT_PARTS
Sjoerd Meijer
2019-01-31
1
-3
/
+7
[next]