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-05-19[libc][windows] fix strlcpy testsMichael Jones
2022-05-18[libc] fix missing semicolon in bsd_ext.tdMichael Jones
2022-05-18[libc] Add String to bsd headersAlex Brachet
2022-05-18[libc] Add strlcpyAlex Brachet
2022-05-17[libc] add snprintfMichael Jones
2022-05-17[libc] add sprintfMichael Jones
2022-05-12[libc] add printf converterMichael Jones
2022-05-12[libc][docs] Add doc for libc stdio functionsMichael Jones
2022-05-12[libc] fix uint includes and libc bazelMichael Jones
2022-05-12[libc] add uint128 implementationMichael Jones
2022-05-08[libc][Obvious] Fix cmake usage of list PREPEND (unavailable pre-3.15).Tue Ly
2022-05-08[libc] Add LINK_LIBRARIES option to add_fp_unittest and add_libc_unittest.Tue Ly
2022-05-06[libc][NFC] add index mode to printf parserMichael Jones
2022-05-06[libc] Update windows entrypoint listMichael Jones
2022-05-03[libc] add printf writerMichael Jones
2022-05-03[libc] fix strtold tests on 32 bit systemsMichael Jones
2022-04-30[libc] Add implementations of feof, ferror and clearerr.Siva Chandra Reddy
2022-04-28[libc] Support 32-bit ARM platform testsDominic Chen
2022-04-27Fix [libc] Minor test signedness fixesDominic Chen
2022-04-27[libc] Minor test signedness fixesDominic Chen
2022-04-26[libc] Add stdio entrypoints to aarch64 fullbuild.Siva Chandra
2022-04-26[libc][Obvious] Add deps of fopencookie_test only if it is enabled.Siva Chandra
2022-04-23[libc] Fix PrintfMatcher Cmake RuleMichael Jones
2022-04-23[libc] Add Printf FormatSection MatcherMichael Jones
2022-04-22[libc] Add the implementation of the GNU extension function fopencookie.Siva Chandra Reddy
2022-04-22[libc] Use correct mnemonic for arm64_32 architectureDominic Chen
2022-04-20[libc] Add the implementation of the fflush function.Siva Chandra Reddy
2022-04-20[libc] Add GNU extention functions fread_unlocked and fwrite_unlocked.Siva Chandra Reddy
2022-04-20[libc][docs] Update the fuzzing doc to better reflect the current state.Siva Chandra Reddy
2022-04-18[libc][docs] Remove the description of a "www" directory.Siva Chandra Reddy
2022-04-18[libc] Add a doc describing the current status of libc runtimes build.Siva Chandra Reddy
2022-04-14[libc][docs] Add doc for libc string functionsMichael Jones
2022-04-12[libc] Fix nested namespace issues with multiply_add.h.Tue Ly
2022-04-11[libc] Add a definition of pthread_attr_t and its getters and setters.Siva Chandra Reddy
2022-04-09[libc][NFC] implement printf parserMichael Jones
2022-04-08[libc] Add support for x86-64 targets that do not have FMA instructions.Tue Ly
2022-04-07[libc] Add a linux Thread class in __support/threads.Siva Chandra Reddy
2022-04-05[libc] Add holder class for va_listsMichael Jones
2022-04-04[libc] Add pthread_mutexattr_t type and its setters and getters.Siva Chandra Reddy
2022-04-02[libc][NFC] Do not call mmap and munmap from thread functions.Siva Chandra Reddy
2022-04-02[libc][NFC] add outline of printfMichael Jones
2022-03-31[libc] Enable threads.h functions on aarch64.Siva Chandra
2022-03-31[libc] Improve the performance of expm1f.Tue Ly
2022-03-30[libc][obvious] Add mfma to log2fMichael Jones
2022-03-30[libc] Add mfma option to functions that use fmaMichael Jones
2022-03-30[libc][obvious] fix sqrt when long double is doubleMichael Jones
2022-03-29[NFC][libc] Disable benchmarks when the LLVM benchmark target is not availableGuillaume Chatelet
2022-03-29[libc] Set rtlib to compiler-rt in integration tests.Siva Chandra Reddy
2022-03-25[libc] Improve the performance of expf.Tue Ly
2022-03-25[libc] Improve the performance of exp2f.Tue Ly