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
*
[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
*
Express Driver::GetFilePath more concisely.
Douglas Katzman
2015-06-24
1
-14
/
+5
*
Use range-based loops when handling OPT_print_search_dirs.
Douglas Katzman
2015-06-23
1
-11
/
+11
*
Update for LLVM API change to return by InputArgList directly (rather than by...
David Blaikie
2015-06-22
1
-28
/
+30
*
ArrayRef-ify ParseArgs
David Blaikie
2015-06-21
1
-4
/
+3
*
[CFI] Require -flto instead of implying it.
Alexey Samsonov
2015-06-19
1
-9
/
+3
*
Add nominal support for 'shave' target.
Douglas Katzman
2015-06-19
1
-0
/
+2
*
If/else looks nicer when both branches have (or don't have) braces. NFC
Douglas Katzman
2015-06-16
1
-1
/
+2
*
Revert r239213: "clang-cl: Implement /GL in terms of -flto."
Hans Wennborg
2015-06-13
1
-1
/
+1
*
Driver: only set -mlinker-version based on host if it's valid
Tim Northover
2015-06-12
1
-1
/
+2
*
Allow ToolChain to decide if Clang is not the right C compiler.
Douglas Katzman
2015-06-12
1
-3
/
+2
*
Add comments to PrintActions1 and Driver::PrintActions.
Douglas Katzman
2015-06-11
1
-1
/
+6
*
clang-cl: Ignore the /o option when /P is specified.
Greg Bedwell
2015-06-09
1
-2
/
+1
*
range-for'ify Args->filtered_begin(...) loops
Sean Silva
2015-06-09
1
-10
/
+5
*
clang-cl: Implement /GL in terms of -flto.
Peter Collingbourne
2015-06-06
1
-1
/
+1
*
Remove extraneous qualifiers due to "using namespace". NFC
Douglas Katzman
2015-06-04
1
-1
/
+1
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-2
/
+2
*
Change final case of Driver::getToolChain to "if/else/else/else..."
Douglas Katzman
2015-05-26
1
-20
/
+11
*
clang-cl: Don't look up absolute paths in %LIB%.
Nico Weber
2015-04-24
1
-1
/
+2
*
Report an error when -m<os>-version-min= does not specify a version.
Bob Wilson
2015-04-07
1
-1
/
+1
*
Add driver support for Native Client SDK
Derek Schuff
2015-03-30
1
-0
/
+3
*
Let Clang invoke CloudABI's linker.
Ed Schouten
2015-03-26
1
-0
/
+3
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
1
-2
/
+2
*
Driver: Print the clang version and original command in crash scripts
Justin Bogner
2015-03-12
1
-0
/
+3
*
Fix program name in "clang -help"
Sumanth Gundapaneni
2015-03-03
1
-1
/
+1
*
Implement Control Flow Integrity for virtual calls.
Peter Collingbourne
2015-02-20
1
-4
/
+9
*
PR 17421: Implemented -save-temps={obj|cwd} option
Reid Kleckner
2015-02-02
1
-25
/
+38
*
Driver: include rewrite maps in the diagnostics
Saleem Abdulrasool
2015-01-12
1
-0
/
+5
[next]