- 8838db8 [Driver][Diagnostics] Make 'show option names' default for driver warnings by Bruno Cardoso Lopes · 9 years ago
- a77ac1b Add -fno-sanitize-address-use-after-scope flag by Vitaly Buka · 9 years ago
- 2dfbe9a [CUDA] Rename cuda_builtin_vars.h to __clang_cuda_builtin_vars.h. by Justin Lebar · 9 years ago
- 4ffb434 [coroutines] Rename driver flag -fcoroutines to -fcoroutines-ts by Gor Nishanov · 9 years ago
- 5913902 P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macro. By default, we by Richard Smith · 9 years ago
- abb6eea CC1: Add -save-stats option by Matthias Braun · 9 years ago
- fa007ae Revert "set the underlying value of “#pragma STDC FP_CONTRACT” on by default" by Renato Golin · 9 years ago
- 6919ae5 set the underlying value of “#pragma STDC FP_CONTRACT” on by default by Sebastian Pop · 9 years ago
- 60cdd61 [sanitizer-coverage] add yet another flavour of coverage instrumentation: trace-pc-guard. The intent is to eventually replace all of {bool coverage, 8bit-counters, trace-pc} with just this one. Clang part by Kostya Serebryany · 9 years ago
- 1eea3e5 Reapply r281276 with passing -emit-llvm in one of the tests by Adam Nemet · 9 years ago
- f2b6883 Revert "Add -fdiagnostics-show-hotness" by Adam Nemet · 9 years ago
- a340eff3 Add -fdiagnostics-show-hotness by Adam Nemet · 9 years ago
- 97e49ac Add -fprofile-dir= to clang. by Nick Lewycky · 9 years ago
- dd4ad3d Unrevert r280035 now that the clang-cl bug it exposed has been fixed by by Richard Smith · 9 years ago
- e36ab4a Revert r280035 (and followups r280057, r280085), it caused PR30195 by Nico Weber · 9 years ago
- 0a8d421 This adds new options -fdenormal-fp-math and passes through option -ffast-math by Sjoerd Meijer · 9 years ago
- 3b41971 [sanitizer-coverage] add two more modes of instrumentation: trace-div and trace-gep, mostly usaful for value-profile-based fuzzing; clang part by Kostya Serebryany · 9 years ago
- 88c52e0 C++ Modules TS: driver support for building modules. by Richard Smith · 9 years ago
- b30f437 Add support for -fdiagnostics-absolute-paths: printing absolute paths in diagnostics by Hans Wennborg · 9 years ago
- bbcc9f0 C++ Modules TS: add frontend support for building pcm files from module by Richard Smith · 9 years ago
- a45c31a DebugInfo: Add flag to CU to disable emission of inline debug info into the skeleton CU by David Blaikie · 9 years ago
- 11f2a47 Module: add -fprebuilt-module-path to support loading prebuilt modules. by Manman Ren · 9 years ago
- e55b473 PR18417: Increase -ftemplate-depth to the value 1024 recommended by the C++ by Richard Smith · 9 years ago
- ffb6090 [OpenCL] Handle -cl-fp32-correctly-rounded-divide-sqrt by Yaxun Liu · 9 years ago
- 2c17e82 [OpenCL][AMDGPU] Add support for -cl-denorms-are-zero by Yaxun Liu · 9 years ago
- c430990 [analyzer] Command line option to show enabled checker list. by Gabor Horvath · 9 years ago
- a0a13c3 Move helpers into anonymous namespaces. NFC. by Benjamin Kramer · 9 years ago
- 6731dea Initial vectorization support for svml calls (short vector math library). by Matt Masten · 9 years ago
- 0bc4b2d [OpenCL] Generate opaque type for sampler_t and function call for the initializer by Yaxun Liu · 9 years ago
- 993a139 Add flags to toggle preservation of assembly comments by Nirav Dave · 9 years ago
- 47a4445 Modules: add command line option fmodules-disable-diagnostic-validation by Manman Ren · 9 years ago
- c7bf380 Add -fmodules-ts flag to cc1 for the provisional C++ modules TS, and mark by Richard Smith · 9 years ago
- 9670f84 [NFC] Header cleanup by Mehdi Amini · 9 years ago
- 7d2aecb Add XRay flags to Clang. We implement two flags to control the XRay behaviour: by Aaron Ballman · 9 years ago
- 02c3979 [OpenCL] Fixes failures in test/Driver/opencl.cl. by Yaxun Liu · 9 years ago
- 533a893 [PCH] Add a fno-pch-timestamp option to cc1 to disable inclusion of timestamps in PCH files. by Pierre Gousseau · 9 years ago
- 79c99fb [OpenCL] Add missing -cl-no-signed-zeros option into driver by Yaxun Liu · 9 years ago
- 1168d63c [OpenMP] Use fopenmp prefix for all options introduced by the offloading implementation. by Samuel Antao · 9 years ago
- b5f176e [OpenCL] Allow -cl-std and other standard -cl- options in driver by Yaxun Liu · 9 years ago
- 7de0cf3 Frontend: clang-format a statement, NFC by Saleem Abdulrasool · 9 years ago
- c9d336e Restructure the propagation of -fPIC/-fPIE. by Rafael Espindola · 9 years ago
- 44d061a Add support for /Ob1 and -finline-hint-functions flags by Hans Wennborg · 9 years ago
- ea2a5e6 Delete dead code. by Rafael Espindola · 9 years ago
- 143f083 [OpenCL] Include opencl-c.h by default as a clang module by Yaxun Liu · 9 years ago
- b5044fe [OpenCL] Allow -std={cl|CL}{|1.1|1.2|2.0} in driver by Yaxun Liu · 9 years ago
- 18e3fd3 [OpenCL] Enable -fblocks by default for OpenCL 2.0 and above. by Yaxun Liu · 9 years ago
- 8b788d0 RenderScript support in the Frontend by Pirama Arumuga Nainar · 9 years ago
- 9d4eb6f [asan] Added -fsanitize-address-use-after-scope flag by Vitaly Buka · 9 years ago
- 442b9a9 Avoid unnecessary std::string copies. NFC. by Benjamin Kramer · 9 years ago
- f8f01c3 Handle -Wa,--mrelax-relocations=[no|yes]. by Rafael Espindola · 9 years ago
- 681d717 [Driver] Fix driver support for color diagnostics by Bruno Cardoso Lopes · 9 years ago
- 2e018ef Turn copies into references as suggested by clang-tidy's performance-unnecessary-copy-initialization. by Benjamin Kramer · 9 years ago
- 18c4852 [OPENMP] Fixed processing of '-fopenmp-version=' option and test. by Alexey Bataev · 9 years ago
- c6bd891 [OPENMP] Add option '-fopenmp-version=[31|40|45]' allowing choosing by Alexey Bataev · 9 years ago
- 7a00888 [Driver] Add support for -finline-functions and /Ob2 flags by Hans Wennborg · 9 years ago
- 91f6f07 [CUDA] Add -fcuda-approx-transcendentals flag. by Justin Lebar · 9 years ago
- 31c3bad [CUDA] Enable fusing FP ops (-ffp-contract=fast) for CUDA by default. by Artem Belevich · 9 years ago
- fa2d595 Reapply^3 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
- a754718 Support for MSVS default calling convention options (/Gd, /Gz, /Gv, by Alexey Bataev · 9 years ago
- da9513f Revert "Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"" by Vedant Kumar · 9 years ago
- 3354e2c Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
- 1b766d0 Revert "Reapply "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"" by Chandler Carruth · 9 years ago
- 0b7b7ae Reapply "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
- 2d87639 Revert "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
- 31af1fd [ProfileData] (clang) Use Error in InstrProf and Coverage, NFC by Vedant Kumar · 9 years ago
- ab731f7 [ubsan] Add -fsanitize-undefined-strip-path-components=N by Filipe Cabecinhas · 9 years ago
- 27fb522 Embed bitcode in object file (clang cc1 part) by Steven Wu · 9 years ago
- de87e5f Frontend: support -I=path for sysroot expansion by Saleem Abdulrasool · 9 years ago
- b31ee6d [SystemZ] Add -mbackchain option. by Marcin Koscielnicki · 9 years ago
- 21ac3bf Do not disable completely loop unroll when optimizing for size. by Marianne Mailhot-Sarrasin · 10 years ago
- 8195f69 [X86] Add -malign-double support by Reid Kleckner · 10 years ago
- 76945b2 [CUDA] Copy host builtin types to NVPTXTargetInfo. by Justin Lebar · 10 years ago
- 3afb266 Re-apply r267784, r267824 and r267830. by Peter Collingbourne · 10 years ago
- 5556a5c Revert r267784, r267824 and r267830. by Benjamin Kramer · 10 years ago
- a8b2f7c Rework interface for bitset-using features to use a notion of LTO visibility. by Peter Collingbourne · 10 years ago
- bf01080 Set the default C standard to C99 when targeting the PS4. by Sunil Srivastava · 10 years ago
- 382d355 [OpenCL] Add predefined macros. by Yaxun Liu · 10 years ago
- 811ff92 Always have clang pass -pie-level and -pic-level values to the code generator. by Wei Mi · 10 years ago
- f7b3d6c Move EABIVersion from CodeGenOptions to TargetOptions by Saleem Abdulrasool · 10 years ago
- 351241c Replace Sema-level implementation of -fassume-sane-operator-new with a by Richard Smith · 10 years ago
- 31994e2 Revert "Set the default C standard to C99 when targeting the PS4." by Sean Silva · 10 years ago
- d3a44f6 [CUDA] Add -fcuda-flush-denormals-to-zero. by Justin Lebar · 10 years ago
- d2f44d8 Add -fno-jump-tables and-fjump-tables flags by Nirav Dave · 10 years ago
- 0e15a77 Set the default C standard to C99 when targeting the PS4. by Sunil Srivastava · 10 years ago
- ba122ab [CUDA] Make unattributed constexpr functions implicitly host+device. by Justin Lebar · 10 years ago
- 25c4a81 [CUDA] Remove three obsolete CUDA cc1 flags. by Justin Lebar · 10 years ago
- 4650272 The time when -faltivec (or, on clang only, -maltivec) will magically by Eric Christopher · 10 years ago
- 9486771 Revert "Convert some ObjC msgSends to runtime calls." by Pete Cooper · 10 years ago
- d878e28 Reapply [2] [VFS] Add 'overlay-relative' field to YAML files by Bruno Cardoso Lopes · 10 years ago
- 8e2e9d6 Add -fnative-half-arguments-and-returns by Pirama Arumuga Nainar · 10 years ago
- 9e2f9d8 Revert "Reapply [VFS] Add 'overlay-relative' field to YAML files" by Bruno Cardoso Lopes · 10 years ago
- 016b2d0 Reapply [VFS] Add 'overlay-relative' field to YAML files by Bruno Cardoso Lopes · 10 years ago
- be6c750 Convert some ObjC msgSends to runtime calls. by Pete Cooper · 10 years ago
- 6c78974 Make it possible for AST plugins to enable themselves by default by John Brawn · 10 years ago
- fd652b1 Restrict the hack from r263429 to asan and msan. by Benjamin Kramer · 10 years ago
- a0d2940 [ThinLTO] Clang side of renaming of function index (NFC) by Teresa Johnson · 10 years ago
- 376b461 Revert "[ThinLTO] Clang side of renaming of function index (NFC)" by Teresa Johnson · 10 years ago
- 9c6cd5d [ThinLTO] Clang side of renaming of function index (NFC) by Teresa Johnson · 10 years ago
- aeb7b53 [OpenMP] Replace offloading option that start with -o with -fo. by Samuel Antao · 10 years ago
- 12f2de1 [Frontend] Disable value name discarding for all sanitizers. by Benjamin Kramer · 10 years ago