| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | [DarwinDriver] Reapply: Use -lto_library to specify the path for libLTO.dylib | Bruno Cardoso Lopes | 2015-10-02 | 1 | -9/+28 |
* | Revert "Add support for the new mips-mti-linux toolchain." | Vasileios Kalintiris | 2015-10-02 | 1 | -45/+20 |
* | Fix bogus comment. | Douglas Katzman | 2015-10-02 | 1 | -1/+1 |
* | Add support for the new mips-mti-linux toolchain. | Vasileios Kalintiris | 2015-10-02 | 1 | -20/+45 |
* | Allow a ToolChain to compute the path of a compiler-rt's component. | Vasileios Kalintiris | 2015-10-01 | 1 | -51/+2 |
* | Revert "[DarwinDriver] Use -lto_library to specify the path for libLTO.dylib" | Bruno Cardoso Lopes | 2015-09-30 | 1 | -28/+9 |
* | [DarwinDriver] Use -lto_library to specify the path for libLTO.dylib | Bruno Cardoso Lopes | 2015-09-30 | 1 | -9/+28 |
* | Alias "-ggdbN" to "-gN" options, fixing some incompatibilities. | Douglas Katzman | 2015-09-30 | 1 | -4/+2 |
* | Driver: support ARM/HF on a single toolchain | Saleem Abdulrasool | 2015-09-26 | 1 | -15/+28 |
* | Revert "This patch adds missing pieces to clang, including the PS4 toolchain ... | Greg Bedwell | 2015-09-25 | 1 | -336/+7 |
* | This patch adds missing pieces to clang, including the PS4 toolchain | Ekaterina Romanova | 2015-09-24 | 1 | -7/+336 |
* | Drop useless const in for-range loops. | Benjamin Kramer | 2015-09-24 | 1 | -2/+2 |
* | [mips] Relax -mnan=2008 acceptance to permit MIPS32R2 and MIPS64R2. | Daniel Sanders | 2015-09-24 | 1 | -2/+5 |
* | [ARM] Follow-up to fix crash "-target arm -mcpu=generic", without "-march=" | Vladimir Sukharev | 2015-09-24 | 1 | -1/+1 |
* | [ARM] Follow-up to fix crash "-target arm -mcpu=generic", without "-march=" | Vladimir Sukharev | 2015-09-24 | 1 | -3/+3 |
* | Support linking against OpenMP runtime on NetBSD. | Joerg Sonnenberger | 2015-09-23 | 1 | -0/+1 |
* | Push OpenMP linker flags after linker input on Darwin. Don't add any | Joerg Sonnenberger | 2015-09-23 | 1 | -2/+4 |
* | Refactor library decision for -fopenmp support from Darwin into a | Joerg Sonnenberger | 2015-09-23 | 1 | -17/+23 |
* | Add -fplugin=name.so option to the driver | John Brawn | 2015-09-23 | 1 | -0/+7 |
* | [ARM] Fix crash "-target arm -mcpu=generic", without "-march=" | Vladimir Sukharev | 2015-09-23 | 1 | -9/+15 |
* | [mips] Added support for using the command line options -Wa,-msoft-float and ... | Daniel Sanders | 2015-09-22 | 1 | -0/+6 |
* | Don't pass StringRefs around by const reference. Pass by value instead per co... | Craig Topper | 2015-09-21 | 1 | -1/+1 |
* | Driver: alter the getARMFloatABI signature | Saleem Abdulrasool | 2015-09-19 | 1 | -19/+18 |
* | Driver: tweak ARM target feature calculation | Saleem Abdulrasool | 2015-09-19 | 1 | -10/+6 |
* | Driver: avoid unnecessary string ops | Saleem Abdulrasool | 2015-09-19 | 1 | -22/+25 |
* | Driver: avoid unnecessary string based operations | Saleem Abdulrasool | 2015-09-18 | 1 | -55/+58 |
* | [Shave]: Drive sparc-myriad-elf-ld directly rather than via gcc. | Douglas Katzman | 2015-09-17 | 1 | -0/+78 |