| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't enable /GX by default | David Majnemer | 2016-02-22 | 1 | -1/+3 |
| * | [MSVC Compat] Implement -EHc semantics | David Majnemer | 2016-02-20 | 1 | -3/+3 |
| * | [MSVC Compat] Add support for /GX, /GX- | David Majnemer | 2016-02-20 | 1 | -5/+12 |
| * | [modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a single | Richard Smith | 2016-02-19 | 1 | -1/+1 |
| * | [MSVC] Turn C++ EH on my default | David Majnemer | 2016-02-18 | 1 | -5/+3 |
| * | [CUDA] pass debug options to ptxas. | Artem Belevich | 2016-02-16 | 1 | -9/+11 |
| * | Remove decision logic for old NetBSD development versions, the 7.0 | Joerg Sonnenberger | 2016-02-11 | 1 | -1/+1 |
| * | Now that Sparc/Sparc64 backend is mostly usable, provide the same | Joerg Sonnenberger | 2016-02-11 | 1 | -0/+2 |
| * | [Driver] Add support for Qualcomm's Kryo CPU. | Chad Rosier | 2016-02-11 | 1 | -1/+2 |
| * | [ARM] Add command-line options for ARMv8.2-A | Oliver Stannard | 2016-02-11 | 1 | -4/+0 |
| * | [clang-cl] /Z7 now generates normal debug info, not just line info | Reid Kleckner | 2016-02-10 | 1 | -5/+2 |
| * | Driver: adjust linker invocation for GNUTools | Saleem Abdulrasool | 2016-02-07 | 1 | -7/+10 |
| * | [PGO] cc1 option name change for profile instrumentation | Rong Xu | 2016-02-04 | 1 | -4/+6 |
| * | Move DebugInfoKind into its own header to cut the cyclic dependency edge from... | Benjamin Kramer | 2016-02-02 | 1 | -24/+23 |
| * | ARMv7k: select ABI based on v7k Arch rather than watchos OS. | Tim Northover | 2016-01-27 | 1 | -1/+2 |
| * | Revert "[Driver] Make sure -fno-math-builtin option is being passed by the dr... | Chad Rosier | 2016-01-26 | 1 | -3/+2 |
| * | [Driver] Make sure -fno-math-builtin option is being passed by the driver. | Chad Rosier | 2016-01-26 | 1 | -2/+3 |
| * | [Driver] Update FIXME comment now that PR4941 has been addressed. | Chad Rosier | 2016-01-26 | 1 | -1/+1 |
| * | [cfi] Cross-DSO CFI diagnostic mode (clang part) | Evgeniy Stepanov | 2016-01-25 | 1 | -1/+4 |
| * | [CUDA] Disable ctor/dtor aliases in device code. | Justin Lebar | 2016-01-25 | 1 | -3/+5 |
| * | [MSVC Compat] Only warn for unknown clang-cl arguments | Ehsan Akhgari | 2016-01-25 | 1 | -0/+4 |
| * | LTO via the gold plugin needs to be told about debugger tuning. | Paul Robinson | 2016-01-25 | 1 | -0/+11 |
| * | Pass --wrap=pthread_create to linker for -fsplit-stack. | Rafael Espindola | 2016-01-25 | 1 | -0/+3 |
| * | [CUDA] Use Triple::isNVPTX() instead of enumerating nvptx && nvptx64. | Justin Lebar | 2016-01-23 | 1 | -4/+2 |
| * | [driver] Enable some static analyzer "unix" checkers on Windows. | Devin Coughlin | 2016-01-21 | 1 | -2/+11 |
| * | [CUDA] Handle -O options (more) correctly. | Justin Lebar | 2016-01-19 | 1 | -4/+29 |
| * | [Cygwin] Use -femulated-tls by default since r257718 introduced the new pass. | NAKAMURA Takumi | 2016-01-16 | 1 | -1/+1 |
| * | Introduce -fsanitize-stats flag. | Peter Collingbourne | 2016-01-16 | 1 | -10/+28 |
| * | [CUDA] Invoke ptxas and fatbinary during compilation. | Justin Lebar | 2016-01-14 | 1 | -0/+78 |
| * | [mips] Added support for -Wa,-mips32 and similar. | Scott Egerton | 2016-01-14 | 1 | -1/+25 |
| * | Revert r257602 because it breaks integrated-as.s on mips hosts. | Scott Egerton | 2016-01-13 | 1 | -24/+1 |
| * | [mips] Added support for -Wa,-mips32 and similar. | Scott Egerton | 2016-01-13 | 1 | -1/+24 |
| * | Generalize r256026 to apply to all MachO targets, not just Darwin targets. | Bob Wilson | 2016-01-13 | 1 | -2/+3 |
| * | Add an Action* member to InputInfo. | Justin Lebar | 2016-01-11 | 1 | -2/+2 |
| * | Driver: Use the new ELF lld linker for AMDGPU | Tom Stellard | 2016-01-08 | 1 | -4/+0 |
| * | Make sure we claim arguments that are going to be passed to a gcc tool, | Eric Christopher | 2016-01-07 | 1 | -5/+6 |
| * | Replace a loop with the call that does the same thing. | Eric Christopher | 2016-01-07 | 1 | -2/+1 |
| * | [WebAssembly] Enable -fvisibility=hidden by default. | Dan Gohman | 2016-01-07 | 1 | -0/+15 |
| * | [WebAssembly] Enable -ffunction-sections and -fdata-sections by default. | Dan Gohman | 2016-01-07 | 1 | -3/+8 |
| * | [WebAssembly] Only enable --gc-sections when optimizations are enabled. | Dan Gohman | 2016-01-07 | 1 | -1/+2 |
| * | [WebAssembly] Add --gc-sections to the link line. | Dan Gohman | 2016-01-06 | 1 | -0/+5 |
| * | [Driver] Add support for -fno-builtin-foo options. | Chad Rosier | 2016-01-06 | 1 | -3/+25 |
| * | [Analyzer] Change the default SA checkers for PS4 | Sean Eveson | 2016-01-06 | 1 | -8/+15 |
| * | Add -fno-movt frontend option, to disable movt/movw on ARM | Dimitry Andric | 2016-01-06 | 1 | -2/+2 |
| * | Change the set of actions built for external gcc tools. | Eric Christopher | 2016-01-06 | 1 | -0/+5 |
| * | [PGO] Enable clang to pass compiler-rt profile support library to linker on W... | Nathan Slingerland | 2016-01-05 | 1 | -0/+2 |
| * | [AArch64] Teaches clang about Samsung Exynos-M1 | MinSeong Kim | 2016-01-05 | 1 | -1/+1 |
| * | Disable generating movt on FreeBSD. | Davide Italiano | 2015-12-30 | 1 | -2/+2 |
| * | Fix up a comment and a bit of trailing whitespace. | Eric Christopher | 2015-12-28 | 1 | -2/+2 |
| * | We check for dwarf 5 in the backend, so go ahead and pass it along via | Eric Christopher | 2015-12-28 | 1 | -1/+2 |