1. a9b02c0 Reapply "Driver/Darwin: Time for another spin at switching to the DarwinClang", by Daniel Dunbar · 14 years ago
  2. b6bc587 Revert "Driver/Darwin: Time for another spin at switching to the DarwinClang by Daniel Dunbar · 14 years ago
  3. 7a16997 Driver/Darwin: Time for another spin at switching to the DarwinClang toolchain. by Daniel Dunbar · 14 years ago
  4. 2dc70ad Driver/Darwin: Switch back to old toolchain, looks like new one isn't quite by Daniel Dunbar · 14 years ago
  5. 5edbd23 Driver: Fix thinko where I switched to always using the old toolchain, instead by Daniel Dunbar · 14 years ago
  6. 673745f Driver/Darwin: Switch to using simplified tool chain by default -- what better by Daniel Dunbar · 14 years ago
  7. ff58e36 Visual Studio tools used on win32 hosts when targeting win32. by Michael J. Spencer · 14 years ago
  8. 9d5600a Driver/FreeBSD: Infer the right arch name in the presence of -m32,-m64, for the by Daniel Dunbar · 14 years ago
  9. 25b58eb Driver/Darwin: Change where Darwin computes the host version, to normalize tool by Daniel Dunbar · 14 years ago
  10. c2bda62 Driver/Darwin: Inline some constants. by Daniel Dunbar · 14 years ago
  11. 214afe9 Driver/FreeBSD: Change how FreeBSD derives the Lib32 variable, to normalize tool by Daniel Dunbar · 14 years ago
  12. 4180011 Driver: Move HostInfo::lookupTypeForExtension to ToolChain::LookupTypeForExtension. by Daniel Dunbar · 14 years ago
  13. 38e317d add driver support for minix, patch by Kees van Reeuwijk from PR7583 by Chris Lattner · 14 years ago
  14. 3bc96eb Driver/Darwin: Support CCC_ENABLE_NEW_DARWIN_TOOLCHAIN as an environment by Daniel Dunbar · 14 years ago
  15. da79149 Remove redundant semicolon by Douglas Gregor · 14 years ago
  16. 3a47c4e add TCE target support, patch by Pekka J! by Chris Lattner · 14 years ago
  17. cc8e189 Driver/Darwin: Eliminate confusing IsIPhoneOS parameter -- this was actually by Daniel Dunbar · 15 years ago
  18. 2603137 Driver/Darwin: Track target platform more explicitly in tool chain, eventually by Daniel Dunbar · 15 years ago
  19. b827a05 Use Option::matches instead of direct ID comparison. by Daniel Dunbar · 15 years ago
  20. 55bac53 Revert r83443. by Ted Kremenek · 15 years ago
  21. 44da821 Fixup pathnames. by Mike Stump · 15 years ago
  22. 1d4612b Split Darwin toolchain into Clang and GCC Darwin toolchains with a common base. by Daniel Dunbar · 15 years ago
  23. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  24. 7ef7f13 Change Darwin toolchain lookup to use llvm::Triple. - -2+1 FIXMEs. by Daniel Dunbar · 15 years ago
  25. d7502d0 Rename HostInfo::getToolChain to HostInfo::CreateToolChain, and don't recreate by Daniel Dunbar · 15 years ago
  26. fe8aa47 Delete trailing whitespace. by Daniel Dunbar · 15 years ago
  27. 30392de Darwin: Pass -iphoneos-version-min to ld when building for ARM. by Daniel Dunbar · 15 years ago
  28. f395528 Rename Darwin_X86 toolchain to just Darwin, this can support all platforms. by Daniel Dunbar · 15 years ago
  29. e7925a0 Second half of, clang, AuroraUX toolchain support. by Edward O'Callaghan · 15 years ago
  30. f7b8eec OpenBSD support. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
  31. 407899b Fix typo in prev commit. by Daniel Dunbar · 15 years ago
  32. f2edbf3 Darwin/Driver: Also look at -arch command line options when finding the default by Daniel Dunbar · 15 years ago
  33. 4e2567d PR4308: Fix support for -m32/-m64 on Linux. by Eli Friedman · 15 years ago
  34. 8ea9754 ARM is a legitimate Darwin architecture; don't assert. by Eli Friedman · 15 years ago
  35. 6b3454a Fix for PR4140: Add the start of a Linux toolchain (basically, just by Eli Friedman · 15 years ago
  36. 10708c4 Fix use after free, found by Benjamin Kramer. by Daniel Dunbar · 15 years ago
  37. cb8ab23 (llvm up) Use llvm::Triple for storing target triples. by Daniel Dunbar · 15 years ago
  38. 11e1b40 DragonFly ToolChain definition for driver. - Patch by Alex Hornung! by Daniel Dunbar · 15 years ago
  39. bf54a06 Quick and dirty (!) fix to make sure we use powerpc in triples. - PR3922 by Daniel Dunbar · 15 years ago
  40. b85f59d Comment fix. by Daniel Dunbar · 15 years ago
  41. 75358d2 Driver: Sketch FreeBSD tool chain. - Patch by Ed Schouten! by Daniel Dunbar · 15 years ago
  42. d73fe9b Driver: Move GetReleaseVersion to static Driver::GetReleaseVersion method. by Daniel Dunbar · 15 years ago
  43. c50b00d Driver: Setup file and program search paths in tool chains. by Daniel Dunbar · 15 years ago
  44. e33bea4 ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin. by Daniel Dunbar · 15 years ago
  45. fc6a899 Driver: Parse Darwin version out of target triple. by Daniel Dunbar · 15 years ago
  46. 8eddb3f Driver: Sketch Darwin tool chains. by Daniel Dunbar · 15 years ago
  47. b25c7c1 Driver: UnknownHostInfo was always returning 0. by Daniel Dunbar · 15 years ago
  48. 7e4534d Driver: Release Host, ToolChain, and Tool implementations. by Daniel Dunbar · 15 years ago
  49. aae82f1 GCC 4.0 isn't happy with VISIBILITY_HIDDEN on a namespace. by Chris Lattner · 15 years ago
  50. 83b08eb Driver: Stub out generic GCC tool chain implementation. by Daniel Dunbar · 15 years ago
  51. e504952 Driver: Pass Driver reference down into Host info, which will need it by Daniel Dunbar · 15 years ago
  52. 1fd6c4b Driver: Hide HostInfo implementations. by Daniel Dunbar · 15 years ago
  53. e399564 Driver: Add host info (add new files). by Daniel Dunbar · 15 years ago