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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CMake] Fix lld detection after D69685
Fangrui Song
2019-12-28
1
-1
/
+1
*
[CMake] Use correct include path for InstrProfData.inc on Darwin
Petr Hosek
2019-11-24
1
-1
/
+4
*
[CMake] Prevent adding lld to test dependency (TEST_DEPS) when lld project is...
Kelvin Li
2019-11-05
1
-1
/
+1
*
[compiler-rt] Use xcrun instead of xcodebuild to find the SDK directory
Alex Richardson
2019-10-31
1
-2
/
+3
*
Fix compiler-rt build on macOS without XCode
Alex Richardson
2019-10-31
1
-2
/
+2
*
[msan] Blacklist __gxx_personality_v0.
Evgenii Stepanov
2019-10-31
2
-1
/
+2
*
[compiler-rt] cmake: add include(BuiltinTests) to CompilerRTDarwinUtils
Puyan Lotfi
2019-10-24
1
-0
/
+1
*
[CMake] Disable building all Darwin libraries (except builtins) for macOS i38...
Dan Liew
2019-10-16
1
-1
/
+47
*
[NFC] Invoke lipo from CMAKE_LIPO.
Puyan Lotfi
2019-09-24
1
-1
/
+3
*
[cmake] Strip quotes in try_compile_only
Hans Wennborg
2019-09-19
1
-0
/
+6
*
Fix bug in `darwin_test_archs()` when the cache variable is set but empty.
Dan Liew
2019-09-13
1
-1
/
+1
*
[CMake] Separate the detection Darwin platforms architectures for the
Dan Liew
2019-09-13
1
-2
/
+3
*
[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
*
Enable compiler-rt on SPARC
Rainer Orth
2019-07-12
1
-0
/
+6
*
Specify log level for CMake messages (less stderr)
Stefan Granitz
2019-06-19
1
-2
/
+2
*
[compiler-rt] Respect CMAKE_NM
Shoaib Meenai
2019-06-15
1
-2
/
+8
*
[builtins] Use libtool for builtins when building for Apple platform
Petr Hosek
2019-06-04
1
-0
/
+50
*
[Driver] Change layout of per-target runtimes to resemble multiarch
Petr Hosek
2019-05-27
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
3
-44
/
+66
*
[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
*
[compiler-rt] Build custom libc++abi without exceptions.
Matt Morehouse
2019-04-25
1
-0
/
+1
*
[cmake] Change deprecated $<CONFIG> to $<CONFIGURATION>. NFC
Fangrui Song
2019-03-30
1
-1
/
+1
*
[CMake] Fix broken uses of `try_compile_only()` and improve the function.
Dan Liew
2019-03-15
3
-4
/
+36
*
[TSan][libdispatch] Enable linking and running of tests on Linux
Julian Lettner
2019-03-15
1
-0
/
+1
*
[compiler-rt][CMake] Set project for the custom libc++
Petr Hosek
2019-02-19
1
-0
/
+1
*
[compiler-rt] Build custom libcxx with libcxxabi
Jonas Hahnfeld
2019-02-17
2
-2
/
+30
*
[CMake] Avoid clang dependencies in the runtimes build
Petr Hosek
2019-02-13
1
-1
/
+1
*
[CMake][XRay] Silence llvm-config error when checking library support
Petr Hosek
2019-02-12
1
-2
/
+4
*
[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
*
[test] Disable sunrpc tests when rpc/xdr.h is missing
Michal Gorny
2019-01-14
1
-8
/
+0
*
sanitizer_common: Change gen_dynamic_list.py to take a -o argument instead of...
Peter Collingbourne
2019-01-11
1
-2
/
+2
*
[xray] [tests] Detect and handle missing LLVMTestingSupport gracefully
Michal Gorny
2018-12-21
1
-1
/
+21
*
[CMake] Add a missing case of TO_CMAKE_PATH
Martin Storsjo
2018-11-27
1
-0
/
+1
*
[compiler-rt] Use exact spelling when building for default target
Petr Hosek
2018-11-16
1
-1
/
+4
*
[CMake] Passthrough CFLAGS when checking the compiler-rt path
Petr Hosek
2018-11-14
1
-0
/
+3
*
[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] Clean up XRay build configuration
Dean Michael Berris
2018-09-24
1
-0
/
+18
*
[XRay][compiler-rt] FDRLogWriter Abstraction
Dean Michael Berris
2018-09-20
2
-2
/
+14
*
Revert "[XRay][compiler-rt] FDRLogWriter Abstraction" and 1 more.
Evgeniy Stepanov
2018-09-19
1
-10
/
+0
[next]