| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for OpenBSD SPARC assembler. | Rafael Espindola | 2014-02-28 | 1 | -7/+32 |
* | Pass the sparc architecture variant to the assembler. | Roman Divacky | 2014-02-25 | 1 | -0/+5 |
* | clang-cl: use -fno-rtti by default | Hans Wennborg | 2014-02-25 | 1 | -0/+4 |
* | Give sparcv9 the ability to set the target cpu. Change it from accepting | Roman Divacky | 2014-02-25 | 1 | -1/+2 |
* | Add AArch64 big endian Target (aarch64_be) | Christian Pirker | 2014-02-25 | 1 | -0/+3 |
* | Respect ToolChain::isPIEDefault() in constructing link job on Linux and FreeBSD. | Alexey Samsonov | 2014-02-25 | 1 | -6/+8 |
* | Factor adding sanitizer linker flags into a separate function and make it les... | Alexey Samsonov | 2014-02-25 | 1 | -62/+63 |
* | Implement -fno-short-wchar | Richard Barton | 2014-02-24 | 1 | -1/+2 |
* | clang: add -f{no-,}integrate-as as consistent parameters | Saleem Abdulrasool | 2014-02-23 | 1 | -3/+3 |
* | clang: forward -no-integrated-as from the driver | Saleem Abdulrasool | 2014-02-22 | 1 | -2/+7 |
* | Revert "clang: forward -no-integrated-as from the driver" | Saleem Abdulrasool | 2014-02-22 | 1 | -7/+2 |
* | clang: forward -no-integrated-as from the driver | Saleem Abdulrasool | 2014-02-22 | 1 | -2/+7 |
* | Default to ARMv5e for NetBSD/EABI, ARMv4 for APCS. | Joerg Sonnenberger | 2014-02-21 | 1 | -4/+20 |
* | Add support for FPv4-SP to the clang driver | Oliver Stannard | 2014-02-21 | 1 | -0/+5 |
* | Get rid of obsolete addProfileRT(), generalize the relevant addProfileRTLinux... | Alexey Samsonov | 2014-02-20 | 1 | -31/+15 |
* | Hook up NetBSD/sparc and NetBSD/sparc64 as and ld invocations. | Joerg Sonnenberger | 2014-02-19 | 1 | -0/+23 |
* | GC now unused variable. | Joerg Sonnenberger | 2014-02-19 | 1 | -4/+0 |
* | Use a switch for the architecture specific logic in | Joerg Sonnenberger | 2014-02-19 | 1 | -12/+16 |
* | clang-cl: Pass /Z7 when we fallback to cl with debug info enabled | Reid Kleckner | 2014-02-19 | 1 | -0/+2 |
* | Refactor -KPIC handling for as invocation. | Joerg Sonnenberger | 2014-02-19 | 1 | -53/+21 |
* | Add FreeBSD ARM EABI hard-float support | Renato Golin | 2014-02-19 | 1 | -3/+20 |
* | Revert "Debug info: Make DWARF4 the default for Darwin, too." | Adrian Prantl | 2014-02-17 | 1 | -2/+10 |
* | Enable generation of unwind tables when building with sanitizers. | Evgeniy Stepanov | 2014-02-14 | 1 | -4/+5 |
* | Enable AArch64 NEON by default. | Jiangning Liu | 2014-02-14 | 1 | -0/+2 |
* | Add a command line option -gdwarf-aranges that will turn on emitting | Eric Christopher | 2014-02-14 | 1 | -0/+7 |
* | Debug info: Make DWARF4 the default for Darwin, too. | Adrian Prantl | 2014-02-14 | 1 | -10/+2 |
* | XCore target pass -v flag to assembler & linker | Robert Lytton | 2014-02-13 | 1 | -2/+8 |
* | add comment explaining previous commit | Robert Lytton | 2014-02-13 | 1 | -0/+1 |
* | XCore target -fexceptions flag handling | Robert Lytton | 2014-02-13 | 1 | -26/+47 |
* | Remove spurious default case to silent sanitizer | Renato Golin | 2014-02-13 | 1 | -2/+0 |
* | Add EXPERIMENTAL --rtlib=compiler-rt to GNU Clang | Renato Golin | 2014-02-13 | 1 | -2/+37 |
* | MS ABI: Implement #pragma vtordisp() and clang-cl /vdN | Reid Kleckner | 2014-02-12 | 1 | -0/+3 |
* | Add an option to allow Clang verify source files for a module only once during | Dmitri Gribenko | 2014-02-12 | 1 | -0/+10 |
* | [ARM] Fix NEON wrongly being enabled with soft-float when targeting armv8/Cor... | Amara Emerson | 2014-02-12 | 1 | -1/+4 |
* | Add Multilib selection machinery | Jonathan Roelofs | 2014-02-12 | 1 | -18/+18 |
* | Revert 201202 | Jonathan Roelofs | 2014-02-12 | 1 | -18/+18 |
* | Add Multilib selection machinery | Jonathan Roelofs | 2014-02-12 | 1 | -18/+18 |
* | MS ABI: Add support for the -vm{b,g,s,m,v} flags | David Majnemer | 2014-02-11 | 1 | -0/+27 |
* | XCore target: Pass through "-fverbose-asm" flag to xcc assembler. | Robert Lytton | 2014-02-11 | 1 | -0/+3 |
* | [stackprotector] Add command line option -fstack-protector-strong | Josh Magee | 2014-02-11 | 1 | -2/+6 |
* | Revert r194097: "With this patch -Wwrite-strings is still implemented with th... | Argyrios Kyrtzidis | 2014-02-07 | 1 | -4/+7 |
* | Use correct ld emulation for EABI hardware float triple on NetBSD. | Joerg Sonnenberger | 2014-02-06 | 1 | -2/+4 |
* | Move -verify-pch to use VerifyJobAction | Ben Langmuir | 2014-02-06 | 1 | -4/+3 |
* | Add a CC1 option -verify-pch | Ben Langmuir | 2014-02-05 | 1 | -6/+22 |
* | Fix handling of -fno-function-sections, -fno-data-sections in clang driver. | Evgeniy Stepanov | 2014-02-03 | 1 | -2/+9 |
* | Handle O32/N64 ABIs for NetBSD/MIPS64. From Matt Thomas. | Joerg Sonnenberger | 2014-02-02 | 1 | -0/+16 |
* | Use a switch for the emulation handling. | Joerg Sonnenberger | 2014-02-02 | 1 | -8/+10 |
* | Handle compat support for EABI/old APCS compatibility on NetBSD/ARM. | Joerg Sonnenberger | 2014-02-02 | 1 | -0/+17 |
* | Replace hasMipsN32ABIArg by hasMipsABIArg to make it easier to add | Joerg Sonnenberger | 2014-02-02 | 1 | -8/+8 |
* | Pass down -mcpu for external assembler in thumb mode, too. From Matt Thomas. | Joerg Sonnenberger | 2014-02-02 | 1 | -1/+2 |