1. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 10 years ago
  2. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  3. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  4. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  5. 5728169 Add test for r194350. by Roman Divacky · 11 years ago
  6. b234e74 Make sure to use same EABI version for external assembler as for integrated as. by Anton Korobeynikov · 12 years ago
  7. 27fa236 Initial support for FreeBSD on ARM. Patch by Andrew Turner. by Rafael Espindola · 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. 8e5264f Tighten up regexps some more. by Jakob Stoklund Olesen · 12 years ago
  10. b60afba Try to fix the windows bots. by Eric Christopher · 12 years ago
  11. c55da4b Apply some driver improvements for freebsd-*-mips*. by Eric Christopher · 12 years ago
  12. 9438016 Cleanup FreeBSD linking and add support for -pie. by Roman Divacky · 12 years ago
  13. dfa210b Provide correct linker command line options on FreeBSD 8 (GNU ld 2.15) and on newer FreeBSD (GNU ld 2.17). by David Chisnall · 12 years ago
  14. e091e95 Add test case for tweaks to clang driver. by David Chisnall · 12 years ago
  15. ae7e939 Author: Daniel Dunbar <daniel@zuster.org> by Daniel Dunbar · 12 years ago
  16. a3cb144 Skip freebsd driver test when ppc32/ppc64 targets are not configured. by Bob Wilson · 13 years ago
  17. 24248e3 Reintroduce r148981 with significantly improved regression test. Now it by Chandler Carruth · 13 years ago
  18. 10afce3 Revert r148981 because it fails test/Driver/freebsd.c by Argyrios Kyrtzidis · 13 years ago
  19. d081baa Try to unbreak the FreeBSD toolchain's detection of 32-bit targets by Chandler Carruth · 13 years ago
  20. 3366ef0 Add some really minimalist freebsd testing trees and use them in the by Chandler Carruth · 13 years ago
  21. 0259042 Make driver tests more resilient to output trees containing symlinks -- by Chandler Carruth · 13 years ago
  22. 9ec60df rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  23. 31cbe68 Revert r148138; it's causing test failures. by Eli Friedman · 13 years ago
  24. edd4f3c rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  25. 80f0ab7 Add hardcoded -L/usr/lib after all -L options to the FreeBSD linker invocation. by Roman Divacky · 14 years ago
  26. 76a6d50 Make the FreeBSD driver test more robust so it doesn't fail when there's a single lib32 path. by Benjamin Kramer · 14 years ago
  27. 1af67f3 Update tests to not search of as. by Rafael Espindola · 14 years ago
  28. 9d5600a Driver/FreeBSD: Infer the right arch name in the presence of -m32,-m64, for the by Daniel Dunbar · 14 years ago
  29. 80737ad Update tests to use %clang instead of 'clang', and forcibly disable use of ' by Daniel Dunbar · 15 years ago
  30. 8ff5b28 Driver: Switch to using "clang" "-cc1" instead of "clang-cc". by Daniel Dunbar · 15 years ago
  31. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  32. 5e517c8 Converted to use FileCheck. by John Thompson · 15 years ago
  33. b1e5e66 Remove arch normalization from Driver, this should be unnecessary now that by Daniel Dunbar · 15 years ago
  34. cb52d28 Misc fixes to fix tests on OpenBSD, per email to cfe-commits. Patches by Eli Friedman · 15 years ago
  35. 5f86567 Test a few more bits of the driver. by Daniel Dunbar · 15 years ago