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-07-13[libc][NFC] Make all integration tests depend on the threads implementation.Siva Chandra Reddy
2022-07-13[libc] Linux threads - Setup TLS area of a new thread and cleanup at exit.Siva Chandra Reddy
2022-07-13[libc] Specify rounding mode for strto[f|d] testsAlex Brachet
2022-07-13[libc][NFC] Make explicit casts for gccAlex Brachet
2022-07-13[libc] Add explicit casts for gccAlex Brachet
2022-07-13[libc] Reset rounding mode after fsetround testsAlex Brachet
2022-07-13[libc][NFC] Move thread platform data pointer to thread attributes.Siva Chandra Reddy
2022-07-12[libc][utils] Add more methods to StringViewGuillaume Chatelet
2022-07-12[libc] clean up printf error codesMichael Jones
2022-07-12[libc] Add imaxabsAlex Brachet
2022-07-11[libc][NFC] Make thread_detach_test an integration test.Siva Chandra Reddy
2022-07-11[libc] Linux threads - Set CLEAR_TID addr to 0 when exiting a detached thread.Siva Chandra Reddy
2022-07-10[libc] Linux threads - store a ptr to the thread attribs in the start args.Siva Chandra Reddy
2022-07-09[libc][NFC] Remove the now used thread_attrib target.Siva Chandra Reddy
2022-07-09[libc] add printf hexadecimal float conversionMichael Jones
2022-07-09[libc] add dependencies to generic sqrt testsMichael Jones
2022-07-07[libc][nfc] update get_explicit_mantissaMichael Jones
2022-07-07[libc] Make div test names uniqueAlex Brachet
2022-07-07[libc][NFC] Make explicit castsAlex Brachet
2022-07-04Use add_llvm_install_targets for install-llvmlibcJeff Bailey
2022-07-04[libc] Add a separate algorithm_test.Tue Ly
2022-07-01[libc][math] Improved ExhaustiveTest performance.Kirill Okhotnikov
2022-07-01Revert "[reland] algorithm_test.cpp"Guillaume Chatelet
2022-07-01[reland] algorithm_test.cppGuillaume Chatelet
2022-06-30[libc][Obvious] Do not add __NO_ to targets with FLAG__NO suffix.Tue Ly
2022-06-29Revert "[libc][test] Remove dependency on sstream in algorithm_test.cpp"Guillaume Chatelet
2022-06-29[libc][test] Remove dependency on sstream in algorithm_test.cppGuillaume Chatelet
2022-06-29[libc] add integer writing to printfMichael Jones
2022-06-28[libc] disable algorithm_test.cpp temporarilyMichael Jones
2022-06-28[libc] Fix compile options for algorithm testMichael Jones
2022-06-28[libc] Disable use of inlined builtins for testsGuillaume Chatelet
2022-06-28[libc] Fix missing static_castGuillaume Chatelet
2022-06-28[libc] Use ASSERT_ instead of EXPECT_ in memcmp testsGuillaume Chatelet
2022-06-28[libc][mem*] Introduce Algorithms for new mem frameworkGuillaume Chatelet
2022-06-28[libc] add printf oct conversionMichael Jones
2022-06-27[libc][docs] Added fmod performance results.Kirill Okhotnikov
2022-06-27[libc] Add a simple arm32 config.Siva Chandra Reddy
2022-06-27[libc][NFC] Make the support thread library an object library.Siva Chandra Reddy
2022-06-25[libc] Add compound assignment and pre-increment operators to UInt.Siva Chandra Reddy
2022-06-25[libc][Obvious] Compare values of the same type in memory_utils/backend_test.Siva Chandra Reddy
2022-06-25[libc][Obvious] Fix incorrect nested namespace name.Siva Chandra Reddy
2022-06-25[libc] Add a cacheline size of arm target.Siva Chandra Reddy
2022-06-25[libc][math] Fix broken compilation due to __builtin_inf/nan functions.Kirill Okhotnikov
2022-06-25[libc][math] Fix broken aarch64 due to clz refactoring.Kirill Okhotnikov
2022-06-25[libc][math] fmod/fmodf implementation.Kirill Okhotnikov
2022-06-24[libc] Add Uint128 type as a fallback when __uint128_t is not available.Siva Chandra Reddy
2022-06-24[libc][NFC] Remove the templatization from the linux implementation of thread.Siva Chandra Reddy
2022-06-23[libc] Revert "Eliminate the internal header library target."Siva Chandra Reddy
2022-06-23[libc][NFC] Eliminate the internal header library target.Siva Chandra Reddy
2022-06-23[libc][NFC] Convert pthread tests which create threads to integration tests.Siva Chandra Reddy