Age | Commit message (Expand) | Author |
2010-09-17 | Driver: Add a toolchain hook for whether the system has native LLVM support. | Daniel Dunbar |
2010-09-03 | Add missing #include | Douglas Gregor |
2010-09-03 | fix a hard coded version number, PR8031. Patch by 'nobled'. | Chris Lattner |
2010-08-26 | Driver/Darwin: Pass the right arch specific dir for ARM, when linking. | Daniel Dunbar |
2010-08-23 | Driver: Move Clang "triple" computation routines to method on the | Daniel Dunbar |
2010-08-23 | Driver/Darwin: When using the simplified Clang toolchain, make sure to also pass | Daniel Dunbar |
2010-08-22 | Add two new enumerations to the unsupported list for Windows so that all cases | Chandler Carruth |
2010-08-21 | Visual Studio tools used on win32 hosts when targeting win32. | Michael J. Spencer |
2010-08-10 | Run the assembler instead of gcc on Linux. | Rafael Espindola |
2010-08-02 | Driver/Darwin: Change where Darwin computes the host version, to normalize tool | Daniel Dunbar |
2010-08-02 | Driver/Darwin: Inline some constants. | Daniel Dunbar |
2010-08-02 | Driver/FreeBSD: Change how FreeBSD derives the Lib32 variable, to normalize tool | Daniel Dunbar |
2010-08-02 | Driver: Move HostInfo::lookupTypeForExtension to ToolChain::LookupTypeForExte... | Daniel Dunbar |
2010-08-01 | Driver: Keep track of a separate "install dir", which is the path where clang | Daniel Dunbar |
2010-07-19 | Driver/Darwin: Add deployment target after doing argument translation, so that | Daniel Dunbar |
2010-07-19 | Driver: Factor out Darwin::AddDeploymentTarget. | Daniel Dunbar |
2010-07-15 | Driver/Darwin: Resolve deployment target defaulting to be more predictable; | Daniel Dunbar |
2010-07-07 | add driver support for minix, patch by Kees van Reeuwijk | Chris Lattner |
2010-06-30 | Driver/Darwin: Add one -L for the DarwinClang toolchain to point into the gcc | Daniel Dunbar |
2010-06-15 | Driver/FreeBSD: Add libexec to program search paths, to workaround some build | Daniel Dunbar |
2010-06-14 | Driver: Eliminate uses of Arg::getIndex. | Daniel Dunbar |
2010-06-14 | Driver: Add DerivedArgList::AddFOOArg helper functions, and switch to using t... | Daniel Dunbar |
2010-06-11 | Driver: Add an explicit argument translation phase to the driver itself. We a... | Daniel Dunbar |
2010-06-04 | Driver: Add an explicit dsymutil action. | Daniel Dunbar |
2010-05-20 | Driver: Switch to using the integrated assembler for standalone assembly jobs | Daniel Dunbar |
2010-04-10 | Driver: Only add extra -L paths on darwin if they exist. Unfortunately, this | Daniel Dunbar |
2010-04-10 | Driver: Ignore -fobjc-gc and -fobjc-gc-only for platforms which don't support... | Daniel Dunbar |
2010-04-10 | Driver/Darwin/x86: When linking, incorporate -L paths based on the path where | Daniel Dunbar |
2010-03-20 | Driver: Fix thinkos that prevented Clang from picking the right deployment | Daniel Dunbar |
2010-03-04 | add TCE target support, patch by Pekka J! | Chris Lattner |
2010-02-10 | Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes | Daniel Dunbar |
2010-02-02 | Driver/Darwin: Don't error/warn on conflicting deployment targets. Apparently | Daniel Dunbar |
2010-01-29 | Driver/Darwin: Fix a crash when diagnosing conflicting deployment targets. | Daniel Dunbar |
2010-01-27 | Driver/Darwin: Eliminate invalid uses of DarwinVersion -- this fixes a number of | Daniel Dunbar |
2010-01-27 | Driver/Darwin: Simplify target version checks. | Daniel Dunbar |
2010-01-27 | Driver/Darwin: Eliminate confusing IsIPhoneOS parameter -- this was actually | Daniel Dunbar |
2010-01-27 | Driver/Darwin: Switch to using isTargetIPhoneOS where appropriate. | Daniel Dunbar |
2010-01-27 | Driver/Darwin: Track target platform more explicitly in tool chain, eventually | Daniel Dunbar |
2010-01-26 | Driver/Darwin: Honor IPHONEOS_DEPLOYMENT_TARGET. | Daniel Dunbar |
2010-01-22 | Driver/Darwin: Update tool chain to use static clang_rt libraries provided by | Daniel Dunbar |
2010-01-22 | Driver/Darwin/ld: Factor out getDarwinArchName, for getting the "Darwin" arch | Daniel Dunbar |
2010-01-18 | Remove ../libexec from clang program search path, clang-cc is dead. | Daniel Dunbar |
2010-01-10 | Fix a FIXME. | Daniel Dunbar |
2010-01-08 | Use -fno-math-errno by default, and remove the IsMathErrnoDefault | Dan Gohman |
2009-12-21 | Add ToolChain::getDriver() and use it instead of going through the HostInfo | Daniel Dunbar |
2009-12-18 | Add -dwarf-debug-flags, which provides a way to embed the cc1 level options used | Daniel Dunbar |
2009-12-12 | Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave | Jeffrey Yasskin |
2009-11-19 | Driver: ArgList doesn't depend on Options.h anymore. | Daniel Dunbar |
2009-11-19 | Driver: Introduce OptSpecifier class for protecting access to an option id. | Daniel Dunbar |
2009-11-19 | Driver: Switch to using explicit {getLast,has}ArgNoClaim functions instead of... | Daniel Dunbar |