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
AgeCommit message (Expand)Author
2022-10-06[libc] Add POSIX execv and execve functions.Siva Chandra Reddy
2022-08-18[libc] Add a target to install libc in the full build mode.Siva Chandra Reddy
2022-08-12[libc] add sprintf size comparisonMichael Jones
2022-08-12[libc] Pack memory functions in the integration test libc.a files.Siva Chandra Reddy
2022-08-10[libc] Add __cxa_atexit support to the atexit function.Siva Chandra Reddy
2022-08-05[libc][NFC] Add a few compiler warning flags.Siva Chandra Reddy
2022-07-30[libc] Compile integration tests with -ffreestanding to avoid mixup with syst...Siva Chandra Reddy
2022-07-22[libc] Implement sinf function that is correctly rounded to all rounding modes.Tue Ly
2022-07-22[libc] Add float type and flag for nearest_integer to enable SSE4.2.Tue Ly
2022-07-13[libc][NFC] Make all integration tests depend on the threads implementation.Siva Chandra Reddy
2022-06-30[libc][Obvious] Do not add __NO_ to targets with FLAG__NO suffix.Tue Ly
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-22Re-land [libc] Apply no-builtin everywhere, remove unnecessary flagsGuillaume Chatelet
2022-06-16Revert "[libc] Apply no-builtin everywhere, remove unnecessary flags"Guillaume Chatelet
2022-06-06[libc] Fix cmake compatibility issue with list(POP_FRONT).Tue Ly
2022-06-03[libc] Automatically add -mfma flag for architectures supporting FMA.Tue Ly
2022-06-01[libc] Apply no-builtin everywhere, remove unnecessary flagsGuillaume Chatelet
2022-06-01[libc] Implement FLAGS option for generating all combinations for targets.Tue Ly
2022-05-20Revert "[libc] Apply no-builtin everywhere, remove unnecessary flags"Guillaume Chatelet
2022-05-19[libc] Apply no-builtin everywhere, remove unnecessary flagsGuillaume Chatelet
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-03-29[libc] Set rtlib to compiler-rt in integration tests.Siva Chandra Reddy
2022-03-24[libc] Use real objects and archives in integration tests.Siva Chandra Reddy
2022-03-23[libc] Add a new rule add_integration_test.Siva Chandra Reddy
2022-03-01[libc] Add LLVM_LIBC_CLANG_TIDY option and allow LLVM_LIBC_ENABLE_LINTING wit...Tue Ly
2022-02-16[libc] change ASAN condition to generator expressionMichael Jones
2022-02-08[libc] Disable rtti/expectionsGuillaume Chatelet
2022-02-04[libc] Set default CXX_STANDARD to C++17 and let targets set their own standa...Tue Ly
2022-01-13[libc] Add multithreading support for exhaustive testing and MPFRUtils.Tue Ly
2021-12-09[libc] Add a .clang-tidy file for the toplevel libc directory.Siva Chandra Reddy
2021-12-08[libc] fix the .yaml files not being trackedMichael Jones
2021-12-07[libc] update tidy rules to fix variable formattingMichael Jones
2021-10-27[libc] add malloc funcs as external entrypointsMichael Jones
2021-08-21[libc] Add a new suite called "libc-long-running-tests".Siva Chandra Reddy
2021-07-27[libc] Enable MPFR library for math functions testHedin Garca
2021-07-23[libc] add option to use SCUDO as the allocatorMichael Jones
2021-07-23[libc] Add option to run specific testsCaitlyn Cano
2021-07-13[libc] Don't pass -fpie/-ffreestanding on WindowsCaitlyn Cano
2021-05-12[libc] Simplifies multi implementationsGuillaume Chatelet
2021-05-10[libc] Rever "Simplifies multi implementations and benchmarks".Siva Chandra Reddy
2021-05-10[libc] Simplifies multi implementations and benchmarksGuillaume Chatelet
2021-05-10[libc] Allow target architecture customizationGuillaume Chatelet
2021-05-05[libc] Normalize LIBC_TARGET_MACHINEGuillaume Chatelet
2021-03-22[libc][NFC] Add an alias named "check-llvmlibc" for "check-libc".Siva Chandra
2021-03-20[libc] Use add_library in add_entrypoint_library instead of invoking ar.Siva Chandra
2021-03-13[libc] Introduce a full build mode CMake option.Siva Chandra Reddy
2021-02-24[libc][NFC] Exclude few targets from the `all` target.Siva Chandra Reddy
2021-02-24[libc] Add exhaustive test for sqrtf.Tue Ly