| Commit message (Expand) | Author | Age | Files | Lines |
| * | Kill -faddress-sanitizer, -fthread-sanitizer and -fcatch-undefined-behavior f... | Alexey Samsonov | 2014-03-20 | 1 | -2/+1 |
| * | Add support for sanitizers arguments on FreeBSD | Viktor Kutuzov | 2014-03-18 | 1 | -2/+10 |
| * | AArch64_be specific clang target settings | Christian Pirker | 2014-03-14 | 1 | -0/+4 |
| * | [Modules] Emit the module file paths as dependencies of the PCH when we are b... | Argyrios Kyrtzidis | 2014-03-14 | 1 | -0/+3 |
| * | Always use --eh-frame-hdr on NetBSD, even for -static. | Joerg Sonnenberger | 2014-03-13 | 1 | -1/+1 |
| * | Add an option -fmodules-validate-system-headers | Ben Langmuir | 2014-03-12 | 1 | -0/+2 |
| * | Driver: Support -gmlt as an alias for -gline-tables-only | David Blaikie | 2014-03-11 | 1 | -1/+2 |
| * | [OPENMP] Fixed linked libraries for libiomp5 on Linux | Alexey Bataev | 2014-03-07 | 1 | -1/+1 |
| * | Update for LLVM API change | Saleem Abdulrasool | 2014-03-06 | 1 | -6/+7 |
| * | [OPENMP] Added option -fopenmp=libiomp5|libgomp | Alexey Bataev | 2014-03-06 | 1 | -6/+48 |
| * | Pass llvm::Triple objects by const reference. | Benjamin Kramer | 2014-03-04 | 1 | -2/+2 |
| * | Introduce '-fmodules-user-build-path' which accepts the "canonical" path to a... | Argyrios Kyrtzidis | 2014-03-03 | 1 | -0/+7 |
| * | 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 |