index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
runtimes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Setup testing target dependencies for default runtimes
Chris Bieneman
2019-06-11
1
-0
/
+2
*
[CMake] Use libtool for runtimes when building for Apple platform
Petr Hosek
2019-06-02
1
-0
/
+5
*
[CMake] Provide an option to use relative paths in debug info
Petr Hosek
2019-05-31
1
-0
/
+2
*
[CMake] Use find_package(LLVM) instead of LLVMConfig
Petr Hosek
2019-05-30
1
-9
/
+2
*
[CMake] Set LLVM_PATH in the runtimes build
Petr Hosek
2019-05-30
1
-4
/
+6
*
[CMake] [Runtimes] Set *_STANDALONE_BUILD
Chris Bieneman
2019-05-29
1
-0
/
+6
*
[CMake] Fix issues building runtimes
Chris Bieneman
2019-05-24
1
-3
/
+5
*
[CMake] Fixing errors in r361513
Chris Bieneman
2019-05-23
1
-1
/
+1
*
[CMake] Copy C++ headers before configuring runtimes build
Chris Bieneman
2019-05-23
1
-4
/
+13
*
[Runtimes] If LLVM_INCLUDE_TESTS=On depend on gtest
Chris Bieneman
2019-05-22
1
-0
/
+2
*
[runtimes] Move libunwind, libc++abi and libc++ to lib/$target/c++ and includ...
Petr Hosek
2019-05-22
1
-3
/
+5
*
[CMake] Replace the sanitizer support in runtimes build with multilib
Petr Hosek
2019-04-22
1
-25
/
+17
*
[runtime] Use --strip-all rather than --strip-sections
Petr Hosek
2019-03-10
1
-1
/
+1
*
[CMake] Support stripping and linking output to .build-id directory
Petr Hosek
2019-03-09
2
-0
/
+39
*
Revert "[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/"
Matthew Voss
2019-03-08
1
-5
/
+4
*
[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/
Petr Hosek
2019-03-08
1
-4
/
+5
*
[build] Rename clang-headers to clang-resource-headers
Shoaib Meenai
2019-03-04
1
-3
/
+3
*
[CMake][runtimes] Set clang-header dependency for builtins
Petr Hosek
2019-02-20
1
-16
/
+22
*
[CMake] Use variables rather than ":" delimiters
Petr Hosek
2019-02-16
1
-5
/
+3
*
[build] Remove a stray comment. NFC
Shoaib Meenai
2019-02-12
1
-1
/
+1
*
[CMake] Don't override required compiler flags in the runtimes build
Petr Hosek
2019-02-12
1
-13
/
+5
*
[CMake] Don't set <PROJECT>_STANDALONE_BUILD
Petr Hosek
2019-02-09
1
-3
/
+6
*
Revert "[CMake] Use __libc_start_main rather than fopen when checking for C l...
Petr Hosek
2019-01-28
1
-1
/
+1
*
[CMake] Use __libc_start_main rather than fopen when checking for C library
Petr Hosek
2019-01-28
1
-1
/
+1
*
Revert "[CMake] Pass Clang defaults to runtimes builds"
Petr Hosek
2018-07-13
1
-4
/
+0
*
[CMake] Set per-runtime library directory suffix in runtimes build
Petr Hosek
2018-07-10
1
-19
/
+4
*
Support for multiarch runtimes layout
Petr Hosek
2018-06-28
1
-15
/
+11
*
[CMake] Provide direct support for building sanitized runtimes
Petr Hosek
2018-06-27
1
-9
/
+27
*
[CMake] Use variables rather than ":" delimiters
Petr Hosek
2018-06-27
1
-11
/
+14
*
[CMake] Pass additional CMake tools to external projects
Petr Hosek
2018-06-06
1
-2
/
+2
*
[CMake] Pass Clang defaults to runtimes builds
Petr Hosek
2018-05-22
1
-0
/
+4
*
[CMake] Support runtimes in distributions
Chris Bieneman
2018-05-17
1
-0
/
+19
*
[CMake] Enable warnings for runtimes
Kostya Kortchinsky
2018-04-27
1
-0
/
+3
*
[CMake][runtimes] Process common options in runtimes build
Petr Hosek
2018-04-11
1
-0
/
+7
*
[CMake] Support for cross-compilation when build runtimes
Petr Hosek
2018-01-08
1
-0
/
+3
*
[runtimes] Add install-*-stripped targets
Shoaib Meenai
2017-12-08
1
-2
/
+11
*
[CMake][runtimes] Support monorepo layout with runtimes build
Petr Hosek
2017-11-27
1
-19
/
+46
*
[CMake][runtimes] Don't passthrough prefixes for non-default targets
Petr Hosek
2017-11-17
1
-1
/
+0
*
[CMake][runtimes] Use cmake_parse_arguments in runtimes functions
Petr Hosek
2017-11-16
1
-9
/
+18
*
[CMake][runtimes] Don't process common options in runtimes build
Petr Hosek
2017-11-14
1
-4
/
+0
*
[CMake][runtimes] Set compiler as working even for default target
Petr Hosek
2017-11-14
1
-3
/
+8
*
[CMake][runtimes] Fix the variable name
Petr Hosek
2017-11-08
1
-1
/
+1
*
[CMake][runtimes] Use the same configuration for non-target and "default" target
Petr Hosek
2017-09-08
1
-97
/
+106
*
[CMake][runtimes] Use target specific name for all runtimes targets
Petr Hosek
2017-09-02
1
-7
/
+9
*
[CMake] Add more runtime configurations.
Leo Li
2017-09-01
1
-0
/
+1
*
[CMake][runtimes] Support for building target variants
Petr Hosek
2017-08-16
1
-35
/
+58
*
[CMake] Remove redundant logic in runtimes/CMakeList.txt
Leo Li
2017-07-24
1
-3
/
+0
*
[CMake] Set toolchain tools in cross-target runtimes build
Petr Hosek
2017-07-18
1
-0
/
+1
*
[CMake]Use LLVM_LIBRARY_DIR for lib path.
Leo Li
2017-07-14
1
-3
/
+5
*
[CMake] Support multi-target runtimes build
Petr Hosek
2017-07-11
2
-28
/
+158
[next]