History log of /llvm-project/libc/src/__support/FPUtil/arm/FEnvImpl.h (Results 1 – 14 of 14)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5ff3ff33 12-Jul-2024 Petr Hosek <phosek@google.com>

[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)

This is a part of #97655.


# ce9035f5 12-Jul-2024 Mehdi Amini <joker.eph@gmail.com>

Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration" (#98593)

Reverts llvm/llvm-project#98075

bots are broken


# 3f30effe 11-Jul-2024 Petr Hosek <phosek@google.com>

[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)

This is a part of #97655.


Revision tags: llvmorg-18.1.8, llvmorg-18.1.7, llvmorg-18.1.6
# a98a6e95 04-May-2024 luolent <56246516+luolent@users.noreply.github.com>

Add clarifying parenthesis around non-trivial conditions in ternary expressions. (#90391)

Fixes [#85868](https://github.com/llvm/llvm-project/issues/85868)

Parenthesis are added as requested on t

Add clarifying parenthesis around non-trivial conditions in ternary expressions. (#90391)

Fixes [#85868](https://github.com/llvm/llvm-project/issues/85868)

Parenthesis are added as requested on ternary operators with non trivial conditions.

I used this [precedence table](https://en.cppreference.com/w/cpp/language/operator_precedence) for reference, to make sure we get the expected behavior on each change.

show more ...


Revision tags: llvmorg-18.1.5, llvmorg-18.1.4
# 75bbf4dd 15-Apr-2024 Job Henandez Lara <hj93@protonmail.com>

[libc] Add proxy headers for fenv types. (#88467)

Fixes #88187


# 49561181 09-Apr-2024 Job Henandez Lara <hj93@protonmail.com>

[libc] Add proxy header for fenv.h macro constants. #87863 (#87896)

Hello, this addresses #87863.


Revision tags: llvmorg-18.1.3, llvmorg-18.1.2, llvmorg-18.1.1, llvmorg-18.1.0, llvmorg-18.1.0-rc4, llvmorg-18.1.0-rc3, llvmorg-18.1.0-rc2, llvmorg-18.1.0-rc1, llvmorg-19-init
# 3a9ff323 23-Jan-2024 lntue <35648136+lntue@users.noreply.github.com>

[libc] Fix implicit conversion in FEnvImpl for arm32 targets. (#79210)


# 9122d19d 23-Jan-2024 Roland McGrath <mcgrathr@google.com>

Revert "[libc] Fix forward arm32 buildbot" (#79201)

Reverts llvm/llvm-project#79151, necessary to revert #79128, which broke
all production builds and landed without review.


# 10a3e913 23-Jan-2024 Guillaume Chatelet <gchatelet@google.com>

[libc] Fix forward arm32 buildbot (#79151)

Fix forward #79128


# 28d64c12 19-Jan-2024 Guillaume Chatelet <gchatelet@google.com>

[libc][NFC] Simplify FPBits expressions (#78590)


Revision tags: llvmorg-17.0.6, llvmorg-17.0.5
# 6899f035 13-Nov-2023 lntue <35648136+lntue@users.noreply.github.com>

[libc] Check if arm targets support FPSCR in FEnvImpl.h. (#72158)

https://github.com/llvm/llvm-project/issues/72157


Revision tags: llvmorg-17.0.4, llvmorg-17.0.3, llvmorg-17.0.2
# b6bc9d72 26-Sep-2023 Guillaume Chatelet <gchatelet@google.com>

[libc] Mass replace enclosing namespace (#67032)

This is step 4 of
https://discourse.llvm.org/t/rfc-customizable-namespace-to-allow-testing-the-libc-when-the-system-libc-is-also-llvms-libc/73079


# 270547f3 21-Sep-2023 Guillaume Chatelet <gchatelet@google.com>

[libc][clang-tidy] Add llvm-header-guard to get consistant naming and prevent file copy/paste issues. (#66477)


Revision tags: llvmorg-17.0.1, llvmorg-17.0.0, llvmorg-17.0.0-rc4, llvmorg-17.0.0-rc3, llvmorg-17.0.0-rc2, llvmorg-17.0.0-rc1, llvmorg-18-init, llvmorg-16.0.6, llvmorg-16.0.5, llvmorg-16.0.4, llvmorg-16.0.3, llvmorg-16.0.2, llvmorg-16.0.1, llvmorg-16.0.0, llvmorg-16.0.0-rc4
# ae8e1b8f 06-Mar-2023 Siva Chandra Reddy <sivachandra@google.com>

[libc] Add arm 32 FEnvImpl.

Reviewed By: lntue

Differential Revision: https://reviews.llvm.org/D145347