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
/
Tools.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extend NetBSD/AArch64 to cover Big Endian as well.
Joerg Sonnenberger
2017-01-09
1
-0
/
+1
*
[Driver] Driver changes to support CUDA compilation on Windows.
Justin Lebar
2017-01-05
1
-7
/
+17
*
Add AVR target and toolchain to Clang
Dylan McKay
2017-01-05
1
-0
/
+16
*
Accept and ignore -Wa,-mbig-obj on COFF targets for gas compatibility
Reid Kleckner
2017-01-04
1
-0
/
+4
*
Add -f[no-]strict-return flag that can be used to avoid undefined behaviour
Alex Lorenz
2017-01-04
1
-0
/
+3
*
Add -plugin-opt=sample-profile for thinLTO build.
Dehao Chen
2017-01-04
1
-0
/
+9
*
[c++17] Implement P0522R0 as written. This allows a template template argument
Richard Smith
2016-12-31
1
-0
/
+7
*
Driver: warn on -fPIC/-fpic/-fPIE/-fpie on Windows
Saleem Abdulrasool
2016-12-26
1
-0
/
+11
*
[PM] Introduce options to enable the (still experimental) new pass
Chandler Carruth
2016-12-23
1
-0
/
+3
*
Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.
Chandler Carruth
2016-12-23
1
-3
/
+3
*
Driver: use the triple to query the arch, not the toolchain
Saleem Abdulrasool
2016-12-22
1
-4
/
+3
*
Driver: remove unnecessary parameter
Saleem Abdulrasool
2016-12-22
1
-18
/
+16
*
Driver: rename parameter to reduce confusion
Saleem Abdulrasool
2016-12-22
1
-7
/
+6
*
[analyzer] Add checker modeling gtest APIs.
Devin Coughlin
2016-12-19
1
-0
/
+1
*
[ARM] Add missing -backend-option for -arm-execute-only
Prakhar Bahuguna
2016-12-19
1
-0
/
+1
*
[CUDA] Add --ptxas-path= flag.
Justin Lebar
2016-12-15
1
-1
/
+5
*
[Driver] Bump default x86 cpu to Penryn when targeting macosx10.12+.
Ahmed Bougacha
2016-12-15
1
-0
/
+5
*
[ARM] Implement execute-only support in CodeGen
Prakhar Bahuguna
2016-12-15
1
-1
/
+24
*
AArch64: add architecture version feature to Clang invocation.
Tim Northover
2016-12-14
1
-2
/
+4
*
[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
1
-70
/
+2
*
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
1
-1
/
+60
*
[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
*
[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
*
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
1
-1
/
+1
*
[Driver] Infer the correct option to ld64 for -fembed-bitcode
Steven Wu
2016-11-16
1
-4
/
+4
*
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
*
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
1
-5
/
+4
*
[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
1
-3
/
+3
*
[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
*
[Driver][OpenMP] Add support to create jobs for unbundling actions.
Samuel Antao
2016-10-27
1
-1
/
+65
*
[Driver][OpenMP] Add support to create jobs for bundling actions.
Samuel Antao
2016-10-27
1
-0
/
+66
*
[Driver][OpenMP] Build jobs for OpenMP offloading actions for targets using g...
Samuel Antao
2016-10-27
1
-28
/
+200
*
[Driver][OpenMP] Create tool chains for OpenMP offloading kind.
Samuel Antao
2016-10-27
1
-67
/
+18
*
[XRay] Check in Clang whether XRay supports the target when -fxray-instrument...
Dean Michael Berris
2016-10-27
1
-1
/
+10
*
Unconditionally pass `-lto_library` to the linker on Darwin
Mehdi Amini
2016-10-26
1
-15
/
+15
*
[Myriad] Find libc++ adjacent to libstdc++
Douglas Katzman
2016-10-25
1
-3
/
+11
[next]