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
/
clang
/
lib
/
Driver
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CrashReproducer] Collect PCH included via -include-pch
Bruno Cardoso Lopes
2016-12-12
1
-3
/
+2
*
[Driver] Fix finding multilib gcc install on Gentoo (with gcc-config)
Michal Gorny
2016-12-12
2
-45
/
+88
*
[Driver] Simplify ToolChain::GetCXXStdlibType (NFC)
Jonas Hahnfeld
2016-12-12
1
-34
/
+13
*
[CUDA,Driver] Added --no-cuda-gpu-arch= option.
Artem Belevich
2016-12-09
1
-8
/
+22
*
[CrashReproducer] Provide a clean dir path for -fmodules-cache-path
Bruno Cardoso Lopes
2016-12-09
1
-3
/
+6
*
[CrashReproducer] Rewrite relative include paths
Bruno Cardoso Lopes
2016-12-09
1
-24
/
+94
*
[sanitizers] lsan+sancov doesn't need ubsanrt (multi def error)
Mike Aizatsky
2016-12-08
1
-1
/
+2
*
[Driver][Darwin] Disable default stack protector levels in freestanding mode.
Bruno Cardoso Lopes
2016-12-08
1
-1
/
+8
*
Refactor how the MSVC toolchain searches for a compatibility version.
David L. Jones
2016-12-07
5
-84
/
+93
*
Driver: Remove support for -fobjc-gc*
Duncan P. N. Exon Smith
2016-12-07
1
-19
/
+0
*
If clang was configured for a DEFAULT_SYSROOT and no --sysroot argument
Joerg Sonnenberger
2016-12-06
1
-0
/
+5
*
Allow clang to write compilation database records.
Joerg Sonnenberger
2016-12-06
2
-1
/
+67
*
[clang] Fix D26214: Move error handling out of MC and to the callers.
Mandeep Singh Grang
2016-12-06
1
-0
/
+18
*
With LTO and profile-use, enable hotness info in opt remarks
Adam Nemet
2016-12-02
1
-7
/
+19
*
[CUDA] Forward sanitizer support to host toolchain
Jason Henline
2016-12-02
1
-6
/
+10
*
[CUDA] "Support" ASAN arguments in CudaToolChain
Jason Henline
2016-12-02
2
-0
/
+11
*
[clang] Implement support for -defsym assembler option
Mandeep Singh Grang
2016-12-01
1
-0
/
+3
*
Fix crash with unsupported architectures in Linux/Gnu target triples.
Florian Hahn
2016-12-01
1
-3
/
+8
*
[Driver] Fix recognizing newer OpenSUSE versions
Michal Gorny
2016-11-28
1
-2
/
+5
*
[Driver] Refactor distro detection & classification as a separate API
Michal Gorny
2016-11-28
3
-176
/
+144
*
darwin: Unconditionally pass -lto_library, remove -Wliblto warning.
Nico Weber
2016-11-22
1
-8
/
+8
*
Rename option to -lto-pass-remarks-output
Adam Nemet
2016-11-22
1
-1
/
+1
*
[XRay] Support AArch64 in Clang
Dean Michael Berris
2016-11-21
1
-7
/
+13
*
LTO support for -fsave-optimization-record on Darwin
Adam Nemet
2016-11-18
1
-0
/
+13
*
Fix a comment for -fsave-optimization-record
Adam Nemet
2016-11-18
1
-1
/
+1
*
[CUDA] Driver changes to support CUDA compilation on MacOS.
Justin Lebar
2016-11-18
4
-111
/
+201
*
[CrashReproducer][Darwin] Suggest attaching .crash diagnostic file
Bruno Cardoso Lopes
2016-11-17
1
-0
/
+115
*
Add a little endian variant of TCE.
Pekka Jaaskelainen
2016-11-16
3
-0
/
+18
*
[Driver] Infer the correct option to ld64 for -fembed-bitcode
Steven Wu
2016-11-16
2
-25
/
+19
*
Revert r286735 due to test failure
Brad Smith
2016-11-13
1
-4
/
+0
*
Link static PIE programs against rcrt0.o on OpenBSD
Brad Smith
2016-11-12
1
-0
/
+4
*
Add support of the next Ubuntu (17.04 - Zesty Zapus)
Sylvestre Ledru
2016-11-12
1
-1
/
+3
*
Tread TSan LLVM flags to driver: add TSan controlling flags to clang.
Evgeniy Stepanov
2016-11-11
1
-0
/
+28
*
[cfi] Enable cfi-icall on ARM and AArch64.
Evgeniy Stepanov
2016-11-11
1
-0
/
+2
*
clang-cl: Pass /Zc:threadSafeInit through to MSVC with /fallback (PR30948)
Hans Wennborg
2016-11-09
1
-0
/
+8
*
Rename the version of ConstructJob for multiple outputs to ConstructJobMultip...
Samuel Antao
2016-11-03
4
-16
/
+16
*
[asan] Use the dynamic ASan runtime if -shared-libasan is passed
Reid Kleckner
2016-11-02
1
-1
/
+2
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
3
-11
/
+10
*
[Modules] Add a command line option for loading the clang builtins modulemap.
Elad Cohen
2016-10-31
1
-0
/
+12
*
Fix clang installed path to handle case where clang is invoked through a symlink
Mehdi Amini
2016-10-30
1
-1
/
+1
*
Factor finding of libc++ include path out of building -cc1 arguments.
Richard Smith
2016-10-29
2
-204
/
+165
*
Fix MSVC "not all control paths return a value" warning
Simon Pilgrim
2016-10-28
1
-0
/
+2
*
[Driver][OpenMP] Add support to create jobs for unbundling actions.
Samuel Antao
2016-10-27
5
-42
/
+191
*
[Driver][OpenMP] Add support to create jobs for bundling actions.
Samuel Antao
2016-10-27
4
-2
/
+103
*
[Driver][OpenMP] Update actions builder to create unbundling action when nece...
Samuel Antao
2016-10-27
4
-1
/
+44
*
[Driver][OpenMP] Update actions builder to create bundling action when necess...
Samuel Antao
2016-10-27
3
-4
/
+77
*
[Driver][OpenMP] Add logic for offloading-specific argument translation.
Samuel Antao
2016-10-27
5
-21
/
+74
*
[Driver][OpenMP] Build jobs for OpenMP offloading actions for targets using g...
Samuel Antao
2016-10-27
2
-34
/
+210
*
[Driver][OpenMP] Add specialized action builder for OpenMP offloading actions.
Samuel Antao
2016-10-27
1
-6
/
+123
*
[Driver][OpenMP] Create tool chains for OpenMP offloading kind.
Samuel Antao
2016-10-27
3
-67
/
+101
[next]