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