index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Driver
/
ToolChains
/
CommonArgs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Driver] Handle default case in refactored addOpenMPRuntime
Pirama Arumuga Nainar
2019-09-09
1
-0
/
+2
*
[Driver] Add -static-openmp driver option
Pirama Arumuga Nainar
2019-09-09
1
-9
/
+18
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-2
/
+2
*
[Driver] Move LIBRARY_PATH before user inputs
Fangrui Song
2019-08-08
1
-6
/
+5
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-2
/
+2
*
[Driver] Support for disabling sanitizer runtime linking
Petr Hosek
2019-08-04
1
-20
/
+20
*
[Driver] Simplify AddLibgcc
Fangrui Song
2019-07-14
1
-9
/
+3
*
[Driver] Simplify -lgcc & -lgcc_s
Fangrui Song
2019-07-14
1
-17
/
+13
*
[Fuchsia] Support multilib for -fsanitize=address and -fno-exceptions
Petr Hosek
2019-04-27
1
-34
/
+5
*
Revert the r348352 "[clang] - Simplify tools::SplitDebugName."
George Rimar
2019-03-27
1
-8
/
+16
*
Add --unwindlib=[libgcc|compiler-rt] to parallel --rtlib= [take 2]
Sterling Augustine
2019-03-19
1
-35
/
+69
*
Fix invocation of Gold plugin with LTO after r355331
Nemanja Ivanovic
2019-03-13
1
-1
/
+5
*
[Driver] Support object files in addition to static and shared libraries in c...
Petr Hosek
2019-03-12
1
-1
/
+2
*
Remove esan.
Nico Weber
2019-03-11
1
-2
/
+0
*
[PGO] Clang part of change for context-sensitive PGO (part1)
Rong Xu
2019-03-04
1
-0
/
+25
*
[Clang Driver] Add support for "-static-pie" argument to the Clang driver.
Siva Chandra
2019-02-20
1
-7
/
+10
*
Rollback unwindlib patch.
Sterling Augustine
2019-01-29
1
-58
/
+28
*
Add --unwindlib=[libgcc|compiler-rt] to parallel --rtlib=
Sterling Augustine
2019-01-28
1
-28
/
+58
*
[Driver] Don't pass default value to getCompilerRTArgString
Petr Hosek
2019-01-21
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Nios2] Remove Nios2 backend
Craig Topper
2019-01-15
1
-19
/
+0
*
Properly support -shared-libgcc.
Sterling Augustine
2019-01-10
1
-6
/
+3
*
[Driver] Fix accidentally reversed condition in r349752
Michal Gorny
2018-12-20
1
-1
/
+1
*
Replace getOS() == llvm::Triple::*BSD with isOS*BSD() [NFCI]
Michal Gorny
2018-12-20
1
-12
/
+12
*
[darwin][arm64] use the "cyclone" CPU for Darwin even when `-arch`
Alex Lorenz
2018-12-17
1
-1
/
+1
*
[clang] - Simplify tools::SplitDebugName.
George Rimar
2018-12-05
1
-16
/
+8
*
Revert "[clang] - Simplify tools::SplitDebugName."
Jonas Toth
2018-11-27
1
-4
/
+15
*
Revert "[Driver] Use --push/pop-state with Sanitizer link deps"
Petr Hosek
2018-11-21
1
-2
/
+0
*
[Driver] Use --push/pop-state with Sanitizer link deps
Petr Hosek
2018-11-21
1
-0
/
+2
*
[clang] - Simplify tools::SplitDebugName.
George Rimar
2018-11-16
1
-15
/
+4
*
[Clang] - Add '-gsplit-dwarf[=split,=single]' version for '-gsplit-dwarf' opt...
George Rimar
2018-11-14
1
-1
/
+6
*
[HIP] Remove useless sections in linked files
Yaxun Liu
2018-11-09
1
-0
/
+4
*
[Driver] Support sanitized libraries on Fuchsia
Petr Hosek
2018-10-29
1
-0
/
+34
*
Revert "Reapply: [Driver] Use forward slashes in most linker arguments"
Martin Storsjo
2018-10-26
1
-1
/
+1
*
Reapply: [Driver] Use forward slashes in most linker arguments
Martin Storsjo
2018-10-26
1
-1
/
+1
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-2
/
+2
*
[HIP] Support early finalization of device code for -fno-gpu-rdc
Yaxun Liu
2018-10-02
1
-31
/
+17
*
Refactor Addlibgcc to make the when and what logic more straightfoward.
Sterling Augustine
2018-08-31
1
-12
/
+31
*
Revert r341107. That change breaks lto-android in a way is untested.
Sterling Augustine
2018-08-30
1
-30
/
+12
*
Refactor Addlibgcc to make the when and what logic more straightfoward.
Sterling Augustine
2018-08-30
1
-12
/
+30
*
[Driver] Do not add -lpthread & -lrt with -static-libsan on Android
Kostya Kortchinsky
2018-06-26
1
-2
/
+3
*
Add an option to support debug fission on implicit ThinLTO.
Yunlian Jiang
2018-06-25
1
-0
/
+6
*
Use Triple::isMIPS() instead of enumerating all Triples. NFC
Alexander Richardson
2018-06-25
1
-4
/
+1
*
[Driver] Make scudo compatible with -fsanitize-minimal-runtime
Kostya Kortchinsky
2018-06-22
1
-8
/
+17
*
Fix unused variable warning in r332724
Eric Liu
2018-05-18
1
-0
/
+1
*
[HIP] Support offloading by linker script
Yaxun Liu
2018-05-18
1
-5
/
+125
*
[sanitizer] Don't add --export-dynamic for Myriad
Walter Lee
2018-05-17
1
-0
/
+5
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-1
/
+1
*
[mips] Improve handling of -fno-[pic/PIC] option
Aleksandar Beserminji
2018-05-07
1
-0
/
+8
*
Revert "[mips] Improve handling of -fno-[pic/PIC] option"
Aleksandar Beserminji
2018-05-07
1
-8
/
+0
[next]