| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Revert r280035 (and followups r280057, r280085), it caused PR30195 | Nico Weber | 2016-08-30 | 1 | -2/+0 |
* | This adds new options -fdenormal-fp-math and passes through option -ffast-math | Sjoerd Meijer | 2016-08-30 | 1 | -0/+13 |
* | [sanitizer-coverage] add two more modes of instrumentation: trace-div and tra... | Kostya Serebryany | 2016-08-30 | 1 | -0/+2 |
* | C++ Modules TS: driver support for building modules. | Richard Smith | 2016-08-30 | 1 | -0/+2 |
* | Add support for -fdiagnostics-absolute-paths: printing absolute paths in diag... | Hans Wennborg | 2016-08-26 | 1 | -0/+1 |
* | C++ Modules TS: add frontend support for building pcm files from module | Richard Smith | 2016-08-26 | 1 | -0/+3 |
* | DebugInfo: Add flag to CU to disable emission of inline debug info into the s... | David Blaikie | 2016-08-24 | 1 | -0/+1 |
* | Module: add -fprebuilt-module-path to support loading prebuilt modules. | Manman Ren | 2016-08-18 | 1 | -0/+2 |
* | PR18417: Increase -ftemplate-depth to the value 1024 recommended by the C++ | Richard Smith | 2016-08-17 | 1 | -1/+1 |
* | [OpenCL] Handle -cl-fp32-correctly-rounded-divide-sqrt | Yaxun Liu | 2016-08-09 | 1 | -0/+2 |
* | [OpenCL][AMDGPU] Add support for -cl-denorms-are-zero | Yaxun Liu | 2016-08-09 | 1 | -0/+1 |
* | [analyzer] Command line option to show enabled checker list. | Gabor Horvath | 2016-08-08 | 1 | -0/+1 |
* | Move helpers into anonymous namespaces. NFC. | Benjamin Kramer | 2016-08-06 | 1 | -1/+1 |
* | Initial vectorization support for svml calls (short vector math library). | Matt Masten | 2016-07-29 | 1 | -0/+2 |
* | [OpenCL] Generate opaque type for sampler_t and function call for the initial... | Yaxun Liu | 2016-07-28 | 1 | -0/+7 |
* | Add flags to toggle preservation of assembly comments | Nirav Dave | 2016-07-27 | 1 | -0/+1 |
* | Modules: add command line option fmodules-disable-diagnostic-validation | Manman Ren | 2016-07-26 | 1 | -1/+4 |
* | Add -fmodules-ts flag to cc1 for the provisional C++ modules TS, and mark | Richard Smith | 2016-07-23 | 1 | -2/+3 |
* | [NFC] Header cleanup | Mehdi Amini | 2016-07-18 | 1 | -1/+2 |
* | Add XRay flags to Clang. We implement two flags to control the XRay behaviour: | Aaron Ballman | 2016-07-13 | 1 | -0/+3 |
* | [OpenCL] Fixes failures in test/Driver/opencl.cl. | Yaxun Liu | 2016-07-13 | 1 | -12/+12 |
* | [PCH] Add a fno-pch-timestamp option to cc1 to disable inclusion of timestamp... | Pierre Gousseau | 2016-07-13 | 1 | -0/+1 |
* | [OpenCL] Add missing -cl-no-signed-zeros option into driver | Yaxun Liu | 2016-07-08 | 1 | -1/+2 |
* | [OpenMP] Use fopenmp prefix for all options introduced by the offloading impl... | Samuel Antao | 2016-06-30 | 1 | -2/+2 |
* | [OpenCL] Allow -cl-std and other standard -cl- options in driver | Yaxun Liu | 2016-06-29 | 1 | -0/+13 |
* | Frontend: clang-format a statement, NFC | Saleem Abdulrasool | 2016-06-28 | 1 | -4/+4 |
* | Restructure the propagation of -fPIC/-fPIE. | Rafael Espindola | 2016-06-23 | 1 | -2/+2 |
* | Add support for /Ob1 and -finline-hint-functions flags | Hans Wennborg | 2016-06-22 | 1 | -3/+8 |
* | Delete dead code. | Rafael Espindola | 2016-06-21 | 1 | -53/+0 |
* | [OpenCL] Include opencl-c.h by default as a clang module | Yaxun Liu | 2016-06-20 | 1 | -2/+11 |
* | [OpenCL] Allow -std={cl|CL}{|1.1|1.2|2.0} in driver | Yaxun Liu | 2016-06-17 | 1 | -7/+17 |
* | [OpenCL] Enable -fblocks by default for OpenCL 2.0 and above. | Yaxun Liu | 2016-06-14 | 1 | -1/+2 |
* | RenderScript support in the Frontend | Pirama Arumuga Nainar | 2016-06-09 | 1 | -0/+10 |
* | [asan] Added -fsanitize-address-use-after-scope flag | Vitaly Buka | 2016-06-02 | 1 | -1/+3 |
* | Avoid unnecessary std::string copies. NFC. | Benjamin Kramer | 2016-05-29 | 1 | -1/+1 |
* | Handle -Wa,--mrelax-relocations=[no|yes]. | Rafael Espindola | 2016-05-29 | 1 | -0/+1 |
* | [Driver] Fix driver support for color diagnostics | Bruno Cardoso Lopes | 2016-05-27 | 1 | -3/+47 |
* | Turn copies into references as suggested by clang-tidy's performance-unnecess... | Benjamin Kramer | 2016-05-27 | 1 | -1/+1 |
* | [OPENMP] Fixed processing of '-fopenmp-version=' option and test. | Alexey Bataev | 2016-05-27 | 1 | -3/+4 |
* | [OPENMP] Add option '-fopenmp-version=[31|40|45]' allowing choosing | Alexey Bataev | 2016-05-26 | 1 | -12/+17 |
* | [Driver] Add support for -finline-functions and /Ob2 flags | Hans Wennborg | 2016-05-24 | 1 | -2/+6 |
* | [CUDA] Add -fcuda-approx-transcendentals flag. | Justin Lebar | 2016-05-23 | 1 | -0/+3 |
* | [CUDA] Enable fusing FP ops (-ffp-contract=fast) for CUDA by default. | Artem Belevich | 2016-05-19 | 1 | -4/+9 |
* | Reapply^3 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-19 | 1 | -1/+2 |
* | Support for MSVS default calling convention options (/Gd, /Gz, /Gv, | Alexey Bataev | 2016-05-18 | 1 | -1/+43 |
* | Revert "Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and Coverage,... | Vedant Kumar | 2016-05-16 | 1 | -2/+1 |
* | Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-16 | 1 | -1/+2 |
* | Revert "Reapply "[ProfileData] (clang) Use Error in InstrProf and Coverage, N... | Chandler Carruth | 2016-05-14 | 1 | -2/+1 |
* | Reapply "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-13 | 1 | -1/+2 |
* | Revert "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-13 | 1 | -2/+1 |