| Commit message (Expand) | Author | Age | Files | Lines |
| * | Switch to using the integrated assembler by default on x86 and x86-64 ELF | Rafael Espindola | 2010-10-29 | 1 | -4/+4 |
| * | Driver/Darwin: Remove a useless warning about missing runtime libraries. These | Daniel Dunbar | 2010-10-11 | 1 | -8/+2 |
| * | Driver/Darwin: Add a runtime library just for ___eprintf -- when targeting i386 | Daniel Dunbar | 2010-09-22 | 1 | -4/+13 |
| * | Driver: implement driver automagic support for -lcc_kext | Shantonu Sen | 2010-09-17 | 1 | -0/+21 |
| * | Driver/DarwinClang: Add GCC libexec paths so we can find the cc1 binaries if we | Daniel Dunbar | 2010-09-17 | 1 | -0/+20 |
| * | Driver: Fix spelling of AddCXXStdlibLibArgs, which I copy-n-pasto'd. | Daniel Dunbar | 2010-09-17 | 1 | -1/+1 |
| * | Driver/DarwinClang: The new toolchain definition is going to drop the -L inside | Daniel Dunbar | 2010-09-17 | 1 | -0/+46 |
| * | Driver: Add a toolchain hook for whether the system has native LLVM support. | Daniel Dunbar | 2010-09-17 | 1 | -0/+4 |
| * | Add missing #include | Douglas Gregor | 2010-09-03 | 1 | -0/+1 |
| * | fix a hard coded version number, PR8031. Patch by 'nobled'. | Chris Lattner | 2010-09-03 | 1 | -1/+2 |
| * | Driver/Darwin: Pass the right arch specific dir for ARM, when linking. | Daniel Dunbar | 2010-08-26 | 1 | -3/+10 |
| * | Driver: Move Clang "triple" computation routines to method on the | Daniel Dunbar | 2010-08-23 | 1 | -0/+38 |
| * | Driver/Darwin: When using the simplified Clang toolchain, make sure to also pass | Daniel Dunbar | 2010-08-23 | 1 | -1/+27 |
| * | Add two new enumerations to the unsupported list for Windows so that all cases | Chandler Carruth | 2010-08-22 | 1 | -0/+2 |
| * | Visual Studio tools used on win32 hosts when targeting win32. | Michael J. Spencer | 2010-08-21 | 1 | -0/+52 |
| * | Run the assembler instead of gcc on Linux. | Rafael Espindola | 2010-08-10 | 1 | -0/+20 |
| * | Driver/Darwin: Change where Darwin computes the host version, to normalize tool | Daniel Dunbar | 2010-08-02 | 1 | -10/+15 |
| * | Driver/Darwin: Inline some constants. | Daniel Dunbar | 2010-08-02 | 1 | -5/+5 |
| * | Driver/FreeBSD: Change how FreeBSD derives the Lib32 variable, to normalize tool | Daniel Dunbar | 2010-08-02 | 1 | -1/+9 |
| * | Driver: Move HostInfo::lookupTypeForExtension to ToolChain::LookupTypeForExte... | Daniel Dunbar | 2010-08-02 | 1 | -0/+10 |
| * | Driver: Keep track of a separate "install dir", which is the path where clang | Daniel Dunbar | 2010-08-01 | 1 | -5/+15 |
| * | Driver/Darwin: Add deployment target after doing argument translation, so that | Daniel Dunbar | 2010-07-19 | 1 | -9/+12 |
| * | Driver: Factor out Darwin::AddDeploymentTarget. | Daniel Dunbar | 2010-07-19 | 1 | -10/+16 |
| * | Driver/Darwin: Resolve deployment target defaulting to be more predictable; | Daniel Dunbar | 2010-07-15 | 1 | -13/+4 |
| * | add driver support for minix, patch by Kees van Reeuwijk | Chris Lattner | 2010-07-07 | 1 | -0/+32 |
| * | Driver/Darwin: Add one -L for the DarwinClang toolchain to point into the gcc | Daniel Dunbar | 2010-06-30 | 1 | -0/+27 |
| * | Driver/FreeBSD: Add libexec to program search paths, to workaround some build | Daniel Dunbar | 2010-06-15 | 1 | -0/+2 |
| * | Driver: Eliminate uses of Arg::getIndex. | Daniel Dunbar | 2010-06-14 | 1 | -3/+4 |
| * | Driver: Add DerivedArgList::AddFOOArg helper functions, and switch to using t... | Daniel Dunbar | 2010-06-14 | 1 | -51/+45 |
| * | Driver: Add an explicit argument translation phase to the driver itself. We a... | Daniel Dunbar | 2010-06-11 | 1 | -14/+4 |
| * | Driver: Add an explicit dsymutil action. | Daniel Dunbar | 2010-06-04 | 1 | -0/+4 |
| * | Driver: Switch to using the integrated assembler for standalone assembly jobs | Daniel Dunbar | 2010-05-20 | 1 | -2/+18 |
| * | Driver: Only add extra -L paths on darwin if they exist. Unfortunately, this | Daniel Dunbar | 2010-04-10 | 1 | -6/+15 |
| * | Driver: Ignore -fobjc-gc and -fobjc-gc-only for platforms which don't support... | Daniel Dunbar | 2010-04-10 | 1 | -0/+5 |
| * | Driver/Darwin/x86: When linking, incorporate -L paths based on the path where | Daniel Dunbar | 2010-04-10 | 1 | -0/+7 |
| * | Driver: Fix thinkos that prevented Clang from picking the right deployment | Daniel Dunbar | 2010-03-20 | 1 | -2/+2 |
| * | add TCE target support, patch by Pekka J! | Chris Lattner | 2010-03-04 | 1 | -0/+60 |
| * | Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes | Daniel Dunbar | 2010-02-10 | 1 | -0/+6 |
| * | Driver/Darwin: Don't error/warn on conflicting deployment targets. Apparently | Daniel Dunbar | 2010-02-02 | 1 | -5/+14 |
| * | Driver/Darwin: Fix a crash when diagnosing conflicting deployment targets. | Daniel Dunbar | 2010-01-29 | 1 | -4/+6 |
| * | Driver/Darwin: Eliminate invalid uses of DarwinVersion -- this fixes a number of | Daniel Dunbar | 2010-01-27 | 1 | -6/+2 |
| * | Driver/Darwin: Simplify target version checks. | Daniel Dunbar | 2010-01-27 | 1 | -29/+10 |
| * | Driver/Darwin: Eliminate confusing IsIPhoneOS parameter -- this was actually | Daniel Dunbar | 2010-01-27 | 1 | -16/+12 |
| * | Driver/Darwin: Switch to using isTargetIPhoneOS where appropriate. | Daniel Dunbar | 2010-01-27 | 1 | -3/+3 |
| * | Driver/Darwin: Track target platform more explicitly in tool chain, eventually | Daniel Dunbar | 2010-01-27 | 1 | -10/+32 |
| * | Driver/Darwin: Honor IPHONEOS_DEPLOYMENT_TARGET. | Daniel Dunbar | 2010-01-26 | 1 | -14/+30 |
| * | Driver/Darwin: Update tool chain to use static clang_rt libraries provided by | Daniel Dunbar | 2010-01-22 | 1 | -10/+48 |
| * | Driver/Darwin/ld: Factor out getDarwinArchName, for getting the "Darwin" arch | Daniel Dunbar | 2010-01-22 | 1 | -0/+63 |
| * | Remove ../libexec from clang program search path, clang-cc is dead. | Daniel Dunbar | 2010-01-18 | 1 | -24/+0 |
| * | Fix a FIXME. | Daniel Dunbar | 2010-01-10 | 1 | -2/+2 |