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-08-05[libc][NFC] Add a few compiler warning flags.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-06-30[libc][Obvious] Do not add __NO_ to targets with FLAG__NO suffix.Tue Ly
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-03-01[libc] Add LLVM_LIBC_CLANG_TIDY option and allow LLVM_LIBC_ENABLE_LINTING wit...Tue Ly
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
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-07-13[libc] Don't pass -fpie/-ffreestanding on WindowsCaitlyn Cano
2021-05-10[libc] Allow target architecture customizationGuillaume Chatelet
2021-02-24[libc][NFC] Exclude few targets from the `all` target.Siva Chandra Reddy
2021-01-09[libc] Switch to use a macro which does not insert a section for every libc f...Michael Jones
2020-06-10[libc] Skip entrypoints not present in the entrypoints list.Siva Chandra Reddy
2020-06-02[libc] Add integration tests.Paula Toth
2020-05-22[libc] Make clang-tidy use host compiler's resource dir.Paula Toth
2020-05-21[libc] Fix accidental inclusion of system libc headers.Paula Toth
2020-05-04[libc] Include object files from alias entrypoints also in entrypoint libraries.Siva Chandra Reddy
2020-04-21[libc][Take 2] Propagate entrypoint deps to downstream targets.Siva Chandra Reddy
2020-04-21[libc] Revert "Propagate entrypoint deps to downstream targets."Siva Chandra Reddy
2020-04-21[libc] Propagate entrypoint deps to downstream targets.Siva Chandra Reddy
2020-04-21[libc] [NFC] Split the CMake rules into multiple files.Siva Chandra Reddy