- 9f0c21c Move -add-plugin validation after -load was executed. by Nico Weber · 7 years ago
- 87f477b hwasan: Implement lazy thread initialization for the interceptor ABI. by Peter Collingbourne · 7 years ago
- ca27a2b0 Validate -add-plugin arguments. by Nico Weber · 7 years ago
- 14daa20 Automatic variable initialization by JF Bastien · 7 years ago
- 0a264f3 [darwin] parse the SDK settings from SDKSettings.json if it exists and by Alex Lorenz · 7 years ago
- de6beb0 Implement -frecord-command-line (-frecord-gcc-switches) by Scott Linder · 7 years ago
- 6368818 Move CodeGenOptions from Frontend to Basic by Richard Trieu · 7 years ago
- b23ccec Misc typos fixes in ./lib folder by Raphael Isemann · 7 years ago
- e388680 Convert some ObjC msgSends to runtime calls. by Pete Cooper · 7 years ago
- 2e7ab55 [frontend][darwin] warn_stdlibcxx_not_found: supress warning for preprocessed input by Alex Lorenz · 7 years ago
- 8076c57 [asan] Add clang flag -fsanitize-address-use-odr-indicator by Vitaly Buka · 7 years ago
- 0a6b5b6 PTH-- Remove feature entirely- by Erich Keane · 7 years ago
- 821b38f [Sema] Provide -fvisibility-global-new-delete-hidden option by Petr Hosek · 7 years ago
- dbc9941 [Analyzer] Actually check for -model-path being a directory by Ilya Biryukov · 7 years ago
- d1a4b06 [analyzer] Emit an error for invalid -analyzer-config inputs by Kristof Umann · 7 years ago
- 549f9cd [analyzer] Evaluate all non-checker config options before analysis by Kristof Umann · 7 years ago
- 55fcb4e [-gmodules] Honor -fdebug-prefix-map in the debug info inside PCMs. by Adrian Prantl · 7 years ago
- 000fbab [NFC] Replace magic numbers with CodeGenOpt enums by Sam Parker · 7 years ago
- f4bf671 [Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to filter the files to instrument with gcov (after revert https://reviews.llvm.org/rL346659) by Calixte Denizet · 7 years ago
- 9941da4 Sink BuryPointer from Clang into LLVM for reuse there by David Blaikie · 7 years ago
- 7555771 [codeview] Expose -gcodeview-ghash for global type hashing by Reid Kleckner · 7 years ago
- 28ddb91 [c++20] Implement P0482R6: enable -fchar8_t by default in C++20 mode. by Richard Smith · 7 years ago
- 91829ee [Clang] - Add '-gsplit-dwarf[=split,=single]' version for '-gsplit-dwarf' option. by George Rimar · 7 years ago
- 27692de DebugInfo: Add a driver flag for DWARF debug_ranges base address specifier use. by David Blaikie · 7 years ago
- 186d5bd Revert rL346644, rL346642: the added test test/CodeGen/code-coverage-filter.c is failing under windows by Calixte Denizet · 7 years ago
- cedcc73 [Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to filter the files to instrument with gcov by Calixte Denizet · 7 years ago
- 302c643 Add /Zc:DllexportInlines option to clang-cl by Takuto Ikuta · 7 years ago
- 0eb5008 Change -fsanitize-address-poison-class-member-array-new-cookie to -fsanitize-address-poison-custom-array-cookie by Filipe Cabecinhas · 7 years ago
- f1f351c [analyzer] New flag to print all -analyzer-config options by Kristof Umann · 7 years ago
- e409018 [OPENMP][NVPTX]Improve emission of the globalized variables for by Alexey Bataev · 7 years ago
- 4dc0b1a Fix clang -Wimplicit-fallthrough warnings across llvm, NFC by Reid Kleckner · 7 years ago
- fa98390 NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) by Erik Pilkington · 7 years ago
- f239a44 [VFS] Add property 'fallthrough' that controls fallback to real file system. by Volodymyr Sapsai · 7 years ago
- 6822bd7 PR26547: alignof should return ABI alignment, not preferred alignment by Richard Smith · 7 years ago
- a8a24aa [AArch64] Branch Protection and Return Address Signing B Key Support by Luke Cheeseman · 7 years ago
- 81a650e Driver,CodeGen: introduce support for Swift CFString layout by Saleem Abdulrasool · 7 years ago
- 7f569b7 Add support for -mno-tls-direct-seg-refs to Clang by Kristina Brooks · 7 years ago
- 8654ae5 Add a flag to remap manglings when reading profile data information. by Richard Smith · 7 years ago
- fc51490 Lift VFS from clang to llvm (NFC) by Jonas Devlieghere · 7 years ago
- bc1cd92 Introduce code_model macros by Ali Tamur · 7 years ago
- 65ebd13 [Frontend] Delete -print-decl-contexts by Fangrui Song · 7 years ago
- 9767089 [HIP] Support early finalization of device code for -fno-gpu-rdc by Yaxun Liu · 7 years ago
- 1d38c13 Use the container form llvm::sort(C, ...) by Fangrui Song · 7 years ago
- c704f4f [analyzer] Provide an option to dump generated exploded graphs to a given file. by George Karpenkov · 7 years ago
- d6509cf [modules] Frontend support for building a header module from a list of by Richard Smith · 7 years ago
- 58df1af [clang-cl, PCH] Support for /Yc and /Yu without filename and #pragma hdrstop by Mike Rice · 7 years ago
- 47b2ed2 Revert "[OPENMP][NVPTX] Disable runtime-type info for CUDA devices." by Alexey Bataev · 7 years ago
- d49c32c [MSan] add KMSAN support to Clang driver by Alexander Potapenko · 7 years ago
- 95363e3 [analyzer] Remove traces of ubigraph visualization by George Karpenkov · 7 years ago
- 33c137b [OPENMP][NVPTX] Disable runtime-type info for CUDA devices. by Alexey Bataev · 7 years ago
- 664aa86 [x86/SLH] Add a real Clang flag and LLVM IR attribute for Speculative by Chandler Carruth · 7 years ago
- 80e1b5e [DEBUGINFO] Add support for emission of the debug directives only. by Alexey Bataev · 7 years ago
- 80a9a61 [OPENMP][NVPTX] Add options -f[no-]openmp-cuda-force-full-runtime. by Alexey Bataev · 7 years ago
- a393e68 [analyzer] Move analyzer-eagerly-assume to AnalyzerOptions, enable by default by George Karpenkov · 7 years ago
- 6593df2 Currently clang does not emit unused static constants. GCC emits these by Elizabeth Andrews · 7 years ago
- ecc6987 [AArch64] Add Tiny Code Model for AArch64 by David Green · 7 years ago
- 5a559e6 Add a new flag and attributes to control static destructor registration by Erik Pilkington · 7 years ago
- 6586452 DebugInfo: Add the ability to disable DWARF name tables entirely by David Blaikie · 7 years ago
- a13746b Rename -mlink-cuda-bitcode to -mlink-builtin-bitcode by Matt Arsenault · 7 years ago
- 0ac44c1 [AArch64] - return address signing by Luke Cheeseman · 7 years ago
- 7b27454 [ADT] Normalize empty triple components by Petr Hosek · 7 years ago
- 77403de [OPENMP] Force OpenMP 4.5 when compiling for offloading. by Alexey Bataev · 7 years ago
- e1bfbc5 [HIP] Support -fcuda-flush-denormals-to-zero for amdgcn by Yaxun Liu · 7 years ago
- 99337e2 Change \t to spaces by Fangrui Song · 7 years ago
- da08f6a [clang]: Add support for "-fno-delete-null-pointer-checks" by Manoj Gupta · 7 years ago
- 14b468b Re-land r337333, "Teach Clang to emit address-significance tables.", by Peter Collingbourne · 7 years ago
- 35c6996 Revert r337333, "Teach Clang to emit address-significance tables." by Peter Collingbourne · 7 years ago
- 27242c0 Teach Clang to emit address-significance tables. by Peter Collingbourne · 7 years ago
- 33f3e63 [Driver] Add -fno-digraphs by Jacob Bandes-Storch · 7 years ago
- 76675de [clang-cl, PCH] Implement support for MS-style PCH through headers by Erich Keane · 7 years ago
- 6e16c60 [Fixed Point Arithmetic] Rename `-fsame-fbits` flag by Leonard Chan · 7 years ago
- 08c5a7b [clang-cl] Don't emit dllexport inline functions etc. from pch files (PR37801) by Hans Wennborg · 7 years ago
- 7609cb8 Re-land "[LTO] Enable module summary emission by default for regular LTO" by Tobias Edler von Koch · 7 years ago
- e597a2c Revert "[LTO] Enable module summary emission by default for regular LTO" by Tobias Edler von Koch · 7 years ago
- 9a8be60 [LTO] Enable module summary emission by default for regular LTO by Tobias Edler von Koch · 7 years ago
- db01c3a [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point Literals by Leonard Chan · 7 years ago
- e368de3 Add -fforce-emit-vtables by Piotr Padlewski · 7 years ago
- d8c6290 Move VersionTuple from clang/Basic to llvm/Support by Pavel Labath · 7 years ago
- d8d1547 [Frontend] Disallow non-MSVC exception models for windows-msvc targets by Shoaib Meenai · 7 years ago
- f921d85 This diff includes changes for supporting the following types. by Leonard Chan · 7 years ago
- 0d485db Revert "This diff includes changes for supporting the following types." by Leonard Chan · 7 years ago
- db55d83 This diff includes changes for supporting the following types. by Leonard Chan · 7 years ago
- 16ed8dd Add a new driver mode to dump compiler feature and extension options. by Aaron Ballman · 7 years ago
- 54d13b4 Sema: Add a flag for rejecting member pointers with incomplete base types. by Peter Collingbourne · 7 years ago
- f92ca01 [Support] Avoid normalization in sys::getDefaultTargetTriple by Petr Hosek · 7 years ago
- b4670fc Optionally add code completion results for arrow instead of dot by Ivan Donchevskii · 7 years ago
- 66f9577 [OPENMP-SIMD] Fix PR37536: Fix definition of _OPENMP macro. by Alexey Bataev · 7 years ago
- 5062e4b Revert 332750, clang part (see comment on D46910). by Nico Weber · 7 years ago
- 24b61ac [Support] Avoid normalization in sys::getDefaultTargetTriple by Petr Hosek · 7 years ago
- 0fb8c87 This patch aims to match the changes introduced by Alexander Ivchenko · 7 years ago
- 9a40ff5 Revert commits r332160, r332164, r332236. by Douglas Yung · 7 years ago
- dde9de7 Force the PS4 clang ABI version to 6. by Douglas Yung · 7 years ago
- 679dafe [CUDA] Added -f[no-]cuda-short-ptr option by Artem Belevich · 7 years ago
- 2ca6ba1 [OpenCL] Restrict various keywords in OpenCL C++ mode by Sven van Haastregt · 7 years ago
- 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
- 35b6139 [OpenCL] Factor out language version printing by Sven van Haastregt · 7 years ago
- 66744f8 [ThinLTO] Support opt remarks options with distributed ThinLTO backends by Teresa Johnson · 7 years ago
- 425f48d [clang-cl] Print /showIncludes to stderr, if used in combination with /E, /EP or /P by Erich Keane · 7 years ago
- 1ab3457 [OPENMP] Enable c++ exceptions outside of the target constructs iff they are by Alexey Bataev · 7 years ago
- 3a8244d Implement P0482R2, support for char8_t type. by Richard Smith · 7 years ago