llvm-project/libc/utils
Hedin Garca 049cfc464d [libc] Rename FEnv.h and refactor subsequent files
Because Windows's pathnames are not case sensitive,
to avoid include conflicts between our header file FEnv.h and the
one from the C Standard library, <fenv.h>, the prior file was renamed.
The motive for the relabel came to fix this include error in
TestHelpers.cpp since a conflict arose with a file in the same
directory when #include <fenv.h> was being used.

Reviewed By: sivachandra, aeubanks

Differential Revision: https://reviews.llvm.org/D106470
2021-07-22 00:07:39 +00:00
..
CPP [libc] Enhance ArrayRef + unittests 2021-04-21 13:25:24 +00:00
FPUtil [libc] Rename FEnv.h and refactor subsequent files 2021-07-22 00:07:39 +00:00
HdrGen [CMake][libc] Support cross-compiling libc-hdrgen 2021-01-28 13:13:06 -08:00
LibcTableGenUtil [libc] Add missing TableGen dependency 2020-09-15 14:26:04 +00:00
MPFRWrapper [libc] Make ULP error reflect the bit distance more closely. 2021-07-02 16:56:01 +00:00
UnitTest [libc] Relocate the closing directive of #ifdef 2021-07-15 20:24:29 +00:00
buildbot [libc] Add python3 to libc buildbot depedencies. 2020-12-17 08:59:13 -08:00
mathtools [libc] Add implementation of expm1f. 2021-06-10 14:58:34 -04:00
testutils [libc][NFC] Use add_library instead of add_llvm_library for a few libraries. 2021-06-08 23:15:24 +00:00
tools [libc] Refactor WrapperGen to make the flow cleaner. 2020-12-17 08:56:45 -08:00
CMakeLists.txt [libc] Introduce a full build mode CMake option. 2021-03-12 13:28:40 -08:00