- 4a8f753 [Frontend] Allow to use PrecompiledPreamble without calling CanReuse by Ilya Biryukov · 8 years ago
- e1d7053 Use an enum value instead of a string. by Rafael Espindola · 8 years ago
- cec95ec Revert 319303: Add _Float128 as alias to __float128 to enable compilations on Fedora27/glibc2 by Erich Keane · 8 years ago
- bb2cf63 [CodeComplete] Add an option to omit results from the preamble. by Sam McCall · 8 years ago
- db2736d Reland "Emit Function IDs table for Control Flow Guard" by Adrian McCarthy · 8 years ago
- f0ef137 [Frontend] Remove unused FileMgr in pp arg parse by Brian Gesiak · 8 years ago
- a503855 Track in the AST whether the operand to a UnaryOperator can overflow and then use that logic when evaluating constant expressions and emitting codegen. by Aaron Ballman · 8 years ago
- 57cc1a5 Added Control Flow Protection Flag by Oren Ben Simhon · 8 years ago
- ce63a92 Revert "Emit Function IDs table for Control Flow Guard" by Adrian McCarthy · 8 years ago
- cf6e6c8 Emit Function IDs table for Control Flow Guard by Adrian McCarthy · 8 years ago
- 5110d4f [Driver] Add flag enabling the function stack size section that was added in r319430 by Sean Eveson · 8 years ago
- 2491076 [Driver] Suggest correctly spelled driver options by Brian Gesiak · 8 years ago
- c192d19 Track shadow modules with a generation counter. by Bruno Cardoso Lopes · 8 years ago
- 4bb85ac Calculate size of buffer instead of using a magic value. by Paul Robinson · 8 years ago
- e927ca7 [OPENMP] Initial support for `-fopenmp-simd` option. by Alexey Bataev · 8 years ago
- 84bc0a2 [Modules] Map missing private submodules from Foo.Private to Foo_Private by Bruno Cardoso Lopes · 8 years ago
- 923e338 Added helper to get size of PrecompiledPreamble by Ilya Biryukov · 8 years ago
- 1f8647d [clang] Add BeforeExecute method to PrecompiledPreamble by Ilya Biryukov · 8 years ago
- cb8c009 [Driver, CodeGen] pass through and apply -fassociative-math by Sanjay Patel · 8 years ago
- 05e4648 [VerifyDiagnosticConsumer] support -verify=<prefixes> by Hal Finkel · 8 years ago
- cc15219 [TextDiagnosticBuffer] Fix diagnostic note emission order by Hal Finkel · 8 years ago
- 41e90bc [clang] Add PPCallbacks list to preprocessor when building a preacompiled preamble. by Ilya Biryukov · 8 years ago
- fead6ae [Sema] Ignore decls in namespaces when global decls are not wanted. by Eric Liu · 8 years ago
- 9a724aa [Driver][CodeGen] Add -mprefer-vector-width driver option and attribute during CodeGen. by Craig Topper · 8 years ago
- 6c48359 Revert 320391: Certain targets are failing, pulling back to diagnose. by Erich Keane · 8 years ago
- bb32255 For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is available by Erich Keane · 8 years ago
- 36bb6d5 Switch to gnu++14 as the default dialect. by Tim Northover · 8 years ago
- 29dc5de Correct line endings that got mixed up in r320089; NFC. by Aaron Ballman · 8 years ago
- 5b6c0f7 Add new language mode flags for C17. by Aaron Ballman · 8 years ago
- 6cdef0e [driver] Set the 'simulator' environment for Darwin when compiling for by Alex Lorenz · 8 years ago
- 1382a32 Add __WINT_MAX__. by Ed Schouten · 8 years ago
- 891fc7f Generalize "static data member instantiated" notification to cover variable templates too. by Richard Smith · 8 years ago
- 45cf85b Add _Float128 as alias to __float128 to enable compilations on Fedora27/glibc2-26 by Erich Keane · 8 years ago
- c351fba Now that C++17 is official (https://www.iso.org/standard/68564.html), start changing the C++1z terminology over to C++17. NFC intended, these are all mechanical changes. by Aaron Ballman · 8 years ago
- d141e48 [OpenCL] Define __IMAGE_SUPPORT__ macro for SPIR by Sven van Haastregt · 8 years ago
- 1a5b10d [XRay][clang] Introduce -fxray-always-emit-customevents by Dean Michael Berris · 8 years ago
- c950c65 Toolchain: Normalize dwarf, sjlj and seh eh by Martell Malone · 8 years ago
- 2fa2570 Revert "Toolchain: Normalize dwarf, sjlj and seh eh" by Martell Malone · 8 years ago
- 390cfcb Toolchain: Normalize dwarf, sjlj and seh eh by Martell Malone · 8 years ago
- 8318f61b Avoid copying the data of in-memory preambles by Ilya Biryukov · 8 years ago
- 14e8a5a Add -finstrument-function-entry-bare flag by Hans Wennborg · 8 years ago
- 523edb0 Revert r318669/318694 by Erich Keane · 8 years ago
- 5c086c7 For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is available by Erich Keane · 8 years ago
- 402b431 [CodeGen] Move Reciprocals option from TargetOptions to CodeGenOptions by Craig Topper · 8 years ago
- fa03a6a [Driver] Add a cc1 flag for the new TBAA metadata format by Ivan A. Kosarev · 8 years ago
- dd9ea75 Use llvm-config.h instead of config.h by Ilya Biryukov · 8 years ago
- 417085a Allow to store precompiled preambles in memory. by Ilya Biryukov · 8 years ago
- 76c26c1 Switch -mcount and -finstrument-functions to emit EnterExitInstrumenter attributes by Hans Wennborg · 8 years ago
- f3df1f7 [completion] complete ObjC interface names in an expression by Alex Lorenz · 8 years ago
- 5c65148 New clang option -fno-plt which avoids the PLT and lazy binding while making external calls. by Sriraman Tallam · 8 years ago
- a957ffb Add default calling convention support for regcall. by Erich Keane · 8 years ago
- 634c601 [CFI] Add CFI-icall pointer type generalization by Vlad Tsyrklevich · 8 years ago
- 24952ce Create fewer copies of StringMaps. No functionality change intended. by Benjamin Kramer · 8 years ago
- daae952 Revert r316193. by Richard Smith · 8 years ago
- 90161da Try to shorten system header paths when using -MD depfiles by Peter Wu · 8 years ago
- d973982 [CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) by NAKAMURA Takumi · 8 years ago
- 17ad3ac [modules] When finding the owning module of an instantiated context in template by Richard Smith · 8 years ago
- 400a64e Don't print end-of-directive tokens in -E output by Reid Kleckner · 8 years ago
- 9b3d627 [Bitfield] Add an option to access bitfield in a fine-grained manner. by Wei Mi · 8 years ago
- 606093a Add -f[no-]double-square-bracket-attributes as new driver options to control use of [[]] attributes in all language modes. This is the initial implementation of WG14 N2165, which is a proposal to add [[]] attributes to C2x, but also allows you to enable these attributes in C++98, or disable them in C++11 or later. by Aaron Ballman · 8 years ago
- 5b34958 Support for destroying operator delete, per C++2a proposal P0722. by Richard Smith · 8 years ago
- eb1ec87 Set PreprocessorOpts.GeneratePreamble=true in PrecompiledPreamble. by Ilya Biryukov · 8 years ago
- 729379a Driver: hoist the `wchar_t` handling to the driver by Saleem Abdulrasool · 8 years ago
- acdf918 Revert "Add /System/Library/PrivateFrameworks as a header search path." by Douglas Gregor · 8 years ago
- a828081 [PS4] Tidy up some debug-tuning v. triple decision-making. by Paul Robinson · 8 years ago
- 1787f81 [DWARF] Allow forward declarations of a class template instantiation by Paul Robinson · 8 years ago
- 16fee08 [Preprocessor] Preserve #pragma clang assume_nonnull in preprocessed output by Eli Friedman · 8 years ago
- 84fd064 [PCH] Fixed preamble breaking with BOM presence (and particularly, fluctuating BOM presence) by Cameron Desrochers · 8 years ago
- 39cabf6 Add /System/Library/PrivateFrameworks as a header search path. by Douglas Gregor · 8 years ago
- bb26f86 [MSan] Add flag to disable use-after-dtor. by Matt Morehouse · 8 years ago
- c05609c This adds the _Float16 preprocessor macro definitions. by Sjoerd Meijer · 8 years ago
- b52e236 IR: Represent -ggnu-pubnames with a flag on the DICompileUnit. by Peter Collingbourne · 8 years ago
- abc3d04 Use the VFS from the CompilerInvocation by default by Raphael Isemann · 8 years ago
- b5b48db [PCH] Allow VFS to be used for tests that generate PCH files by Cameron Desrochers · 8 years ago
- 6d9bc27 Fix ownership of the MemoryBuffer in a FrontendInputFile. by Richard Smith · 8 years ago
- 51ee12a Fix templated type alias completion when using global completion cache by Erik Verbruggen · 8 years ago
- 78137ec [CUDA] When compilation fails, print the compilation mode. by Justin Lebar · 8 years ago
- d30446f [modules] Add ability to specify module name to module file mapping (reapply) by Boris Kolpackov · 8 years ago
- db68911 Revert r312105 [modules] Add ability to specify module name to module file mapping by Victor Leschuk · 8 years ago
- 7a71b4b [modules] Add ability to specify module name to module file mapping by Boris Kolpackov · 8 years ago
- 6d2b6f0 Minimal runtime for UBSan. by Evgeniy Stepanov · 8 years ago
- 734d854 [modules-ts] Omit submodule semantics for TS modules by Boris Kolpackov · 8 years ago
- f667ad5 Add flag to request Clang is ABI-compatible with older versions of itself by Richard Smith · 8 years ago
- fd9fad9 [Frontend] Fix printing policy for AST context loaded from file by Vedant Kumar · 8 years ago
- 5e97f23 Expose -mllvm -accurate-sample-profile to clang. by Dehao Chen · 8 years ago
- aa603c3 Revert r311442 (Fix templated type alias completion when using global completion cache) by Erik Verbruggen · 8 years ago
- 1ca8bbb Fix templated type alias completion when using global completion cache by Erik Verbruggen · 8 years ago
- 5c7fc76 [SanitizerCoverage] Add stack depth tracing instrumentation. by Matt Morehouse · 8 years ago
- 0c6374e Fix comments about __OPENCL_MEMORY_SCOPE_* macros by Yaxun Liu · 8 years ago
- 30d652a [OpenCL] Support variable memory scope in atomic builtins by Yaxun Liu · 8 years ago
- 9d07ae7 Implement latest feature test macro recommendations, P0096R4. by Richard Smith · 8 years ago
- b88de41 Fixed a race condition in PrecompiledPreamble. by Ilya Biryukov · 8 years ago
- 2db4719 Use "foo-12345.o.tmp" instead of "foo.o-12345" as temporary file name. by Nico Weber · 8 years ago
- ef5e106 [OpenMP] Error when trying to offload to an unsupported architecture by Gheorghe-Teodor Bercea · 8 years ago
- e3b0a19 [OpenMP] Prevent emission of exception handling code when using OpenMP to offload to NVIDIA devices. by Gheorghe-Teodor Bercea · 8 years ago
- 3919506 Add OpenCL 2.0 atomic builtin functions as Clang builtin by Yaxun Liu · 8 years ago
- 8e72a07 Revert r309984, "Use "foo-12345.o" instead of "foo.o-12345" as temporary file name." by NAKAMURA Takumi · 8 years ago
- 09f4992 Use "foo-12345.o" instead of "foo.o-12345" as temporary file name. by Nico Weber · 8 years ago
- d72c5e5 [mips] Revert r309942 & r309940 by Simon Dardis · 8 years ago
- 50f6d35 [mips] Implement -muninit-const-in-rodata by Simon Dardis · 8 years ago