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
/
compiler-rt
/
cmake
/
Modules
/
AddCompilerRT.cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CMake] Fix lld detection after D69685
Fangrui Song
2019-12-28
1
-1
/
+1
*
[CMake] Prevent adding lld to test dependency (TEST_DEPS) when lld project is...
Kelvin Li
2019-11-05
1
-1
/
+1
*
[msan] Blacklist __gxx_personality_v0.
Evgenii Stepanov
2019-10-31
1
-0
/
+1
*
[sanitizer] Add lld into dependency of sanitizer_common unittests
Vitaly Buka
2019-08-27
1
-0
/
+5
*
reland [gtest] Fix printing of StringRef and SmallString in assert messages.
Sam McCall
2019-08-21
1
-2
/
+2
*
Use CMAKE_C_COMPILER_ARG1 in compiler invocation
Petr Hosek
2019-05-19
1
-1
/
+2
*
[compiler-rt] Create install targets for Darwin libraries
Shoaib Meenai
2019-05-07
1
-42
/
+5
*
[compiler-rt] Cleanup the --target and --sysroot handling
Petr Hosek
2019-05-01
1
-4
/
+3
*
[compiler-rt] Pass sysroot and disable pedantic for crtbegin.o/crtend.o
Petr Hosek
2019-05-01
1
-1
/
+4
*
[compiler-rt] Rework the object build support
Petr Hosek
2019-05-01
1
-8
/
+33
*
Reland "[compiler-rt] Simple crtbegin.o and crtend.o implementation"
Petr Hosek
2019-04-30
1
-17
/
+35
*
Revert "[compiler-rt] Simple crtbegin.o and crtend.o implementation"
Petr Hosek
2019-04-30
1
-35
/
+17
*
[compiler-rt] Simple crtbegin.o and crtend.o implementation
Petr Hosek
2019-04-30
1
-17
/
+35
*
[cmake] Change deprecated $<CONFIG> to $<CONFIGURATION>. NFC
Fangrui Song
2019-03-30
1
-1
/
+1
*
[TSan][libdispatch] Enable linking and running of tests on Linux
Julian Lettner
2019-03-15
1
-0
/
+1
*
[compiler-rt] Build custom libcxx with libcxxabi
Jonas Hahnfeld
2019-02-17
1
-2
/
+6
*
[CMake] Don't set <PROJECT>_STANDALONE_BUILD
Petr Hosek
2019-02-09
1
-1
/
+1
*
[CMake] Mark runtime library link libraries as private
Petr Hosek
2019-02-07
1
-1
/
+1
*
[compiler-rt] Support for passing through linker flags to libc++ build
Petr Hosek
2018-11-03
1
-2
/
+7
*
[compiler-rt] Pass CMake C and C++ flags to the custom libc++
Petr Hosek
2018-10-31
1
-3
/
+7
*
[asan] Remove flags for clang-cl before it supported EH
Reid Kleckner
2018-10-31
1
-9
/
+0
*
[compiler-rt] Don't explicitly set CMAKE_CXX_FLAGS.
Dan Albert
2018-10-18
1
-1
/
+1
*
[XRay][compiler-rt] FDRLogWriter Abstraction
Dean Michael Berris
2018-09-20
1
-0
/
+10
*
Revert "[XRay][compiler-rt] FDRLogWriter Abstraction" and 1 more.
Evgeniy Stepanov
2018-09-19
1
-10
/
+0
*
[XRay][compiler-rt] FDRLogWriter Abstraction
Dean Michael Berris
2018-09-18
1
-0
/
+10
*
[CMake] Add compiler-rt header files to the list of sources for targets
Dan Liew
2018-07-10
1
-4
/
+26
*
Support for multiarch runtimes layout
Petr Hosek
2018-06-28
1
-8
/
+18
*
[CMake] Tidy up the organisation of compiler-rt when configured as a standalone
Dan Liew
2018-06-27
1
-0
/
+4
*
[XRay] Set an explicit dependency on libc++ when needed
Petr Hosek
2018-06-13
1
-2
/
+6
*
Reland "Passthrough additional flags to custom libcxx CMake build"
Petr Hosek
2018-06-13
1
-11
/
+24
*
Revert r334458, r334220, r334212, r334139.
Matt Morehouse
2018-06-12
1
-41
/
+10
*
[CMake] Remove -Wno-maybe-uninitialized from passthrough vars.
Matt Morehouse
2018-06-12
1
-0
/
+3
*
[CMake] Fix Libc++ Modules build.
Eric Fiselier
2018-06-07
1
-0
/
+8
*
[CMake] Filter out -z,defs when building custom libc++
Petr Hosek
2018-06-07
1
-3
/
+7
*
[CMake] Passthrough additional flags to custom libcxx CMake build
Petr Hosek
2018-06-06
1
-11
/
+27
*
Revert "[cmake] Remove duplicate command line options from build"
Aaron Smith
2018-04-11
1
-2
/
+2
*
[cmake] Remove duplicate command line options from build
Aaron Smith
2018-04-11
1
-2
/
+2
*
[Fuzzer] Avoid the unnecessary rebuild of the custom libc++
Petr Hosek
2018-03-07
1
-20
/
+61
*
Revert: [compiler-rt] r323626 - [cmake] [compiler-rt] Remove duplicate CMAKE_...
Don Hinton
2018-01-29
1
-1
/
+1
*
[cmake] [compiler-rt] Remove duplicate CMAKE_CXX_FLAGS.
Don Hinton
2018-01-29
1
-1
/
+1
*
[cmake] [compiler-rt] Call llvm_setup_rpath() when adding shared libraries.
Don Hinton
2018-01-27
1
-0
/
+3
*
[sanitizer] Pass the CMake compiler to custom libc++ build
Petr Hosek
2018-01-21
1
-0
/
+3
*
Reland "[Fuzzer] Parametrize add_custom_libcxx"
Petr Hosek
2018-01-21
1
-10
/
+21
*
Revert "[Fuzzer] Parametrize add_custom_libcxx"
Petr Hosek
2018-01-20
1
-30
/
+8
*
[Fuzzer] Parametrize add_custom_libcxx
Petr Hosek
2018-01-20
1
-8
/
+30
*
Reland "Install resource files into a share/ directory"
Petr Hosek
2018-01-14
1
-2
/
+2
*
Revert "Install resource files into a share/ directory"
Petr Hosek
2018-01-11
1
-2
/
+2
*
Reland "Install resource files into a share/ directory"
Petr Hosek
2018-01-11
1
-2
/
+2
*
Revert "Install resource files into a share/ directory"
Petr Hosek
2018-01-11
1
-2
/
+2
*
Reland "Install resource files into a share/ directory"
Petr Hosek
2018-01-10
1
-2
/
+2
[next]