OSDN Git Service

android: [InlineAdvisor] New inliner advisor to replay inlining
[android-x86/external-llvm-project.git] / libcxxabi / cmake /
2020-10-14 Dominik Montada[libcxxabi,libunwind] support running tests in standalo...
2020-04-30 Shoaib Meenai[libcxx][libcxxabi][libunwind] Use libgcc on Android
2020-04-09 David Truby[flang] Merge flang-compiler/f18
2019-12-24 Mehdi AminiImport MLIR into the LLVM tree
2019-12-06 Petr Hosek[libcxx{,abi}] Don't link libpthread and libdl on Fuchsia
2019-10-04 Louis Dionne[libc++abi] Link against libSystem on Apple platforms
2019-09-25 Adhemerval Zanella[libcxxabi] Fix arm build failer with libgcc
2019-08-19 Louis DionneProvide a meaningful diagnostic when LLVM_PATH doesn...
2019-05-30 Petr Hosek[libcxx][libcxxabi] Remove the unused CMake checks
2019-05-30 Petr Hosek[runtimes] Use -Wunknown-pragmas for the pragma check
2019-05-30 Petr Hosek[runtimes] Check if pragma comment(lib, ...) is support...
2019-02-18 Petr Hosek[libcxxabi][CMake] Drop unused HandleOutOfTreeLLVM...
2019-01-28 Petr HosekRevert "[CMake] Use __libc_start_main rather than fopen...
2019-01-28 Michal Gorny[cmake] Fix get_llvm_lit_path() to respect LLVM_EXTERNA...
2019-01-28 Petr Hosek[CMake] Use __libc_start_main rather than fopen when...
2019-01-24 Petr Hosek[libcxxabi] Support building hermetic static library
2019-01-22 Martin StorsjoEnable LLVM_ENABLE_WARNINGS when building standalone...
2018-11-14 Petr Hosek[CMake] Passthrough CFLAGS when checking the compiler...
2018-06-20 Martin Storsjo[CMake] Convert paths to the right form in standalone...
2018-01-17 Eric FiselierFix standalone test-suite run.
2017-06-11 Saleem Abdulrasoolbuild: use cmake to pass -std=c++11
2017-06-11 Saleem Abdulrasoolbuild: use POSITION_INDEPENDENT_CODE CMake property
2017-06-03 Martell Malone[libcxxabi] HandleLLVMOptions in out of tree build
2017-06-01 Martell Malone[libcxxabi] Rework CMakeLists.txt into modules
2017-05-26 Martell Malone[libcxxabi] iconv is not needed for mingw-w64
2017-05-11 Martell Malone[Libcxxabi]: Support using compiler-rt for MinGW64
2017-05-11 Eric FiselierFix Libc++abi linking under MinGW64
2017-05-11 Eric FiselierApply libc++ MinGW CMake fix to libc++abi
2017-04-16 Petr Hosek[CMake][libcxxabi] Fix the -target and -gcc-toolchain...
2017-04-07 Petr Hosek[CMake][libcxxabi] Use -nodefaultlibs for CMake checks
2017-03-04 Eric FiselierTurn on -Wunused-function and cleanup occurances
2016-08-29 Chris Bieneman[CMake] Trying to fix the bots I broke
2016-08-29 Chris Bieneman[CMake] Use -std=c++11 if supported
2016-07-15 Saleem Abdulrasoollibc++abi: add a top level option for using CompilerRT
2016-06-02 Eric FiselierPartially revert r270816: build with -fvisibility=hidden.
2016-05-26 Saleem Abdulrasoollibc++abi: build with -fvisibility=hidden
2015-12-14 Eric Fiselier[libc++abi] Use libgcc and libgcc_s to provide _Unwind...
2015-12-10 Evgeniy StepanovReplace cmake check for printf with a check for fopen.
2015-02-06 Saleem Abdulrasoolunwind: use -fno-rtti -fno-exceptions -funwind-tables
2015-02-05 Dan AlbertEnable -Wundef.
2015-01-22 Logan ChienAdd -funwind-tables to CMAKE_C_FLAGS.
2014-12-18 Dan Albert[libcxxabi] Add __cxa_thread_atexit for TLS support...
2014-08-18 Jonathan Roelofslibcxxabi must link to dl if using bundled unwind
2014-07-16 Nico Weberlibcxxabi cmake: Use HandleLLVMOptions.cmake, don't...
2014-07-14 Dan AlbertFix for libc++abi when using -Wl,--as-needed.
2014-07-10 Dan AlbertMake cmake cxxflags match those in lib/buildit.
2014-07-03 Dan AlbertAdd a cmake build system.