summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-30/+31
* If -ccc-host-triple i386-pc-win32-macho or -ccc-host-triple Chad Rosier2011-07-201-1/+9
* Call objc_terminate() instead of abort() when a cleanup throws anJohn McCall2011-07-061-0/+7
* Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall2011-07-061-2/+10
* Make the GCC version proliferation worse by N+1 for the sake ofChandler Carruth2011-07-021-1/+1
* fix autoconf build from r133710Dylan Noblesmith2011-06-231-0/+2
* Build and use libcompiler_rt whenever possible.Eric Christopher2011-06-221-18/+19
* Driver/Darwin: Honor -Xarch_FOO when the arch matches either the toolchain orDaniel Dunbar2011-06-211-1/+6
* Be aware of (x86_64-redhat-linux6E-)g++44 on RHEL5.NAKAMURA Takumi2011-06-161-0/+3
* Automatic Reference Counting.John McCall2011-06-151-1/+96
* Revert "hack in my new variables for GCC"Chandler Carruth2011-06-081-20/+24
* hack in my new variables for GCCChandler Carruth2011-06-081-24/+20
* Toolchain support for Ubuntu Oneiric. Patch by Michael Wild!Benjamin Kramer2011-06-051-3/+6
* Make -m32 work on FreeBSD/PowerPC64.Roman Divacky2011-06-041-0/+5
* We were looking at /usr/lib only if the distro had multilib. This is bogus:Rafael Espindola2011-06-031-2/+7
* Add support for centos.Rafael Espindola2011-06-031-4/+9
* 80-col cleanup.Eric Christopher2011-06-031-5/+11
* Untabify and fix whitespace.NAKAMURA Takumi2011-06-031-17/+17
* We already have support for using c++ headers from a custom location.Rafael Espindola2011-06-021-26/+53
* Add Debian wheezy/sid to ToolChains.cpp. Patch by Michael Wild. PR10064.Eli Friedman2011-06-021-4/+9
* Fix a bug in the most recent openSUSE support patch.Chandler Carruth2011-05-241-1/+1
* add opensuse toolchain support, patch by Ismail Donmez!Chris Lattner2011-05-221-4/+8
* Add Redhat Enterprise Linux to the Linux toolchain, PR9769,Chris Lattner2011-05-221-4/+16
* - Fixes openSUSE detection for 11.4 and upcoming 12.1David Chisnall2011-05-191-2/+9
* Add some support for RHEL5 systems.Eric Christopher2011-05-171-1/+2
* Make the triple an explicit argument of FindTargetProgramPath.Joerg Sonnenberger2011-05-161-7/+8
* Driver/Darwin: Don't link -lgcc_s.1 when compiling as iOS for the simulator,Daniel Dunbar2011-04-301-1/+4
* Driver/Darwin: Reject invalid arch combinations withDaniel Dunbar2011-04-301-0/+7
* Driver/Darwin: Change Darwin toolchain to explicitly track is-ios-sim bit, andDaniel Dunbar2011-04-301-1/+11
* Driver/Darwin: Sketch initial support for a -mios-simulator-version-min= flagDaniel Dunbar2011-04-301-23/+48
* Let clang detect gcc triple on Ubuntu Natty. Patch by Thomas Jablin.Nico Weber2011-04-251-2/+5
* Driver/Darwin: Allow OS X deployment targets like 10.4.11, even though theyDaniel Dunbar2011-04-211-1/+1
* Driver: Tweak -Xarch diags a bit more, we can't actually differentiate betweenDaniel Dunbar2011-04-211-5/+1
* Driver: Improve -Xarch argument diagnostics a bit.Daniel Dunbar2011-04-211-3/+10
* Driver/Darwin: Switch to using -macosx for OS name in triples.Daniel Dunbar2011-04-191-1/+1
* 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
OpenPOWER on IntegriCloud