summaryrefslogtreecommitdiff
path: root/test/Driver/linux-ld.c
Commit message (Expand)AuthorAge
* Forward -u to the linker on gnutools toolchainsReid Kleckner2014-06-26
* [Driver][Mips] Support mips64-linux-gnuabi64 / mips64el-linux-gnuabi64 target...Simon Atanasyan2014-06-24
* [mips] Correct linux dynamic linker for -mnan=2008Daniel Sanders2014-06-24
* [PowerPC] Fix ELF interpreter name for powerpc64le-linuxUlrich Weigand2014-06-20
* Fix driver warning about -pthread on Android.Evgeniy Stepanov2014-06-05
* -pthread does not translate to -lpthread on Android.Evgeniy Stepanov2014-05-28
* Unify the name of compiler-rt builtins library on Linux.Alexey Samsonov2014-05-22
* Add driver support for AArch64 Fedora.Tilmann Scheller2014-05-06
* [ARM64] Port remaining relevant AArch64 clang tests over to ARM64Bradley Smith2014-04-30
* Add aarch64-linux-android triple for Android.Logan Chien2014-04-23
* Fix an logic error in the clang driver preventing crtfastmath.o from linking ...Benjamin Kramer2014-03-25
* Add EXPERIMENTAL --rtlib=compiler-rt to GNU ClangRenato Golin2014-02-13
* [Mips] Add support for mips64el-linux-android triple.Simon Atanasyan2014-01-25
* Improve x86 android support, add x86_64 android targetAlexey Bataev2014-01-23
* Teach Clang to look in its installation libdir for libraries (such asChandler Carruth2014-01-21
* Rename target i386-linux-android to i686-linux-androidAlexey Bataev2014-01-13
* Use the right dynamic linker for SPARC Linux executables.Jakob Stoklund Olesen2014-01-10
* Give the linker the right ELF type for SPARC targets.Jakob Stoklund Olesen2014-01-10
* Teach the driver to not try to use 'lib32' multilib spellings on ARMChandler Carruth2013-10-29
* Revert "Support cross linking to arm on ubuntu."Rafael Espindola2013-10-28
* More windows path handling.Rafael Espindola2013-10-28
* Relax test to pass with windows paths.Rafael Espindola2013-10-28
* Support cross linking to arm on ubuntu.Rafael Espindola2013-10-28
* Don't check for -L options that gcc doesn't use.Rafael Espindola2013-10-25
* Accept both / and \\ to fix the windows bots.Rafael Espindola2013-06-24
* Update two options to my proposed syntax for user-facing driver options:Chandler Carruth2013-06-20
* When we're compiling with -pg make sure to link with gcrt1.o on linux. BeEric Christopher2013-06-07
* Add driver support for fedora 18 on ARM.Rafael Espindola2013-04-14
* Check for warnings in a bunch of the linker invocations, and add oneChandler Carruth2013-03-04
* Beef up the testing of our 'ld' invocation on linux to cover staticChandler Carruth2013-03-04
* Revert r169557. It seems that the test is too restrictedLogan Chien2012-12-06
* Add i686-linux-android for gcc toolchain detection.Logan Chien2012-12-06
* Add -ldl for non-static libgcc in Android.Logan Chien2012-11-19
* Improve x86 android support:Rafael Espindola2012-11-02
* Add support of MIPS n32 ABI to the Clang driver. The fix builds correct libra...Simon Atanasyan2012-10-21
* The clang driver has a fairly fancy support for executing gcc instead ofRafael Espindola2012-10-09
* Driver: Link crtfastmath.o if it's available and -ffast-math is specified.Benjamin Kramer2012-10-04
* Implement Adnroid MIPS toolchain support:Simon Atanasyan2012-10-03
* Add C/C++ header locations for the Freescale SDK.Hal Finkel2012-09-18
* Do not use "lib32" directory to create a library/object filesSimon Atanasyan2012-09-14
* Wrong crtbegin/crtend pair used for PIE on Android.Evgeniy Stepanov2012-09-10
* Android standalone toolchain support.Evgeniy Stepanov2012-09-03
* Rename ANDROIDEABI to Android.Logan Chien2012-09-02
* Support ARM hard float (arm-linux-gnueabihf).Jiangning Liu2012-07-31
* Fix dynamic object linker for ARM GNUEABIHF.Jiangning Liu2012-07-30
* MIPS: Add support for 64-bit MIPS targets: mips64 / mips64el.Simon Atanasyan2012-04-26
* MIPS: Add tests to check the debian multiarch stuff for mips and mipsel targets.Simon Atanasyan2012-04-26
* Clang driver support for linking on Android.Evgeniy Stepanov2012-04-25
* MIPS: Provide a correct path to the dynamic linker when build for MIPS 64-bit...Simon Atanasyan2012-04-06
* Fix using Clang as a cross compiler installed on a host machine and notChandler Carruth2012-04-06