Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2022-03-14[libc] Include -150 to the special cases at the beginning of exp2f function.Tue Ly
2022-03-14[libc] Implement exp2f function that is correctly rounded for all rounding mo...Tue Ly
2022-03-11[libc] Implement expf function that is correctly rounded for all rounding modes.Tue Ly
2022-03-11[libc][Obvious] Destroy the block store var in block store test.Siva Chandra Reddy
2022-03-11[libc] Add a resizable container with constexpr constructor and destructor.Siva Chandra Reddy
2022-03-10[libc] Initial support for darwin-aarch64.Tue Ly
2022-03-10[libc] Use the constexpr constructor to initialize exit handlers mutex.Siva Chandra Reddy
2022-03-08[libc] Add testing macros for errno and floating point exceptions.Tue Ly
2022-03-08[libc][NFC] remove completed TODOsMichael Jones
2022-03-08[libc][NFC] split standalone_cpp into single headersMichael Jones
2022-03-07[libc] Align the stack pointer in the start function.Siva Chandra Reddy
2022-03-07[libc] Fix alignment logic in TLS image size calculation.Siva Chandra Reddy
2022-03-05Reapply "[cmake] Prefix gtest and gtest_main with "llvm_"."Stella Laurenzo
2022-03-04[libc] Fix small bugs in aarch64/FEnvImpl.h and simplify feclearexcept_test.Tue Ly
2022-03-04[libc] Remove the redundant header FPUtil/FEnvUtils.hTue Ly
2022-03-04[libc][NFC] Add a platform independent thread support library.Siva Chandra Reddy
2022-03-04[libc][Obvious] Add build folder to .gitignore.Tue Ly
2022-03-04[libc] Make the errno macro resolve to the thread local variable directly.Siva Chandra Reddy
2022-03-03[libc][Obvious] Add a few missing deps listings.Siva Chandra Reddy
2022-03-02Revert "[cmake] Prefix gtest and gtest_main with "llvm_"."Stella Laurenzo
2022-03-02[cmake] Prefix gtest and gtest_main with "llvm_".Stella Laurenzo
2022-03-02[libc][NFC] Add a static assert for futex size.Siva Chandra Reddy
2022-03-01[libc] Remove the remaining uses of stdatomic.h.Siva Chandra Reddy
2022-03-01[libc] Add LLVM_LIBC_CLANG_TIDY option and allow LLVM_LIBC_ENABLE_LINTING wit...Tue Ly
2022-03-01[libc] Add a class "Atomic" as a simple equivalent of std::atomic.Siva Chandra Reddy
2022-03-01Use __builtin_clz to find leading 1 in generic sqrt (where possible)Clint Caywood
2022-02-18[libc][automemcpy] Discard aggrated samples from JSONGuillaume Chatelet
2022-02-17[libc] Add exit and atexitAlex Brachet
2022-02-17[libc][automemcpy] Introduce geomean of scores as a tie breakerGuillaume Chatelet
2022-02-17[llvm][automemcpy] Allow distribution filtering in analysisGuillaume Chatelet
2022-02-17[libc][automemcpy] Add mean/variance and simplify implementationGuillaume Chatelet
2022-02-17[libc] Use '+' constraint on inline assemblyAlex Brachet
2022-02-16[libc] Improve hypotf performance with different algorithm correctly rounded ...Tue Ly
2022-02-16[lib][Obvious] Fix style in a few include directives.Siva Chandra Reddy
2022-02-16Rewrite much of the index page for libcJeff Bailey
2022-02-16Implement basic loader for Linux aarch64Jeff Bailey
2022-02-16[libc] change ASAN condition to generator expressionMichael Jones
2022-02-15[libc] Improve performance of generic hypot when the exponent difference is s...Tue Ly
2022-02-15[libc] Add a platform independent buffered file IO data structure.Siva Chandra Reddy
2022-02-14[libc] [Obvious] Fix.Raman Tenneti
2022-02-14[libc] [Obvious] Fix.Raman Tenneti
2022-02-14[libc] Create cpp::IntegerSequence analogous to std::integer_sequenceAlex Brachet
2022-02-14Introduce getenv to LLVM libcRaman Tenneti
2022-02-14[libc][cpp] Add a constructor to ArrayRef to construct from void * data.Siva Chandra Reddy
2022-02-14[libc][benchmark] Fix change in JSon APIGuillaume Chatelet
2022-02-12[libc][Obvious][NFC] Move CPP tests to the correct nested directory.Siva Chandra Reddy
2022-02-12[libc] Fix allocator inclusionMichael Jones
2022-02-10[libc][obvious] only include vector with mallocMichael Jones
2022-02-10[libc] add a vector internal classMichael Jones
2022-02-09[libc] undefined reference in LibcTest.cppGuillaume Chatelet