summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2019-02-28[CMake][libunwind] Define add_target_flags which is missingPetr Hosek
2019-02-13[CMake] Don't cache LLVM_MAIN_SRC_DIRPetr Hosek
2019-02-04[CMake] Support CMake variables for setting target, sysroot and toolchainPetr Hosek
2019-01-29[libunwind] Support building hermetic static libraryPetr Hosek
2019-01-29Drop the dependency on <algorithm>, add placement new inlinePetr Hosek
2019-01-28Revert "[libunwind] Drop the dependency on <algorithm>, add placement new inl...Petr Hosek
2019-01-28[libunwind] Drop the dependency on <algorithm>, add placement new inlinePetr Hosek
2019-01-22Enable LLVM_ENABLE_WARNINGS when building standalone out of treeMartin Storsjo
2019-01-16Bump the trunk version to 9.0.0svnHans Wennborg
2018-12-11[cmake] Rename append_if to avoid collision with LLVMMichal Gorny
2018-09-04[CMake] Don't use -rtlib=compiler-rt with -nodefaultlibs.Charles Davis
2018-08-03[CMake] Allow building standalone without any llvm-config availableMartin Storsjo
2018-08-01Bump version number to 8.0.0svnHans Wennborg
2018-07-24[CMake] Include CMakeDependentOption in libunwindPetr Hosek
2018-07-24[CMake] Option to control whether shared/static library is installedPetr Hosek
2018-07-10[CMake] Set per-runtime library directory suffix in runtimes buildPetr Hosek
2018-06-29Revert "Revert "Support for multiarch runtimes layout""Eric Christopher
2018-06-29Revert "Support for multiarch runtimes layout"Jordan Rupprecht
2018-06-28Support for multiarch runtimes layoutPetr Hosek
2018-06-20[CMake] Convert paths to the right form in standalone builds on WindowsMartin Storsjo
2018-04-04[CMake] Support for monorepo layoutPetr Hosek
2018-02-27[libunwind] Permit additional compiler and linker flags to be passed to tests.John Baldwin
2018-01-22[cmake] [libunwind] Fix find_path() problems when cross compilingDon Hinton
2018-01-03Update PACKAGE_VERSION to 7.0.0svnHans Wennborg
2017-12-05[libunwind][CMake] Set TARGET_TRIPLE if LIBUNWND_TARGET_TRIPLE is setPetr Hosek
2017-11-29Support building libunwind as a DLLMartin Storsjo
2017-11-17[libunwind][CMake] Provide option to disable instalation of the libraryPetr Hosek
2017-08-08[CMake] Allow overriding lib dir suffix independently from LLVMPetr Hosek
2017-07-18[CMake] Set library dir to be LLVM's intermediate output dirPetr Hosek
2017-07-11[libunwind][CMake] Add install path variable to allow overriding the destinationPetr Hosek
2017-07-06Add a test harnessJonathan Roelofs
2017-04-16[CMake][libunwind] Fix the -target and -gcc-toolchain flag handlingPetr Hosek
2017-04-12Reland "[CMake][libunwind] Use -nodefaultlibs for CMake checks"Petr Hosek
2017-03-28[libunwind] Add sphinx docsJonathan Roelofs
2017-02-16[libunwind][CMake] Use libc++ headers when availablePetr Hosek
2017-02-15Revert "[libunwind][CMake] Use libc++ headers when available"Petr Hosek
2017-02-15[libunwind][CMake] Use libc++ headers when availablePetr Hosek
2017-02-09Revert "[libunwind][CMake] Use libc++ headers when available"Petr Hosek
2017-02-09[libunwind][CMake] Use libc++ headers when availablePetr Hosek
2017-01-14Don't dump llvm-config --cmakedir output if command fails.Eric Fiselier
2017-01-12Bump version to 5.0.0svnHans Wennborg
2017-01-09[cmake] Obtain LLVM_CMAKE_PATH from llvm-config if availableMichal Gorny
2016-11-08[CMake] Get libunwind building under LLVM/runtimesPetr Hosek
2016-09-28[libunwind] Add support for a single-threaded libunwind buildAsiri Rathnayake
2016-08-08Allow building both shared and static libraryPetr Hosek
2016-08-08CMakeLists.txt cleanups: synchronize version and CMake minimum required versi...Eugene Zelenko
2016-07-07[libunwind][ARM] Improve unwinder stack usage - Make WMMX support optionalAsiri Rathnayake
2016-06-02Add status/warning message for 32 bit buildsEric Fiselier
2016-06-02[libunwind] Allow target flags to affect CMake configuration testsEric Fiselier
2016-05-27[libunwind] Disable cross-unwinding by default.Asiri Rathnayake