aboutsummaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)AuthorFilesLines
2022-08-03[libc] Disable the loader init_fini_array_test for non-x86_64 targets.Siva Chandra1-8/+10
2022-08-03[libc] Add init and fini array iteration to the loader.Siva Chandra Reddy3-0/+99
2022-08-02[libc] Add GNU extension functions pthread_setname_np and pthread_getname_np.Siva Chandra Reddy16-1/+368
2022-08-01[libc][doc] Update implementation status of tanhf.Tue Ly1-1/+4
2022-08-01[libc][math] Build fail fix: obsolete header.Kirill Okhotnikov1-1/+0
2022-08-01[libc][math] Added tanhf function.Kirill Okhotnikov15-0/+295
2022-08-01[libc][NFC] Use STL case for utilityGuillaume Chatelet4-23/+25
2022-08-01[libc][NFC] Use STL case for limitsGuillaume Chatelet8-55/+55
2022-08-01[libc][NFC] Use STL case for functionalGuillaume Chatelet3-17/+17
2022-08-01Reland [libc][NFC] Use STL case for arrayGuillaume Chatelet21-48/+45
2022-08-01Revert "[libc][NFC] Use STL case for array"Guillaume Chatelet19-43/+46
2022-08-01[libc][NFC] Use STL case for arrayGuillaume Chatelet19-46/+43
2022-08-01[libc][NFC] Mark a constructor of StringView to be constexpr.Siva Chandra Reddy1-1/+1
2022-08-01[libc][NFC] Make the buffer size of the integer to string converter public.Siva Chandra Reddy1-5/+8
2022-08-01[libc][NFC] Mark a few methods of StringView to constexpr.Siva Chandra Reddy1-7/+7
2022-07-31[libc][doc] Update implementation status of exp2f, sinhf, and coshf.Tue Ly1-3/+11
2022-07-30[libc] Compile integration tests with -ffreestanding to avoid mixup with syst...Siva Chandra Reddy17-15/+31
2022-07-29[libc] Implement cosf function that is correctly rounded to all rounding modes.Tue Ly6-67/+298
2022-07-29[libc][math] Added sinhf function.Kirill Okhotnikov15-0/+332
2022-07-29[libc][math] Added coshf function.Kirill Okhotnikov16-2/+276
2022-07-29[libc] Fix prototype_test_genGuillaume Chatelet1-1/+1
2022-07-29[libc] Fix prototype_test_genGuillaume Chatelet1-1/+1
2022-07-29Fix typo in FPUtil/aarch64/FMA.hGuillaume Chatelet1-1/+1
2022-07-29[libc][NFC] Use STL case for type_traitsGuillaume Chatelet44-357/+344
2022-07-28[libc][math] Universal exp function for cosh/sinh calculation.Kirill Okhotnikov3-0/+131
2022-07-28[libc][math] Improved performance of exp2f function.Kirill Okhotnikov5-104/+63
2022-07-27[libc] Change sinf range reduction to mod pi/16 to be shared with cosf.Tue Ly7-206/+168
2022-07-26[libc] Use nearest_integer instructions to improve expm1f performance.Tue Ly3-4/+7
2022-07-26[libc] Use nearest_integer instructions to improve expf performance.Tue Ly3-8/+8
2022-07-25[libc][Obvious] Use the correct StringView constructor in dirent_test.Siva Chandra Reddy1-5/+6
2022-07-25[libc] Add dirent.h functions opendir, readdir, closedir and dirfd.Siva Chandra Reddy27-0/+671
2022-07-25[libc] Add a simple StringStream class.Siva Chandra Reddy4-0/+165
2022-07-25[libc] Raise FE_INVALID for sinf with +- inf inputs.Tue Ly1-1/+3
2022-07-22[libc][nfc] move printf inf/nan to separate functionMichael Jones3-28/+87
2022-07-22[libc] Don't call user comparator function for equal pointersAlex Brachet1-0/+4
2022-07-22[libc] Temporarily disable arm32's sinf, cosf, sincosf entrypoints.Tue Ly1-3/+0
2022-07-22[libc] Implement sinf function that is correctly rounded to all rounding modes.Tue Ly11-73/+649
2022-07-22[libc] Add float type and flag for nearest_integer to enable SSE4.2.Tue Ly6-3/+49
2022-07-21[libc] Add a convenience class and function for integer to string conversion.Siva Chandra Reddy7-28/+419
2022-07-19[libc] Add a method `find_last_of` to StringView.Siva Chandra Reddy2-0/+64
2022-07-18[libc] fix strtofloatingpoint on rare edge caseMichael Jones2-4/+105
2022-07-18[libc] Fix API for remove_{prefix, suffix}Jeff Bailey3-45/+34
2022-07-17Ensure newlines at the end of files (NFC)Kazu Hirata1-1/+1
2022-07-15[libc] add rounding modes to printf float convMichael Jones4-8/+152
2022-07-15[libc][arm32] add string stdlib & math entrypointsMichael Jones1-2/+39
2022-07-14[libc] Enable a few stdlib and time functions on aarch64.Siva Chandra3-1/+14
2022-07-14[libc] Enable few stdio functions on aarch64.Siva Chandra1-0/+12
2022-07-14[libc] Enable few pthread and threads functions on aarch64.Siva Chandra1-0/+12
2022-07-14[libc] Add implementations of pthread_equal and pthread_self.Siva Chandra Reddy24-3/+470
2022-07-14[libc] Add nearest integer instructions to fputil.Tue Ly4-0/+126