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
/
Driver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Split isUsingLTO() outside of embedBitcodeInObject() and embedBitcodeMarkerOn...
Mehdi Amini
2017-01-24
1
-1
/
+2
*
unique_ptrify Driver::ToolChains
David Blaikie
2017-01-13
1
-44
/
+45
*
unique_ptrify createDriverOptTable
David Blaikie
2017-01-13
1
-9
/
+7
*
Add AVR target and toolchain to Clang
Dylan McKay
2017-01-05
1
-0
/
+3
*
[CUDA,Driver] Added --no-cuda-gpu-arch= option.
Artem Belevich
2016-12-09
1
-8
/
+22
*
[CUDA] Driver changes to support CUDA compilation on MacOS.
Justin Lebar
2016-11-18
1
-11
/
+18
*
[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
1
-0
/
+3
*
[Driver] Infer the correct option to ld64 for -fembed-bitcode
Steven Wu
2016-11-16
1
-21
/
+15
*
Rename the version of ConstructJob for multiple outputs to ConstructJobMultip...
Samuel Antao
2016-11-03
1
-1
/
+1
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-5
/
+4
*
[Driver][OpenMP] Add support to create jobs for unbundling actions.
Samuel Antao
2016-10-27
1
-36
/
+104
*
[Driver][OpenMP] Update actions builder to create unbundling action when nece...
Samuel Antao
2016-10-27
1
-1
/
+29
*
[Driver][OpenMP] Update actions builder to create bundling action when necess...
Samuel Antao
2016-10-27
1
-4
/
+66
*
[Driver][OpenMP] Add logic for offloading-specific argument translation.
Samuel Antao
2016-10-27
1
-3
/
+6
*
[Driver][OpenMP] Build jobs for OpenMP offloading actions for targets using g...
Samuel Antao
2016-10-27
1
-6
/
+10
*
[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
1
-0
/
+79
*
[Driver][CUDA][OpenMP] Reimplement tool selection in the driver.
Samuel Antao
2016-10-27
1
-126
/
+272
*
Remove check for -o option in offloading actions builder.
Samuel Antao
2016-10-27
1
-18
/
+1
*
Fix bug when compiling CUDA code with -emit-llvm and -o.
Samuel Antao
2016-10-27
1
-0
/
+5
*
Define Contiki OS toolchain
David L Kreitzer
2016-10-14
1
-0
/
+3
*
[Driver] Make -print-libgcc-file-name print compiler-rt lib when used
Michal Gorny
2016-10-10
1
-1
/
+9
*
Turn ArchName/BoundArch in Driver from raw pointer to StringRef (NFC)
Mehdi Amini
2016-10-07
1
-9
/
+9
*
Revert r283572 - [Driver] Make -print-libgcc-file-name print compiler-rt lib ...
Michal Gorny
2016-10-07
1
-9
/
+1
*
[Driver] Make -print-libgcc-file-name print compiler-rt lib when used
Michal Gorny
2016-10-07
1
-1
/
+9
*
[Driver] Add driver support for Fuchsia
Petr Hosek
2016-10-06
1
-0
/
+3
*
Taking StringRef in Driver.h APIs instead of raw pointers (NFC)
Mehdi Amini
2016-10-06
1
-34
/
+32
*
clang-cl: Make /Fo apply also when using -flto
Hans Wennborg
2016-10-04
1
-1
/
+1
*
[CUDA][OpenMP] Add a generic offload action builder
Samuel Antao
2016-09-30
1
-161
/
+557
*
Unrevert r280035 now that the clang-cl bug it exposed has been fixed by
Richard Smith
2016-08-30
1
-3
/
+7
*
PR30195: Fix clang-cl attempting to precompile bogus (non-precompilable) inpu...
Richard Smith
2016-08-30
1
-2
/
+6
*
Revert r280035 (and followups r280057, r280085), it caused PR30195
Nico Weber
2016-08-30
1
-11
/
+3
*
C++ Modules TS: driver support for building modules.
Richard Smith
2016-08-30
1
-3
/
+11
*
[CUDA] Collapsed offload actions should not be top-level jobs.
Artem Belevich
2016-08-22
1
-1
/
+1
*
[Driver] Set the default driver mode based on the executable.
Zachary Turner
2016-08-12
1
-18
/
+26
*
[CUDA] Do not allow using NVPTX target for host compilation.
Artem Belevich
2016-08-02
1
-6
/
+13
*
Retry: [Driver] Compute effective target triples once per job (NFCI)
Vedant Kumar
2016-07-27
1
-0
/
+13
*
Revert "[Driver] Compute effective target triples once per job (NFCI)"
Vedant Kumar
2016-07-27
1
-15
/
+1
*
[Driver] Switch some getenv calls to llvm::sys::Process::GetEnv
David Majnemer
2016-07-24
1
-2
/
+3
*
[Driver] Compute effective target triples once per job (NFCI)
Vedant Kumar
2016-07-18
1
-1
/
+15
*
[Driver] Make Driver::DefaultTargetTriple private (NFCI)
Vedant Kumar
2016-07-18
1
-3
/
+3
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+0
*
[CUDA][OpenMP] Create generic offload action
Samuel Antao
2016-07-15
1
-111
/
+259
*
[CUDA] Add utility functions for dealing with CUDA versions / architectures.
Justin Lebar
2016-07-06
1
-13
/
+16
*
Use ArgList::hasFlag to check if -miamcu/-mno-iamcu is passed. NFC.
Andrey Turetskiy
2016-06-29
1
-21
/
+18
*
[X86] Add -mno-iamcu option.
Andrey Turetskiy
2016-06-20
1
-18
/
+21
*
Compilation for Intel MCU (Part 2/3)
Andrey Turetskiy
2016-06-16
1
-0
/
+1
*
[CUDA][OpenMP] Create generic offload toolchains
Samuel Antao
2016-06-13
1
-14
/
+29
*
Revert "Strip Android version when looking up toolchain paths."
Chandler Carruth
2016-06-11
1
-9
/
+1
[prev]
[next]