summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/linux-ld.c
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] ABI support for the QPX vector instruction setHal Finkel2015-03-111-0/+3
* Much like we silence warnings about -flto in many cases to facilitateChandler Carruth2015-03-071-0/+17
* Don't force -pie for Android.Dan Albert2015-03-031-0/+25
* For the --be8 flag, check explicitly for pre-v7 / pre-v6m cores.Joerg Sonnenberger2015-01-281-0/+18
* [clang] Use -android environment for all compiler-rt libs.Dan Albert2015-01-281-0/+15
* Fix clash of gcc toolchains in driver regression tests.Samuel Antao2015-01-051-0/+120
* [x32] Handle -m64/-m32 switches by Driver in x32 modePavel Chupin2014-08-181-0/+33
* Use a valid arch name in this triple.Rafael Espindola2014-08-151-1/+1
* [PowerPC] Support ELFv1/ELFv2 ABI selection via -mabi= optionUlrich Weigand2014-07-281-0/+35
* Don't add -Bsymbolic by default on Android.Evgeniy Stepanov2014-07-161-1/+1
* [PATCH] [x32] Introduce -mx32 flag enforcing x32 mode for other triplets. By ...Zinovy Nis2014-07-111-0/+34
* [x32] Adding X32 target support to driver, including TargetInfo,DescriptionSt...Zinovy Nis2014-07-101-0/+50
* Forward -u to the linker on gnutools toolchainsReid Kleckner2014-06-261-0/+6
* [Driver][Mips] Support mips64-linux-gnuabi64 / mips64el-linux-gnuabi64 target...Simon Atanasyan2014-06-241-0/+38
* [mips] Correct linux dynamic linker for -mnan=2008Daniel Sanders2014-06-241-0/+40
* [PowerPC] Fix ELF interpreter name for powerpc64le-linuxUlrich Weigand2014-06-201-0/+24
* Fix driver warning about -pthread on Android.Evgeniy Stepanov2014-06-051-0/+6
* -pthread does not translate to -lpthread on Android.Evgeniy Stepanov2014-05-281-0/+75
* Unify the name of compiler-rt builtins library on Linux.Alexey Samsonov2014-05-221-2/+2
* Add driver support for AArch64 Fedora.Tilmann Scheller2014-05-061-0/+18
* [ARM64] Port remaining relevant AArch64 clang tests over to ARM64Bradley Smith2014-04-301-0/+23
* Add aarch64-linux-android triple for Android.Logan Chien2014-04-231-0/+23
* Fix an logic error in the clang driver preventing crtfastmath.o from linking ...Benjamin Kramer2014-03-251-1/+22
* Add EXPERIMENTAL --rtlib=compiler-rt to GNU ClangRenato Golin2014-02-131-0/+40
* [Mips] Add support for mips64el-linux-android triple.Simon Atanasyan2014-01-251-0/+23
* Improve x86 android support, add x86_64 android targetAlexey Bataev2014-01-231-0/+41
* Teach Clang to look in its installation libdir for libraries (such asChandler Carruth2014-01-211-0/+26
* Rename target i386-linux-android to i686-linux-androidAlexey Bataev2014-01-131-4/+4
* Use the right dynamic linker for SPARC Linux executables.Jakob Stoklund Olesen2014-01-101-0/+2
* Give the linker the right ELF type for SPARC targets.Jakob Stoklund Olesen2014-01-101-0/+12
* Teach the driver to not try to use 'lib32' multilib spellings on ARMChandler Carruth2013-10-291-4/+40
* Revert "Support cross linking to arm on ubuntu."Rafael Espindola2013-10-281-44/+8
* More windows path handling.Rafael Espindola2013-10-281-2/+2
* Relax test to pass with windows paths.Rafael Espindola2013-10-281-8/+8
* Support cross linking to arm on ubuntu.Rafael Espindola2013-10-281-8/+44
* Don't check for -L options that gcc doesn't use.Rafael Espindola2013-10-251-2/+0
* Accept both / and \\ to fix the windows bots.Rafael Espindola2013-06-241-64/+64
* Update two options to my proposed syntax for user-facing driver options:Chandler Carruth2013-06-201-67/+67
* When we're compiling with -pg make sure to link with gcrt1.o on linux. BeEric Christopher2013-06-071-0/+6
* Add driver support for fedora 18 on ARM.Rafael Espindola2013-04-141-0/+16
* Check for warnings in a bunch of the linker invocations, and add oneChandler Carruth2013-03-041-0/+11
* Beef up the testing of our 'ld' invocation on linux to cover staticChandler Carruth2013-03-041-0/+43
* Revert r169557. It seems that the test is too restrictedLogan Chien2012-12-061-4/+4
* Add i686-linux-android for gcc toolchain detection.Logan Chien2012-12-061-4/+4
* Add -ldl for non-static libgcc in Android.Logan Chien2012-11-191-0/+3
* Improve x86 android support:Rafael Espindola2012-11-021-0/+20
* Add support of MIPS n32 ABI to the Clang driver. The fix builds correct libra...Simon Atanasyan2012-10-211-0/+52
* The clang driver has a fairly fancy support for executing gcc instead ofRafael Espindola2012-10-091-4/+4
* Driver: Link crtfastmath.o if it's available and -ffast-math is specified.Benjamin Kramer2012-10-041-0/+21
* Implement Adnroid MIPS toolchain support:Simon Atanasyan2012-10-031-0/+19
OpenPOWER on IntegriCloud