1. 68f94db Check for warnings in a bunch of the linker invocations, and add one by Chandler Carruth · 12 years ago
  2. 0074d38 Beef up the testing of our 'ld' invocation on linux to cover static by Chandler Carruth · 12 years ago
  3. c57d158 Revert r169557. It seems that the test is too restricted by Logan Chien · 12 years ago
  4. cd15652 Add i686-linux-android for gcc toolchain detection. by Logan Chien · 12 years ago
  5. 529a73d Add -ldl for non-static libgcc in Android. by Logan Chien · 12 years ago
  6. 715852c Improve x86 android support: by Rafael Espindola · 12 years ago
  7. f4bd329 Add support of MIPS n32 ABI to the Clang driver. The fix builds correct library/object files paths and passes appropriate command line options to the linker if user provides -mabi=n32 option. by Simon Atanasyan · 12 years ago
  8. 238b6a9 The clang driver has a fairly fancy support for executing gcc instead of by Rafael Espindola · 12 years ago
  9. e20e508 Driver: Link crtfastmath.o if it's available and -ffast-math is specified. by Benjamin Kramer · 12 years ago
  10. f8d9bd5 Implement Adnroid MIPS toolchain support: by Simon Atanasyan · 12 years ago
  11. 02014b4 Add C/C++ header locations for the Freescale SDK. by Hal Finkel · 12 years ago
  12. 7a91888 Do not use "lib32" directory to create a library/object files by Simon Atanasyan · 12 years ago
  13. a92983d Wrong crtbegin/crtend pair used for PIE on Android. by Evgeniy Stepanov · 12 years ago
  14. 1d01afe Android standalone toolchain support. by Evgeniy Stepanov · 12 years ago
  15. 94a7142 Rename ANDROIDEABI to Android. by Logan Chien · 12 years ago
  16. ff104a1 Support ARM hard float (arm-linux-gnueabihf). by Jiangning Liu · 12 years ago
  17. 6cc9dc8 Fix dynamic object linker for ARM GNUEABIHF. by Jiangning Liu · 12 years ago
  18. b8c4381 MIPS: Add support for 64-bit MIPS targets: mips64 / mips64el. by Simon Atanasyan · 13 years ago
  19. 4f148d9 MIPS: Add tests to check the debian multiarch stuff for mips and mipsel targets. by Simon Atanasyan · 13 years ago
  20. a6ddc02 Clang driver support for linking on Android. by Evgeniy Stepanov · 13 years ago
  21. 8491cb2 MIPS: Provide a correct path to the dynamic linker when build for MIPS 64-bit targets. by Simon Atanasyan · 13 years ago
  22. 9f31437 Fix using Clang as a cross compiler installed on a host machine and not by Chandler Carruth · 13 years ago
  23. 155c54c Add support for PPC and PPC64 multiarch toolchains on Debain. by Chandler Carruth · 13 years ago
  24. 9ec60df rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  25. 31cbe68 Revert r148138; it's causing test failures. by Eli Friedman · 13 years ago
  26. edd4f3c rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  27. b05dcdd Teach the link-step test to verify that we don't pass bad --hash-style by Chandler Carruth · 13 years ago
  28. 39993dd add tree test for suse on ppc64 (r146142) by Hal Finkel · 13 years ago
  29. d936d9d Fix an issue that Duncan discovered on a specific (no longer current) by Chandler Carruth · 13 years ago
  30. cb2e00f Enhance the GCC version parsing and comparison logic to handle some more by Chandler Carruth · 13 years ago
  31. 1203600 Use the InstalledDir correctly, and test it correctly as well. =/ Should by Chandler Carruth · 13 years ago
  32. dbc2144 Teach Clang to cope with GCC installations that have unusual patch by Chandler Carruth · 13 years ago
  33. 5058e3a Implement the feature I was originally driving toward when I started by Chandler Carruth · 13 years ago
  34. c5306b0 Test a multilib setup on a 64-bit host. This is the far more common by Chandler Carruth · 13 years ago
  35. 38ec546 Enable generic multilib support on 32bit hosts. Previously this was only by Chandler Carruth · 13 years ago
  36. b6fdf8f Relax an assertion here a bit. This doesn't really matter, as we won't by Chandler Carruth · 13 years ago
  37. 621e6a6 Test that we include a GCC-triple-prefixed tree. While I don't know of by Chandler Carruth · 13 years ago
  38. 663abc9 Teach the logic for locating an installed GCC about the system root. by Chandler Carruth · 13 years ago
  39. fde8d14 Add initial support for applying the sysroot to library search paths. by Chandler Carruth · 13 years ago
  40. d2deee1 Rework the selection of builtin library search paths on Linux to by Chandler Carruth · 13 years ago
  41. 130e5ef As I suspected, completely non-multilib machines just get no suffix. by Chandler Carruth · 13 years ago
  42. 00ca848 Teach this test to cope with Windows suffixes so that msys builds can run it. by Chandler Carruth · 13 years ago
  43. 37cbb0b Correct my failure at writing proper regex's for FileCheck. Thanks Nick. by Chandler Carruth · 13 years ago
  44. f3a852a Allow for both 'lib' and 'lib32', as both seem to be in evidence. I've by Chandler Carruth · 13 years ago
  45. 29bbe2b There might be an 'ld' without any path prefix. by Chandler Carruth · 13 years ago
  46. c4cc403 Add a test that ensures we get the basic multilib '-L' flags to 'ld' by Chandler Carruth · 13 years ago