aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/cmake
AgeCommit message (Expand)AuthorFilesLines
2022-09-14[compiler-rt][builtins] Enable more warnings in add_security_warningsAkira Hatanaka2-2/+6
2022-09-11[compiler-rt] Handle non-canonical triples with new runtime lib layoutRainer Orth1-0/+4
2022-08-27[compiler-rt][builtins] Pass -Werror to check_cxx_compiler_flagAkira Hatanaka1-13/+13
2022-08-26[compiler-rt][builtins] Add compiler flags to catch potential errorsAkira Hatanaka3-0/+49
2022-08-25[compiler-rt][builtins] Revert all the recent changes I made for addingAkira Hatanaka3-50/+0
2022-08-25[compiler-rt][builtins] Check whether the flags are usable before addingAkira Hatanaka2-5/+16
2022-08-25[compiler-rt][builtins] Check whether -Wformat-security is usable beforeAkira Hatanaka2-1/+3
2022-08-24[compiler-rt][builtins] Add compiler flags to catch potential errorsAkira Hatanaka3-0/+37
2022-08-22Revert "[compiler-rt][builtins] Add compiler flags to catch potential errors"Akira Hatanaka2-26/+0
2022-08-22[compiler-rt][builtins] Add compiler flags to catch potential errorsAkira Hatanaka2-0/+26
2022-08-18Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson3-16/+11
2022-08-18[compiler-rt] Clean up explicit -std=c++17 additionShoaib Meenai1-1/+0
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson3-11/+16
2022-08-17[compiler-rt][libunwind][runtimes] Recategorize `llvm_check_linker_flag` langsJohn Ericson1-6/+6
2022-08-13[ORC_RT][COFF] Initial platform support for COFF/x86_64.Sunho Kim1-0/+4
2022-08-11[compiler-rt][BF16] Provide __truncdfbf2 and __truncsfbf2 only when __bf16 is...Phoebe Wang1-0/+8
2022-08-10Revert "Reland "[compiler-rt][BF16] Provide __truncsfbf2 only when __bf16 is ...Phoebe Wang1-8/+0
2022-08-10Reland "[compiler-rt][BF16] Provide __truncsfbf2 only when __bf16 is available"Phoebe Wang1-0/+8
2022-08-09Revert "Reland "[compiler-rt][BF16] Provide __truncsfbf2 only when __bf16 is ...Med Ismail Bennani2-10/+0
2022-08-10Reland "[compiler-rt][BF16] Provide __truncsfbf2 only when __bf16 is available"Phoebe Wang2-0/+10
2022-08-10Revert "[compiler-rt][BF16] Provide __truncsfbf2 only when __bf16 is available"Phoebe Wang2-10/+0
2022-08-10[compiler-rt][BF16] Provide __truncsfbf2 only when __bf16 is availablePhoebe Wang2-0/+10
2022-08-08[compiler-rt] Use -std=c++17 for standalone buildFangrui Song1-1/+1
2022-08-04[compiler-rt] Don't build builtins beyond macOS 10.7Louis Dionne1-1/+1
2022-07-30Revert "[compiler-rt] [builtins] Detect _Float16 support at compile time"Phoebe Wang1-0/+8
2022-07-29[compiler-rt] [builtins] Detect _Float16 support at compile timeDimitry Andric1-8/+0
2022-07-21Port address sanitizer to LoongArchXi Ruoyao1-1/+2
2022-07-20[sanitizer] Port sanitizer_common to LoongArchXi Ruoyao1-1/+2
2022-07-19[libc++] Re-apply "Always build c++experimental.a""Louis Dionne1-1/+0
2022-07-18Revert "[libc++] Always build c++experimental.a"Hans Wennborg1-0/+1
2022-07-11[AIX][compiler-rt] Fix missing dependency of parent targetKai Luo1-1/+1
2022-07-09[CMake] Use explicit header path when using in-tree libc++ for testsPetr Hosek1-1/+2
2022-07-08[libc++] Always build c++experimental.aLouis Dionne1-1/+0
2022-06-25Revert "[CMake][compiler-rt] Clean up the use of libcxx and libcxxabi"Petr Hosek1-0/+7
2022-06-25[CMake][compiler-rt] Clean up the use of libcxx and libcxxabiPetr Hosek1-7/+0
2022-06-25[CMake] Use set rather than list PREPENDPetr Hosek1-1/+1
2022-06-24[CMake][compiler-rt] Treat target cflags as list rather than stringPetr Hosek1-1/+1
2022-06-24[AIX][libatomic] Fix link flags after 30dfe016d4 for libatomic on AIXKai Luo1-6/+6
2022-06-24Revert "[CMake][compiler-rt] Clean up the use of libcxx and libcxxabi"Petr Hosek1-0/+7
2022-06-24[CMake][compiler-rt] Clean up the use of libcxx and libcxxabiPetr Hosek1-7/+0
2022-06-24[CMake][compiler-rt] Use COMPILE_OPTIONS and LINK_OPTIONSPetr Hosek3-23/+11
2022-06-23[compiler-rt] Fix false positive detection of a target in compile-only modeSergey Kosukhin1-1/+3
2022-06-15Pass through even more LIBCXX_* variables to libfuzzer's custom lib++Colin Cross1-0/+2
2022-06-14[CMake][compiler-rt] Provide a dedicated option for LLVM unwinderPetr Hosek1-0/+10
2022-05-06Revert "[runtime] Build compiler-rt with --unwindlib=none"Petr Hosek1-13/+0
2022-05-06[runtime] Build compiler-rt with --unwindlib=nonePetr Hosek1-0/+13
2022-05-06Revert "[runtime] Build compiler-rt with --unwindlib=none"Petr Hosek1-13/+0
2022-05-06[runtime] Build compiler-rt with --unwindlib=nonePetr Hosek1-0/+13
2022-05-02[compiler-rt][builtins] Add several helper functions for AVRBen Shi4-2/+10
2022-04-30[compiler-rt][profile][RISCV] Enable profile for RISC-VKito Cheng1-1/+2