aboutsummaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)AuthorFilesLines
2021-07-27[libc] Fix strtok_r crash when src and *saveptr are both nullptrAlfonso Gregory2-9/+26
2021-07-27[libc] Fix x86_64 fenv implementation for windowsSiva Chandra Reddy3-15/+58
2021-07-27[libc] Enable MPFR library for math functions testHedin Garca5-12/+83
2021-07-26[libc] add scudo wrappers to llvm libcMichael Jones1-3/+3
2021-07-26[libc] fix LibcUnitTestMain when building with shared librariesGuillaume Chatelet1-1/+1
2021-07-23[libc] Accommodate Fuchsia's death test framework in fenv tests.Siva Chandra Reddy2-5/+27
2021-07-23[libc] Clean up Windows macrosCaitlyn Cano3-3/+3
2021-07-23[libc] add option to use SCUDO as the allocatorMichael Jones3-1/+22
2021-07-23[libc] Add option to run specific testsCaitlyn Cano8-11/+104
2021-07-23[libc] optimize bzero/memset for x86Guillaume Chatelet1-11/+16
2021-07-23[libc] Raise denormal exception if the libc defines __FE_DENORM.Siva Chandra Reddy1-30/+18
2021-07-22[libc] Rename FEnv.h and refactor subsequent filesHedin Garca26-39/+39
2021-07-21Remove `LIBC_INSTALL_PREFIX`John Ericson2-3/+1
2021-07-21[libc] Include nextafter's functions to Windows's entrypointsHedin Garca2-5/+4
2021-07-21[libc] Append math functions to Window's entrypointsHedin Garca1-0/+30
2021-07-21[libc] Exclude few unused bits from x86 state for WindowsHedin Garca1-0/+6
2021-07-21[libc][Obvious] Fix few typos in FPUtil/TestHelpers.cppSiva Chandra Reddy1-3/+3
2021-07-21[libc][NFC] Adjust enabled_exceptions_test wrt FE_INEXACT.Siva Chandra Reddy1-4/+8
2021-07-21[libc] Add a new test matcher for tests raising floating point exceptions.Siva Chandra Reddy7-51/+122
2021-07-15[libc] Fix typos in x86_64/FEnv.hRoland McGrath1-2/+2
2021-07-15[libc] Relocate the closing directive of #ifdefHedin Garca1-2/+2
2021-07-13[libc] Capture floating point encoding and arrange it sequentially in memoryHedin Garca17-226/+251
2021-07-13[libc] Don't pass -fpie/-ffreestanding on WindowsCaitlyn Cano1-1/+5
2021-07-13[libc] Add on float properties for precision floating point numbers in FloatP...Hedin Garca1-6/+72
2021-07-13[libc] update benchmark distributionsGuillaume Chatelet30-44/+176
2021-07-07Fix broken libc testGuillaume Chatelet1-7/+11
2021-07-07[LIBC] Add an optimized memcmp implementation for AArch64Andre Vieira6-45/+179
2021-07-02[libc] Make ULP error reflect the bit distance more closely.Siva Chandra Reddy1-33/+47
2021-07-01[libc] Add minimal Windows configCaitlyn Cano2-0/+120
2021-06-30[libc][NFC] Remove few deprecated FPUtil header files and test patterns.Siva Chandra Reddy25-1487/+496
2021-06-30[libc][NFC] Clear all exceptions in exception_flags_test before raising another.Siva Chandra1-2/+4
2021-06-30[libc] Allow reading and writing __FE_DENORM if available on x86_64.Siva Chandra Reddy1-1/+10
2021-06-30[libc] Clear all exceptions before setting in fesetexceptflag.Siva Chandra Reddy2-0/+12
2021-06-30[libc] Fix feclearexcept for x86_64.Siva Chandra Reddy3-6/+98
2021-06-29[libc] Allow target architecture independent configsSiva Chandra Reddy1-2/+14
2021-06-28[libc][Obvious] Fix typo in implementation of aarch64 clearExcept.Siva Chandra1-3/+3
2021-06-25[libc] Use __builtin_ctzll instead of __builtin_ctzl in elements_x86.h.Siva Chandra Reddy1-1/+1
2021-06-23[libc] Calculate ulp error after rounding MPFR result to the result type.Siva Chandra Reddy1-4/+10
2021-06-23[libc] add benchmarks for memcmp and bzeroGuillaume Chatelet3-12/+75
2021-06-18[libc][Obvious] Add the new header file PlatformDefs.h to the fputil target.Siva Chandra Reddy1-0/+1
2021-06-18[libc] Add few macro definitions to make it easy to accommodate Windows.Siva Chandra Reddy6-14/+49
2021-06-17[libc] Generate one benchmark per implementationGuillaume Chatelet2-48/+40
2021-06-16[libc] Add a set of elementary operationsGuillaume Chatelet13-591/+1074
2021-06-16Revert "[libc] Add a set of elementary operations"Guillaume Chatelet13-1077/+591
2021-06-16[libc] Add a set of elementary operationsGuillaume Chatelet13-591/+1077
2021-06-15[libc][NFC] Disable thrd_test as it is exhibiting flaky behavior on the bots.Siva Chandra Reddy1-12/+13
2021-06-15Revert "[libc] Add a set of elementary operations"Guillaume Chatelet13-1062/+584
2021-06-15[libc] Add a set of elementary operationsGuillaume Chatelet13-584/+1062
2021-06-15Revert "[libc] Add a set of elementary operations"Guillaume Chatelet13-1068/+584
2021-06-15[libc] Add a set of elementary operationsGuillaume Chatelet13-584/+1068