- b827a05 Use Option::matches instead of direct ID comparison. by Daniel Dunbar · 15 years ago
- 55bac53 Revert r83443. by Ted Kremenek · 15 years ago
- 44da821 Fixup pathnames. by Mike Stump · 15 years ago
- 1d4612b Split Darwin toolchain into Clang and GCC Darwin toolchains with a common base. by Daniel Dunbar · 15 years ago
- 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
- 7ef7f13 Change Darwin toolchain lookup to use llvm::Triple. - -2+1 FIXMEs. by Daniel Dunbar · 15 years ago
- d7502d0 Rename HostInfo::getToolChain to HostInfo::CreateToolChain, and don't recreate by Daniel Dunbar · 15 years ago
- fe8aa47 Delete trailing whitespace. by Daniel Dunbar · 15 years ago
- 30392de Darwin: Pass -iphoneos-version-min to ld when building for ARM. by Daniel Dunbar · 15 years ago
- f395528 Rename Darwin_X86 toolchain to just Darwin, this can support all platforms. by Daniel Dunbar · 15 years ago
- e7925a0 Second half of, clang, AuroraUX toolchain support. by Edward O'Callaghan · 15 years ago
- f7b8eec OpenBSD support. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
- 407899b Fix typo in prev commit. by Daniel Dunbar · 15 years ago
- f2edbf3 Darwin/Driver: Also look at -arch command line options when finding the default by Daniel Dunbar · 15 years ago
- 4e2567d PR4308: Fix support for -m32/-m64 on Linux. by Eli Friedman · 15 years ago
- 8ea9754 ARM is a legitimate Darwin architecture; don't assert. by Eli Friedman · 15 years ago
- 6b3454a Fix for PR4140: Add the start of a Linux toolchain (basically, just by Eli Friedman · 15 years ago
- 10708c4 Fix use after free, found by Benjamin Kramer. by Daniel Dunbar · 15 years ago
- cb8ab23 (llvm up) Use llvm::Triple for storing target triples. by Daniel Dunbar · 15 years ago
- 11e1b40 DragonFly ToolChain definition for driver. - Patch by Alex Hornung! by Daniel Dunbar · 16 years ago
- bf54a06 Quick and dirty (!) fix to make sure we use powerpc in triples. - PR3922 by Daniel Dunbar · 16 years ago
- b85f59d Comment fix. by Daniel Dunbar · 16 years ago
- 75358d2 Driver: Sketch FreeBSD tool chain. - Patch by Ed Schouten! by Daniel Dunbar · 16 years ago
- d73fe9b Driver: Move GetReleaseVersion to static Driver::GetReleaseVersion method. by Daniel Dunbar · 16 years ago
- c50b00d Driver: Setup file and program search paths in tool chains. by Daniel Dunbar · 16 years ago
- e33bea4 ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin. by Daniel Dunbar · 16 years ago
- fc6a899 Driver: Parse Darwin version out of target triple. by Daniel Dunbar · 16 years ago
- 8eddb3f Driver: Sketch Darwin tool chains. by Daniel Dunbar · 16 years ago
- b25c7c1 Driver: UnknownHostInfo was always returning 0. by Daniel Dunbar · 16 years ago
- 7e4534d Driver: Release Host, ToolChain, and Tool implementations. by Daniel Dunbar · 16 years ago
- aae82f1 GCC 4.0 isn't happy with VISIBILITY_HIDDEN on a namespace. by Chris Lattner · 16 years ago
- 83b08eb Driver: Stub out generic GCC tool chain implementation. by Daniel Dunbar · 16 years ago
- e504952 Driver: Pass Driver reference down into Host info, which will need it by Daniel Dunbar · 16 years ago
- 1fd6c4b Driver: Hide HostInfo implementations. by Daniel Dunbar · 16 years ago
- e399564 Driver: Add host info (add new files). by Daniel Dunbar · 16 years ago