| Commit message (Expand) | Author | Age | Files | Lines |
* | Add NetBSD target support. Patch by Joerg Sonnenberger. | Benjamin Kramer | 2011-02-02 | 1 | -0/+51 |
* | Add support for x86-64 Mandriva 2010.2. Reported by 'rindolf' on IRC! | Nick Lewycky | 2011-02-01 | 1 | -0/+3 |
* | optimize out a temporary sys::Path | Chris Lattner | 2011-01-13 | 1 | -3/+2 |
* | replace all uses of PathV1::IsSymlink with PathV2::is_symlink. | Michael J. Spencer | 2011-01-12 | 1 | -1/+2 |
* | Replace all uses of PathV1::exists with PathV2::fs::exists. | Michael J. Spencer | 2011-01-10 | 1 | -32/+55 |
* | Remove stray emacs mode markers in all these files that was causing emacs to | Nick Lewycky | 2010-12-31 | 1 | -2/+2 |
* | MemoryBuffer API update. | Michael J. Spencer | 2010-12-16 | 1 | -18/+10 |
* | Use error_code instead of std::string* for MemoryBuffer. | Michael J. Spencer | 2010-12-09 | 1 | -4/+6 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | Add missing else. | Rafael Espindola | 2010-11-28 | 1 | -1/+1 |
* | Check for gcc 4.3.4. | Rafael Espindola | 2010-11-19 | 1 | -1/+1 |
* | add support for the i686-pc-linux-gnu triple (used by Gentoo x86) | Nuno Lopes | 2010-11-19 | 1 | -0/+2 |
* | Add support for distros that like x86_64-unknown-linux-gnu. | Rafael Espindola | 2010-11-17 | 1 | -0/+2 |
* | Add driver support for Ubuntu 9.10. | Zhongxing Xu | 2010-11-15 | 1 | -4/+10 |
* | Add support for Exherbo. Patch by Elias Pipping. | Rafael Espindola | 2010-11-11 | 1 | -1/+11 |
* | Add support for Ubuntu Jaunty. | Rafael Espindola | 2010-11-10 | 1 | -5/+8 |
* | Add a forgotten break. Found by Rafael Espindola! | Roman Divacky | 2010-11-08 | 1 | -0/+1 |
* | Use integrated-as for processing .s files on FreeBSD. Copied | Roman Divacky | 2010-11-08 | 1 | -1/+8 |
* | Pass "-z relro" as two arguments. This works with both gnu ld and gold. | Rafael Espindola | 2010-11-08 | 1 | -2/+4 |
* | Use the integrated assembler when procession .s files on OpenBSD and Linux. | Rafael Espindola | 2010-11-07 | 1 | -3/+20 |
* | Use ld directly on linux. Changes from the previous try: | Rafael Espindola | 2010-11-07 | 1 | -20/+212 |
* | Revert while I debug test failures :-( | Rafael Espindola | 2010-11-03 | 1 | -333/+20 |
* | Switch clang to run ld directly on linux. I tested this on all the linux | Rafael Espindola | 2010-11-03 | 1 | -20/+333 |
* | 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 |