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
*
[driver] clang-format. Fix indentation, split long lines. NFC
Simon Atanasyan
2019-04-02
1
-10
/
+15
*
clang -dumpversion returns 4.2.1 for legacy reason, update it
Sylvestre Ledru
2019-03-25
1
-5
/
+1
*
[HIP] Do not unbundle object files for -fno-gpu-rdc
Yaxun Liu
2019-03-05
1
-10
/
+13
*
[WebAssembly] Remove uses of ThreadModel
Thomas Lively
2019-02-28
1
-1
/
+1
*
[WebAssembly] Make thread-related options consistent
Heejin Ahn
2019-02-11
1
-1
/
+1
*
Use llvm::is_contained. NFC
Fangrui Song
2019-02-10
1
-2
/
+1
*
Make clang/test/Index/pch-from-libclang.c pass in more places
Nico Weber
2019-01-31
1
-11
/
+28
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[MSP430] Provide a toolchain description
Anton Korobeynikov
2019-01-15
1
-0
/
+5
*
[Darwin][Driver] Don't pass a file as object_path_lto during ThinLTO
Steven Wu
2019-01-11
1
-0
/
+11
*
[HIP][DRIVER][OFFLOAD] Do not unbundle unsupported file types
Aaron Enye Shi
2019-01-04
1
-0
/
+12
*
[clang-cl] Treat inputs as C++ with /E, like MSVC
Reid Kleckner
2018-12-26
1
-1
/
+4
*
[Driver] Also obey -nostdlib++ when rewriting -lstdc++.
Dan Albert
2018-12-18
1
-1
/
+3
*
Misc typos fixes in ./lib folder
Raphael Isemann
2018-12-10
1
-1
/
+1
*
PTH-- Remove feature entirely-
Erich Keane
2018-12-04
1
-4
/
+1
*
Add Hurd target to Clang driver (2/2)
Kristina Brooks
2018-11-29
1
-0
/
+11
*
[HIP] Fix device only compilation
Yaxun Liu
2018-11-14
1
-8
/
+12
*
[Tooling] Produce diagnostics for missing input files.
Sam McCall
2018-11-08
1
-1
/
+1
*
clang-cl: Add "/clang:" pass-through arg support.
Hans Wennborg
2018-11-08
1
-13
/
+40
*
Revert "Reapply: [Driver] Use forward slashes in most linker arguments"
Martin Storsjo
2018-10-26
1
-6
/
+0
*
Reapply: [Driver] Use forward slashes in most linker arguments
Martin Storsjo
2018-10-26
1
-0
/
+6
*
[autocompletion] Handle the space before pressing tab
Yuka Takahashi
2018-10-24
1
-0
/
+15
*
[bash-autocompletion] Fix bug when a flag ends with '='
Yuka Takahashi
2018-10-24
1
-1
/
+3
*
[driver][mips] Adjust target triple's environment accordingly to provided ABI...
Simon Atanasyan
2018-10-16
1
-6
/
+19
*
Revert 344389 "Revert r344375 "[Driver] check for exit code from SIGPIPE""
Nick Desaulniers
2018-10-15
1
-7
/
+18
*
Revert r344375 "[Driver] check for exit code from SIGPIPE"
Reid Kleckner
2018-10-12
1
-16
/
+7
*
[Driver] check for exit code from SIGPIPE
Nick Desaulniers
2018-10-12
1
-7
/
+16
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-3
/
+3
*
[Driver][cc1][cc1as] Call OptTable::PrintHelp with explicit " [options] file..."
Fangrui Song
2018-10-10
1
-1
/
+3
*
[HIP] Support early finalization of device code for -fno-gpu-rdc
Yaxun Liu
2018-10-02
1
-10
/
+64
*
[DRIVER][OFFLOAD] Do not invoke unbundler on unsupported file types.
Alexey Bataev
2018-09-28
1
-0
/
+18
*
NFC: Fix some darwin linker warnings introduced in r338385
Erik Pilkington
2018-09-27
1
-1
/
+1
*
[driver][mips] Adjust target triple accordingly to provided ABI name
Simon Atanasyan
2018-09-27
1
-0
/
+10
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-26
1
-6
/
+5
*
Revert "[DRIVER][OFFLOAD] Do not invoke unbundler on unsupported file
Alexey Bataev
2018-09-25
1
-12
/
+0
*
[DRIVER][OFFLOAD] Do not invoke unbundler on unsupported file types.
Alexey Bataev
2018-09-25
1
-0
/
+12
*
[modules] Driver support for precompiling a collection of files as a single
Richard Smith
2018-09-15
1
-20
/
+62
*
Fix MSVC "illegal conversion; more than one user-defined conversion has been ...
Simon Pilgrim
2018-09-13
1
-1
/
+1
*
[Driver] Search LibraryPaths when handling -print-file-name
Petr Hosek
2018-09-12
1
-18
/
+23
*
[clang-cl, PCH] Support for /Yc and /Yu without filename and #pragma hdrstop
Mike Rice
2018-09-11
1
-18
/
+5
*
Fix the -print-multi-directory flag to print the selected multilib.
Christian Bruel
2018-09-06
1
-8
/
+7
*
Revert r341373, since it fails on some targets.
Tim Shen
2018-09-04
1
-7
/
+8
*
Fix the -print-multi-directory flag to print the selected multilib.
Christian Bruel
2018-09-04
1
-8
/
+7
*
Fix for bug 38508 - Don't do PCH processing when only generating preprocessor...
Erich Keane
2018-08-17
1
-3
/
+4
*
[Driver] -print-target-triple and -print-effective-triple options
Petr Hosek
2018-08-16
1
-0
/
+12
*
[RISCV] Add driver for riscv32-unknown-elf baremetal target
David Bolvansky
2018-07-31
1
-0
/
+5
*
Enable .hip files for test/Driver
Yaxun Liu
2018-07-24
1
-2
/
+2
*
Added -fcrash-diagnostics-dir flag
Bob Haarman
2018-07-09
1
-5
/
+20
*
[clang-cl, PCH] Implement support for MS-style PCH through headers
Erich Keane
2018-07-05
1
-19
/
+4
*
[clang-cl] Don't emit dllexport inline functions etc. from pch files (PR37801)
Hans Wennborg
2018-06-25
1
-0
/
+2
[next]