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
/
test
/
Driver
/
linux-ld.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PowerPC] ABI support for the QPX vector instruction set
Hal Finkel
2015-03-11
1
-0
/
+3
*
Much like we silence warnings about -flto in many cases to facilitate
Chandler Carruth
2015-03-07
1
-0
/
+17
*
Don't force -pie for Android.
Dan Albert
2015-03-03
1
-0
/
+25
*
For the --be8 flag, check explicitly for pre-v7 / pre-v6m cores.
Joerg Sonnenberger
2015-01-28
1
-0
/
+18
*
[clang] Use -android environment for all compiler-rt libs.
Dan Albert
2015-01-28
1
-0
/
+15
*
Fix clash of gcc toolchains in driver regression tests.
Samuel Antao
2015-01-05
1
-0
/
+120
*
[x32] Handle -m64/-m32 switches by Driver in x32 mode
Pavel Chupin
2014-08-18
1
-0
/
+33
*
Use a valid arch name in this triple.
Rafael Espindola
2014-08-15
1
-1
/
+1
*
[PowerPC] Support ELFv1/ELFv2 ABI selection via -mabi= option
Ulrich Weigand
2014-07-28
1
-0
/
+35
*
Don't add -Bsymbolic by default on Android.
Evgeniy Stepanov
2014-07-16
1
-1
/
+1
*
[PATCH] [x32] Introduce -mx32 flag enforcing x32 mode for other triplets. By ...
Zinovy Nis
2014-07-11
1
-0
/
+34
*
[x32] Adding X32 target support to driver, including TargetInfo,DescriptionSt...
Zinovy Nis
2014-07-10
1
-0
/
+50
*
Forward -u to the linker on gnutools toolchains
Reid Kleckner
2014-06-26
1
-0
/
+6
*
[Driver][Mips] Support mips64-linux-gnuabi64 / mips64el-linux-gnuabi64 target...
Simon Atanasyan
2014-06-24
1
-0
/
+38
*
[mips] Correct linux dynamic linker for -mnan=2008
Daniel Sanders
2014-06-24
1
-0
/
+40
*
[PowerPC] Fix ELF interpreter name for powerpc64le-linux
Ulrich Weigand
2014-06-20
1
-0
/
+24
*
Fix driver warning about -pthread on Android.
Evgeniy Stepanov
2014-06-05
1
-0
/
+6
*
-pthread does not translate to -lpthread on Android.
Evgeniy Stepanov
2014-05-28
1
-0
/
+75
*
Unify the name of compiler-rt builtins library on Linux.
Alexey Samsonov
2014-05-22
1
-2
/
+2
*
Add driver support for AArch64 Fedora.
Tilmann Scheller
2014-05-06
1
-0
/
+18
*
[ARM64] Port remaining relevant AArch64 clang tests over to ARM64
Bradley Smith
2014-04-30
1
-0
/
+23
*
Add aarch64-linux-android triple for Android.
Logan Chien
2014-04-23
1
-0
/
+23
*
Fix an logic error in the clang driver preventing crtfastmath.o from linking ...
Benjamin Kramer
2014-03-25
1
-1
/
+22
*
Add EXPERIMENTAL --rtlib=compiler-rt to GNU Clang
Renato Golin
2014-02-13
1
-0
/
+40
*
[Mips] Add support for mips64el-linux-android triple.
Simon Atanasyan
2014-01-25
1
-0
/
+23
*
Improve x86 android support, add x86_64 android target
Alexey Bataev
2014-01-23
1
-0
/
+41
*
Teach Clang to look in its installation libdir for libraries (such as
Chandler Carruth
2014-01-21
1
-0
/
+26
*
Rename target i386-linux-android to i686-linux-android
Alexey Bataev
2014-01-13
1
-4
/
+4
*
Use the right dynamic linker for SPARC Linux executables.
Jakob Stoklund Olesen
2014-01-10
1
-0
/
+2
*
Give the linker the right ELF type for SPARC targets.
Jakob Stoklund Olesen
2014-01-10
1
-0
/
+12
*
Teach the driver to not try to use 'lib32' multilib spellings on ARM
Chandler Carruth
2013-10-29
1
-4
/
+40
*
Revert "Support cross linking to arm on ubuntu."
Rafael Espindola
2013-10-28
1
-44
/
+8
*
More windows path handling.
Rafael Espindola
2013-10-28
1
-2
/
+2
*
Relax test to pass with windows paths.
Rafael Espindola
2013-10-28
1
-8
/
+8
*
Support cross linking to arm on ubuntu.
Rafael Espindola
2013-10-28
1
-8
/
+44
*
Don't check for -L options that gcc doesn't use.
Rafael Espindola
2013-10-25
1
-2
/
+0
*
Accept both / and \\ to fix the windows bots.
Rafael Espindola
2013-06-24
1
-64
/
+64
*
Update two options to my proposed syntax for user-facing driver options:
Chandler Carruth
2013-06-20
1
-67
/
+67
*
When we're compiling with -pg make sure to link with gcrt1.o on linux. Be
Eric Christopher
2013-06-07
1
-0
/
+6
*
Add driver support for fedora 18 on ARM.
Rafael Espindola
2013-04-14
1
-0
/
+16
*
Check for warnings in a bunch of the linker invocations, and add one
Chandler Carruth
2013-03-04
1
-0
/
+11
*
Beef up the testing of our 'ld' invocation on linux to cover static
Chandler Carruth
2013-03-04
1
-0
/
+43
*
Revert r169557. It seems that the test is too restricted
Logan Chien
2012-12-06
1
-4
/
+4
*
Add i686-linux-android for gcc toolchain detection.
Logan Chien
2012-12-06
1
-4
/
+4
*
Add -ldl for non-static libgcc in Android.
Logan Chien
2012-11-19
1
-0
/
+3
*
Improve x86 android support:
Rafael Espindola
2012-11-02
1
-0
/
+20
*
Add support of MIPS n32 ABI to the Clang driver. The fix builds correct libra...
Simon Atanasyan
2012-10-21
1
-0
/
+52
*
The clang driver has a fairly fancy support for executing gcc instead of
Rafael Espindola
2012-10-09
1
-4
/
+4
*
Driver: Link crtfastmath.o if it's available and -ffast-math is specified.
Benjamin Kramer
2012-10-04
1
-0
/
+21
*
Implement Adnroid MIPS toolchain support:
Simon Atanasyan
2012-10-03
1
-0
/
+19
[next]