summaryrefslogtreecommitdiff
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* [libc][NFC][Obvious] Use the new macro to declare special constants in tests.Siva Chandra Reddy2020-11-0328-125/+31
* [LIBC][NFC] Rename errno and assert files to match other files with functionsMichael Jones2020-11-038-21/+50
* [libc][NFC] Use a convenience macro to declare special floating point constants.Siva Chandra Reddy2020-10-274-18/+13
* [libc] Add LLVM libc specific functions to llvm_libc_ext.td.Michael Jones2020-10-193-26/+65
* [libc] Use entrypoints.txt as the single source of list of functions for a pl...Michael Jones2020-10-158-145/+38
* [libc][NFC] Add probability distributions for memory function sizesGuillaume Chatelet2020-10-153-0/+109
* Fix conjuntion of -Werror,-Wsuggest-override with google/benchmarkGuillaume Chatelet2020-10-141-1/+1
* [libc] Update buildbot worker version to 2.8.4.Paula Toth2020-10-082-3/+3
* [libc] Using llvm_libc memcpy in mem* benchmarks.Anthony Steinhauser2020-09-241-2/+2
* [libc] Add implementation for hypotfTue Ly2020-09-179-0/+335
* [libc] Remove special case for 8 and 16 bytesGuillaume Chatelet2020-09-152-8/+0
* [libc] use stddef instead of string headerGuillaume Chatelet2020-09-151-1/+1
* [libc] remove useless headersGuillaume Chatelet2020-09-152-2/+1
* [libc] Add missing TableGen dependencyGuillaume Chatelet2020-09-151-1/+1
* [libc] Add missing LibcFPTestHelpers libraryGuillaume Chatelet2020-09-151-1/+1
* [libc] Fix typo in platform_defs.h.incGuillaume Chatelet2020-09-152-2/+2
* [libc] Extend MPFRMatcher to handle 2-input-1-output and support hypot function.Tue Ly2020-09-142-2/+91
* [libc] Decouple string functions.cgyurgyik2020-09-147-22/+37
* [libc][obvious] Include Sqrt.h in SqrtLongDoubleX86.h.Siva Chandra Reddy2020-09-101-0/+2
* [libc][NFC][obvious] Remove a redudant dep of strcmp implementation.Siva Chandra Reddy2020-09-101-2/+0
* [libc][MPFRWrapper] Provide a way to include MPFR header in downstream repos.Siva Chandra Reddy2020-09-091-1/+11
* [libc][NFC] Add spec files as dependencies of integration test.Siva Chandra Reddy2020-09-091-1/+3
* [libc][obvious] Fix strtok_r signature in the spec.Siva Chandra Reddy2020-09-091-1/+3
* [libc][obvious] Use constants of type double in remquo_test.Siva Chandra Reddy2020-09-031-5/+5
* [libc] Add implementations of remquo[f|l] and remainder[f|l].Siva Chandra Reddy2020-09-0324-0/+759
* [cmake] Make gtest include directories a part of the library interfacePavel Labath2020-08-271-5/+0
* [libc] Add implementations for sqrt, sqrtf, and sqrtl.Tue Ly2020-08-2617-0/+721
* [libc][NFC] For remquo quotient, compare only 3 bits of MPFR and libc results.Siva Chandra Reddy2020-08-251-1/+1
* [libc][obvious] Add back the accidentally removed MPFRNumber destructor.Siva Chandra Reddy2020-08-251-0/+4
* [libc] Extend MPFRMatcher to handle multiple-input-multiple-output functions.Siva Chandra Reddy2020-08-256-97/+514
* [libc] Add a class called NormalFloat which represents normalized floats.Siva Chandra Reddy2020-08-203-97/+243
* [libc][NFC] Switch math tests to the new ULP based tolerance.Siva Chandra Reddy2020-08-2022-228/+51
* [libc][obvious] Fix x86 long double conversion to integer.Siva Chandra Reddy2020-08-192-12/+12
* [libc][obvious] Fix link order of math tests.Siva Chandra Reddy2020-08-181-1/+1
* [libc] Add ULP function to MPFRNumber class to test correctly rounded functio...Tue Ly2020-08-182-16/+106
* [libc] Make benchmark boxplots transparent.Anthony Steinhauser2020-08-171-1/+1
* [libc] Add restrict qualifiers to string library; give consistent naming sche...cgyurgyik2020-08-1410-23/+27
* [libc] [obvious] Fix typographical error.Chris Gyurgyik2020-08-141-1/+1
* [libc] Add strtok_r implementation.parallels2020-08-1311-23/+220
* [libc][obvious] Remove the unused file utils/CPP/StringRef.h.Siva Chandra2020-08-122-25/+0
* [libc][obvious] Switch copysign[f|l] and fabs[f|l] to the new test matchers.Siva Chandra2020-08-126-166/+113
* [libc][obvious] Switch nearest integer function tests to the new matchers.Siva Chandra2020-08-1112-454/+559
* [libc][obvious] Remove a commented out block.Siva Chandra2020-08-111-15/+0
* [libc] Add strtok implementation.cgyurgyik2020-08-118-2/+160
* [libc][NFC] Disable a loader test as ld.gold fails to link.Siva Chandra Reddy2020-08-071-13/+15
* [libc][NFC] Add library of floating point test matchers.Siva Chandra Reddy2020-08-0712-239/+375
* [libc] Setup TLS in x86_64 loader.Siva Chandra Reddy2020-08-077-5/+202
* [libc] Add strcpsn and strpbrk implementation.cgyurgyik2020-08-0712-1/+280
* [libc] Add tolower, toupper implementation.cgyurgyik2020-08-0615-10/+194
* [libc] Add strspn implementation and std::bitsetcgyurgyik2020-08-0512-0/+309