summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libc] Add the remaining long double flavors of nearest integer functions.Siva Chandra Reddy2020-06-251-38/+28
* [libc] Add long double flavors of the floating point manipulation functions.Siva Chandra Reddy2020-06-231-42/+111
* [libc] Match x86 long double NaN classification with that of the compiler.Siva Chandra Reddy2020-06-221-2/+11
* [libc] Add implementations long double fabsl and truncl functions.Siva Chandra Reddy2020-06-187-24/+332
* [libc][benchmarks] Link the memory benchmark exes to functions from LLVM libc.Siva Chandra Reddy2020-06-1721-2628/+0
* [lib][NFC] Split the floating point util functions into multiple files.Siva Chandra Reddy2020-06-155-217/+278
* [libc] Add implementation of few floating point manipulation functions.Siva Chandra Reddy2020-06-114-10/+123
* [libc] Add implementations of round and roundf.Siva Chandra Reddy2020-06-091-0/+56
* [libc] Add integration tests.Paula Toth2020-06-024-0/+81
* [libc] Expose APIGenerator.Paula Toth2020-06-012-185/+218
* [libc] Add implementations of ceil[f], floor[f] and trunc[f] from math.h.Siva Chandra Reddy2020-06-014-8/+147
* [libc] Fixing the build command for benchmarks.Anthony Steinhauser2020-05-281-1/+1
* [libc][NFC][Obvious] Convert the MPFR operations enum to an enum class.Siva Chandra Reddy2020-05-262-8/+8
* [libc] Move implementations of expf and exp2f from the AOR to src/math.Siva Chandra Reddy2020-05-152-5/+7
* [libc] Add implementation of fabs and fabsf.Siva Chandra Reddy2020-05-153-0/+11
* [libc] Consolidate floating point utils into a single utils library.Siva Chandra Reddy2020-05-157-42/+255
* [libc] Fix warnings on release build.Paula Toth2020-05-072-3/+2
* [libc] Reorganize and clarify a few points around benchmarkingEric Christopher2020-05-061-16/+21
* [libc] Fix how math results are compared with MPFR results.Siva Chandra Reddy2020-05-061-18/+84
* [libc] Change target name for testing benchmark utils infrastructure.Paula Toth2020-05-061-2/+2
* [libc] Add no_sanitize("address") attribute to the getMPFRMatcher function.Siva Chandra Reddy2020-05-051-0/+1
* [libc] Improve information printed on failure of a math test which uses MPFR.Siva Chandra Reddy2020-05-055-32/+137
* [libc][NFC] Rename cpp::function to cpp::Function.Siva Chandra Reddy2020-04-301-4/+4
* [libc] Fix benchmarks build.Siva Chandra Reddy2020-04-283-2/+7
* Add StringRef include to libc benchmark.Eric Christopher2020-04-281-0/+1
* [libc] Link mpfr and gmp wrapper to the libcMPFRWrapper.Siva Chandra Reddy2020-04-231-0/+1
* [libc] Add write(2) implementation for Linux and FDReader test utilityAlex Brachet2020-04-173-0/+73
* [libc] Move implementations of cosf, sinf, sincosf to src/math directory.Siva Chandra Reddy2020-04-165-0/+174
* [libc] Remove <functional> dependency in syscall_test.cppAlex Brachet2020-04-142-0/+32
* [libc] Add fully-qualified target names.Siva Chandra Reddy2020-04-101-1/+1
* [libc][NFC] Make all top of file comments consistent.Paula Toth2020-04-0834-31/+80
* [libc] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki2020-04-065-6/+6
* [libc][NFC] Fix typo in millisecondsAlex Brachet2020-03-221-2/+2
* [libc] Add signalAlex Brachet2020-03-221-6/+13
* [libc] Add AOR testing dependencies for buildbot workers.Paula Toth2020-03-171-0/+3
* [libc] Resolve race condition in sub-process test runner.Paula Toth2020-03-171-2/+6
* [libc] [UnitTest] Add timeout to death testsAlex Brachet2020-03-113-14/+81
* [libc] Add docker container for llvm-libc buildbot worker.Paula Toth2020-03-113-0/+60
* [libc] [NFC] Use matchers in testsAlex Brachet2020-03-071-0/+1
* [libc] [UnitTest] Add MatchersAlex Brachet2020-03-057-1/+201
* [libc] Add ability to generate enum types/values to HdrGen.Siva Chandra Reddy2020-02-281-0/+32
* [libc] Fix build when -DBUILD_SHARED_LIBS=OnAlex Brachet2020-02-262-5/+8
* [libc] [UnitTest] Give UnitTest gtest like colorsAlex Brachet2020-02-251-3/+6
* [libc] [UnitTest] Create death testsAlex Brachet2020-02-246-2/+202
* [libc] Add a README to the sub-directories under the utils directory.Siva Chandra Reddy2020-02-233-4/+34
* [libc] Add [EXPECT|ASSERT]_[TRUE|FALSE] unittest macros.Siva Chandra Reddy2020-01-303-6/+19
* [libc] Add a missing `this->` in __llvm_libc::cpp:MutableArrayRef::end.Siva Chandra Reddy2020-01-301-1/+1
* [libc] Add a library of standalone C++ utilities.Siva Chandra Reddy2020-01-2910-81/+270
* [libc] Fix build after 777180a32b61070a10dd330b4f038bf24e916af1.Siva Chandra Reddy2020-01-293-10/+12
* [libc] Fix benchmarks CMakeLists.txtGuillaume Chatelet2020-01-291-3/+11