1. 3d35a94 [clang] Set up .arcconfig to point to new Diffusion C repository by Ben Hamilton · 8 years ago
  2. 61396a3 [OPENMP] Improve handling of cancel directives in target-based constructs, NFC. by Alexey Bataev · 8 years ago
  3. fd5a816 Constify. NFC. by Vassil Vassilev · 8 years ago
  4. c9167de [lit] Set shlibpath_var on Solaris by Fedor Sergeev · 8 years ago
  5. d208752 [clang-format] Add option to group multiple #include blocks when sorting includes by Krasimir Georgiev · 8 years ago
  6. 7e7c081 [ASTImporter] Support importing CXXPseudoDestructorExpr by Aleksei Sidorin · 8 years ago
  7. 34b7617 [CodeGen] Collect information about sizes of accesses and access types for TBAA by Ivan A. Kosarev · 8 years ago
  8. 950990b [OpenCL] Add extensions cl_intel_subgroups and cl_intel_subgroups_short by Alexey Sotkin · 8 years ago
  9. 9f9177d Enable additonal features in NetBSD by Kamil Rytarowski · 8 years ago
  10. f3dc130 Determine the attribute subject for diagnostics based on declarative information in DeclNodes.td. This greatly reduces the number of enumerated values used for more complex diagnostics; these are now only required when the "attribute only applies to" diagnostic needs to be generated manually as part of semantic processing. by Aaron Ballman · 8 years ago
  11. dace804 [ASTImporter] Support TypeTraitExpr by Aleksei Sidorin · 8 years ago
  12. 30a844e Control-Flow Enforcement Technology - Shadow Stack and Indirect Branch Tracking support (Clang side) by Oren Ben Simhon · 8 years ago
  13. 24008b2 [X86] Use separate builtins for fma4 scalar intrinsics. Use negations to remove some of the scalar fma3 builtins. by Craig Topper · 8 years ago
  14. 486042e [analyzer] Teach RetainCountChecker about CoreMedia APIs by Devin Coughlin · 8 years ago
  15. 44d2f95 clang-format: [JS] do not collapse short classes. by Martin Probst · 8 years ago
  16. 1526085 clang-format: [JS] handle semis in generic types. by Martin Probst · 8 years ago
  17. 525eeea clang-format: [JS] handle `for` as object label. by Martin Probst · 8 years ago
  18. 47e4a29 clang-format: [JS] disable ASI on decorators. by Martin Probst · 8 years ago
  19. 2aaf2c9 [clang-format] Deduplicate using declarations by Krasimir Georgiev · 8 years ago
  20. 57465f3 clang-format: [JS] do not break in ArrayType[]. by Martin Probst · 8 years ago
  21. 7d87a9f clang-format: [JS] do not wrap before yield. by Martin Probst · 8 years ago
  22. fa64467 clang-format: [JS] space between ! assert and in. by Martin Probst · 8 years ago
  23. e5081fa Avoid copying the data of in-memory preambles by Ilya Biryukov · 8 years ago
  24. 0a49d2d [Tooling] Acknowledge that many CompilationDatabases don't support enumeration. by Sam McCall · 8 years ago
  25. 6b3cbe9 clang-format: [JS] handle destructuring `of`. by Martin Probst · 8 years ago
  26. be065bc [ASTMatchers] Matchers for new[] operators by Adam Balogh · 8 years ago
  27. 6428eaf Do not perform the analysis based warning if the warnings are ignored by Olivier Goffart · 8 years ago
  28. ddac3f05 [DeclPrinter] Allow printing fully qualified name of function declaration by Serge Pavlov · 8 years ago
  29. 5961730 [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  30. 007ca30 [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  31. 13e60aa [OPENMP] Add support for cancel constructs in `target teams distribute by Alexey Bataev · 8 years ago
  32. 058809d [OPENMP] Add support for cancel constructs in [teams] distribute by Alexey Bataev · 8 years ago
  33. ea7e334 Revert "[CodeGen] Fix vtable not receiving hidden visibility when using push(visibility)" by Petr Hosek · 8 years ago
  34. 319c773 [OPENMP] Added missed checks for for [simd] based directives. by Alexey Bataev · 8 years ago
  35. bf61dda CachePruning: Allow limiting the number of files in the cache directory. by Peter Collingbourne · 8 years ago
  36. e678b6c [CodeGen] Fix vtable not receiving hidden visibility when using push(visibility) by Petr Hosek · 8 years ago
  37. d4fdc25 [OPENMP] General improvement of code, NFC. by Alexey Bataev · 8 years ago
  38. c87c796 [OPENMP] Do not mark captured variables as artificial in debug info. by Alexey Bataev · 8 years ago
  39. 51604e7 [OpenMP] Adjust arguments of nvptx runtime functions by Jonas Hahnfeld · 8 years ago
  40. 33fb7da [OPENMP] Codegen for `target teams` directive. by Alexey Bataev · 8 years ago
  41. 0c98705 [Docs] Update list of languages clang-format can format by Malcolm Parsons · 8 years ago
  42. 33284b7 [Driver] Make the use of relax relocations a per target option by Petr Hosek · 8 years ago
  43. 5c80394 [X86] Update CPUSupports code to reuse LLVM .def file [NFC] by Erich Keane · 8 years ago
  44. 125689b [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  45. 649efd2 [OpenMP] Fix tests after r318789 by Richard Trieu · 8 years ago
  46. e590cad Avoid unecessary opsize byte in segment move to memory by Nirav Dave · 8 years ago
  47. 781caf0 The offsetof macro is intended to work with subobjects rather than simple identifiers designating a member, making the -Wextended-offsetof diagnostic obsolete as this construct is not an extension. Implements WG14 DR496. by Aaron Ballman · 8 years ago
  48. 8f491b9 Add an AST matcher for hasDefaultArgument() to match on parameter declarations that have a default value. by Aaron Ballman · 8 years ago
  49. 5b67a0b [Clang][OpenMP] New clang/libomptarget map interface: new function signatures, clang-side by George Rokos · 8 years ago
  50. c0f8850 Add -finstrument-function-entry-bare flag by Hans Wennborg · 8 years ago
  51. f301ed9 [OPENMP] Initial support for asynchronous data update, NFC. by Alexey Bataev · 8 years ago
  52. 58834f0 Fix test/OpenMP/nvptx_data_sharing.cpp by Jonas Hahnfeld · 8 years ago
  53. cddb621 [ASTImporter] Support new AST nodes: by Aleksei Sidorin · 8 years ago
  54. 20f8dd0 [OpenMP] Add implicit data sharing support when offloading to NVIDIA GPUs using OpenMP device offloading by Gheorghe-Teodor Bercea · 8 years ago
  55. d9219a2 Add target triples to openmp-offload-gpu.c by Jonas Hahnfeld · 8 years ago
  56. 6fc980f [OpenMP] Consistently use cubin extension for nvlink by Jonas Hahnfeld · 8 years ago
  57. 1e94dec [MINGW] normalize WIN32 macros by Martell Malone · 8 years ago
  58. 3763c9e [Analyzer] Stable iteration on indirect goto LabelDecl's to avoid non-determinism (attempt 2) by Aleksei Sidorin · 8 years ago
  59. 0054242 [Analyzer] Revert r318750 because incorrect files were added for commit. by Aleksei Sidorin · 8 years ago
  60. a091b96 [CodeGen] Generate TBAA type descriptors in a more reliable manner by Ivan A. Kosarev · 8 years ago
  61. 9b22fdf [Analyzer] Non-determinism: stable iteration on indirect goto LabelDecl's by Aleksei Sidorin · 8 years ago
  62. adcd5e3 [Modules TS] Added module re-export support. by Hamza Sood · 8 years ago
  63. 08e4943 [x86][inline-asm] allow recognition of MPX regs inside ms inline-asm blob by Coby Tayree · 8 years ago
  64. 5504871 [MS] add an init test for thumbv7-windows-msvc by Martell Malone · 8 years ago
  65. d7a6d6a [MS] Increase default new alignment for win64 and test it by Reid Kleckner · 8 years ago
  66. d1e5cb8 Re-revert "Refactor debuginfo-tests." by Zachary Turner · 8 years ago
  67. 254611b ASTMatchers{,Macros}.h: Add some extra macros to use for decl/def of matchers by David Blaikie · 8 years ago
  68. 1b3c87f FormatInternal.h: Add missing includes. by David Blaikie · 8 years ago
  69. b2e0d66 [X86] Remove 'mm3now' from isValidFeatureName. by Craig Topper · 8 years ago
  70. 94ab672 [analyzer] Diagnose stack leaks via block captures by Alexander Shaposhnikov · 8 years ago
  71. 81685b2 Revert r318669/318694 by Erich Keane · 8 years ago
  72. 7a1263f Resubmit "Refactor debuginfo-tests" again. by Zachary Turner · 8 years ago
  73. 1d9c210 Include test files for rL318668 by Erich Keane · 8 years ago
  74. d441952 [OpenMP] Initial implementation of code generation for pragma 'teams distribute parallel for' on host by Carlo Bertolli · 8 years ago
  75. 65fd437 [AutoComplete] Use stronger sort predicate for autocomplete candidates to remove non-deterministic ordering by Mandeep Singh Grang · 8 years ago
  76. 87ef79e [Docs] Regenerate the command line option reference. by Craig Topper · 8 years ago
  77. e868ee4 For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is available by Erich Keane · 8 years ago
  78. e45231f Revert r318456 "Issue -Wempty-body warnings for else blocks" by Hans Wennborg · 8 years ago
  79. 8a8b67c Revert r318556 "Loosen -Wempty-body warning" by Hans Wennborg · 8 years ago
  80. b2d8a3f [CodeGen] Move Reciprocals option from TargetOptions to CodeGenOptions by Craig Topper · 8 years ago
  81. 869cb2e [ARM] For assembler files recognize -Xassembler or -Wa, -mthumb by Peter Smith · 8 years ago
  82. 7eea2be [ARM] For assembler files recognize -Xassembler or -Wa, -mthumb by Peter Smith · 8 years ago
  83. a3d9460 [Driver] Add a cc1 flag for the new TBAA metadata format by Ivan A. Kosarev · 8 years ago
  84. d802466 [X86] Make sure 'knm' is accepted by -target-cpu by Craig Topper · 8 years ago
  85. ec35a6a [X86] Make sure 'knm' and 'cannonlake' are accepted by builtin_cpu_is by Craig Topper · 8 years ago
  86. 0caffbc [X86] Add icelake CPU support for -march. by Craig Topper · 8 years ago
  87. 438220d [X86] Set __corei7__ preprocessor defines for skylake server and cannonlake. by Craig Topper · 8 years ago
  88. 5e59a8b Driver: remove `SupportsObjCGC` (NFC) by Saleem Abdulrasool · 8 years ago
  89. 885ad8e [Driver] add initial support for alpine linux by Martell Malone · 8 years ago
  90. 77805a3 [OpenMP] Show error if VLAs are not supported by Jonas Hahnfeld · 8 years ago
  91. c7a8630 [CodeGen] change const-ness of complex calls by Sanjay Patel · 8 years ago
  92. b5ae52f [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  93. 7fa26e7 Fix some -Wunused-variable warnings by Hans Wennborg · 8 years ago
  94. f8d04f6 [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  95. 4c1907a Change code owner for Clang Static Analyzer to Devin Coughlin. by Anna Zaks · 8 years ago
  96. a845ce5 [cmake] Use llvm-lit directory when provided for stand-alone build by Michal Gorny · 8 years ago
  97. a007e4f Fix coverage test on Windows bot by Reid Kleckner · 8 years ago
  98. 2609dad Loosen -Wempty-body warning by Reid Kleckner · 8 years ago
  99. 656eb5d [ObjC][ARC] Honor noescape attribute for -Warc-retain-cycles by Alex Lorenz · 8 years ago
  100. 56e12b4 [CodeGen] Compute the objc EH vtable address point using inbounds GEP. by Ahmed Bougacha · 8 years ago