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][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
*
Modules: Fix implicit output file for .cppm to .pcm instead of stdout
David Blaikie
2018-06-14
1
-2
/
+1
*
[FileSystem] Split up the OpenFlags enumeration.
Zachary Turner
2018-06-07
1
-1
/
+1
*
[HIP] Fix unbundling
Yaxun Liu
2018-06-06
1
-4
/
+13
*
[Driver] Clean up tmp files when deleting Compilation objects
David Stenberg
2018-05-31
1
-6
/
+0
*
Add HIP toolchain
Yaxun Liu
2018-05-30
1
-15
/
+25
*
Add action builder for HIP
Yaxun Liu
2018-05-30
1
-114
/
+218
*
[Driver] Rename DefaultTargetTriple to TargetTriple
Petr Hosek
2018-05-29
1
-17
/
+17
*
[HIP] Set proper triple and offload kind for the toolchain
Yaxun Liu
2018-05-11
1
-10
/
+32
*
[HIP] Diagnose unsupported host triple
Yaxun Liu
2018-05-11
1
-3
/
+5
*
[HIP] Let clang-offload-bundler support HIP
Yaxun Liu
2018-05-11
1
-3
/
+6
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-6
/
+6
*
[Driver] Don't warn about unused inputs in config files
Martin Storsjo
2018-05-04
1
-3
/
+7
*
Driver: fix an assertion with `-print-prog-name=`
Saleem Abdulrasool
2018-05-01
1
-1
/
+7
*
IWYU for llvm-config.h in clang. See r331124 for details.
Nico Weber
2018-04-30
1
-0
/
+1
*
[ConfigFiles] Update argument strings when merging argrument lists
Serge Pavlov
2018-04-26
1
-1
/
+4
*
[Driver] Fix implicit config files from prefixed symlinks
Martin Storsjo
2018-04-25
1
-1
/
+2
*
[HIP] Add driver input type for HIP
Yaxun Liu
2018-04-18
1
-6
/
+10
*
[ThinLTO] Pass -save-temps to LTO backend for distributed ThinLTO builds
Teresa Johnson
2018-04-17
1
-2
/
+17
*
Recommit r329442: Generate Libclang invocation reproducers using a new
Alex Lorenz
2018-04-07
1
-9
/
+17
*
Revert r329442 "Generate Libclang invocation reproducers using a new
Alex Lorenz
2018-04-06
1
-10
/
+2
*
Generate Libclang invocation reproducers using a new -cc1gen-reproducer
Alex Lorenz
2018-04-06
1
-2
/
+10
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
[clang] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-27
1
-5
/
+5
[next]