summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add NetBSD target support. Patch by Joerg Sonnenberger.Benjamin Kramer2011-02-021-0/+51
* Add support for x86-64 Mandriva 2010.2. Reported by 'rindolf' on IRC!Nick Lewycky2011-02-011-0/+3
* optimize out a temporary sys::PathChris Lattner2011-01-131-3/+2
* replace all uses of PathV1::IsSymlink with PathV2::is_symlink.Michael J. Spencer2011-01-121-1/+2
* Replace all uses of PathV1::exists with PathV2::fs::exists.Michael J. Spencer2011-01-101-32/+55
* Remove stray emacs mode markers in all these files that was causing emacs toNick Lewycky2010-12-311-2/+2
* MemoryBuffer API update.Michael J. Spencer2010-12-161-18/+10
* Use error_code instead of std::string* for MemoryBuffer.Michael J. Spencer2010-12-091-4/+6
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Add missing else.Rafael Espindola2010-11-281-1/+1
* Check for gcc 4.3.4.Rafael Espindola2010-11-191-1/+1
* add support for the i686-pc-linux-gnu triple (used by Gentoo x86)Nuno Lopes2010-11-191-0/+2
* Add support for distros that like x86_64-unknown-linux-gnu.Rafael Espindola2010-11-171-0/+2
* Add driver support for Ubuntu 9.10.Zhongxing Xu2010-11-151-4/+10
* Add support for Exherbo. Patch by Elias Pipping.Rafael Espindola2010-11-111-1/+11
* Add support for Ubuntu Jaunty.Rafael Espindola2010-11-101-5/+8
* Add a forgotten break. Found by Rafael Espindola!Roman Divacky2010-11-081-0/+1
* Use integrated-as for processing .s files on FreeBSD. CopiedRoman Divacky2010-11-081-1/+8
* Pass "-z relro" as two arguments. This works with both gnu ld and gold.Rafael Espindola2010-11-081-2/+4
* Use the integrated assembler when procession .s files on OpenBSD and Linux.Rafael Espindola2010-11-071-3/+20
* Use ld directly on linux. Changes from the previous try:Rafael Espindola2010-11-071-20/+212
* Revert while I debug test failures :-(Rafael Espindola2010-11-031-333/+20
* Switch clang to run ld directly on linux. I tested this on all the linuxRafael Espindola2010-11-031-20/+333
* Switch to using the integrated assembler by default on x86 and x86-64 ELFRafael Espindola2010-10-291-4/+4
* Driver/Darwin: Remove a useless warning about missing runtime libraries. TheseDaniel Dunbar2010-10-111-8/+2
* Driver/Darwin: Add a runtime library just for ___eprintf -- when targeting i386Daniel Dunbar2010-09-221-4/+13
* Driver: implement driver automagic support for -lcc_kextShantonu Sen2010-09-171-0/+21
* Driver/DarwinClang: Add GCC libexec paths so we can find the cc1 binaries if weDaniel Dunbar2010-09-171-0/+20
* Driver: Fix spelling of AddCXXStdlibLibArgs, which I copy-n-pasto'd.Daniel Dunbar2010-09-171-1/+1
* Driver/DarwinClang: The new toolchain definition is going to drop the -L insideDaniel Dunbar2010-09-171-0/+46
* Driver: Add a toolchain hook for whether the system has native LLVM support.Daniel Dunbar2010-09-171-0/+4
* Add missing #includeDouglas Gregor2010-09-031-0/+1
* fix a hard coded version number, PR8031. Patch by 'nobled'.Chris Lattner2010-09-031-1/+2
* Driver/Darwin: Pass the right arch specific dir for ARM, when linking.Daniel Dunbar2010-08-261-3/+10
* Driver: Move Clang "triple" computation routines to method on theDaniel Dunbar2010-08-231-0/+38
* Driver/Darwin: When using the simplified Clang toolchain, make sure to also passDaniel Dunbar2010-08-231-1/+27
* Add two new enumerations to the unsupported list for Windows so that all casesChandler Carruth2010-08-221-0/+2
* Visual Studio tools used on win32 hosts when targeting win32.Michael J. Spencer2010-08-211-0/+52
* Run the assembler instead of gcc on Linux.Rafael Espindola2010-08-101-0/+20
* Driver/Darwin: Change where Darwin computes the host version, to normalize toolDaniel Dunbar2010-08-021-10/+15
* Driver/Darwin: Inline some constants.Daniel Dunbar2010-08-021-5/+5
* Driver/FreeBSD: Change how FreeBSD derives the Lib32 variable, to normalize toolDaniel Dunbar2010-08-021-1/+9
* Driver: Move HostInfo::lookupTypeForExtension to ToolChain::LookupTypeForExte...Daniel Dunbar2010-08-021-0/+10
* Driver: Keep track of a separate "install dir", which is the path where clangDaniel Dunbar2010-08-011-5/+15
* Driver/Darwin: Add deployment target after doing argument translation, so thatDaniel Dunbar2010-07-191-9/+12
* Driver: Factor out Darwin::AddDeploymentTarget.Daniel Dunbar2010-07-191-10/+16
* Driver/Darwin: Resolve deployment target defaulting to be more predictable;Daniel Dunbar2010-07-151-13/+4
* add driver support for minix, patch by Kees van ReeuwijkChris Lattner2010-07-071-0/+32
* Driver/Darwin: Add one -L for the DarwinClang toolchain to point into the gccDaniel Dunbar2010-06-301-0/+27
* Driver/FreeBSD: Add libexec to program search paths, to workaround some buildDaniel Dunbar2010-06-151-0/+2
OpenPOWER on IntegriCloud