| Commit message (Expand) | Author | Age | Files | Lines |
* | [SHAVE] Pass all -f, -g, -O, -W options through directly to moviCompile. | Douglas Katzman | 2015-08-03 | 1 | -16/+11 |
* | Split DWARF: Allow -gmlt/-gsplit-dwarf to override rather than complement eac... | David Blaikie | 2015-07-30 | 1 | -6/+7 |
* | [ARM] Allow setting the generic features for native cpus | Renato Golin | 2015-07-30 | 1 | -23/+32 |
* | Add support for System z vector language extensions | Ulrich Weigand | 2015-07-30 | 1 | -2/+10 |
* | Use the AddAllArgs overload which accepts an ArrayRef of OptSpecifier. | Douglas Katzman | 2015-07-29 | 1 | -46/+29 |
* | [AArch64] Pass subtarget feature "+strict-align". | Akira Hatanaka | 2015-07-29 | 1 | -9/+5 |
* | [ARM] Pass subtarget feature "+strict-align". | Akira Hatanaka | 2015-07-28 | 1 | -21/+36 |
* | Add -femulated-tls flag to select the emulated TLS model. | Chih-Hung Hsieh | 2015-07-28 | 1 | -0/+6 |
* | Use TargetParser to parse -mhwdiv command line option in Driver. | Alexandros Lamprineas | 2015-07-28 | 1 | -13/+2 |
* | [ARM] Implement -Wa,-mfpu and friends for assemblers | Renato Golin | 2015-07-27 | 1 | -62/+115 |
* | [ARM] Changes to Arch/CPU handling to help with -Wa,-mfpu etc. (nfc) | Renato Golin | 2015-07-27 | 1 | -36/+75 |
* | [AArch64] Unconditionally pass subtarget feature reserve-x18 on Darwin. | Akira Hatanaka | 2015-07-27 | 1 | -3/+5 |
* | Rename {Hexagon,NaCl}_TC to {Hexagon,NaCl}ToolChain respectively. NFC | Douglas Katzman | 2015-07-27 | 1 | -23/+24 |
* | Setting ARM dynamic linker name from commandline | Renato Golin | 2015-07-27 | 1 | -2/+4 |
* | [clang-cl] Handle -O correctly | David Majnemer | 2015-07-27 | 1 | -4/+18 |
* | [clang-cl] Add fallback support for /Zl | David Majnemer | 2015-07-25 | 1 | -0/+1 |
* | [AArch64] Pass subtarget feature "+reserve-x18" instead of passing backend | Akira Hatanaka | 2015-07-25 | 1 | -5/+3 |
* | [clang-cl] Implement support for the /Zl flag | David Majnemer | 2015-07-24 | 1 | -8/+15 |
* | [Compiler-RT] Remove dependency on libgcc_s/eh | Renato Golin | 2015-07-23 | 1 | -7/+0 |
* | [mingw] Add support for -rtlib option and -stdlib option to the mingw driver | Reid Kleckner | 2015-07-22 | 1 | -15/+12 |
* | Pass -I options to integrates and external assemblers | Renato Golin | 2015-07-22 | 1 | -0/+4 |
* | [ARM] Pass subtarget feature "+reserve-r9" instead of passing backend | Akira Hatanaka | 2015-07-21 | 1 | -7/+6 |
* | Revert r242736. | Akira Hatanaka | 2015-07-20 | 1 | -6/+7 |
* | [ARM] Pass subtarget feature "+reserve-r9" instead of passing backend | Akira Hatanaka | 2015-07-20 | 1 | -7/+6 |
* | Fixed style issues pointed out by Justin Bogner. | Artem Belevich | 2015-07-20 | 1 | -4/+2 |
* | Allow case-insensitive values for -mtune for AArch64 target in line with GCC. | Gabor Ballabas | 2015-07-20 | 1 | -4/+5 |
* | Driver/ToolChain/AMDGPU: Attempt to fix buildbots after r242601 | Tom Stellard | 2015-07-18 | 1 | -1/+1 |
* | Driver: Add AMDGPU toolchain | Tom Stellard | 2015-07-18 | 1 | -0/+20 |
* | Fix -save-temp when using objc-arc, sanitizer and profiling | Steven Wu | 2015-07-17 | 1 | -7/+4 |
* | [Mips] Set mips64r6 as default CPU for MIPS64 Android | Petar Jovanovic | 2015-07-17 | 1 | -0/+4 |
* | Driver: Determine file names for crash reports more reliably | Justin Bogner | 2015-07-17 | 1 | -47/+48 |
* | [ARM] Pass subtarget feature "+no-movt" instead of passing backend option | Akira Hatanaka | 2015-07-16 | 1 | -4/+4 |
* | [clang-cl] Disable C++ exceptions a different way | Reid Kleckner | 2015-07-14 | 1 | -7/+3 |
* | Add support for -fuse-ld= in the mingw toolchain driver. | Yaron Keren | 2015-07-14 | 1 | -2/+10 |
* | [cuda] Driver changes to compile and stitch together host and device-side CUD... | Artem Belevich | 2015-07-13 | 1 | -8/+28 |
* | [OpenMP] Add TLS-based implementation for threadprivate directive. | Samuel Antao | 2015-07-13 | 1 | -0/+10 |
* | This reverts commit r242058, r242065, r242067. | Rafael Espindola | 2015-07-13 | 1 | -28/+8 |
* | [cuda] Driver changes to compile and stitch together host and device-side CUD... | Artem Belevich | 2015-07-13 | 1 | -8/+28 |
* | Disable C++ EH by default for clang-cl and MSVC environments | Reid Kleckner | 2015-07-10 | 1 | -16/+21 |
* | Refactor PPC ABI handling to accept and silently ignore -mabi=altivec. | Eric Christopher | 2015-07-10 | 1 | -3/+8 |
* | Factor PGO and coverage flag processing out of Clang::ConstructJob | Diego Novillo | 2015-07-10 | 1 | -78/+85 |
* | Re-use a single SmallString instance to reduce the stack frame size | Daniel Jasper | 2015-07-10 | 1 | -19/+18 |
* | Add GCC-compatible flags -fprofile-generate and -fprofile-use. | Diego Novillo | 2015-07-09 | 1 | -17/+40 |
* | [MIPS] Add support for direct-to-nacl in Clang | Petar Jovanovic | 2015-07-08 | 1 | -0/+16 |
* | Add a comment to explain how the decision to pass feature "+long-calls" is made. | Akira Hatanaka | 2015-07-07 | 1 | -0/+3 |
* | [ARM] Pass subtarget feature "+long-calls" instead of passing backend option | Akira Hatanaka | 2015-07-07 | 1 | -16/+10 |
* | Support -pthread in mingw toolchain. | Yaron Keren | 2015-07-06 | 1 | -4/+2 |
* | Resubmit "Pass down the -flto option to the -cc1 job" (r239481) | Teresa Johnson | 2015-07-06 | 1 | -0/+4 |
* | Support mingw-w64 and mingw.org toolchains at any install location. | Yaron Keren | 2015-07-02 | 1 | -0/+206 |
* | Make getArchNameForCompilerRTLib return the right thing on 32-bit Windows. Fi... | Peter Collingbourne | 2015-07-02 | 1 | -0/+4 |