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
*
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
*
Strip Android version when looking up toolchain paths.
Josh Gao
2016-06-10
1
-1
/
+9
*
Apply clang-tidy's misc-move-constructor-init throughout Clang.
Benjamin Kramer
2016-05-27
1
-3
/
+4
*
[Driver] Fix the case when use -fembed-bitcode and -flto= together
Steven Wu
2016-05-18
1
-3
/
+3
*
Embed bitcode in object file (clang cc1 part)
Steven Wu
2016-05-11
1
-6
/
+15
*
Update clang support on recent Haiku
Reid Kleckner
2016-05-11
1
-0
/
+3
*
driver: Add a `--rsp-quoting` flag to pick response file quoting.
Nico Weber
2016-04-25
1
-1
/
+2
*
clang-cl: Don't assert on using /Yc with non-source files, PR27450
Nico Weber
2016-04-21
1
-19
/
+19
*
Compilation for Intel MCU (Part 1/3)
Andrey Turetskiy
2016-04-21
1
-8
/
+33
*
Revert r266747 (Compilation for Intel MCU (Part 1/3)) since it breaks a few b...
Andrey Turetskiy
2016-04-19
1
-33
/
+8
*
Compilation for Intel MCU (Part 1/3)
Andrey Turetskiy
2016-04-19
1
-8
/
+33
*
[CUDA] Add --cuda-compile-host-device, which overrides --cuda-host-only and -...
Justin Lebar
2016-04-19
1
-11
/
+17
*
clang-cl: Don't check for existence of linker inputs when /link is used
Hans Wennborg
2016-04-15
1
-7
/
+16
*
[DarwinDriver] Increase the number of valid digits for ld64 version string.
Bruno Cardoso Lopes
2016-03-31
1
-0
/
+28
*
[CUDA] Don't initialize the CUDA toolchain if we don't have any CUDA inputs.
Justin Lebar
2016-03-30
1
-4
/
+13
*
[lanai] Add Lanai backend to clang driver.
Jacques Pienaar
2016-03-28
1
-0
/
+3
*
clang-cl: Enable PCH flags by default.
Nico Weber
2016-03-04
1
-8
/
+0
*
clang-cl pch test: Instead of copying the input, use /Fp to not write into th...
Nico Weber
2016-03-02
1
-1
/
+1
*
clang-cl: Implement initial limited support for precompiled headers.
Nico Weber
2016-03-01
1
-1
/
+102
*
Introduce -fembed-bitcode driver option
Steven Wu
2016-03-01
1
-10
/
+36
*
Rename Action::begin() to Action::input_begin().
Nico Weber
2016-02-23
1
-15
/
+16
*
Remove unused ToolChain arg from Driver::ConstructPhaseAction and BuildAction.
Justin Lebar
2016-02-11
1
-13
/
+9
*
[MSVC Compat] Only warn for unknown clang-cl arguments
Ehsan Akhgari
2016-01-25
1
-3
/
+8
*
Respect bound archs, even when they don't alter the toolchain.
Justin Lebar
2016-01-16
1
-2
/
+9
*
[CUDA] Invoke ptxas and fatbinary during compilation.
Justin Lebar
2016-01-14
1
-16
/
+36
*
Don't build jobs for the same Action + ToolChain twice.
Justin Lebar
2016-01-14
1
-14
/
+36
*
[CUDA] Reject values for --cuda-gpu-arch that are not of the form /sm_\d+/.
Justin Lebar
2016-01-11
1
-2
/
+6
*
Add an Action* member to InputInfo.
Justin Lebar
2016-01-11
1
-6
/
+6
*
Make Driver::BuildJobsForAction return an InputInfo, instead of using an outp...
Justin Lebar
2016-01-11
1
-35
/
+26
*
Move ownership of Action objects into Compilation.
Justin Lebar
2016-01-11
1
-62
/
+47
*
Update code in buildCudaActions and BuildActions to latest idiom.
Justin Lebar
2016-01-08
1
-18
/
+14
[next]