1. 745b335 Fix inline assembler constraint validation by Joerg Sonnenberger · 5 years ago llvm-r353983 main master
  2. af54e98 Inline asm constraints: allow ICE-like pointers for the "n" constraint (PR40890) by Hans Wennborg · 5 years ago
  3. 61f23ae [8.0 Regression] Fix handling of `__builtin_constant_p` inside template arguments, enumerators, case statements, and the enable_if attribute. by Eric Fiselier · 5 years ago
  4. 649b4ad Make HasFloat16 true for all architectures by Yi Kong · 5 years ago
  5. 374532a Revert "Revert removal of F16 literal support for non ARM/SPIR Targets" by Yi Kong · 5 years ago
  6. a714003 Revert removal of F16 literal support for non ARM/SPIR Targets by Yi Kong · 5 years ago
  7. 748b59d Revert "Re-land "[LTO] Enable module summary eission by default for regular LTO"" by Pirama Arumuga Nainar · 5 years ago
  8. 213b792 [Driver] Fix float ABI default for Android ARMv8. by Dan Albert · 5 years ago
  9. 2d6cd94 Merge 171531e317 for LLVM update to 353983 by Yi Kong · 5 years ago
  10. 8a56a06 revert to previous base llvm-svn.349610 by Yi Kong · 5 years ago
  11. 08b26c8 [Driver] Fix float ABI default for Android ARMv8. by Dan Albert · 5 years ago
  12. 171531e [WebAssembly] Bulk memory intrinsics and builtins by Thomas Lively · 5 years ago
  13. 6ee7c11 [Sema] Delay checking whether objc_designated_initializer is being applied to an init method by Erik Pilkington · 5 years ago
  14. bbbf618 [PowerPC] Stop defining _ARCH_PWR6X on POWER7 and up by Hubert Tong · 5 years ago
  15. def315d [clang] Make sure C99/C11 features in <float.h> are provided in C++11 by Louis Dionne · 5 years ago
  16. 4f0d235 Re-enable the test disabled in r353836 and hopefully make it pass in gcc builds by Nico Weber · 5 years ago
  17. 6f25168 [Headers][mips] Add `__attribute__((__mode__(__unwind_word__)))` to the _Unwind_Word / _Unwind_SWord definitions by Simon Atanasyan · 5 years ago
  18. d5e9726 [Driver] Pass +reserve-x25 to backend if -ffixed-x25 is specified by Petr Hosek · 5 years ago
  19. 8c50001 [AArch64] Support reserving arbitrary general purpose registers by Petr Hosek · 5 years ago
  20. f60a93f [HIP] Handle compile -m options and propagate into LLC by Aaron Enye Shi · 5 years ago
  21. b9ce9ea6 [test] Tweak driver test from r353917 and r353922 to pass with a nondefault CLANG_DEFAULT_LINKER by Martin Storsjo · 5 years ago
  22. 1691f6b [Analyzer] Crash fix for FindLastStoreBRVisitor by Adam Balogh · 5 years ago
  23. b99db2d Look through typedefs in getFunctionTypeWithExceptionSpec by Stephan Bergmann · 5 years ago
  24. 2c0f24f [test] Fix the test from SVN r353917 when running without lld available by Martin Storsjo · 5 years ago
  25. 490362a [MinGW] Add the profiling library when necessary by Martin Storsjo · 5 years ago
  26. 5a290db Revert r353880 "[HIP] Handle compile -m options and propagate into LLC" by Reid Kleckner · 5 years ago
  27. 5273cd5 docs: Update the ShadowCallStack documentation. by Peter Collingbourne · 5 years ago
  28. f29dccc [X86] Follow up to r353878, add MSVC compatibility command lines to other intrinsic tests that uses packed structs to control alignment. by Craig Topper · 5 years ago
  29. e29204c [HIP] Fix hip-toolchain-rdc tests by Aaron Enye Shi · 5 years ago
  30. cf4611b Make ModuleDependencyCollector's method virtual (NFC) by Jonas Devlieghere · 5 years ago
  31. 5a9a60b [HIP] Handle compile -m options and propagate into LLC by Aaron Enye Shi · 5 years ago
  32. a0129f3 [X86] Use __m128_u for _mm_loadu_ps after r353555 by Reid Kleckner · 5 years ago
  33. 4f87ff1 Disable PIC/PIE for MSP430 target by Anton Korobeynikov · 5 years ago
  34. b9723bc [NFC] typo by JF Bastien · 5 years ago
  35. d9bd5b5 [AMDGPU] Require at least protected visibility for certain symbols by Scott Linder · 5 years ago
  36. f11f0af [CMake][Fuchsia] Pass -ldl -lpthread LDFLAGS to second stage by Petr Hosek · 5 years ago
  37. 2c1492e [Sema] Fix a crash in access checking for deduction guides by Ilya Biryukov · 5 years ago
  38. c4184ec Renaming yet another diagnostic to not conflict; NFC. by Aaron Ballman · 5 years ago
  39. 682f052 Renaming this diagnostic to not conflict with another; NFC. by Aaron Ballman · 5 years ago
  40. e0dc1a9 Fixing a typo; NFC. by Aaron Ballman · 5 years ago
  41. 4e41246 Disable test after r353718, r353725, r353729 while I investigate by Nico Weber · 5 years ago
  42. fd4953f [X86] Use the new unaligned vector typedefs for the loadu/storeu intrinsics pointer arguments. by Craig Topper · 5 years ago
  43. 5cb25cd Fix VS2015 build problem introduced by r353370. by Douglas Yung · 5 years ago
  44. 802485f Add a new attribute, fortify_stdlib by Erik Pilkington · 5 years ago
  45. c0ac153 [Sema] Mark GNU compound literal array init as an rvalue. by Eli Friedman · 5 years ago
  46. a9cda1c [WebAssembly] Make thread-related options consistent by Heejin Ahn · 5 years ago
  47. ef5bc38 Fix a few tests that were missing ':' on CHECK lines and weren't testing anything. by Nico Weber · 5 years ago
  48. b72beeb [CodeGen] Set construction vtable visibility after creating initializer by Petr Hosek · 5 years ago
  49. 47d8247 [COFF, ARM64] Remove definitions for _byteswap library functions by Tom Tan · 5 years ago
  50. f448354 Attempt to pacify bots more after r353718 and r353725 by Nico Weber · 5 years ago
  51. f24eb67 Attempt to pacify bots after r353718 by Nico Weber · 5 years ago
  52. 0227074 Make test actually test something (colons were missing) by Nico Weber · 5 years ago
  53. bbd46f4 Fixed header underline in docs. by Alexander Kornienko · 5 years ago
  54. e89b455 [tools] Fix python DeprecationWarning: invalid escape sequence by Serge Guelton · 5 years ago
  55. d6fefbe Make some helper functions static. NFC. by Benjamin Kramer · 5 years ago
  56. fc203a6 [analyzer] New checker for detecting usages of unsafe I/O functions by Kristof Umann · 5 years ago
  57. f45bcab Format isInSystemMacro after D55782 by Fangrui Song · 5 years ago
  58. 13553b7 [clang][Index] Add a knob to index function parameters in declarations by Kadir Cetinkaya · 5 years ago
  59. a04be57 [libclang] Add attribute support for 'convergent'. by Sven van Haastregt · 5 years ago
  60. fd8b7d7 [ASTImporter] Add test RedeclChainShouldBeCorrectAmongstNamespaces by Gabor Marton · 5 years ago
  61. 1940ede [CMake][Fuchsia] Drop libclang.so from distribution by Petr Hosek · 5 years ago
  62. 45e810d long double is double on OpenBSD/NetBSD/PPC. by Brad Smith · 5 years ago
  63. ae36dec Fix test to pass on LLP64 targets by Reid Kleckner · 5 years ago
  64. 4f7e5de Fix clang tests broken by r353547 that depend on InstrProf by Reid Kleckner · 5 years ago
  65. fdd6b2e Use llvm::is_contained. NFC by Fangrui Song · 5 years ago
  66. 937984b [opaque pointer types] Cleanup CGBuilder's Create*GEP. by James Y Knight · 5 years ago
  67. 1fa8b1f [StaticAnalyzer] Add missing include to SMTAPI.h. [NFC] by David L. Jones · 5 years ago
  68. d9c40cc Fix buildbot failure from r353569. by Eli Friedman · 5 years ago
  69. 7685ae4 [analyzer] Add a comment that FunctionCodeRegions may also need canonicalization by Artem Dergachev · 5 years ago
  70. 7b7f1a3 This reverts commit 1440a848a635849b97f7a5cfa0ecc40d37451f5b. by Mikhail R. Gadelha · 5 years ago
  71. e120056 [AMDGPU] Split dot-insts feature by Stanislav Mekhanoshin · 5 years ago
  72. 5bcf852 [analyzer] CStringSyntaxChecks: Fix an off-by-one error in the strlcat() check. by Artem Dergachev · 5 years ago
  73. 683a8b8 -gmodules: Don't emit incomplete breadcrumbs pointing to nonexistant PCM files. by Adrian Prantl · 5 years ago
  74. af0dd52 [CodeGen][ObjC] Fix assert on calling `__builtin_constant_p` with ObjC objects. by Volodymyr Sapsai · 5 years ago
  75. c15c1c3 [CodeGen][NFC] Update comments in CGExprConstant.cpp. by Eli Friedman · 5 years ago
  76. 4e215e7 [Sema] Make string literal init an rvalue. by Eli Friedman · 5 years ago
  77. 07f37e8 Fix typo by Adrian Prantl · 5 years ago
  78. 9f8b7bf [analyzer] Opt-in C Style Cast Checker for OSObject pointers by George Karpenkov · 5 years ago
  79. fe80cf3 Pass the base element type of an array type to the visit method instead by Akira Hatanaka · 5 years ago
  80. 031d8bb [X86] Add explicit alignment to __m128/__m128i/__m128d/etc. to allow matching of MSVC behavior with #pragma pack. by Craig Topper · 5 years ago
  81. a03305e [OPENMP]Delay emission of the error messages for the exceptions. by Alexey Bataev · 5 years ago
  82. 494c7e8 Revert "[OPENMP]Initial support for the delayed diagnostics." by Alexey Bataev · 5 years ago
  83. 6bf6719 [OPENMP]Initial support for the delayed diagnostics. by Alexey Bataev · 5 years ago
  84. 6f255f7 [ASTMatchers][NFC] Update comments on assorted `CXXMemberCallExpr` matchers. by Yitzhak Mandelbaum · 5 years ago
  85. 7d86cb1 [Format/ObjC] Fix [foo bar]->baz formatting as lambda arrow by Ben Hamilton · 5 years ago
  86. 81348c0 [opaque pointer types] Cleanup CGBuilder's Create*GEP. by James Y Knight · 5 years ago
  87. 132f5ed [ASTImporter][ASTImporterSpecificLookup] Add test for different operators by Gabor Marton · 5 years ago
  88. 24b6249 [AST] Fix structural inequivalence of operators by Gabor Marton · 5 years ago
  89. 8f84def Variable auto-init: fix __block initialization by JF Bastien · 5 years ago
  90. 63dcfa6 [COFF, ARM64] Fix types for _ReadStatusReg, _WriteStatusReg by Eli Friedman · 5 years ago
  91. b08bdb1 [NFC] Variable auto-init: use getAsVariableArrayType helper by JF Bastien · 5 years ago
  92. a1d0351 bpf: teach BPF driver about the new CPU "v3" by Jiong Wang · 5 years ago
  93. 444a605 [Sema][ObjC] Disallow non-trivial C struct fields in unions. by Akira Hatanaka · 5 years ago
  94. cb6ec6f [SEMA]Generalize deferred diagnostic interface, NFC. by Alexey Bataev · 5 years ago
  95. 3957c0d [OpenCL][PR40603] In C++ preserve compatibility with OpenCL C v2.0 by Anastasia Stulova · 5 years ago
  96. 7933f5f [ASTImporter] Refactor unittests to be able to parameterize them in a more flexible way by Gabor Marton · 5 years ago
  97. 7bd53f9 Fix r350643 to limit COFF emission to <= 32 BYTES instead of BITS. by Erich Keane · 5 years ago
  98. ea4ab3c [clang-cl] support /Oy- on aarch64 by Martin Storsjo · 5 years ago
  99. c220f1a Typo: s/follwing/following by Hans Wennborg · 5 years ago
  100. 1684ef0 Move the SMT API to LLVM by Mikhail R. Gadelha · 5 years ago