summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2018-01-03Drop 'svn' suffix from the version number.llvm_60-amp-20180630release_60-f1b37feef3d-amp-20180630Hans Wennborg
2017-11-17[libcxxabi][CMake] Provide option to disable installing of the libraryPetr Hosek
2017-07-31libcxxabi: Suppress LLVM_ENABLE_MODULESNAKAMURA Takumi
2017-07-19Update version to 6.0.0svnHans Wennborg
2017-07-11[libcxxabi][CMake] Add install path variable to allow overriding the destinationPetr Hosek
2017-06-13Set a default value for LIBCXXABI_LIBDIR_SUFFIX, fixes installing into lib64 ...Ismail Donmez
2017-06-01[libcxxabi] Rework CMakeLists.txt into modulesMartell Malone
2017-05-31Remove requirement for libunwind sources. Patch by Shiz.Eric Fiselier
2017-05-28[libcxxabi] Disable DLL annotations on staticMartell Malone
2017-05-11Allow undefined symbols when linking libc++abi.dll on WindowsEric Fiselier
2017-05-10[libc++abi] Disable libc++ extern templates project-wideShoaib Meenai
2017-05-04[libcxxabi][CMake] Set library dir when built under runtimes/Jonas Hahnfeld
2017-04-16[CMake][libcxxabi] Fix the -target and -gcc-toolchain flag handlingPetr Hosek
2017-04-07[CMake][libcxxabi] Use -nodefaultlibs for CMake checksPetr Hosek
2017-04-04Fix exception address alignment test for EHABIAsiri Rathnayake
2017-03-04Fix CMake configuration errors on OS XEric Fiselier
2017-03-04Turn on -Wunused-function and cleanup occurancesEric Fiselier
2017-03-02Work around GCC linking errors within libc++abi due to missing new/delete def...Eric Fiselier
2017-03-02[libc++abi] Add option to enable definitions for the new/delete overloads.Eric Fiselier
2017-03-01[libcxxabi] Clean up macro usage.Ranjeet Singh
2017-02-18[CMake][libcxxabi] Update the libc++ test module pathPetr Hosek
2017-02-09[libcxxabi][CMake] Support in-tree libunwind when building as part of runtimesPetr Hosek
2017-01-14[cmake] Handle missing LIBUNWIND_* directories gracefullyMichal Gorny
2017-01-14Don't dump llvm-config --cmakedir output if command fails.Eric Fiselier
2017-01-13[libc++abi] Add a silent terminate handler to libcxxabi.James Y Knight
2017-01-12Bump version to 5.0.0svnHans Wennborg
2017-01-09[cmake] Obtain LLVM_CMAKE_PATH from llvm-config if availableMichal Gorny
2017-01-09[libcxxabi] Cleanup and adapt for r291275. NFC.Asiri Rathnayake
2017-01-08[libcxxabi] Enable tests by default in standalone.Bryant Wong
2017-01-07[libcxxabi] Add flag to conditionally enable testsBryant Wong
2017-01-03[libcxxabi] Introduce an externally threaded libc++abi variant.Asiri Rathnayake
2016-12-28add cxa_demangle_fuzzerKostya Serebryany
2016-11-13Fix GCC libc++abi buildEric Fiselier
2016-11-13[CMake] Fix libc++abi arm build w/o libunwind.Logan Chien
2016-11-11[CMake] Check runtimes subdir when looking for libcxx and libuwindPetr Hosek
2016-11-09Revert "[CMake] Check runtimes subdir when looking for libcxx and libuwind"Petr Hosek
2016-11-09[CMake] Check runtimes subdir when looking for libcxx and libuwindPetr Hosek
2016-11-07Fix typo in CMakeLists.txt: provide the path to libcxx checkout and not the i...Mehdi Amini
2016-11-07Fix libcxxabi CMake detection of libcxx path to handle LLVM_EXTERNAL_LIBCXX_S...Mehdi Amini
2016-11-07Revert "Add some facilities to work with a git monorepo (experimental setup)"Mehdi Amini
2016-11-07Add some facilities to work with a git monorepo (experimental setup)Mehdi Amini
2016-10-13[libcxxabi] Refactor pthread usage into a separate APIAsiri Rathnayake
2016-10-03[CMake] Fix libc++abi standalone cmake build.Logan Chien
2016-09-27[libc++abi] Default to DLL annotations on WindowsShoaib Meenai
2016-09-21[libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC)Asiri Rathnayake
2016-08-28[CMake] Apply r279151 cleanup to libc++abi.Eric Fiselier
2016-08-16Default LIBCXXABI_LIBDIR_SUFFIX to LLVM_LIBDIR_SUFFIXEric Fiselier
2016-08-08CMakeLists.txt cleanups: synchronize version with rest of LLVM, consistent sp...Eugene Zelenko
2016-07-15libc++abi: add a top level option for using CompilerRTSaleem Abdulrasool
2016-06-02Partially revert r270816: build with -fvisibility=hidden.Eric Fiselier