summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/HostInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Typo spotted by Ivan Krasin.Chad Rosier2011-08-201-1/+1
* Make the triple an explicit argument of FindTargetProgramPath.Joerg Sonnenberger2011-05-161-5/+10
* Driver/Darwin: Kill the DarwinGCC toolchain.Daniel Dunbar2011-03-181-6/+1
* Add NetBSD target support. Patch by Joerg Sonnenberger.Benjamin Kramer2011-02-021-0/+65
* Remove stray emacs mode marker.Nick Lewycky2010-12-011-1/+1
* Reapply "Driver/Darwin: Time for another spin at switching to the DarwinClang",Daniel Dunbar2010-09-171-0/+1
* Revert "Driver/Darwin: Time for another spin at switching to the DarwinClangDaniel Dunbar2010-09-171-1/+0
* Driver/Darwin: Time for another spin at switching to the DarwinClang toolchain.Daniel Dunbar2010-09-171-0/+1
* Driver/Darwin: Switch back to old toolchain, looks like new one isn't quiteDaniel Dunbar2010-08-261-2/+6
* Driver: Fix thinko where I switched to always using the old toolchain, insteadDaniel Dunbar2010-08-261-1/+1
* Driver/Darwin: Switch to using simplified tool chain by default -- what betterDaniel Dunbar2010-08-231-6/+2
* Visual Studio tools used on win32 hosts when targeting win32.Michael J. Spencer2010-08-211-0/+83
* Driver/FreeBSD: Infer the right arch name in the presence of -m32,-m64, for theDaniel Dunbar2010-08-101-0/+12
* Driver/Darwin: Change where Darwin computes the host version, to normalize toolDaniel Dunbar2010-08-021-14/+2
* Driver/Darwin: Inline some constants.Daniel Dunbar2010-08-021-10/+1
* Driver/FreeBSD: Change how FreeBSD derives the Lib32 variable, to normalize toolDaniel Dunbar2010-08-021-10/+1
* Driver: Move HostInfo::lookupTypeForExtension to ToolChain::LookupTypeForExte...Daniel Dunbar2010-08-021-48/+0
* add driver support for minix, patch by Kees van ReeuwijkChris Lattner2010-07-071-0/+58
* Driver/Darwin: Support CCC_ENABLE_NEW_DARWIN_TOOLCHAIN as an environmentDaniel Dunbar2010-03-261-4/+6
* Remove redundant semicolonDouglas Gregor2010-03-081-1/+1
* add TCE target support, patch by Pekka J!Chris Lattner2010-03-041-0/+46
* Driver/Darwin: Eliminate confusing IsIPhoneOS parameter -- this was actuallyDaniel Dunbar2010-01-271-3/+3
* Driver/Darwin: Track target platform more explicitly in tool chain, eventuallyDaniel Dunbar2010-01-271-3/+2
* Use Option::matches instead of direct ID comparison.Daniel Dunbar2009-11-191-5/+5
* Revert r83443.Ted Kremenek2009-10-071-7/+1
* Fixup pathnames.Mike Stump2009-10-071-1/+7
* Split Darwin toolchain into Clang and GCC Darwin toolchains with a common base.Daniel Dunbar2009-09-181-7/+7
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-3/+1
* Change Darwin toolchain lookup to use llvm::Triple.Daniel Dunbar2009-09-081-52/+37
* Rename HostInfo::getToolChain to HostInfo::CreateToolChain, and don't recreateDaniel Dunbar2009-09-081-28/+28
* Delete trailing whitespace.Daniel Dunbar2009-09-081-53/+53
* Darwin: Pass -iphoneos-version-min to ld when building for ARM.Daniel Dunbar2009-09-041-2/+9
* Rename Darwin_X86 toolchain to just Darwin, this can support all platforms.Daniel Dunbar2009-09-041-3/+3
* Second half of, clang, AuroraUX toolchain support.Edward O'Callaghan2009-08-221-0/+55
* OpenBSD support.Daniel Dunbar2009-06-291-0/+57
* Fix typo in prev commit.Daniel Dunbar2009-06-161-1/+1
* Darwin/Driver: Also look at -arch command line options when finding the defaultDaniel Dunbar2009-06-161-8/+26
* PR4308: Fix support for -m32/-m64 on Linux.Eli Friedman2009-06-031-7/+22
* ARM is a legitimate Darwin architecture; don't assert.Eli Friedman2009-05-281-1/+2
* Fix for PR4140: Add the start of a Linux toolchain (basically, just Eli Friedman2009-05-261-0/+58
* Fix use after free, found by Benjamin Kramer.Daniel Dunbar2009-05-231-3/+3
* (llvm up) Use llvm::Triple for storing target triples.Daniel Dunbar2009-05-221-73/+62
* DragonFly ToolChain definition for driver.Daniel Dunbar2009-05-021-0/+63
* Quick and dirty (!) fix to make sure we use powerpc in triples.Daniel Dunbar2009-04-011-6/+12
* Comment fix.Daniel Dunbar2009-03-301-1/+1
* Driver: Sketch FreeBSD tool chain.Daniel Dunbar2009-03-301-0/+69
* Driver: Move GetReleaseVersion to static Driver::GetReleaseVersion method.Daniel Dunbar2009-03-261-33/+3
* Driver: Setup file and program search paths in tool chains.Daniel Dunbar2009-03-231-1/+3
* ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin.Daniel Dunbar2009-03-201-0/+15
* Driver: Parse Darwin version out of target triple.Daniel Dunbar2009-03-201-1/+41
OpenPOWER on IntegriCloud