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
*
Handle SPARC float command line parameters for SPARCv9.
Brad Smith
2014-08-19
1
-1
/
+2
*
Update link strategy for sanitizer runtime libraries on Linux:
Alexey Samsonov
2014-08-18
1
-26
/
+33
*
Move some code into a helper function. NFC.
Rafael Espindola
2014-08-15
1
-45
/
+48
*
Use the big endian emulations for NetBSD/arm in EB mode.
Joerg Sonnenberger
2014-08-14
1
-2
/
+17
*
Delete support for AuroraUX.
Rafael Espindola
2014-08-14
1
-108
/
+0
*
Revert what looks like an unintended change in r215557.
Rafael Espindola
2014-08-13
1
-1
/
+1
*
Header guard canonicalization, clang part.
Benjamin Kramer
2014-08-13
1
-1
/
+1
*
[Driver] Support -muclibc / -mglibc command line options for a couple
Simon Atanasyan
2014-08-13
1
-1
/
+10
*
For NetBSD, use the same settings for PPC64 as for PPC when it comes to
Joerg Sonnenberger
2014-08-13
1
-0
/
+12
*
Emit diagnostic for -munaligned-access on v6m targets
Oliver Stannard
2014-08-13
1
-1
/
+5
*
GCC compatibility: Ignore -fexec-charset=UTF-8 argument. It is the default in...
Sylvestre Ledru
2014-08-11
1
-0
/
+8
*
NetBSD/aarch64 has no libgcc or libstdc++. Drop arm64 tests.
Joerg Sonnenberger
2014-08-09
1
-0
/
+1
*
Add -link-cxx-sanitizer driver flag.
Alexey Samsonov
2014-08-08
1
-5
/
+5
*
Partially revert r215204 - [mips] Add -mabicalls/-mno-abicalls to the driver
Daniel Sanders
2014-08-08
1
-3
/
+0
*
[mips] Invert the abicalls feature bit to be noabicalls so that it's possible...
Daniel Sanders
2014-08-08
1
-8
/
+2
*
[mips] Add -mabicalls/-mno-abicalls to the driver
Daniel Sanders
2014-08-08
1
-0
/
+12
*
Driver: Add -fno-profile-arcs to go with -fprofile-arcs
Justin Bogner
2014-08-07
1
-2
/
+4
*
Use -Rblah, not -Wblah, to control remark diagnostics. This was always the
Richard Smith
2014-08-07
1
-9
/
+1
*
Introduce f[no-]max-unknown-pointer-align=[number] option
Fariborz Jahanian
2014-08-05
1
-0
/
+15
*
Add coverage mapping generation.
Alex Lorenz
2014-08-04
1
-0
/
+8
*
[Driver][Mips] Construct dynamic linker path by string concatination.
Simon Atanasyan
2014-08-04
1
-12
/
+17
*
Tools.cpp: Avoid std::to_string() on -fbuild-session-timestamp to appease min...
NAKAMURA Takumi
2014-08-03
1
-3
/
+4
*
Add -fbuild-session-file as an alternative to -fbuild-session-timestamp
Ben Langmuir
2014-08-01
1
-1
/
+15
*
Fix up handling of ARM options for controlling strict alignment.
Bob Wilson
2014-07-29
1
-23
/
+18
*
[PowerPC] Support ELFv1/ELFv2 ABI selection via -mabi= option
Ulrich Weigand
2014-07-28
1
-3
/
+43
*
Now that PIC generation on PPC32 is supported, hook up linking support
Joerg Sonnenberger
2014-07-25
1
-1
/
+2
*
AArch64: update Clang for merged arm64/aarch64 triples.
Tim Northover
2014-07-23
1
-25
/
+7
*
[mips] -mno-shared should only be given to the assembler when -fPIC/-fpic/-fP...
Daniel Sanders
2014-07-23
1
-2
/
+16
*
[Driver][Mips] Restore FIXME comment was removed accidentally.
Simon Atanasyan
2014-07-23
1
-0
/
+2
*
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
[next]