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
/
LegalizeFloatTypes.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LegalizeTypes] Add SoftenFloatResult support for STRICT_SINT_TO_FP/STRICT_UI...
Andrew Wei
2020-01-14
1
-8
/
+16
*
[X86] Adding fp128 support for strict fcmp
Wang, Pengfei
2020-01-08
1
-16
/
+31
*
[LegalizeTypes] Teach BitcastToInt_ATOMIC_SWAP to only create FP16_TO_FP when...
Craig Topper
2019-12-14
1
-4
/
+9
*
[LegalizeTypes] In PromoteFloatOp_SETCC, don't both querying for transforming...
Craig Topper
2019-12-14
1
-2
/
+1
*
[LegalizeTypes] Remove unnecessary if before calling ReplaceValueWith on the ...
Craig Topper
2019-12-13
1
-2
/
+1
*
[LegalizeTypes] In SoftenFloatRes_FP_EXTEND, move the check for input already...
Craig Topper
2019-12-11
1
-9
/
+8
*
[LegalizeTypes] Remove manual worklist management from SoftenFloatRes_FP_EXTEND.
Craig Topper
2019-12-10
1
-3
/
+0
*
[LegalizeTypes] Add missing case for STRICT_FP_ROUND softening
John Brawn
2019-12-06
1
-0
/
+1
*
[FPEnv] [PowerPC] Lowering ppc_fp128 StrictFP Nodes to libcalls
Craig Topper
2019-12-03
1
-181
/
+245
*
[LegalizeTypes] Add strict FP support to SoftenFloatRes_FP_ROUND. Fix mistake...
Craig Topper
2019-11-28
1
-6
/
+13
*
[LegalizeTypes] In SoftenFloatRes_FNEG, always generate integer arithmetic, n...
Craig Topper
2019-11-28
1
-19
/
+4
*
[LegalizeTypes] Use SoftenFloatRes_Unary in SoftenFloatRes_FCBRT to reduce code.
Craig Topper
2019-11-28
1
-8
/
+2
*
[LegalizeTypes] Remove dead code related to softening f16 which we no longer do.
Craig Topper
2019-11-27
1
-26
/
+0
*
[LegalTypes][X86] Add SoftenFloatOperand support for STRICT_FP_TO_SINT/STRICT...
Craig Topper
2019-11-27
1
-8
/
+22
*
[LegalizeTypes][FPEnv][X86] Add initial support for softening strict fp nodes
Craig Topper
2019-11-27
1
-44
/
+146
*
[LegalizeTypes] Add SoftenFloatOp_Unary to reduce some duplication for soften...
Craig Topper
2019-11-26
1
-54
/
+35
*
[LegalizeTypes] Add SoftenFloatRes_Unary and SoftenFloatRes_Binary functions ...
Craig Topper
2019-11-26
1
-281
/
+155
*
[LegalizeTypes][RISCV] Soften FCOPYSIGN operand
Luís Marques
2019-11-26
1
-0
/
+35
*
[LegalizeTypes] Remove code to create ISD::FP_TO_FP16 from SoftenFloatRes_FTR...
Craig Topper
2019-11-25
1
-3
/
+0
*
[LegalizeTypes] Remove unnecessary conversion from EVT to MVT to MVT::SimpleV...
Craig Topper
2019-11-17
1
-8
/
+8
*
[AArch64][X86] Don't assume __powidf2 is available on Windows.
Eli Friedman
2019-11-08
1
-7
/
+14
*
[Codegen][ARM] Add float softening for cbrt
David Green
2019-10-28
1
-0
/
+27
*
[LegalizeTypes] Remove code for softening a float type to itself.
Craig Topper
2019-09-12
1
-178
/
+27
*
[LegalizeTypes] Teach SoftenFloatOp_SELECT_CC to handle operand 2 or 3 being ...
Craig Topper
2019-09-10
1
-2
/
+14
*
[TargetLowering] Fix Bugzilla ID 43183 to avoid soften comparison broken with...
Shiva Chen
2019-09-01
1
-35
/
+81
*
[X86] Make inline assembly 'x' and 'v' constraints work for f128.
Craig Topper
2019-08-29
1
-2
/
+6
*
[RISCV] Avoid generating AssertZext for LP64 ABI when lowering floating LibCall
Shiva Chen
2019-08-28
1
-3
/
+41
*
[TargetLowering] Remove optional arguments passing to makeLibCall
Shiva Chen
2019-08-22
1
-48
/
+97
*
AMDGPU: Correct behavior of f16 buffer loads
Matt Arsenault
2019-08-05
1
-0
/
+6
*
[CodeGen] Add lrint/llrint builtins
Adhemerval Zanella
2019-05-28
1
-0
/
+56
*
[CodeGen] Add lround/llround builtins
Adhemerval Zanella
2019-05-16
1
-0
/
+55
*
[LegalizeTypes] Expand FNEG to bitwise op for IEEE FP types
Ana Pazos
2019-02-11
1
-0
/
+9
*
[LegalizeTypes] Add debug prints to the top of PromoteFloatOperand and Promot...
Craig Topper
2019-01-22
1
-0
/
+12
*
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
-1
/
+28
*
[Legalizer] Use correct ValueType of SELECT_CC node during Float promotion
Pirama Arumuga Nainar
2019-01-11
1
-3
/
+3
*
[NFC] Rename minnan and maxnan to minimum and maximum
Thomas Lively
2018-10-24
1
-2
/
+2
*
DAG: Try to custom lower when promoting float operands
Matt Arsenault
2018-08-15
1
-0
/
+5
*
[SelectionDAG] In PromoteFloatOp_BITCAST, insert a bitcast after the fp_to_fp...
Craig Topper
2018-08-13
1
-8
/
+11
*
[SelectionDAG] In PromoteFloatRes_BITCAST, insert a bitcast before the fp16_t...
Craig Topper
2018-08-13
1
-2
/
+4
*
DAG: Fix PromoteFloatResult for fcanonicalize
Matt Arsenault
2018-07-31
1
-1
/
+2
*
Remove trailing space
Fangrui Song
2018-07-30
1
-3
/
+3
*
DAG: Stop dropping invariant/dereferencable
Matt Arsenault
2018-06-05
1
-4
/
+3
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-6
/
+6
*
[PowerPC][LegalizeFloatTypes] Move the PPC hacks for (i32 fp_to_sint/fp_to_ui...
Craig Topper
2018-03-20
1
-37
/
+0
*
[SelectionDAG][X86] Don't use ->getValueType(0) after a call to getOperand to...
Craig Topper
2017-12-23
1
-1
/
+1
*
[legalize-types] Clean up softening machinery.
Anton Yartsev
2017-07-04
1
-20
/
+73
*
Revert "[APInt] Fix a few places that use APInt::getRawData to operate within...
Renato Golin
2017-04-23
1
-3
/
+5
*
[APInt] Fix a few places that use APInt::getRawData to operate within the nor...
Craig Topper
2017-04-23
1
-5
/
+3
*
[X86] Keep EXTRACT_VECTOR_ELT result type as f128 for Android x86_64.
Chih-Hung Hsieh
2017-04-18
1
-2
/
+5
[next]