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-24[libc][obvious] only test FILE on working platformsMichael Jones
2022-03-24[libc] Use real objects and archives in integration tests.Siva Chandra Reddy
2022-03-24[libc] Add implementations of fopen, flose, fread, fwrite and fseek.Siva Chandra Reddy
2022-03-24[libc][obvious] add aligned_alloc as entrypointMichael Jones
2022-03-24[libc] Link the SCUDO integration tests to a special entrypoint collection.Siva Chandra Reddy
2022-03-24[libc] Change FEnv to use MXCSR as source of truthMichael Jones
2022-03-23[libc] Add a new rule add_integration_test.Siva Chandra Reddy
2022-03-23[libc] Rename libc-integration-test to libc-api-test.Siva Chandra Reddy
2022-03-23[libc][File] Fix a bug under fseek(..., SEEK_CUR).Siva Chandra Reddy
2022-03-22[libc][Obvious] Remove an unnecessary dep and use inline_memcpy.Siva Chandra Reddy
2022-03-21[libc] Add a linux file implementation.Siva Chandra Reddy
2022-03-18[libc][NFC] Add the platform independent file target only if mutex is available.Siva Chandra Reddy
2022-03-17[libc][NFC] Add a separate flag for capturing the '+' in fopen mode string.Siva Chandra Reddy
2022-03-16[libc] Remove references to the std threads library from __support/threads.Siva Chandra Reddy
2022-03-16[libc][NFC] Keep the mutex with the base File data structure.Siva Chandra Reddy
2022-03-16[libc][Obvious] Add missing licence headers and fix an include pattern.Siva Chandra Reddy
2022-03-16[libc] Let exhaustive tests indicate each interval PASSED/FAILED.Tue Ly
2022-03-16[libc] Unlock after pop_backAlex Brachet
2022-03-16[libc][NFC] Use more common variable naming conventionAlex Brachet
2022-03-16[libc][NFC] Fix typos and reduntent code triggering compiler warinings.Siva Chandra Reddy
2022-03-15[libc] Add implementation of POSIX lseek function.Siva Chandra Reddy
2022-03-15[libc] Fix exit not calling new handlers registered from a call to atexit in ...Alex Brachet
2022-03-15[libc][BlockStore] Add back, pop_back and empty methodsAlex Brachet
2022-03-15[libc] Implement expm1f function that is correctly rounded for all rounding m...Tue Ly
2022-03-15[libc][Obvious] Fix typo in CMake file.Siva Chandra Reddy
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