summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Driver/Darwin: Switch to using new style triples.Daniel Dunbar2011-04-191-16/+4
* Driver/Darwin: Change to use generic iOS runtime library, which we now always...Daniel Dunbar2011-04-181-4/+2
* Add ToolChain path support for linker on Slackware.Ted Kremenek2011-04-181-0/+3
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-2/+2
* Add support for Fedora16, gcc 4.6.0 and Fedora Rawhide.Eric Christopher2011-04-061-7/+16
* Add ToolChain support to get Clang to recognize Ubuntu/ppc and Gentoo/ppc64.Ted Kremenek2011-04-051-10/+31
* Add clang support for cortex-m0 cpus. Patch by James Orr.Bob Wilson2011-03-211-1/+2
* Memorize presence/absence of -nostdlib in Driver.Joerg Sonnenberger2011-03-211-6/+5
* Driver/Darwin: Transparently fallback when compiling i386 -fapple-kext code, weDaniel Dunbar2011-03-181-3/+12
* Driver: Give SelectTool access to the action inputs.Daniel Dunbar2011-03-181-18/+29
* Driver/Darwin: Change fallback to use llvm-gcc search paths instead of GCC.Daniel Dunbar2011-03-181-4/+6
* Driver/Darwin: Kill the DarwinGCC toolchain.Daniel Dunbar2011-03-181-157/+0
* Support Ubuntu hardy and intrepid, from Thomas Gamper!Douglas Gregor2011-03-141-2/+10
* Fix driver for thumb-capable ARM hosts, from Mikko Lehtonen!Douglas Gregor2011-03-061-3/+4
* Since getDriver().getInstalledDir() returns a const char *, don't try toBenjamin Kramer2011-03-011-3/+3
* Driver/Darwin: Be bug compatible with GCC and ignore -pg on ARM.Daniel Dunbar2011-03-011-0/+5
* On FreeBSD, we don't want 'getDriver().Dir + "/../lib"' added to theRoman Divacky2011-03-011-4/+0
* Driver: Attmpt to fix some possibly UB that MSVC doesn't care for.Daniel Dunbar2011-02-251-1/+1
* Add support for ArchLinux, patch by Kevin Winchester.Chandler Carruth2011-02-251-2/+10
* improve support for SUSE Linux Enterprise Server 11 SP1 (x86_64).Chris Lattner2011-02-221-1/+1
* Driver/Darwin: Support -Wl, with -Xarch_. This doesn't work naturally because ofDaniel Dunbar2011-02-191-0/+15
* 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
OpenPOWER on IntegriCloud