1. f76f650 Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
  2. 0ea0753 [OpenCL] Override supported OpenCL extensions with -cl-ext option by Alexey Bader · 9 years ago
  3. 6e5610f Implement ABI proposal for throwing noexcept function pointers, per discussion by Richard Smith · 9 years ago
  4. f160700 Revert "[Preprocessor] Support for '-dI' flag" by Bruno Cardoso Lopes · 9 years ago
  5. c9af134 [Preprocessor] Support for '-dI' flag by Bruno Cardoso Lopes · 9 years ago
  6. e0bde75 Do not print include_next/pragma once warnings when input is a header. by Erik Verbruggen · 9 years ago
  7. 5e83dfe Switch SmallSetVector to use DenseSet when it overflows its inline space. by Justin Lebar · 9 years ago
  8. 165a884 New clang option -mpie-copy-relocations to use copy relocations for PIE builds. by Sriraman Tallam · 9 years ago
  9. 76952a7 Reapply [Driver][Diagnostics] Make 'show option names' default for driver warnings by Bruno Cardoso Lopes · 9 years ago
  10. 93d683f Revert "[Driver][Diagnostics] Make 'show option names' default for driver warnings" by Renato Golin · 9 years ago
  11. 8f96e82 Add an option to save the backend-produced YAML optimization record to a file by Hal Finkel · 9 years ago
  12. 8838db8 [Driver][Diagnostics] Make 'show option names' default for driver warnings by Bruno Cardoso Lopes · 9 years ago
  13. a77ac1b Add -fno-sanitize-address-use-after-scope flag by Vitaly Buka · 9 years ago
  14. 2dfbe9a [CUDA] Rename cuda_builtin_vars.h to __clang_cuda_builtin_vars.h. by Justin Lebar · 9 years ago
  15. 4ffb434 [coroutines] Rename driver flag -fcoroutines to -fcoroutines-ts by Gor Nishanov · 9 years ago
  16. 5913902 P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macro. By default, we by Richard Smith · 9 years ago
  17. abb6eea CC1: Add -save-stats option by Matthias Braun · 9 years ago
  18. fa007ae Revert "set the underlying value of “#pragma STDC FP_CONTRACT” on by default" by Renato Golin · 9 years ago
  19. 6919ae5 set the underlying value of “#pragma STDC FP_CONTRACT” on by default by Sebastian Pop · 9 years ago
  20. 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
  21. 1eea3e5 Reapply r281276 with passing -emit-llvm in one of the tests by Adam Nemet · 9 years ago
  22. f2b6883 Revert "Add -fdiagnostics-show-hotness" by Adam Nemet · 9 years ago
  23. a340eff3 Add -fdiagnostics-show-hotness by Adam Nemet · 9 years ago
  24. 97e49ac Add -fprofile-dir= to clang. by Nick Lewycky · 9 years ago
  25. dd4ad3d Unrevert r280035 now that the clang-cl bug it exposed has been fixed by by Richard Smith · 9 years ago
  26. e36ab4a Revert r280035 (and followups r280057, r280085), it caused PR30195 by Nico Weber · 9 years ago
  27. 0a8d421 This adds new options -fdenormal-fp-math and passes through option -ffast-math by Sjoerd Meijer · 9 years ago
  28. 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
  29. 88c52e0 C++ Modules TS: driver support for building modules. by Richard Smith · 9 years ago
  30. b30f437 Add support for -fdiagnostics-absolute-paths: printing absolute paths in diagnostics by Hans Wennborg · 9 years ago
  31. bbcc9f0 C++ Modules TS: add frontend support for building pcm files from module by Richard Smith · 9 years ago
  32. a45c31a DebugInfo: Add flag to CU to disable emission of inline debug info into the skeleton CU by David Blaikie · 9 years ago
  33. 11f2a47 Module: add -fprebuilt-module-path to support loading prebuilt modules. by Manman Ren · 9 years ago
  34. e55b473 PR18417: Increase -ftemplate-depth to the value 1024 recommended by the C++ by Richard Smith · 9 years ago
  35. ffb6090 [OpenCL] Handle -cl-fp32-correctly-rounded-divide-sqrt by Yaxun Liu · 9 years ago
  36. 2c17e82 [OpenCL][AMDGPU] Add support for -cl-denorms-are-zero by Yaxun Liu · 9 years ago
  37. c430990 [analyzer] Command line option to show enabled checker list. by Gabor Horvath · 9 years ago
  38. a0a13c3 Move helpers into anonymous namespaces. NFC. by Benjamin Kramer · 9 years ago
  39. 6731dea Initial vectorization support for svml calls (short vector math library). by Matt Masten · 9 years ago
  40. 0bc4b2d [OpenCL] Generate opaque type for sampler_t and function call for the initializer by Yaxun Liu · 9 years ago
  41. 993a139 Add flags to toggle preservation of assembly comments by Nirav Dave · 9 years ago
  42. 47a4445 Modules: add command line option fmodules-disable-diagnostic-validation by Manman Ren · 9 years ago
  43. c7bf380 Add -fmodules-ts flag to cc1 for the provisional C++ modules TS, and mark by Richard Smith · 9 years ago
  44. 9670f84 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  45. 7d2aecb Add XRay flags to Clang. We implement two flags to control the XRay behaviour: by Aaron Ballman · 9 years ago
  46. 02c3979 [OpenCL] Fixes failures in test/Driver/opencl.cl. by Yaxun Liu · 9 years ago
  47. 533a893 [PCH] Add a fno-pch-timestamp option to cc1 to disable inclusion of timestamps in PCH files. by Pierre Gousseau · 9 years ago
  48. 79c99fb [OpenCL] Add missing -cl-no-signed-zeros option into driver by Yaxun Liu · 9 years ago
  49. 1168d63c [OpenMP] Use fopenmp prefix for all options introduced by the offloading implementation. by Samuel Antao · 9 years ago
  50. b5f176e [OpenCL] Allow -cl-std and other standard -cl- options in driver by Yaxun Liu · 9 years ago
  51. 7de0cf3 Frontend: clang-format a statement, NFC by Saleem Abdulrasool · 9 years ago
  52. c9d336e Restructure the propagation of -fPIC/-fPIE. by Rafael Espindola · 9 years ago
  53. 44d061a Add support for /Ob1 and -finline-hint-functions flags by Hans Wennborg · 9 years ago
  54. ea2a5e6 Delete dead code. by Rafael Espindola · 9 years ago
  55. 143f083 [OpenCL] Include opencl-c.h by default as a clang module by Yaxun Liu · 9 years ago
  56. b5044fe [OpenCL] Allow -std={cl|CL}{|1.1|1.2|2.0} in driver by Yaxun Liu · 9 years ago
  57. 18e3fd3 [OpenCL] Enable -fblocks by default for OpenCL 2.0 and above. by Yaxun Liu · 9 years ago
  58. 8b788d0 RenderScript support in the Frontend by Pirama Arumuga Nainar · 9 years ago
  59. 9d4eb6f [asan] Added -fsanitize-address-use-after-scope flag by Vitaly Buka · 9 years ago
  60. 442b9a9 Avoid unnecessary std::string copies. NFC. by Benjamin Kramer · 9 years ago
  61. f8f01c3 Handle -Wa,--mrelax-relocations=[no|yes]. by Rafael Espindola · 9 years ago
  62. 681d717 [Driver] Fix driver support for color diagnostics by Bruno Cardoso Lopes · 9 years ago
  63. 2e018ef Turn copies into references as suggested by clang-tidy's performance-unnecessary-copy-initialization. by Benjamin Kramer · 9 years ago
  64. 18c4852 [OPENMP] Fixed processing of '-fopenmp-version=' option and test. by Alexey Bataev · 9 years ago
  65. c6bd891 [OPENMP] Add option '-fopenmp-version=[31|40|45]' allowing choosing by Alexey Bataev · 9 years ago
  66. 7a00888 [Driver] Add support for -finline-functions and /Ob2 flags by Hans Wennborg · 9 years ago
  67. 91f6f07 [CUDA] Add -fcuda-approx-transcendentals flag. by Justin Lebar · 9 years ago
  68. 31c3bad [CUDA] Enable fusing FP ops (-ffp-contract=fast) for CUDA by default. by Artem Belevich · 9 years ago
  69. fa2d595 Reapply^3 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  70. a754718 Support for MSVS default calling convention options (/Gd, /Gz, /Gv, by Alexey Bataev · 9 years ago
  71. da9513f Revert "Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"" by Vedant Kumar · 9 years ago
  72. 3354e2c Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  73. 1b766d0 Revert "Reapply "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"" by Chandler Carruth · 9 years ago
  74. 0b7b7ae Reapply "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  75. 2d87639 Revert "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  76. 31af1fd [ProfileData] (clang) Use Error in InstrProf and Coverage, NFC by Vedant Kumar · 9 years ago
  77. ab731f7 [ubsan] Add -fsanitize-undefined-strip-path-components=N by Filipe Cabecinhas · 9 years ago
  78. 27fb522 Embed bitcode in object file (clang cc1 part) by Steven Wu · 9 years ago
  79. de87e5f Frontend: support -I=path for sysroot expansion by Saleem Abdulrasool · 9 years ago
  80. b31ee6d [SystemZ] Add -mbackchain option. by Marcin Koscielnicki · 10 years ago
  81. 21ac3bf Do not disable completely loop unroll when optimizing for size. by Marianne Mailhot-Sarrasin · 10 years ago
  82. 8195f69 [X86] Add -malign-double support by Reid Kleckner · 10 years ago
  83. 76945b2 [CUDA] Copy host builtin types to NVPTXTargetInfo. by Justin Lebar · 10 years ago
  84. 3afb266 Re-apply r267784, r267824 and r267830. by Peter Collingbourne · 10 years ago
  85. 5556a5c Revert r267784, r267824 and r267830. by Benjamin Kramer · 10 years ago
  86. a8b2f7c Rework interface for bitset-using features to use a notion of LTO visibility. by Peter Collingbourne · 10 years ago
  87. bf01080 Set the default C standard to C99 when targeting the PS4. by Sunil Srivastava · 10 years ago
  88. 382d355 [OpenCL] Add predefined macros. by Yaxun Liu · 10 years ago
  89. 811ff92 Always have clang pass -pie-level and -pic-level values to the code generator. by Wei Mi · 10 years ago
  90. f7b3d6c Move EABIVersion from CodeGenOptions to TargetOptions by Saleem Abdulrasool · 10 years ago
  91. 351241c Replace Sema-level implementation of -fassume-sane-operator-new with a by Richard Smith · 10 years ago
  92. 31994e2 Revert "Set the default C standard to C99 when targeting the PS4." by Sean Silva · 10 years ago
  93. d3a44f6 [CUDA] Add -fcuda-flush-denormals-to-zero. by Justin Lebar · 10 years ago
  94. d2f44d8 Add -fno-jump-tables and-fjump-tables flags by Nirav Dave · 10 years ago
  95. 0e15a77 Set the default C standard to C99 when targeting the PS4. by Sunil Srivastava · 10 years ago
  96. ba122ab [CUDA] Make unattributed constexpr functions implicitly host+device. by Justin Lebar · 10 years ago
  97. 25c4a81 [CUDA] Remove three obsolete CUDA cc1 flags. by Justin Lebar · 10 years ago
  98. 4650272 The time when -faltivec (or, on clang only, -maltivec) will magically by Eric Christopher · 10 years ago
  99. 9486771 Revert "Convert some ObjC msgSends to runtime calls." by Pete Cooper · 10 years ago
  100. d878e28 Reapply [2] [VFS] Add 'overlay-relative' field to YAML files by Bruno Cardoso Lopes · 10 years ago