| Commit message (Expand) | Author | Age | Files | Lines |
* | Add -mcrbits/-mno-crbits to control the PowerPC CR-bit-tracking feature | Hal Finkel | 2014-02-28 | 1 | -0/+6 |
* | Pass the sparc architecture variant to the assembler. | Roman Divacky | 2014-02-25 | 1 | -0/+1 |
* | clang-cl: use -fno-rtti by default | Hans Wennborg | 2014-02-25 | 1 | -0/+6 |
* | Give sparcv9 the ability to set the target cpu. Change it from accepting | Roman Divacky | 2014-02-25 | 1 | -7/+11 |
* | Add a driver option -ivfsoverlay | Ben Langmuir | 2014-02-25 | 1 | -0/+5 |
* | Respect ToolChain::isPIEDefault() in constructing link job on Linux and FreeBSD. | Alexey Samsonov | 2014-02-25 | 1 | -0/+2 |
* | Suppress clang/test/Driver/clang_f_opts.c for targeting cygming since r202058... | NAKAMURA Takumi | 2014-02-25 | 1 | -0/+2 |
* | Implement -fno-short-wchar | Richard Barton | 2014-02-24 | 1 | -0/+7 |
* | Add driver test for multiple preprocessor inputs | Alp Toker | 2014-02-24 | 2 | -2/+8 |
* | clang: add -f{no-,}integrate-as as consistent parameters | Saleem Abdulrasool | 2014-02-23 | 1 | -0/+11 |
* | Remove support for the QA_OVERRIDE_GCC3_OPTIONS environment variable. | Bob Wilson | 2014-02-23 | 1 | -2/+0 |
* | clang: forward -no-integrated-as from the driver | Saleem Abdulrasool | 2014-02-22 | 1 | -0/+19 |
* | test: fix MIPS driver tests | Saleem Abdulrasool | 2014-02-22 | 1 | -7/+7 |
* | Revert "clang: forward -no-integrated-as from the driver" | Saleem Abdulrasool | 2014-02-22 | 1 | -19/+0 |
* | clang: forward -no-integrated-as from the driver | Saleem Abdulrasool | 2014-02-22 | 1 | -0/+19 |
* | Default to ARMv5e for NetBSD/EABI, ARMv4 for APCS. | Joerg Sonnenberger | 2014-02-21 | 1 | -10/+21 |
* | Add support for FPv4-SP to the clang driver | Oliver Stannard | 2014-02-21 | 1 | -0/+8 |
* | Fix an assertion failure when invoking dsymutil. | Bob Wilson | 2014-02-21 | 1 | -0/+3 |
* | Get rid of obsolete addProfileRT(), generalize the relevant addProfileRTLinux... | Alexey Samsonov | 2014-02-20 | 1 | -0/+9 |
* | Hook up NetBSD/sparc and NetBSD/sparc64 as and ld invocations. | Joerg Sonnenberger | 2014-02-19 | 2 | -0/+84 |
* | clang-cl: Pass /Z7 when we fallback to cl with debug info enabled | Reid Kleckner | 2014-02-19 | 1 | -1/+2 |
* | Add FreeBSD ARM EABI hard-float support | Renato Golin | 2014-02-19 | 1 | -0/+9 |
* | clang-cl /fallback: turn the note into a warning | Hans Wennborg | 2014-02-19 | 1 | -2/+2 |
* | Fix the Driver/cl-fallback.c test | Hans Wennborg | 2014-02-18 | 1 | -1/+1 |
* | clang-cl /fallback: emit a note when falling back | Hans Wennborg | 2014-02-18 | 1 | -0/+6 |
* | clang-cl: Parse the /d2Zi+ flag (PR18728) | Hans Wennborg | 2014-02-18 | 1 | -0/+1 |
* | Revert "Debug info: Make DWARF4 the default for Darwin, too." | Adrian Prantl | 2014-02-17 | 2 | -3/+14 |
* | check-clang: Introduce the feature "non-ms-sdk" to suppress Driver/nostdincxx... | NAKAMURA Takumi | 2014-02-16 | 1 | -1/+3 |
* | Fix broken CHECK lines | Nico Rieck | 2014-02-16 | 4 | -12/+12 |
* | Fix broken RUN lines | Nico Rieck | 2014-02-16 | 1 | -1/+1 |
* | Enable generation of unwind tables when building with sanitizers. | Evgeniy Stepanov | 2014-02-14 | 1 | -0/+11 |
* | 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 | -1/+5 |
* | Debug info: Make DWARF4 the default for Darwin, too. | Adrian Prantl | 2014-02-14 | 2 | -14/+3 |
* | XCore target pass -v flag to assembler & linker | Robert Lytton | 2014-02-13 | 1 | -3/+4 |
* | XCore target -fexceptions flag handling | Robert Lytton | 2014-02-13 | 1 | -0/+15 |
* | Add EXPERIMENTAL --rtlib=compiler-rt to GNU Clang | Renato Golin | 2014-02-13 | 1 | -0/+40 |
* | 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/+6 |
* | MS ABI: Add support for the -vm{b,g,s,m,v} flags | David Majnemer | 2014-02-11 | 1 | -4/+18 |
* | XCore target: Pass through "-fverbose-asm" flag to xcc assembler. | Robert Lytton | 2014-02-11 | 1 | -2/+2 |
* | [stackprotector] Add command line option -fstack-protector-strong | Josh Magee | 2014-02-11 | 1 | -0/+8 |
* | Revert r194097: "With this patch -Wwrite-strings is still implemented with th... | Argyrios Kyrtzidis | 2014-02-07 | 1 | -2/+2 |
* | Use correct ld emulation for EABI hardware float triple on NetBSD. | Joerg Sonnenberger | 2014-02-06 | 1 | -0/+6 |
* | Move -verify-pch to use VerifyJobAction | Ben Langmuir | 2014-02-06 | 1 | -1/+1 |
* | Add a CC1 option -verify-pch | Ben Langmuir | 2014-02-05 | 1 | -0/+12 |
* | Objective-C driver. Do not use legacy dispatch for | Fariborz Jahanian | 2014-02-05 | 1 | -0/+8 |
* | Test cases for NetBSD/eARM | Joerg Sonnenberger | 2014-02-03 | 1 | -0/+74 |
* | Fix handling of -fno-function-sections, -fno-data-sections in clang driver. | Evgeniy Stepanov | 2014-02-03 | 1 | -0/+62 |
* | Revert r200555, r200545. | Evgeniy Stepanov | 2014-02-02 | 1 | -4/+0 |