1. 60b8fab [analyzer] DynamicSize: Debug facility by Charusso · 3 years, 1 month ago
  2. 705c674 [analyzer] DynamicSize: Store the dynamic size by Charusso · 3 years, 1 month ago
  3. 1a4ef10 [flang][driver] Add options for -Werror by Arnamoy Bhattacharyya · 3 years, 1 month ago
  4. 265dc19 [SemaObjC] Fix a -Wbridge-cast false-positive by Erik Pilkington · 3 years, 1 month ago
  5. 9f38cd4 [DebugInfo, CallSites, test] Fix use of undef FileCheck var by Thomas Preud'homme · 3 years, 1 month ago
  6. 319c047 ignore -flto= options recognized by GCC by Sylvestre Ledru · 3 years, 1 month ago
  7. e2db3be [CUDA][HIP] rename -fcuda-flush-denormals-to-zero by Yaxun (Sam) Liu · 3 years, 1 month ago
  8. 1a8b071 [HIP, test] Fix use of undef FileCheck var by Thomas Preud'homme · 3 years, 1 month ago
  9. c7774c9 [HIP-Clang, test] Fix use of undef FileCheck var by Thomas Preud'homme · 3 years, 1 month ago
  10. 1ff8dda [Driver] Detect libstdc++ include paths for native gcc (-m32 and -m64) on Debian i386 by Fangrui Song · 3 years, 1 month ago
  11. 8b88b95 Speculative fix for failing build bot. by Aaron Ballman · 3 years, 1 month ago
  12. 1be97f0 [clang][parser] Set source ranges for GNU-style attributes by Timm Bäder · 3 years, 1 month ago
  13. cb5ea9f [C++20, test] Fix use of undef FileCheck variable by Thomas Preud'homme · 3 years, 1 month ago
  14. 4c3c69c [PGO, test] Fix typo in FileCheck var by Thomas Preud'homme · 3 years, 1 month ago
  15. b3ef4b8 [RISCV] Refactor conversion of B extensions to IR intrinsics a little to reduce clang binary size. by Craig Topper · 3 years, 1 month ago
  16. d4dcf31 Add missing override to clang tblgen AttrEmitter by David Blaikie · 3 years, 1 month ago
  17. 83eaf87 [clang] NFC: remove trailing white spaces from some tests by Matheus Izvekov · 3 years, 1 month ago
  18. 7e0dc6c Fix build bot problem with missing OMPC_novariants in switch. by Jennifer Yu · 3 years, 1 month ago
  19. 10147a3 Use tablegen to diagnose mutually exclusive attributes by Aaron Ballman · 3 years, 1 month ago
  20. ba7e763 [OPENMP5.1]Initial support for novariants clause. by Jennifer Yu · 3 years, 1 month ago
  21. f4d34b8 [OPENMP][DOCS]Update status of the supported constructs, NFC. by Mike Rice · 3 years, 1 month ago
  22. e64902b Revert "[RISCV] Try using toupper instead of std::toupper to make the build bots happy." by Craig Topper · 3 years, 1 month ago
  23. 61f48a5 [RISCV] Try using toupper instead of std::toupper to make the build bots happy. by Craig Topper · 3 years, 1 month ago
  24. 5286685 [Sema] Fix Windows build after b001d574d7d9 by Jessica Clarke · 3 years, 1 month ago
  25. 2eee008 [RISCV] Add IR intrinsics for Zbc extension by Levy Hsu · 3 years, 1 month ago
  26. e24491c Recommit "[RISCV] Add IR intrinsic for Zbb extension" by Levy Hsu · 3 years, 1 month ago
  27. b4f05c8 Revert "[RISCV] Add IR intrinsic for Zbb extension" by Craig Topper · 3 years, 1 month ago
  28. 5cfa270 [RISCV] Add IR intrinsic for Zbb extension by Craig Topper · 3 years, 1 month ago
  29. c725bef [RISCV] Add IR intrinsic for Zbr extension by Levy Hsu · 3 years, 1 month ago
  30. feab1d7d Remove attribute handling code for simple attributes; NFC by Aaron Ballman · 3 years, 1 month ago
  31. 94845c9 Always emit error for wrong interfaces to scalable vectors, unless cmdline flag is passed. by Sander de Smalen · 3 years, 2 months ago
  32. c09af48 [clang][ItaniumMangle] Check SizeExpr for DependentSizedArrayType (PR49478) by oToToT · 3 years, 1 month ago
  33. 7ef83a7 [clang-cl] [Sema] Do not prefer integral conversion over floating-to-integral for MS compatibility 19.28 and higher. by Marek Kurdej · 3 years, 1 month ago
  34. 0b5e163 [debug-info][XCOFF] set `-gno-column-info` by default for DBX by Chen Zheng · 3 years, 1 month ago
  35. 3952ae2 [OpenMP, test] Fix use of undef VAR_PRIV FileCheck var by Thomas Preud'homme · 3 years, 1 month ago
  36. 121b5d4 [OpenMP, test] Fix use of undef DECL FileCheck var by Thomas Preud'homme · 3 years, 1 month ago
  37. 0f5f0ef [OpenMP, test] Fix uses of undef S*VAR FileCheck var by Thomas Preud'homme · 3 years, 1 month ago
  38. 8b6cc46 [OpenMP51] Accept `primary` as proc bind affinity policy in Clang by cchen · 3 years, 1 month ago
  39. bdbbf05 [Driver] -nostdinc -nostdinc++: don't warn for -Wunused-command-line-argument by Fangrui Song · 3 years, 1 month ago
  40. 9c29840 Reland "Add support to -Wa,--version in clang"" by Jian Cai · 3 years, 1 month ago
  41. d069d34 [OpenMP] Pass mapping names to add components in a user defined mapper by Joseph Huber · 3 years, 1 month ago
  42. b5d8f02 [OpenCL][Docs] Update links to the C++ for OpenCL documentation by Anastasia Stulova · 3 years, 1 month ago
  43. 36fc871 Avoid calling ParseCommandLineOptions in BackendUtil if possible by Raphael Isemann · 3 years, 1 month ago
  44. 37d3438 [HIP] remove overloaded abs in header by Yaxun (Sam) Liu · 3 years, 1 month ago
  45. 6db3c6a [OpenMP51][DOCS] Mark "add present modifier in defaultmap clause" as done, NFC. by cchen · 3 years, 1 month ago
  46. 2b518ff Revert "[clang][parser] Set source ranges for GNU-style attributes" by Timm Bäder · 3 years, 1 month ago
  47. 4cd2f96 [clang][parser] Set source ranges for GNU-style attributes by Timm Bäder · 3 years, 1 month ago
  48. 266fbb7 [OpenCL][Docs] Added a label for C++ libs section and example link by Anastasia Stulova · 3 years, 1 month ago
  49. f8fbda2 [clang][Checkers] Extend PthreadLockChecker state dump (NFC). by Balázs Kéri · 3 years, 1 month ago
  50. 95a1443 [Driver] Fix architecture triplets and search paths for Linux x32 by Harald van Dijk · 3 years, 1 month ago
  51. 1930467 [debug-info] support new tuning debugger type DBX for XCOFF DWARF by Chen Zheng · 3 years, 1 month ago
  52. 24bc7db [clang][APINotes] Fix -Wunused-function warning (NFC) by Yang Fan · 3 years, 1 month ago
  53. 1705634 Revert "Add support to -Wa,--version in clang" by Nick Desaulniers · 3 years, 1 month ago
  54. 87d02cc Add support to -Wa,--version in clang by Jian Cai · 3 years, 1 month ago
  55. 6ed24e7 [OPENMP]Fix PR48885: Crash in passing firstprivate args to tasks on Apple M1. by Alexey Bataev · 3 years, 1 month ago
  56. 0236909 [OPENMP]Fix PR48658: [OpenMP 5.0] Compiler crash when OpenMP atomic sync hints used. by Alexey Bataev · 3 years, 1 month ago
  57. aa35a57 [Driver] Move detectLibcxxIncludePath to ToolChain by Petr Hosek · 3 years, 8 months ago
  58. 6cd8e5f [WebAssembly] Implement i64x2 comparisons by Thomas Lively · 3 years, 1 month ago
  59. 924532a [clang][parser] Allow GNU-style attributes in explicit template... by Timm Bäder · 3 years, 2 months ago
  60. 35cb89f [RISCV] Add XFAIL riscv32 for known issue with the old pass manager by Luís Marques · 3 years, 1 month ago
  61. d8039c0 [C++2b] Support size_t literals by Anton Bikineev · 3 years, 1 month ago
  62. bcaf238 Revert "[clang][Checkers] Extend PthreadLockChecker state dump (NFC)." by Balázs Kéri · 3 years, 1 month ago
  63. 006c44a [ASTImporter][NFC] Fix duplicated symbols in "Improve test coverage" by Balazs Benics · 3 years, 1 month ago
  64. c3b1862 [ASTImporter][NFC] Improve test coverage by Balazs Benics · 3 years, 1 month ago
  65. 1b971c1 [clang][Checkers] Extend PthreadLockChecker state dump (NFC). by Balázs Kéri · 3 years, 1 month ago
  66. 8e17e2b [OpenCL] Limit popcount to OpenCL 1.2 and above by Sven van Haastregt · 3 years, 1 month ago
  67. 90e865c [RISCV] Refine pre-define macro tests by Jim Lin · 3 years, 1 month ago
  68. 5abedc2 [clang][Sema] Don't try to initialize implicit variable of invalid anonymous union/struct by Ta-Wei Tu · 3 years, 1 month ago
  69. 9dc13fd Fix test expectations for %diff documentation. by Richard Smith · 3 years, 1 month ago
  70. a80f352 [www] List both the regular and expanded form of %diff in the by Richard Smith · 3 years, 1 month ago
  71. 6cbfaac Delete checked-in generated copy of diagnostic reference. by Richard Smith · 3 years, 1 month ago
  72. 7adb0b4 [www] Fix build of attribute documentation. by Richard Smith · 3 years, 1 month ago
  73. 742fb45 Fix pluralization error in diagnostic, and move C++ testcase to proper by Richard Smith · 3 years, 1 month ago
  74. 4d19a4e [www] Color Clang 11 and Clang 12 features as green and not yellow, and by Richard Smith · 3 years, 1 month ago
  75. 151e725 [ThinLTO] During module importing, close one source module before open by Wei Mi · 3 years, 1 month ago
  76. 5510fb2 [OPENMP51]Initial support for the dispatch directive. by Mike Rice · 3 years, 2 months ago
  77. 389487d [OPENMP]Fix PR48607: Crash during clang openmp codegen for firstprivate() of `float _Complex`. by Alexey Bataev · 3 years, 1 month ago
  78. f78944e [clang] Use decltype((E)) for compound requirement type constraint by Matheus Izvekov · 3 years, 2 months ago
  79. 523595c [clang][cli] Fix round-trip of OPT_plugin_arg by John Brawn · 3 years, 1 month ago
  80. 007254e [clang-format] Fix east const pointer alignment of operators by Nico Rieck · 3 years, 1 month ago
  81. c86c6a8 [OpenCL] Fix parsing of opencl-c.h in CL 3.0 by Kevin Petit · 3 years, 1 month ago
  82. 90ffeba [OPENMP]Fix test checks for 32bit targets, NFC. by Alexey Bataev · 3 years, 1 month ago
  83. 115ecc1 [analyzer] Fix crash when reasoning about C11 atomics (PR49422) by Valeriy Savchenko · 3 years, 1 month ago
  84. 9dd6ba4 [analyzer] Support allocClassWithName in OSObjectCStyleCast checker by Valeriy Savchenko · 3 years, 1 month ago
  85. 345b4f3 [Analyzer] Track RValue expressions by Gabor Marton · 3 years, 1 month ago
  86. dd48d50 [OPENMP]Fix PR48740: OpenMP declare reduction in C does not require an initializer by Alexey Bataev · 3 years, 1 month ago
  87. 61880ac clang-format: [JS] do not collapse - - to --. by Martin Probst · 3 years, 1 month ago
  88. 681bb07 [clang] [PR49736] [C++2b] Correctly reject lambdas with requires clause and no parameter list by Marek Kurdej · 3 years, 1 month ago
  89. dd6212b [ASTImporter] Import member specialization/instantiation of enum decls by Gabor Marton · 3 years, 1 month ago
  90. 73b5637 [ObjC][CodeGen] Fix missing debug info in situations where an instance and class property have the same identifier by Raphael Isemann · 3 years, 1 month ago
  91. 8e0cccf [OpenMP][NFC] Move the `noinline` to the parallel entry point by Johannes Doerfert · 3 years, 1 month ago
  92. 5829c73 [RISCV] Add inline asm constraint 'vr' and 'vm' in Clang for RISC-V 'V'. by Hsiangkai Wang · 3 years, 1 month ago
  93. 55a2e9f [NFC] clang-formatting zos-alignment.c by Fanbo Meng · 3 years, 1 month ago
  94. a3cd634 [Clang] Fix line numbers in CHECK lines. by Florian Hahn · 3 years, 1 month ago
  95. 95c9eaf [Clang] Only run test when X86 backend is built. by Florian Hahn · 3 years, 1 month ago
  96. 1e7ed17 [SystemZ][z/OS] Add test of leading zero length bitfield in const/volatile struct by Fanbo Meng · 3 years, 1 month ago
  97. 3470848 [OPENMP]Map data field with l-value reference types. by Alexey Bataev · 3 years, 2 months ago
  98. d0d45fb [OPENMP]Fix PR49636: Assertion `(!Entry.getAddress() || Entry.getAddress() == Addr) && "Resetting with the new address."' failed. by Alexey Bataev · 3 years, 1 month ago
  99. e2a4bd2 [SystemZ][z/OS] Set maximum value to truncate attribute aligned to for static variables on z/OS target by Fanbo Meng · 3 years, 1 month ago
  100. 40b7e15 [OPENMP]Fix PR49052: Clang crashed when compiling target code with assert(0). by Alexey Bataev · 3 years, 1 month ago