| Commit message (Expand) | Author | Age | Files | Lines |
* | [CUDA] Add --no-cuda-noopt-debug, which disables --cuda-noopt-debug. | Justin Lebar | 2016-04-19 | 1 | -1/+2 |
* | ARM: make Darwin's "-arch armv7em" default to hard-float. | Tim Northover | 2016-04-13 | 1 | -1/+6 |
* | [AMDGPU] Add debugger related target options | Konstantin Zhuravlyov | 2016-04-12 | 1 | -0/+20 |
* | Always use --eh-frame-hdr on FreeBSD, even for -static | Ed Maste | 2016-04-12 | 1 | -1/+1 |
* | Allow simultaneous safestack and stackprotector attributes. | Evgeniy Stepanov | 2016-04-11 | 1 | -9/+4 |
* | Enable PIE for CloudABI. | Ed Schouten | 2016-04-06 | 1 | -0/+6 |
* | Add -fno-jump-tables and-fjump-tables flags | Nirav Dave | 2016-04-05 | 1 | -0/+4 |
* | clang-cl: Don't skip i_group flags other than -include when building pchs. | Nico Weber | 2016-04-02 | 1 | -1/+2 |
* | [DarwinDriver] Increase the number of valid digits for ld64 version string. | Bruno Cardoso Lopes | 2016-03-31 | 1 | -5/+2 |
* | [Driver] Quote clang full version in dwarf producer when invoking cc1as | Bruno Cardoso Lopes | 2016-03-30 | 1 | -1/+2 |
* | [CUDA] Remove three obsolete CUDA cc1 flags. | Justin Lebar | 2016-03-29 | 1 | -2/+0 |
* | [AMDGPU] Switch linker to amdphdrs + update test | Konstantin Zhuravlyov | 2016-03-29 | 1 | -1/+0 |
* | [lanai] Add Lanai backend to clang driver. | Jacques Pienaar | 2016-03-28 | 1 | -0/+37 |
* | Modules builds are necessarily compile actions, but they don't | Eric Christopher | 2016-03-24 | 1 | -1/+1 |
* | clang-cl: Add a FIXME for bumping the default msc version. | Nico Weber | 2016-03-23 | 1 | -0/+1 |
* | clang-cl: Add more tests for the interaction of /FI and /Yc /Yu. | Nico Weber | 2016-03-23 | 1 | -2/+4 |
* | Revert r263974, "clang-cl: With -fmsc-version=1900, use MSVS2015 diag formatt... | NAKAMURA Takumi | 2016-03-21 | 1 | -1/+0 |
* | Revert "Convert some ObjC msgSends to runtime calls." | Pete Cooper | 2016-03-21 | 1 | -12/+0 |
* | clang-cl: With -fmsc-version=1900, use MSVS2015 diag formatting. | Nico Weber | 2016-03-21 | 1 | -0/+1 |
* | [modules] Don't invent a module cache path unless implicit module builds are ... | Richard Smith | 2016-03-21 | 1 | -22/+20 |
* | Minor code cleanups. NFC. | Junmo Park | 2016-03-17 | 1 | -1/+1 |
* | Convert some ObjC msgSends to runtime calls. | Pete Cooper | 2016-03-16 | 1 | -0/+12 |
* | Myriad: Pass -mcpu to movi{Compile,Asm} | Douglas Katzman | 2016-03-15 | 1 | -3/+6 |
* | [Driver] Enable --rtlib option for MSVC target | Andrey Turetskiy | 2016-03-14 | 1 | -1/+16 |
* | Remove compile time PreserveName in favor of a runtime cc1 -discard-value-nam... | Mehdi Amini | 2016-03-13 | 1 | -0/+2 |
* | Switch krait to use -mcpu=cortex-a15 for assembler tool invocations. | Stephen Hines | 2016-03-04 | 1 | -2/+2 |
* | [ARM] Add Clang targeting for ARMv8-M Baseline/Mainline | Bradley Smith | 2016-03-03 | 1 | -0/+4 |
* | [PGO] Change profile use cc1 option to handle IR level profiles | Rong Xu | 2016-03-02 | 1 | -2/+3 |
* | clang-cl: Implement initial limited support for precompiled headers. | Nico Weber | 2016-03-01 | 1 | -1/+69 |
* | Introduce -fembed-bitcode driver option | Steven Wu | 2016-03-01 | 1 | -0/+20 |
* | [clang-cl] /EHc should not effect functions with explicit exception specifica... | David Majnemer | 2016-02-29 | 1 | -6/+8 |
* | [clang-cl] /EHc should not have an effect on /EHa | David Majnemer | 2016-02-29 | 1 | -1/+5 |
* | [Driver] Disable frame pointer elimination by default if target is | Akira Hatanaka | 2016-02-26 | 1 | -0/+2 |
* | Fix build by using hasFlag instead of hasArg. | Peter Collingbourne | 2016-02-24 | 1 | -2/+2 |
* | Add whole-program vtable optimization feature to Clang. | Peter Collingbourne | 2016-02-24 | 1 | -0/+26 |
* | AArch64: fix Cyclone CPU features list. | Tim Northover | 2016-02-24 | 1 | -1/+4 |
* | Rename Action::begin() to Action::input_begin(). | Nico Weber | 2016-02-23 | 1 | -2/+2 |
* | [WebAssembly] Initial driver support for standard library paths. | Dan Gohman | 2016-02-22 | 1 | -2/+44 |
* | 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 |