summaryrefslogtreecommitdiff
path: root/llvm/lib/Support/APFloat.cpp
AgeCommit message (Expand)Author
2025-11-01[Support] Remove redundant declarations (NFC) (#165971)Kazu Hirata
2025-10-26[llvm] Migrate away from a soft-deprecated constructor of APInt (NFC) (#165164)Kazu Hirata
2025-10-19[ADT, Support] Use std::min and std::max (NFC) (#164145)Kazu Hirata
2025-10-18[APFloat] Outline special member functions (#164073)Yingwei Zheng
2025-10-18[APFloat] Inline static getters (#163794)Yingwei Zheng
2025-10-02[ADT] Fix a bug in DoubleAPFloat::frexp (#161625)Kazu Hirata
2025-08-24[APFloat] Properly implement DoubleAPFloat::convertFromAPIntDavid Majnemer
2025-08-21[APFloat] Properly implement DoubleAPFloat::compareAbsoluteValueDavid Majnemer
2025-08-20Reapply "[APFloat] Fix getExactInverse for DoubleAPFloat"David Majnemer
2025-08-14Revert "[APFloat] Fix getExactInverse for DoubleAPFloat"Aiden Grossman
2025-08-13[APFloat] Fix getExactInverse for DoubleAPFloatDavid Majnemer
2025-08-12[APFloat] Remove some overly optimistic assertionsDavid Majnemer
2025-08-12[APFloat] Properly implement frexp(DoubleAPFloat)David Majnemer
2025-08-12Reapply "[APFloat] Properly implement DoubleAPFloat::convertToSignExtendedInt...David Majnemer
2025-08-10Revert "[APFloat] Properly implement DoubleAPFloat::convertToSignExtendedInte...Kazu Hirata
2025-08-09[APFloat] Properly implement DoubleAPFloat::convertToSignExtendedIntegerDavid Majnemer
2025-08-06[APFloat] Properly implement DoubleAPFloat::roundToIntegralDavid Majnemer
2025-08-01[APFloat] Properly implement next for DoubleAPFloatDavid Majnemer
2025-05-21[NFC][ADT/Support] Add {} for else when if body has {} (#140758)Rahul Joshi
2025-05-11[llvm] Use StringRef::consume_front (NFC) (#139458)Kazu Hirata
2025-04-14[InstCombine] Fold fneg/fabs patterns with ppc_f128 (#130557)Yingwei Zheng
2025-03-10[APFloat] Fix `IEEEFloat::addOrSubtractSignificand` and `IEEEFloat::normalize...beetrees
2025-03-05ADT: Switch to a raw pointer for DoubleAPFloat::Floats.Peter Collingbourne
2025-02-25[X86][DAGCombiner] Skip x87 fp80 values in `combineFMulOrFDivWithIntPow2` (#1...Yingwei Zheng
2025-01-14[APFloat][NFC]extract `fltSemantics::isRepresentableBy` to header (#122636)Congcong Cai
2024-12-04[llvm][NFC] `APFloat`: Add missing semantics to enum (#117291)Matthias Springer
2024-11-16[llvm] `APFloat`: Add helpers to query NaN/inf semantics (#116315)Matthias Springer
2024-11-15[llvm] `APFloat`: Query `hasNanOrInf` from semantics (#116158)Matthias Springer
2024-11-12[llvm] Remove redundant control flow statements (NFC) (#115831)Kazu Hirata
2024-10-22Fix bitcasting E8M0 APFloat to APInt (#113298)Sergey Kozub
2024-10-09[APFloat] add predicates to fltSemantics for hasZero and hasSignedRepr (#111451)Ariel-Burton
2024-10-09[ADT][APFloat] Make sure EBO is performed on APFloat (#111641)Yingwei Zheng
2024-10-02[APFloat] Add APFloat support for E8M0 type (#107127)Durgadoss R
2024-09-25[LLVM][IR] Add constant range support for floating-point types (#86483)Yingwei Zheng
2024-08-25Revert "Enable logf128 constant folding for hosts with 128bit long double (#1...NAKAMURA Takumi
2024-08-22Enable logf128 constant folding for hosts with 128bit long double (#104929)Matthew Devereau
2024-08-14Revert "Reland logf128 constant folding (#103217)"Nikita Popov
2024-08-14Reland logf128 constant folding (#103217)Matthew Devereau
2024-08-09Revert "Enable logf128 constant folding for hosts with 128bit floats (#96287)"Nikita Popov
2024-08-09Enable logf128 constant folding for hosts with 128bit floats (#96287)Matthew Devereau
2024-07-30[APFloat] Add support for f8E3M4 IEEE 754 type (#99698)Alexander Pivovarov
2024-07-17[APFloat] Add support for f8E4M3 IEEE 754 type (#97179)Alexander Pivovarov
2024-07-04[NFC] [APFloat] Refactor IEEEFloat::toString (#97117)Ariel-Burton
2024-06-29Rename f8E4M3 to f8E4M3FN in mlir.extras.types py package (#97102)Alexander Pivovarov
2024-06-14[APFloat] Add APFloat support for FP4 data type (#95392)Durgadoss R
2024-06-11[APFloat] Add APFloat support for FP6 data types (#94735)Durgadoss R
2024-05-29Constant Fold logf128 calls (#90611)Matthew Devereau
2024-05-14[APFloat] Replace partsCount array with single variable (NFC) (#91910)Nikita Popov
2024-05-04[Support] Use StringRef::operator== instead of StringRef::equals (NFC) (#91042)Kazu Hirata
2024-05-01Revert "Constant Fold logf128 calls"Matt Devereau