1. 0e042f0 Reapply: [Modules][PCH] Hash input files content by Bruno Cardoso Lopes · 4 years, 6 months ago
  2. 209a097 [AST] Remove unused Sema includes to fix a cyclic dependency from Sema to AST by Benjamin Kramer · 4 years, 6 months ago
  3. 8b10d16 [Alignment] Migrate Attribute::getWith(Stack)Alignment by Guillaume Chatelet · 4 years, 6 months ago
  4. 88186b0 [Concepts] Concept Specialization Expressions by Saar Raz · 4 years, 6 months ago
  5. e0e59bb Fix uninitialized variable warnings. NFCI. by Simon Pilgrim · 4 years, 6 months ago
  6. f1a4d82 [Format] Add machine-readable SPDX license ID to clang-format.el by Sam McCall · 4 years, 6 months ago
  7. 837a96e [WebAssembly] Trapping fptoint builtins and intrinsics by Thomas Lively · 4 years, 6 months ago
  8. cadc5f3 Revert "Dead Virtual Function Elimination" by Jorge Gorbe Moya · 4 years, 6 months ago
  9. b1f59aa Temporarily Revert [Modules][PCH] Hash input files content by Eric Christopher · 4 years, 6 months ago
  10. 779f672 [Modules][PCH] Hash input files content by Bruno Cardoso Lopes · 4 years, 6 months ago
  11. c1c7380 Add -fno-experimental-pass-manager to make clear which pass manager by Eric Christopher · 4 years, 6 months ago
  12. 0776661 In the new pass manager use PTO.LoopUnrolling to determine when and how by Eric Christopher · 4 years, 6 months ago
  13. cf93188 [clang] add requirements to -Wa,-W test cases. by Jian Cai · 4 years, 6 months ago
  14. 4362415 [test] Fix test failure by Eli Friedman · 4 years, 6 months ago
  15. 3895b1a Add support to -Wa,-W in clang by Jian Cai · 4 years, 6 months ago
  16. c7cfb96 Revert "Add support to -Wa,-W in clang" by Jian Cai · 4 years, 6 months ago
  17. 478f547 PR43080: Do not build context-sensitive expressions during name classification. by Richard Smith · 4 years, 6 months ago
  18. 0b01e8d Add support to -Wa,-W in clang by Jian Cai · 4 years, 6 months ago
  19. 69f600b [NFC] Fix ClangScanDeps/static-analyzer.c test on Windows by Jan Korous · 4 years, 6 months ago
  20. 19c95a3 [OPNEMP]Allow num_tasks clause in combined task-based directives. by Alexey Bataev · 4 years, 6 months ago
  21. 8d744a7 [clang-scan-deps] Support for clang --analyze in clang-scan-deps by Jan Korous · 4 years, 6 months ago
  22. 7482cce [OPNEMP]Allow grainsize clause in combined task-based directives. by Alexey Bataev · 4 years, 6 months ago
  23. e25c9a4 [clang][IFS][test] Fixing lit test breakages on macOS due to r374798 by Puyan Lotfi · 4 years, 6 months ago
  24. eec4f9b [clang][IFS] Escape mangled names so MS ABI doesn't break YAML parsing. by Puyan Lotfi · 4 years, 6 months ago
  25. 117352a [OPENMP50]Add support for 'parallel master taskloop' construct. by Alexey Bataev · 4 years, 6 months ago
  26. a27e109 [OPENMP]Fix codegen for private variably length vars in combined constructs. by Alexey Bataev · 4 years, 6 months ago
  27. 2673840 [ARM] Preserve fpu behaviour for '-crypto' by Diogo N. Sampaio · 4 years, 6 months ago
  28. 17184dc [IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator by Cameron McInally · 4 years, 6 months ago
  29. 86c4707 [RISCV] enable LTO support, pass some options to linker. by Sam Elliott · 4 years, 6 months ago
  30. 5dceabf [docs] loop pragmas: options implying transformations by Sjoerd Meijer · 4 years, 6 months ago
  31. 604dda3 [clang] [clang-offload-bundler] Fix finding installed llvm-objcopy by Michal Gorny · 4 years, 6 months ago
  32. 8b9cd18 Prefer 'env not' over 'not env' in tests. by Nico Weber · 4 years, 6 months ago
  33. 1557c61 Improve __builtin_constant_p lowering by Joerg Sonnenberger · 4 years, 6 months ago
  34. a4f23f4 [clang-format] Proposal for clang-format to give compiler style warnings by Paul Hoad · 4 years, 6 months ago
  35. 7eb6c1f BlockInCriticalSectionChecker - silence static analyzer dyn_cast null dereference warning. NFCI. by Simon Pilgrim · 4 years, 6 months ago
  36. fbd9204 Revert r374663 "[clang-format] Proposal for clang-format to give compiler style warnings" by Nico Weber · 4 years, 7 months ago
  37. e8a6902 [clang-format] Proposal for clang-format to give compiler style warnings by Paul Hoad · 4 years, 7 months ago
  38. b96f4ed remove an useless allocation found by scan-build - the new Dead nested assignment check by Sylvestre Ledru · 4 years, 7 months ago
  39. 958f275 [clang][IFS] Fixing spelling errors in interface-stubs OPT flag (NFC). by Puyan Lotfi · 4 years, 7 months ago
  40. 3b5d998 [clang][IFS] Updating tests to pass on -fvisibility=hidden builds (NFCi). by Puyan Lotfi · 4 years, 7 months ago
  41. 1ac6b70 Slightly relax restriction on exact order arguments must appear. by Douglas Yung · 4 years, 7 months ago
  42. e0e63e7 [ObjC] Remove default parameter no caller was providing. NFC intended. by Volodymyr Sapsai · 4 years, 7 months ago
  43. d3ddab8 Release notes: Add the option WarnForDeadNestedAssignments by Sylvestre Ledru · 4 years, 7 months ago
  44. 52b7de1 [Stats] Convert some ad-hoc header search stats to ALWAYS_ENABLED_STATISTIC. by Volodymyr Sapsai · 4 years, 7 months ago
  45. 58fa596 Suppress false-positive -Wdeprecated-volatile warning from __is_*_assignable(volatile T&, U). by Richard Smith · 4 years, 7 months ago
  46. 2adffce [clang][IFS] Fixing assert in clang interface stubs for enums, records, typedefs by Puyan Lotfi · 4 years, 7 months ago
  47. d57339e Update clang module map for new excluded .def file. by Richard Smith · 4 years, 7 months ago
  48. d2a98c1 Fix test failure with 374562 on Hexagon by Erich Keane · 4 years, 7 months ago
  49. bb282f4 Reland r374450 with Richard Smith's comments and test fixed. by Erich Keane · 4 years, 7 months ago
  50. f3373ff [libTooling] Move `RewriteRule` abstraction into its own header and impl. by Yitzhak Mandelbaum · 4 years, 7 months ago
  51. 30c2938 [libTooling] Change Stencil equality to use `toString()` by Yitzhak Mandelbaum · 4 years, 7 months ago
  52. 3868de8 [MS ABI]: Fix mangling function arguments for template types to be compatible with MSVC by Nico Weber · 4 years, 7 months ago
  53. 8afb609 Dead Virtual Function Elimination by Oliver Stannard · 4 years, 7 months ago
  54. 58b9b6d Insert module constructors in a module pass by Vitaly Buka · 4 years, 7 months ago
  55. 440bb3a [X86] Always define the tzcnt intrinsics even when _MSC_VER is defined. by Craig Topper · 4 years, 7 months ago
  56. a6f0228 Revert 374481 "[tsan,msan] Insert module constructors in a module pass" by Nico Weber · 4 years, 7 months ago
  57. cad5235 [CUDA][HIP} Add a test for constexpr default ctor by Yaxun Liu · 4 years, 7 months ago
  58. 532083e Fix assertion failure for a cv-qualified array as a non-type template by Richard Smith · 4 years, 7 months ago
  59. 06b8284 Include whether the destructor is constexpr in -ast-dump output for a clss. by Richard Smith · 4 years, 7 months ago
  60. 061f6e6 Move most CXXRecordDecl::DefinitionData bit-fields out into a separate file. by Richard Smith · 4 years, 7 months ago
  61. d70fe33 [tsan,msan] Insert module constructors in a module pass by Vitaly Buka · 4 years, 7 months ago
  62. e4a195c [tooling] Fix assertion on MacOSX. by Michael Liao · 4 years, 7 months ago
  63. 9813c50 [tooling] Teach Tooling to understand compilation with offloading. by Michael Liao · 4 years, 7 months ago
  64. 181928b Fix help message for -ffp-contract by Yaxun Liu · 4 years, 7 months ago
  65. 005fa4c PR43629: Fix crash evaluating constexpr placement new on a subobject of by Richard Smith · 4 years, 7 months ago
  66. dea3d1b Fix some errors in <arm_neon.h> tests that cause them to fail with lax by Richard Smith · 4 years, 7 months ago
  67. f638ec6 Revert 374450 "Fix __builtin_assume_aligned with too large values." by Nico Weber · 4 years, 7 months ago
  68. 726918e Fix __builtin_assume_aligned with too large values. by Erich Keane · 4 years, 7 months ago
  69. c677d42 Add -fgnuc-version= to control __GNUC__ and other GCC macros by Reid Kleckner · 4 years, 7 months ago
  70. 3ee1fe7 [MSVC] Automatically add atlmfc folder to include and libpath. by Zachary Turner · 4 years, 7 months ago
  71. 188c30f [ScanDeps] clang-format, 80 cols. by Michael J. Spencer · 4 years, 7 months ago
  72. 64ab261 [OPENMP]Update doc for supported constructs, NFC. by Alexey Bataev · 4 years, 7 months ago
  73. e30a155 [OPENMP50]Support for 'master taskloop' directive. by Alexey Bataev · 4 years, 7 months ago
  74. 07ca3ae [ARM] Fix arm_neon.h with -flax-vector-conversions=none, part 2. by Eli Friedman · 4 years, 7 months ago
  75. eef5b80 Fix one more clang test which didn't have \5C in it by Reid Kleckner · 4 years, 7 months ago
  76. 5b3291e Update clang tests for new LLVM IR backslash printing in r374415 by Reid Kleckner · 4 years, 7 months ago
  77. a2a3b13 Re-land "Use -fdebug-compilation-dir to form absolute paths in coverage mappings" by Reid Kleckner · 4 years, 7 months ago
  78. b97b530 [clang-format] throws an incorrect assertion in consumeToken() formatting the MSVC stl by Paul Hoad · 4 years, 7 months ago
  79. b04fa26 [OPENMP50]Support for declare variant directive for NVPTX target. by Alexey Bataev · 4 years, 7 months ago
  80. d4eeec7 In openFileForRead don't cache erroneous entries if the error relates to them being directories. Add tests. by Kousik Kumar · 4 years, 7 months ago
  81. 20b3d56 [OPENMP50]Register vendor name only once in vendor context selector. by Alexey Bataev · 4 years, 7 months ago
  82. bba5b5f Revert "[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator" by Dmitri Gribenko · 4 years, 7 months ago
  83. a814be6 [AST] ASTReader::ReadSLocEntry(): move computation of FirstDecl into the branch where it's used by Roman Lebedev · 4 years, 7 months ago
  84. ea325f9 Revert "Use -fdebug-compilation-dir to form absolute paths in coverage mappings" by Kadir Cetinkaya · 4 years, 7 months ago
  85. a579abf Remove rest of time-trace message as it is inconsistent style by Russell Gallop · 4 years, 7 months ago
  86. 414670b [UBSan][clang][compiler-rt] Applying non-zero offset to nullptr is undefined behaviour by Roman Lebedev · 4 years, 7 months ago
  87. 1b1167f Recommit "[Clang] Pragma vectorize_width() implies vectorize(enable)" by Sjoerd Meijer · 4 years, 7 months ago
  88. 5346cfc [clang] prevent crash for nonnull attribut in constant context (Bug 43601) by Gauthier Harnisch · 4 years, 7 months ago
  89. 90572c2 [ast] Fix indentation. NFC. by Michael Liao · 4 years, 7 months ago
  90. c9b0a7a [sema] Revise `getCurrentMangleNumberContext` interface. NFC. by Michael Liao · 4 years, 7 months ago
  91. c7e637b [libTooling] Move Transformer files to their own directory/library. by Yitzhak Mandelbaum · 4 years, 7 months ago
  92. 4d26f89 Re-land [mangle] Fix mangling where an extra mangle context is required. by Reid Kleckner · 4 years, 7 months ago
  93. fa29e30 Revert [mangle] Fix mangling where an extra mangle context is required. by Reid Kleckner · 4 years, 7 months ago
  94. b527d8e Use -fdebug-compilation-dir to form absolute paths in coverage mappings by Reid Kleckner · 4 years, 7 months ago
  95. e619d98 [CUDA][HIP] Fix host/device check with -fopenmp by Yaxun Liu · 4 years, 7 months ago
  96. c3ac767 [IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator by Cameron McInally · 4 years, 7 months ago
  97. bfd19c3 [OPENMP50]Fix scoring of contexts with and without user provided scores. by Alexey Bataev · 4 years, 7 months ago
  98. 7823560 [Clang][OpenMP Offload] Add new tool for wrapping offload device binaries by Sergey Dmitriev · 4 years, 7 months ago
  99. 6dd0be6 [ObjC generics] Fix not inheriting type bounds in categories/extensions. by Volodymyr Sapsai · 4 years, 7 months ago
  100. 24b7c8b [mangle] Fix mangling where an extra mangle context is required. by Michael Liao · 4 years, 7 months ago