| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use the generic Sparc CPU handling for Linux, FreeBSD and OpenBSD, too. | Joerg Sonnenberger | 2015-11-10 | 1 | -29/+26 |
| * | Use the normal switch over getArch() approach and not a long if chain. | Joerg Sonnenberger | 2015-11-10 | 1 | -13/+23 |
| * | Reorganise CPU handling for Sparc. When using -mcpu=v9 and co, __sparcv8 | Joerg Sonnenberger | 2015-11-09 | 1 | -3/+38 |
| * | [EABI] Add Clang support for -meabi flag | Renato Golin | 2015-11-09 | 1 | -0/+5 |
| * | After some discussion, promote -fobjc-weak to a driver option. | John McCall | 2015-11-05 | 1 | -0/+17 |
| * | Fix some Clang-tidy modernize warnings, other minor fixes. | Eugene Zelenko | 2015-11-04 | 1 | -3/+3 |
| * | Silence "enumeral and non-enumeral type in conditional expression" warning; NFC. | Aaron Ballman | 2015-11-04 | 1 | -1/+1 |
| * | Clang format a few prior patches (NFC) | Teresa Johnson | 2015-11-02 | 1 | -1/+2 |
| * | Disable SjLj exceptions for watchOS | Tim Northover | 2015-10-30 | 1 | -1/+1 |
| * | Watch and TV OS: wire up basic ABI choices | Tim Northover | 2015-10-30 | 1 | -2/+9 |
| * | Support watchOS and tvOS driver options | Tim Northover | 2015-10-30 | 1 | -2/+7 |
| * | Revert "[mips] Add support for the new mips-mti-linux toolchain." | Vasileios Kalintiris | 2015-10-30 | 1 | -44/+20 |
| * | Revert "Try to run and investigate the mips-mti-linux.c test failure on ARM b... | Renato Golin | 2015-10-30 | 1 | -13/+0 |
| * | Try to run and investigate the mips-mti-linux.c test failure on ARM buildbots. | Vasileios Kalintiris | 2015-10-30 | 1 | -0/+13 |
| * | [mips] Add support for the new mips-mti-linux toolchain. | Vasileios Kalintiris | 2015-10-29 | 1 | -20/+44 |
| * | Driver: CrossWindows sanitizers link support | Saleem Abdulrasool | 2015-10-29 | 1 | -0/+16 |
| * | Driver: inline some small arrays | Saleem Abdulrasool | 2015-10-29 | 1 | -10/+4 |
| * | Put global classes into the appropriate namespace. | Benjamin Kramer | 2015-10-28 | 1 | -0/+2 |
| * | Driver: support -fuse-ld= on cross windows | Saleem Abdulrasool | 2015-10-28 | 1 | -2/+1 |
| * | [mips] Separated mips specific -Wa options, so that they are not checked on o... | Daniel Sanders | 2015-10-27 | 1 | -12/+30 |
| * | Define weak and __weak to mean ARC-style weak references, even in MRC. | John McCall | 2015-10-22 | 1 | -0/+1 |
| * | clang driver toolchain refactoring | Xinliang David Li | 2015-10-22 | 1 | -40/+13 |
| * | [Myriad]: Always add -L paths even if -nostdlib is set. | Douglas Katzman | 2015-10-21 | 1 | -7/+5 |
| * | Support linking against OpenMP runtime on FreeBSD. | Dimitry Andric | 2015-10-18 | 1 | -0/+1 |
| * | Make a bunch of static arrays const. | Craig Topper | 2015-10-18 | 1 | -2/+2 |
| * | PS4: Make sure to add the sanitizer runtime before any linker input | Filipe Cabecinhas | 2015-10-16 | 1 | -2/+4 |
| * | Recommit "Clang support for -flto=thin." | Teresa Johnson | 2015-10-15 | 1 | -12/+14 |
| * | Revert "Clang support for -flto=thin." (bot failures) | Teresa Johnson | 2015-10-15 | 1 | -14/+12 |
| * | Clang support for -flto=thin. | Teresa Johnson | 2015-10-15 | 1 | -12/+14 |
| * | Remove unnecessary braces in single-line 'if'. | Douglas Katzman | 2015-10-15 | 1 | -2/+1 |
| * | Bring back r250262: PS4 toolchain | Filipe Cabecinhas | 2015-10-14 | 1 | -7/+341 |
| * | Revert-to-green r250262 (PS4 toolchain patch) | Sean Silva | 2015-10-14 | 1 | -341/+7 |
| * | I took care of the build problem in the commit 250252. | Ekaterina Romanova | 2015-10-14 | 1 | -7/+341 |
| * | reverting my patch, cause build problems | Ekaterina Romanova | 2015-10-14 | 1 | -341/+7 |
| * | This patch adds missing pieces to clang, including the PS4 toolchain | Ekaterina Romanova | 2015-10-13 | 1 | -7/+341 |
| * | Always pass a -dwarf-version argument to integrated as. | Douglas Katzman | 2015-10-13 | 1 | -2/+3 |
| * | Support Debug Info path remapping | Saleem Abdulrasool | 2015-10-12 | 1 | -0/+9 |
| * | [Myriad]: put libstdc++ and libc in the right order | Douglas Katzman | 2015-10-09 | 1 | -2/+2 |
| * | Use Triple.isAndroid() where possible. | Evgeniy Stepanov | 2015-10-08 | 1 | -12/+10 |
| * | [clang-cl] Make /EHs turn on C++ EH once again | Reid Kleckner | 2015-10-08 | 1 | -4/+0 |
| * | [Driver] Use Twine instead of itostr. NFC. | Benjamin Kramer | 2015-10-08 | 1 | -1/+1 |
| * | Use itostr(), not std::to_string() because of Android. | Douglas Katzman | 2015-10-08 | 1 | -1/+1 |
| * | Stop messing with the 'g' group of options in CompilerInvocation. | Douglas Katzman | 2015-10-08 | 1 | -42/+113 |
| * | [VFS] Port driver tool chains to VFS. | Benjamin Kramer | 2015-10-07 | 1 | -2/+1 |
| * | The Driver does not set the +strict-align flag when targeting | Alexandros Lamprineas | 2015-10-05 | 1 | -1/+2 |
| * | Remove support for the mips-mti-linux toolchain. | Vasileios Kalintiris | 2015-10-05 | 1 | -45/+20 |
| * | Re-commit "Add support for the new mips-mti-linux toolchain." | Vasileios Kalintiris | 2015-10-05 | 1 | -20/+45 |
| * | Add -f[no-]declspec to control recognition of __declspec as a keyword | Saleem Abdulrasool | 2015-10-04 | 1 | -0/+7 |
| * | Driver: follow WoA ABI recommendations | Saleem Abdulrasool | 2015-10-03 | 1 | -0/+4 |
| * | [Myriad]: Accept '-nostdlib' option | Douglas Katzman | 2015-10-02 | 1 | -17/+23 |