aboutsummaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)AuthorFilesLines
2021-01-21[libc] Distinguish compiler and run failuresPetr Hosek1-2/+4
2021-01-20[libc][NFC][obvious] fix the names of MPFR testsMichael Jones6-21/+30
2021-01-20[libc][NFC] add "LlvmLibc" as a prefix to all test namesMichael Jones121-443/+487
2021-01-19[libc] Extend the current fenv functions to aarch64.Siva Chandra3-0/+213
2021-01-19[libc][NFC] remove dependency on non standard ssize_tGuillaume Chatelet1-10/+14
2021-01-19[libc][NFC] Remove dead codeGuillaume Chatelet2-7/+0
2021-01-18[libc][NFC][Obvious] Add a missing dep.Siva Chandra1-0/+1
2021-01-18[libc][NFC] Use ASSERT_EQ instead of EXPECT_EQ in fenv/exception_status_testSiva Chandra Reddy1-22/+22
2021-01-15[libc] CopyAlignedBlocks can now specify alignment on top of block sizeGuillaume Chatelet3-14/+62
2021-01-15[libc] Allow customization of memcpy via flags.Guillaume Chatelet2-14/+48
2021-01-15[libc] Add memmove implementation.Cheng Wang7-0/+176
2021-01-14[libc] Use #undef isascii in specific headerRoland McGrath3-8/+4
2021-01-13[libc][NFC] change isblank and iscntrl from implicit castingMichael Jones2-2/+2
2021-01-13[libc][NFC] add macro for fuchsia to switch test backend to zxtestMichael Jones5-253/+292
2021-01-13[libc] Refresh benchmark progress bar when needed.Guillaume Chatelet1-3/+8
2021-01-12[libc][NFC] Use more specific comparison macros in LdExpTest.h.Siva Chandra Reddy1-2/+2
2021-01-12[libc] add isascii and toascii implementationsMichael Jones12-1/+190
2021-01-11[libc][NFC] Make __support/common.h an in tree header.Siva Chandra Reddy2-16/+12
2021-01-09[libc][NFC] add includes for internal headers to all libc functionsMichael Jones94-3/+95
2021-01-08[libc] Switch to use a macro which does not insert a section for every libc f...Michael Jones147-222/+210
2021-01-06[libc] Use a wrapper for rand instead of calling std::rand in fma tests.Siva Chandra Reddy4-4/+41
2021-01-06[libc] Add implementation of fmaf.Tue Ly12-17/+363
2021-01-06[libc] Align src buffer instead of dst bufferGuillaume Chatelet2-12/+12
2021-01-06[libc] remove modulo from CircularArrayRef iteratorGuillaume Chatelet1-2/+6
2021-01-05[libc] Add implementations of nextafter[f|l] functions.Siva Chandra Reddy21-1/+618
2021-01-05[libc] Add implementations of nearbyint[f|l].Siva Chandra Reddy9-0/+151
2020-12-30[libc][NFC] Use ASSERT_FP_EQ to compare nan values in tests.Siva Chandra Reddy1-1/+1
2020-12-29[libc] Add implementations of rounding functions which depend rounding mode.Siva Chandra Reddy36-49/+1147
2020-12-18[libc][NFC] Use `#include <math.h>` in utils/FPUtil/ManipulationFunctions.h.Siva Chandra Reddy1-1/+1
2020-12-17[libc][NFC] Use ASSERT_FP_EQ to comapre NaN values in tests.Siva Chandra Reddy8-14/+14
2020-12-17[libc][Obvious] Fix typo is wrappergen unittest.Siva Chandra Reddy1-1/+1
2020-12-17[libc] Add python3 to libc buildbot depedencies.Paula Toth1-4/+3
2020-12-17[libc] Refactor WrapperGen to make the flow cleaner.Siva Chandra Reddy2-104/+172
2020-12-17Fix dead linkGuillaume Chatelet1-1/+1
2020-12-17[libc] revamp memory function benchmarkGuillaume Chatelet20-995/+769
2020-12-17[libc] add back math.h #include utils/FPUtil/ManipulationFunctions.hKrasimir Georgiev1-1/+1
2020-12-15[libc][NFC] Use ASSERT_FP_EQ to comapre NaN values in tests.Siva Chandra Reddy13-25/+13
2020-12-15[libc][NFC] Rename global `nan` in tests to `aNaN`.Siva Chandra Reddy28-85/+85
2020-12-15[libc][NFC][Obvious] Remove few unnecessary #include directives in tests.Siva Chandra Reddy15-36/+5
2020-12-14[libc] Add remainder[f|l] and remquo[f|l] to the list of aarch64 entrypoints.Siva Chandra1-0/+6
2020-12-14[libc][NFC] Skip adding dummy targets for skipped unit tests.Siva Chandra2-8/+3
2020-12-15[libc] Add memcmp implementation.Cheng Wang7-0/+101
2020-12-14[libc][Obvious] Mark functions in DummyFEnv.h as static inline.Siva Chandra Reddy1-5/+5
2020-12-14[libc][Obvious] Include <fenv.h> from DummyFenv.h.Siva Chandra Reddy1-0/+1
2020-12-11[libc] Let wrappergen pick LLVM libc mangled name from aliasee file.Siva Chandra Reddy4-4/+89
2020-12-11[libc] Add implementations of lround[f|l] and llround[f|l].Siva Chandra Reddy28-2/+805
2020-12-11[libc] Add [l|ll]abs implementation.Cheng Wang16-0/+263
2020-12-08[libc] Raise x87 exceptions by synchronizing with "fwait".Siva Chandra Reddy5-8/+204
2020-12-04[libc] add tests to WrapperGenMichael Jones5-0/+296
2020-12-03[libc][NFC] Remove dependence on xmmintrin.h to read/write MXCSR.Siva Chandra Reddy1-10/+19