| Commit message (Expand) | Author | Age | Files | Lines |
| * | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -30/+31 |
| * | If -ccc-host-triple i386-pc-win32-macho or -ccc-host-triple | Chad Rosier | 2011-07-20 | 1 | -1/+9 |
| * | Call objc_terminate() instead of abort() when a cleanup throws an | John McCall | 2011-07-06 | 1 | -0/+7 |
| * | Change the driver's logic about Objective-C runtimes: abstract out a | John McCall | 2011-07-06 | 1 | -2/+10 |
| * | Make the GCC version proliferation worse by N+1 for the sake of | Chandler Carruth | 2011-07-02 | 1 | -1/+1 |
| * | fix autoconf build from r133710 | Dylan Noblesmith | 2011-06-23 | 1 | -0/+2 |
| * | Build and use libcompiler_rt whenever possible. | Eric Christopher | 2011-06-22 | 1 | -18/+19 |
| * | Driver/Darwin: Honor -Xarch_FOO when the arch matches either the toolchain or | Daniel Dunbar | 2011-06-21 | 1 | -1/+6 |
| * | Be aware of (x86_64-redhat-linux6E-)g++44 on RHEL5. | NAKAMURA Takumi | 2011-06-16 | 1 | -0/+3 |
| * | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -1/+96 |
| * | Revert "hack in my new variables for GCC" | Chandler Carruth | 2011-06-08 | 1 | -20/+24 |
| * | hack in my new variables for GCC | Chandler Carruth | 2011-06-08 | 1 | -24/+20 |
| * | Toolchain support for Ubuntu Oneiric. Patch by Michael Wild! | Benjamin Kramer | 2011-06-05 | 1 | -3/+6 |
| * | Make -m32 work on FreeBSD/PowerPC64. | Roman Divacky | 2011-06-04 | 1 | -0/+5 |
| * | We were looking at /usr/lib only if the distro had multilib. This is bogus: | Rafael Espindola | 2011-06-03 | 1 | -2/+7 |
| * | Add support for centos. | Rafael Espindola | 2011-06-03 | 1 | -4/+9 |
| * | 80-col cleanup. | Eric Christopher | 2011-06-03 | 1 | -5/+11 |
| * | Untabify and fix whitespace. | NAKAMURA Takumi | 2011-06-03 | 1 | -17/+17 |
| * | We already have support for using c++ headers from a custom location. | Rafael Espindola | 2011-06-02 | 1 | -26/+53 |
| * | Add Debian wheezy/sid to ToolChains.cpp. Patch by Michael Wild. PR10064. | Eli Friedman | 2011-06-02 | 1 | -4/+9 |
| * | Fix a bug in the most recent openSUSE support patch. | Chandler Carruth | 2011-05-24 | 1 | -1/+1 |
| * | add opensuse toolchain support, patch by Ismail Donmez! | Chris Lattner | 2011-05-22 | 1 | -4/+8 |
| * | Add Redhat Enterprise Linux to the Linux toolchain, PR9769, | Chris Lattner | 2011-05-22 | 1 | -4/+16 |
| * | - Fixes openSUSE detection for 11.4 and upcoming 12.1 | David Chisnall | 2011-05-19 | 1 | -2/+9 |
| * | Add some support for RHEL5 systems. | Eric Christopher | 2011-05-17 | 1 | -1/+2 |
| * | Make the triple an explicit argument of FindTargetProgramPath. | Joerg Sonnenberger | 2011-05-16 | 1 | -7/+8 |
| * | Driver/Darwin: Don't link -lgcc_s.1 when compiling as iOS for the simulator, | Daniel Dunbar | 2011-04-30 | 1 | -1/+4 |
| * | Driver/Darwin: Reject invalid arch combinations with | Daniel Dunbar | 2011-04-30 | 1 | -0/+7 |
| * | Driver/Darwin: Change Darwin toolchain to explicitly track is-ios-sim bit, and | Daniel Dunbar | 2011-04-30 | 1 | -1/+11 |
| * | Driver/Darwin: Sketch initial support for a -mios-simulator-version-min= flag | Daniel Dunbar | 2011-04-30 | 1 | -23/+48 |
| * | Let clang detect gcc triple on Ubuntu Natty. Patch by Thomas Jablin. | Nico Weber | 2011-04-25 | 1 | -2/+5 |
| * | Driver/Darwin: Allow OS X deployment targets like 10.4.11, even though they | Daniel Dunbar | 2011-04-21 | 1 | -1/+1 |
| * | Driver: Tweak -Xarch diags a bit more, we can't actually differentiate between | Daniel Dunbar | 2011-04-21 | 1 | -5/+1 |
| * | Driver: Improve -Xarch argument diagnostics a bit. | Daniel Dunbar | 2011-04-21 | 1 | -3/+10 |
| * | Driver/Darwin: Switch to using -macosx for OS name in triples. | Daniel Dunbar | 2011-04-19 | 1 | -1/+1 |
| * | Driver/Darwin: Switch to using new style triples. | Daniel Dunbar | 2011-04-19 | 1 | -16/+4 |
| * | Driver/Darwin: Change to use generic iOS runtime library, which we now always... | Daniel Dunbar | 2011-04-18 | 1 | -4/+2 |
| * | Add ToolChain path support for linker on Slackware. | Ted Kremenek | 2011-04-18 | 1 | -0/+3 |
| * | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -2/+2 |
| * | Add support for Fedora16, gcc 4.6.0 and Fedora Rawhide. | Eric Christopher | 2011-04-06 | 1 | -7/+16 |
| * | Add ToolChain support to get Clang to recognize Ubuntu/ppc and Gentoo/ppc64. | Ted Kremenek | 2011-04-05 | 1 | -10/+31 |
| * | Add clang support for cortex-m0 cpus. Patch by James Orr. | Bob Wilson | 2011-03-21 | 1 | -1/+2 |
| * | Memorize presence/absence of -nostdlib in Driver. | Joerg Sonnenberger | 2011-03-21 | 1 | -6/+5 |
| * | Driver/Darwin: Transparently fallback when compiling i386 -fapple-kext code, we | Daniel Dunbar | 2011-03-18 | 1 | -3/+12 |
| * | Driver: Give SelectTool access to the action inputs. | Daniel Dunbar | 2011-03-18 | 1 | -18/+29 |
| * | Driver/Darwin: Change fallback to use llvm-gcc search paths instead of GCC. | Daniel Dunbar | 2011-03-18 | 1 | -4/+6 |
| * | Driver/Darwin: Kill the DarwinGCC toolchain. | Daniel Dunbar | 2011-03-18 | 1 | -157/+0 |
| * | Support Ubuntu hardy and intrepid, from Thomas Gamper! | Douglas Gregor | 2011-03-14 | 1 | -2/+10 |
| * | Fix driver for thumb-capable ARM hosts, from Mikko Lehtonen! | Douglas Gregor | 2011-03-06 | 1 | -3/+4 |
| * | Since getDriver().getInstalledDir() returns a const char *, don't try to | Benjamin Kramer | 2011-03-01 | 1 | -3/+3 |