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
*
Clang format a few prior patches (NFC)
Teresa Johnson
2015-11-02
1
-1
/
+2
*
Support watchOS and tvOS driver options
Tim Northover
2015-10-30
1
-0
/
+2
*
Revert "[mips] Add support for the new mips-mti-linux toolchain."
Vasileios Kalintiris
2015-10-30
1
-8
/
+0
*
[mips] Add support for the new mips-mti-linux toolchain.
Vasileios Kalintiris
2015-10-29
1
-0
/
+8
*
Recommit "Clang support for -flto=thin."
Teresa Johnson
2015-10-15
1
-6
/
+30
*
Revert "Clang support for -flto=thin." (bot failures)
Teresa Johnson
2015-10-15
1
-30
/
+6
*
Clang support for -flto=thin.
Teresa Johnson
2015-10-15
1
-6
/
+30
*
Bring back r250262: PS4 toolchain
Filipe Cabecinhas
2015-10-14
1
-0
/
+3
*
Revert-to-green r250262 (PS4 toolchain patch)
Sean Silva
2015-10-14
1
-3
/
+0
*
I took care of the build problem in the commit 250252.
Ekaterina Romanova
2015-10-14
1
-0
/
+3
*
reverting my patch, cause build problems
Ekaterina Romanova
2015-10-14
1
-3
/
+0
*
This patch adds missing pieces to clang, including the PS4 toolchain
Ekaterina Romanova
2015-10-13
1
-0
/
+3
*
[Driver] Use the parent_path of the clang executable as the default InstalledDir
Benjamin Kramer
2015-10-13
1
-0
/
+1
*
[VFS] Port driver tool chains to VFS.
Benjamin Kramer
2015-10-07
1
-2
/
+8
*
Remove support for the mips-mti-linux toolchain.
Vasileios Kalintiris
2015-10-05
1
-8
/
+0
*
Re-commit "Add support for the new mips-mti-linux toolchain."
Vasileios Kalintiris
2015-10-05
1
-0
/
+8
*
Revert "Add support for the new mips-mti-linux toolchain."
Vasileios Kalintiris
2015-10-02
1
-8
/
+0
*
Add support for the new mips-mti-linux toolchain.
Vasileios Kalintiris
2015-10-02
1
-0
/
+8
*
Revert "This patch adds missing pieces to clang, including the PS4 toolchain ...
Greg Bedwell
2015-09-25
1
-3
/
+0
*
This patch adds missing pieces to clang, including the PS4 toolchain
Ekaterina Romanova
2015-09-24
1
-0
/
+3
*
Drop useless const in for-range loops.
Benjamin Kramer
2015-09-24
1
-2
/
+2
*
Augmented CudaHostAction to carry device-side triple.
Artem Belevich
2015-09-22
1
-8
/
+7
*
[CUDA] Fixes minor cuda-related issues in the driver
Artem Belevich
2015-09-22
1
-13
/
+20
*
Convert two loops to range-based loops. No behavior change.
Nico Weber
2015-09-19
1
-5
/
+3
*
clang-cl: Use 'pc' for the vendor field in the default triple
Hans Wennborg
2015-09-18
1
-0
/
+1
*
[Shave]: Drive sparc-myriad-elf-ld directly rather than via gcc.
Douglas Katzman
2015-09-17
1
-4
/
+3
*
[WebAssembly] Initial WebAssembly support in clang
Dan Gohman
2015-09-03
1
-0
/
+4
*
[CUDA] Improve CUDA compilation pipeline creation.
Artem Belevich
2015-08-27
1
-36
/
+55
*
Don't compare getArchName() to "tce" as a string. NFC.
Douglas Katzman
2015-08-12
1
-12
/
+19
*
Fix a tiny bug in -no-canonical-prefixes that somehow we have never
Chandler Carruth
2015-08-05
1
-0
/
+3
*
Silence unused argument warning for --cuda-host-only.
Artem Belevich
2015-07-28
1
-0
/
+4
*
--cuda-host-only should not disable linking phase.
Artem Belevich
2015-07-28
1
-4
/
+2
*
Rename {Hexagon,NaCl}_TC to {Hexagon,NaCl}ToolChain respectively. NFC
Douglas Katzman
2015-07-27
1
-4
/
+4
*
[CUDA] Moved device-side triple calculation to buildCudaActions().
Artem Belevich
2015-07-20
1
-24
/
+23
*
Fixed style issues pointed out by Justin Bogner.
Artem Belevich
2015-07-20
1
-30
/
+29
*
Silence the driver warnings, if we see "-w" on the Driver.
Filipe Cabecinhas
2015-07-18
1
-0
/
+3
*
Driver: Add AMDGPU toolchain
Tom Stellard
2015-07-18
1
-0
/
+3
*
[cuda] Driver changes to compile and stitch together host and device-side CUD...
Artem Belevich
2015-07-13
1
-5
/
+173
*
This reverts commit r242058, r242065, r242067.
Rafael Espindola
2015-07-13
1
-173
/
+5
*
[cuda] Driver changes to compile and stitch together host and device-side CUD...
Artem Belevich
2015-07-13
1
-5
/
+173
*
Changed Driver::getToolChain() to use Triple as an argument.
Artem Belevich
2015-07-10
1
-82
/
+83
*
Driver: Include the driver arguments in crash reports
Justin Bogner
2015-07-09
1
-1
/
+16
*
[Driver] print-multi-os-directory is unsupported.
Davide Italiano
2015-07-08
1
-8
/
+0
*
[Driver] Use llvm::Triple methods to handle -EL and -EB.
Benjamin Kramer
2015-07-06
1
-12
/
+6
*
Driver: Remove the Job class. NFC
Justin Bogner
2015-07-02
1
-17
/
+8
*
Support mingw-w64 and mingw.org toolchains at any install location.
Yaron Keren
2015-07-02
1
-6
/
+1
*
More range-based-for-loopification. NFC
Douglas Katzman
2015-06-30
1
-13
/
+8
*
clang-format some of the files in lib/Driver. NFC
Douglas Katzman
2015-06-26
1
-139
/
+130
*
Rename local variable CCCPrintActions -> CCCPrintPhases.
Douglas Katzman
2015-06-25
1
-15
/
+12
*
Use more range-based for loops
Douglas Katzman
2015-06-25
1
-12
/
+9
[next]