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-02-09[libc][Obvious] Fix typo in mkdir and mkdirat implementations.Siva Chandra Reddy
2022-02-08[libc] Replace type punning with bit_castGuillaume Chatelet
2022-02-08[libc][NFC] Remove all Linux specific code to respective linux/ directoriesAlex Brachet
2022-02-08[libc] Optimized version of memmoveGuillaume Chatelet
2022-02-08[libc] Don't use Clang flags on other compilersGuillaume Chatelet
2022-02-08[libc] Disable rtti/expectionsGuillaume Chatelet
2022-02-08[libc][NFC] moving template specialization outside class declarationGuillaume Chatelet
2022-02-08[libc] Return a float NaN for log1pf instead of double NaN.Tue Ly
2022-02-08[libc] Fix mixed-sign comparison warnings and an out-of-bound access in high_...Tue Ly
2022-02-08[libc][Obvious] Suppress unused-variable warnings from syscall_unittest.Tue Ly
2022-02-08[libc] Implement log1pf correctly rounded to all rounding modes.Tue Ly
2022-02-04[libc] Set default CXX_STANDARD to C++17 and let targets set their own standa...Tue Ly
2022-02-04[libc][Obvious] Fix a mismatch signature of HighPrecisionDecimal::should_roun...Tue Ly
2022-02-02[libc] Populate rtti/eh flags for all targetsGuillaume Chatelet
2022-02-02[libc] use llvm_update_compile_flags to populate rtti/exception compilation f...Guillaume Chatelet
2022-02-02[NFC][libc] Remove unneeded gtest and benchmark configurationGuillaume Chatelet
2022-02-02[libc] Fix automemcpy test by adding memmove configurationGuillaume Chatelet
2022-02-01[libc] Add a few missing deps, includes, and fix a few typos.Siva Chandra
2022-02-01[libc] Adjust few fcntl macros for aarch64.Siva Chandra Reddy
2022-02-01[libc] Add implementations of POSIX mkdir, mkdirat, rmdir, unlink and unlinkat.Siva Chandra Reddy
2022-01-29Move LLVM Proposal to doc directory, create indexJeff Bailey
2022-01-28[libc] Enable creat, fsync, open, openat, read and write for aarch64.Siva Chandra
2022-01-28[libc] Add implementations of the POSIX creat and openat functions.Siva Chandra Reddy
2022-01-28[libc] Refactor sqrt implementations and add tests for generic sqrt implement...Tue Ly
2022-01-28[libc][NFC] Create file with all permissions for the user in read_write_test.Siva Chandra Reddy
2022-01-28[libc] Fix 64-bit Apple ARM support and header includesDominic Chen
2022-01-28[libc] Revert "Refactor sqrt implementations and add tests for generic sqrt i...Siva Chandra Reddy
2022-01-28[libc] Revert "Guard sqrt_80_bit_long_double.h header to not be included with...Siva Chandra Reddy
2022-01-27[libc] Add POSIX close, fsync, open, read and write functions.Siva Chandra Reddy
2022-01-27[libc] Guard sqrt_80_bit_long_double.h header to not be included with aarch64.Tue Ly
2022-01-27[libc][NFC] Move the POSIX write function to the default build on linux.Siva Chandra Reddy
2022-01-27[libc][NFC] Let var args be treated as a named type in the spec.Siva Chandra Reddy
2022-01-27[libc] Refactor sqrt implementations and add tests for generic sqrt implement...Tue Ly
2022-01-25[libc] Make logf function correctly rounded for all rounding modes.Tue Ly
2022-01-25[libc][NFC] Workaround clang assertion in inline asmAlex Brachet
2022-01-25[libc] Implement log10f correctly rounded for all rounding modes.Tue Ly
2022-01-25[libc] Let header generator generate the type header inclusion boiler plate.Siva Chandra Reddy
2022-01-24[libc][cmake] Make `add_tablegen` calls match othersJohn Ericson
2022-01-21[libc][NFC] Add 'struct_' prefix to type headers defining struct types.Siva Chandra Reddy
2022-01-21[libc] Use __builtin_clz to find leading 1 in hypotClint Caywood
2022-01-21[libc] Move the remaining public types to their own type headers.Siva Chandra Reddy
2022-01-21[libc] Make log2f correctly rounded for all rounding modes when FMA is not av...Tue Ly
2022-01-20[libc] Use get_round() instead of floating point tricks in generic hypot impl...Tue Ly
2022-01-20[libc] Implement correct rounding with all rounding modes for hypot functions.Tue Ly
2022-01-20[libc] Move type definitions to their own self contained header files.Siva Chandra Reddy
2022-01-20[libc] Add a naming rule for global constants.Siva Chandra Reddy
2022-01-19[libc] improve error message for unsupported target platformsYannic Bonenberger
2022-01-19[libc][Obvious] Add -Wno-c++17-extensions to sinf, cosf and sincosf targets.Siva Chandra Reddy
2022-01-19[libc] Remove as_double usage as constant initializations in sincosf implemen...Tue Ly
2022-01-16Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson