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
/
Tools.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-cl: ignore /showIncludes when combined with /E (PR20336)
Hans Wennborg
2014-07-21
1
-2
/
+5
*
[mips] Use Triple::getVendor() instead of Triple::getVendorName() to identify...
Daniel Sanders
2014-07-18
1
-1
/
+1
*
[AArch64] Implement Clang CLI interface proposal about "-march".
Kevin Qin
2014-07-18
1
-41
/
+131
*
Using a std::string instead of a StringRef because the Default case synthesiz...
Aaron Ballman
2014-07-17
1
-6
/
+6
*
[mips] Pass the ABI to the integrated assembler and add tests the existing ar...
Daniel Sanders
2014-07-17
1
-0
/
+11
*
Typically linker options are protected with -Xlinker or -Wl,
Arthur Marble
2014-07-16
1
-2
/
+7
*
[Driver][Mips] Reduce code duplication - use existing function
Simon Atanasyan
2014-07-16
1
-11
/
+11
*
[mips] Correct the invocation of GAS in several cases.
Daniel Sanders
2014-07-16
1
-8
/
+74
*
[mips] Add support for -mfpxx and -mno-fpxx.
Daniel Sanders
2014-07-16
1
-0
/
+4
*
Don't add -Bsymbolic by default on Android.
Evgeniy Stepanov
2014-07-16
1
-3
/
+0
*
Driver: bifurcate extended and basic MSC versioning
Saleem Abdulrasool
2014-07-16
1
-7
/
+41
*
clang-cl: Implement the -arch flag
Ehsan Akhgari
2014-07-15
1
-2
/
+28
*
[Driver] clang::driver::getARMCPUForMArch() moved to llvm::Triple::getARMCPUF...
Argyrios Kyrtzidis
2014-07-11
1
-83
/
+2
*
Handle SPARC float command line parameters for SPARCv9.
Brad Smith
2014-07-11
1
-1
/
+2
*
GCC compatibility: Create a Group to ignore unsupported optimization.
Sylvestre Ledru
2014-07-11
1
-0
/
+7
*
Enable -gcolumn-info by default.
Diego Novillo
2014-07-10
1
-1
/
+2
*
[x32] Adding X32 target support to driver, including TargetInfo,DescriptionSt...
Zinovy Nis
2014-07-10
1
-1
/
+10
*
[mips][mips64r6] Add support for mips-img-linux-gnu GCC toolchains
Daniel Sanders
2014-07-10
1
-10
/
+17
*
[mips] Add support for -modd-spreg/-mno-odd-spreg
Daniel Sanders
2014-07-10
1
-0
/
+2
*
[Driver] Expose getARMCPUForMArch() function in the Driver API; NFC.
Argyrios Kyrtzidis
2014-07-10
1
-3
/
+8
*
Remove unused sys/stat.h includes
Alp Toker
2014-07-07
1
-1
/
+0
*
[Driver][Mips] If ABI name is not provided deduce it from the target triple
Simon Atanasyan
2014-07-02
1
-10
/
+10
*
Driver: Handle /GR- in a compatible way with MSVC
David Majnemer
2014-07-01
1
-15
/
+8
*
GCC compatibility: Ignore -finput_charset=UTF-8 argument. It is the default i...
Sylvestre Ledru
2014-07-01
1
-0
/
+8
*
[Driver][Mips] MIPS ABI names "32" and "64" used as arguments of the "-mabi"
Simon Atanasyan
2014-07-01
1
-2
/
+2
*
[UBSan] Don't link UBSan runtime into shared libraries.
Alexey Samsonov
2014-06-30
1
-7
/
+5
*
Use the newly added FindInEnvPath helper in clang
Ehsan Akhgari
2014-06-30
1
-7
/
+2
*
Fix a stray semi-colon. (Found by a pedantic warning)
Chandler Carruth
2014-06-29
1
-1
/
+1
*
Revert r211866, r211895 and r211995, "Driver: use GNU::Link for the Generic_G...
NAKAMURA Takumi
2014-06-29
1
-189
/
+16
*
Driver: add a cygwin linker tool
Saleem Abdulrasool
2014-06-29
1
-0
/
+166
*
clang-cl: Map /EHs- to -fno-exceptions
Reid Kleckner
2014-06-27
1
-4
/
+52
*
Replace GetProgramPath("ld") with GetLinkerPath().
Logan Chien
2014-06-27
1
-1
/
+1
*
Driver: use GNU::Link for the Generic_GCC toolchain
Saleem Abdulrasool
2014-06-27
1
-16
/
+23
*
clang-cl: Don't store the cl compiler Tool on the stack (PR20131)
Hans Wennborg
2014-06-26
1
-3
/
+8
*
Implement the -fuse-ld= option.
Logan Chien
2014-06-26
1
-9
/
+9
*
Add ppc64/power8 as a target
Will Schmidt
2014-06-26
1
-0
/
+2
*
Forward -u to the linker on gnutools toolchains
Reid Kleckner
2014-06-26
1
-0
/
+1
*
Align with new GCC options for x86 Android
Alexey Volkov
2014-06-25
1
-2
/
+6
*
[Driver] Follow-up to r211598, r211663. Do not build a dynamic linker
Simon Atanasyan
2014-06-25
1
-6
/
+6
*
Tools.cpp: Update getLinuxDynamicLinker() to return Twine instead of StringRe...
NAKAMURA Takumi
2014-06-25
1
-3
/
+3
*
Reformat.
NAKAMURA Takumi
2014-06-25
1
-3
/
+3
*
Use appropriate default PIE settings for OpenBSD.
Brad Smith
2014-06-24
1
-0
/
+21
*
[mips] Correct linux dynamic linker for -mnan=2008
Daniel Sanders
2014-06-24
1
-5
/
+24
*
Driver: In crashdumps with -fmodule, dump the module dependencies
Justin Bogner
2014-06-20
1
-17
/
+40
*
Driver: Record that we're in crashdump and push flags to ConstructJob
Justin Bogner
2014-06-20
1
-4
/
+5
*
Driver: Remove some superfluous calls to Arg->claim()
Justin Bogner
2014-06-20
1
-14
/
+5
*
[PowerPC] Fix ELF interpreter name for powerpc64le-linux
Ulrich Weigand
2014-06-20
1
-1
/
+2
*
Driver: correct the backend option spelling
Saleem Abdulrasool
2014-06-18
1
-1
/
+1
*
Add support for the /EP argument to clang-cl
Hans Wennborg
2014-06-13
1
-0
/
+6
*
Use dwarf-2 by default on OpenBSD and FreeBSD.
Brad Smith
2014-06-13
1
-4
/
+8
[next]