Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
toolchain
/
llvm
/
compiler-rt
/
refs/heads/linaro-local/sanitizer
/
cmake
/
Modules
/
CompilerRTUtils.cmake
6418b4a
[CMake] Silence unused variable warning in compiler check
by Petr Hosek
· 7 years ago
e3c8c25
[CMake] Use a different source depending on C++ support
by Petr Hosek
· 7 years ago
6d4a6ff
Revert "[CMake] Reland "Make simple source used for CMake checks a C file""
by Petr Hosek
· 7 years ago
f1588bf
Revert r332683 & r332684 relating to compiler runtime checks
by Reid Kleckner
· 7 years ago
4f5c2af
[CMake] Use <UNIX|WINDOWS>_COMMAND with separate_arguments
by Petr Hosek
· 7 years ago
2dd07cd
[CMake] Detect the compiler runtime and standard library
by Petr Hosek
· 7 years ago
abcaa92
[CMake] Reland "Make simple source used for CMake checks a C file"
by Petr Hosek
· 7 years ago
9008dc9
[PATCH] [compiler-rt, RISCV] Support builtins for RISC-V
by Shiva Chen
· 7 years ago
c7e7557
Add powerpc64 to compiler-rt build infrastructure.
by Sterling Augustine
· 8 years ago
e5229ff
[builtins] Prevent duplicate definitions for overridden functions
by Francis Ricci
· 8 years ago
9d51100
Reland r311842 - [cmake] Remove i686 target that is duplicate to i386
by Michal Gorny
· 8 years ago
cc44d7c
Revert r311842 - [cmake] Remove i686 target that is duplicate to i386
by Michal Gorny
· 8 years ago
7cbce19
[cmake] Remove i686 target that is duplicate to i386
by Michal Gorny
· 8 years ago
1a764aaf
Revert rL309634 until upstream buildbots have upgraded libc.
by Sterling Augustine
· 8 years ago
0be3d11
Add powerpc64 to compiler-rt build infrastructure.
by Sterling Augustine
· 8 years ago
f5a6395
Roll back r301831 to fix broken powerpc64le tests.
by Sterling Augustine
· 8 years ago
612bed1
Add powerpc64 and powerpc64le to build infrastructure.
by Sterling Augustine
· 8 years ago
ba802a4
[compiler-rt] respect CMAKE_EXE_LINKER_FLAGS in compiler and library tests
by Bob Haarman
· 8 years ago
07eeff5
[Compiler-rt] Broken compiler-rt CMake configuring on Windows
by Oleg Ranevskyy
· 9 years ago
9f93113
Make cmake link flag naming consistent
by Francis Ricci
· 9 years ago
b8cfc20
[cmake] Obtain LLVM_CMAKE_PATH from llvm-config if available
by Michal Gorny
· 9 years ago
330f9ef
[compiler-rt] Support building builtins for a single target
by Petr Hosek
· 9 years ago
18d49e2
cfi: Fixes for check-cfi when configured as an external project.
by Peter Collingbourne
· 9 years ago
7ddd599
[CMake] Rename back SIMPLE_SOURCE to compile as C++
by Jonas Hahnfeld
· 9 years ago
4598081
Revert "[CMake] Explicitly add --target option to compiler flags"
by Chris Bieneman
· 9 years ago
689eed3
[CMake] Explicitly add --target option to compiler flags
by Chris Bieneman
· 9 years ago
9504db0
[cmake] Support overriding llvm-config query results
by Michal Gorny
· 9 years ago
e0c295a
[cmake] Fix append_rtti_flag macro and bad var name
by Filipe Cabecinhas
· 9 years ago
2b23fdc
build: allow building a specific set of sanitizers
by Saleem Abdulrasool
· 9 years ago
cd0c083
[CMake] Load LLVMConfig for standalone build of builtins
by Jonas Hahnfeld
· 9 years ago
cdd2596
[compiler-rt][cmake] Don't reset CAN_TARGET_${arch} on every cmake invocation.
by Daniel Sanders
· 9 years ago
ff39f08
[compiler-rt] Fix target architecture matching
by Francis Ricci
· 9 years ago
a6c33c4
[compiler-rt] Split cflags and link flags to avoid warnings
by Etienne Bergeron
· 9 years ago
89d91c3
[CMake] detect_target_arch needs to be moved to Utils
by Chris Bieneman
· 9 years ago
4e4d430
[CMake] NFC. Add support for testing the compiler without testing the linker
by Chris Bieneman
· 9 years ago
ee9e22a
[CMake] Adding some missing CMake includes. NFC.
by Chris Bieneman
· 9 years ago
7ccd4bf
[cmake] Address Samsonov's post-commit review of r262723
by Filipe Cabecinhas
· 9 years ago
824b8b3
[CMake] [NFC] Move macro definitions out of config-ix.cmake
by Chris Bieneman
· 9 years ago
bfcbe76
[compiler-rt] list_union() is actually an intersect operation. Rename it.
by Daniel Sanders
· 10 years ago
b336cc1
Revert "[CMake] Provide options for toggling on and off various runtime libraries."
by Chris Bieneman
· 10 years ago
7fbd991
[CMake] Provide options for toggling on and off various runtime libraries.
by Chris Bieneman
· 10 years ago
19c8451
[CMake] Add experimental support for building compiler-rt for iOS
by Chris Bieneman
· 10 years ago
07b9501
Silence some CMake 3.3 dev warnings in compiler-rt
by Reid Kleckner
· 10 years ago
d09b230
[ASan] Only include rpc headers if they are available.
by Yury Gribov
· 10 years ago
5b15f1f
Cmake variables are global, which is why we would get crud like /machine:X86 in the list of compiler options for MSVC. Clear out the variable before attempting to enumerate arguments and set them.
by Aaron Ballman
· 11 years ago
972f3a0
[compiler-rt] compiler-rt's CMake append_if function clashes with LLVM's, let's rename it to append_list_if
by Kuba Brecka
· 11 years ago
1d7819b
[CMake] Cleanup CMake rules after r219302. NFC.
by Alexey Samsonov
· 11 years ago
561adf2
[CMake] Use /W3 instead of -Wall on Windows. Remove add_definitions abuse.
by Alexey Samsonov
· 11 years ago
471b11c
[CMake] Make append_if semantics similar to those used in LLVM
by Alexey Samsonov
· 11 years ago
fbf8ff3
[CMake] Better support for COMPILER_RT_ENABLE_WERROR. Make sure compiler-rt libraries are build by 'make all' command
by Alexey Samsonov
· 11 years ago
2d8d713
[CMake] Rudimentary support for standalone CompilerRT build system.
by Alexey Samsonov
· 11 years ago
0571186
[CMake] Simplify setting compile flag disabling RTTI
by Alexey Samsonov
· 11 years ago
7e8db74
Add a CMake option COMPILER_RT_DEBUG for building runtimes with full debug info.
by Peter Collingbourne
· 12 years ago
304026d
[CMake] set -mmacosx-version-min to 10.7 if compiler-rt is built with -stdlib=libc++
by Alexey Samsonov
· 12 years ago
392c50d
CMake: create AddCompilerRT module and implement convenience add_compiler_rt_object_library function
by Alexey Samsonov
· 13 years ago