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
*
[Bash-autocomplete] Fix crash when invoking --autocomplete without value.
Raphael Isemann
2017-09-05
1
-6
/
+4
*
[clang-cl] Explicitly set object format to COFF in CL mode
Oleg Ranevskyy
2017-08-31
1
-0
/
+1
*
[Bash-autocomplete] Refactor autocomplete code into own function
Yuka Takahashi
2017-08-29
1
-43
/
+51
*
Use class to pass information about executable name
Serge Pavlov
2017-08-29
1
-3
/
+2
*
[Driver] Register effective triple before get arm float abi.
Leo Li
2017-08-24
1
-0
/
+2
*
[Driver] Search compiler-rt paths in -print-file-name=
Petr Hosek
2017-08-10
1
-1
/
+6
*
[OpenMP] Fix bug regarding cubin integration into host binary
Gheorghe-Teodor Bercea
2017-08-09
1
-2
/
+2
*
[OpenMP] OpenMP device offloading code generation produces a cubin file which...
Gheorghe-Teodor Bercea
2017-08-08
1
-2
/
+2
*
Darwin's toolchain should be initialized before openmp offloading
Alex Lorenz
2017-08-08
1
-0
/
+6
*
Revert r310291, r310300 and r310332 because of test failure on Darwin
Alex Lorenz
2017-08-08
1
-2
/
+2
*
[OpenMP] Integrate OpenMP target region cubin into host binary
Gheorghe-Teodor Bercea
2017-08-07
1
-2
/
+2
*
Revert r304836.
Nico Weber
2017-08-03
1
-4
/
+0
*
[Bash-autocompletion] Show HelpText with possible flags
Yuka Takahashi
2017-07-26
1
-1
/
+1
*
Update after LLVM change r309087
George Rimar
2017-07-26
1
-1
/
+2
*
Remove Driver::UseStdLib.
Nico Weber
2017-07-23
1
-3
/
+1
*
Remove Bitrig: Clang Changes
Erich Keane
2017-07-21
1
-4
/
+0
*
[Bash-autocompletion] Add support for -W<warning> and -Wno<warning>
Yuka Takahashi
2017-07-16
1
-0
/
+7
*
[Bash-autocompletion] Auto complete cc1 options if -cc1 is specified
Yuka Takahashi
2017-07-08
1
-1
/
+10
*
[OpenMP] Customize CUDA-based tool chain selection
Gheorghe-Teodor Bercea
2017-07-06
1
-2
/
+16
*
[Driver] Actually report errors during parsing instead of stopping when there...
Benjamin Kramer
2017-06-30
1
-13
/
+29
*
Add support for Ananas platform
Ed Schouten
2017-06-25
1
-0
/
+4
*
Sort the autocomplete candidates before printing them out.
Rui Ueyama
2017-06-23
1
-0
/
+7
*
[GSoC] Flag value completion for clang
Yuka Takahashi
2017-06-20
1
-1
/
+19
*
Add -frewrite-imports flag.
Richard Smith
2017-06-09
1
-0
/
+2
*
Only print registered targets for `--version`
Dimitry Andric
2017-06-07
1
-4
/
+4
*
Print registered targets in clang's version information
Dimitry Andric
2017-06-06
1
-0
/
+5
*
Don't defer to the GCC driver for linking arm-baremetal
Jonathan Roelofs
2017-05-25
1
-0
/
+3
*
Driver must return non-zero code on errors in command line
Serge Pavlov
2017-05-24
1
-0
/
+2
*
[GSoC] Shell autocompletion for clang
Yuka Takahashi
2017-05-23
1
-0
/
+7
*
Reverted r302775
Serge Pavlov
2017-05-11
1
-2
/
+0
*
Driver must return non-zero code on errors in command line
Serge Pavlov
2017-05-11
1
-0
/
+2
*
[Driver] Add compiler option to generate a reproducer
Bruno Cardoso Lopes
2017-04-12
1
-1
/
+4
*
[Driver] Print a newline when invoking `-print-resource-dir`
Meador Inge
2017-04-05
1
-1
/
+1
*
[Driver] Add option to print the resource directory
Meador Inge
2017-04-04
1
-0
/
+5
*
Driver/ToolChains: Mips -> MipsLinux
Konstantin Zhuravlyov
2017-03-08
1
-1
/
+1
*
[Driver] Consolidate tools and toolchains by target platform. (NFC)
David L. Jones
2017-03-08
1
-1
/
+30
*
enable -flto=thin in clang-cl
Bob Haarman
2017-02-27
1
-2
/
+6
*
[driver] Pass a resource dir without the '/../' part.
Argyrios Kyrtzidis
2017-02-25
1
-1
/
+2
*
Cleanup: use range-based for rather than separate calls to begin and end.
Richard Smith
2017-02-18
1
-9
/
+8
*
clang-cl: Warn about /U flags that look like filenames (PR31662)
Hans Wennborg
2017-01-27
1
-0
/
+8
*
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
[next]