summaryrefslogtreecommitdiff
path: root/runtimes
Commit message (Expand)AuthorAgeFilesLines
* Setup testing target dependencies for default runtimesChris Bieneman2019-06-111-0/+2
* [CMake] Use libtool for runtimes when building for Apple platformPetr Hosek2019-06-021-0/+5
* [CMake] Provide an option to use relative paths in debug infoPetr Hosek2019-05-311-0/+2
* [CMake] Use find_package(LLVM) instead of LLVMConfigPetr Hosek2019-05-301-9/+2
* [CMake] Set LLVM_PATH in the runtimes buildPetr Hosek2019-05-301-4/+6
* [CMake] [Runtimes] Set *_STANDALONE_BUILDChris Bieneman2019-05-291-0/+6
* [CMake] Fix issues building runtimesChris Bieneman2019-05-241-3/+5
* [CMake] Fixing errors in r361513Chris Bieneman2019-05-231-1/+1
* [CMake] Copy C++ headers before configuring runtimes buildChris Bieneman2019-05-231-4/+13
* [Runtimes] If LLVM_INCLUDE_TESTS=On depend on gtestChris Bieneman2019-05-221-0/+2
* [runtimes] Move libunwind, libc++abi and libc++ to lib/$target/c++ and includ...Petr Hosek2019-05-221-3/+5
* [CMake] Replace the sanitizer support in runtimes build with multilibPetr Hosek2019-04-221-25/+17
* [runtime] Use --strip-all rather than --strip-sectionsPetr Hosek2019-03-101-1/+1
* [CMake] Support stripping and linking output to .build-id directoryPetr Hosek2019-03-092-0/+39
* Revert "[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/"Matthew Voss2019-03-081-5/+4
* [runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/Petr Hosek2019-03-081-4/+5
* [build] Rename clang-headers to clang-resource-headersShoaib Meenai2019-03-041-3/+3
* [CMake][runtimes] Set clang-header dependency for builtinsPetr Hosek2019-02-201-16/+22
* [CMake] Use variables rather than ":" delimitersPetr Hosek2019-02-161-5/+3
* [build] Remove a stray comment. NFCShoaib Meenai2019-02-121-1/+1
* [CMake] Don't override required compiler flags in the runtimes buildPetr Hosek2019-02-121-13/+5
* [CMake] Don't set <PROJECT>_STANDALONE_BUILDPetr Hosek2019-02-091-3/+6
* Revert "[CMake] Use __libc_start_main rather than fopen when checking for C l...Petr Hosek2019-01-281-1/+1
* [CMake] Use __libc_start_main rather than fopen when checking for C libraryPetr Hosek2019-01-281-1/+1
* Revert "[CMake] Pass Clang defaults to runtimes builds"Petr Hosek2018-07-131-4/+0
* [CMake] Set per-runtime library directory suffix in runtimes buildPetr Hosek2018-07-101-19/+4
* Support for multiarch runtimes layoutPetr Hosek2018-06-281-15/+11
* [CMake] Provide direct support for building sanitized runtimesPetr Hosek2018-06-271-9/+27
* [CMake] Use variables rather than ":" delimitersPetr Hosek2018-06-271-11/+14
* [CMake] Pass additional CMake tools to external projectsPetr Hosek2018-06-061-2/+2
* [CMake] Pass Clang defaults to runtimes buildsPetr Hosek2018-05-221-0/+4
* [CMake] Support runtimes in distributionsChris Bieneman2018-05-171-0/+19
* [CMake] Enable warnings for runtimesKostya Kortchinsky2018-04-271-0/+3
* [CMake][runtimes] Process common options in runtimes buildPetr Hosek2018-04-111-0/+7
* [CMake] Support for cross-compilation when build runtimesPetr Hosek2018-01-081-0/+3
* [runtimes] Add install-*-stripped targetsShoaib Meenai2017-12-081-2/+11
* [CMake][runtimes] Support monorepo layout with runtimes buildPetr Hosek2017-11-271-19/+46
* [CMake][runtimes] Don't passthrough prefixes for non-default targetsPetr Hosek2017-11-171-1/+0
* [CMake][runtimes] Use cmake_parse_arguments in runtimes functionsPetr Hosek2017-11-161-9/+18
* [CMake][runtimes] Don't process common options in runtimes buildPetr Hosek2017-11-141-4/+0
* [CMake][runtimes] Set compiler as working even for default targetPetr Hosek2017-11-141-3/+8
* [CMake][runtimes] Fix the variable namePetr Hosek2017-11-081-1/+1
* [CMake][runtimes] Use the same configuration for non-target and "default" targetPetr Hosek2017-09-081-97/+106
* [CMake][runtimes] Use target specific name for all runtimes targetsPetr Hosek2017-09-021-7/+9
* [CMake] Add more runtime configurations.Leo Li2017-09-011-0/+1
* [CMake][runtimes] Support for building target variantsPetr Hosek2017-08-161-35/+58
* [CMake] Remove redundant logic in runtimes/CMakeList.txtLeo Li2017-07-241-3/+0
* [CMake] Set toolchain tools in cross-target runtimes buildPetr Hosek2017-07-181-0/+1
* [CMake]Use LLVM_LIBRARY_DIR for lib path.Leo Li2017-07-141-3/+5
* [CMake] Support multi-target runtimes buildPetr Hosek2017-07-112-28/+158