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