1. ae7c944 [AST] Fix printing tag decl groups in decl contexts by Joel E. Denny · 7 years ago
  2. a2b8fe6 Enable control flow pruning of float overflow warnings. by Richard Trieu · 7 years ago
  3. 2f649f3 [c++17] Fix assertion on synthesizing deduction guides after a fatal error. by Volodymyr Sapsai · 7 years ago
  4. c198437 [analyzer] Re-apply r331096 "CStringChecker: Add support for BSD strlcpy()...". by Artem Dergachev · 7 years ago
  5. 434019a [analyzer] Extend the ObjCAutoreleaseWriteChecker to warn on captures as well by George Karpenkov · 7 years ago
  6. 3db2b10 [CodeView] Improve debugging of virtual base class member variables by Brock Wyma · 7 years ago
  7. 7daca2d Fix test fail on some buildbots, caused by r332281. by Joel E. Denny · 7 years ago
  8. cbebd62 Fix regression in r332076. by Richard Smith · 7 years ago
  9. 098f008 Remove the fixit for the diagnostics regarding capturing autoreleasing variables in a block by George Karpenkov · 7 years ago
  10. 7129e63 [Tooling] Pull #include manipulation code from clangFormat into libToolingCore. by Eric Liu · 7 years ago
  11. d699da4 PR37450: Fix bug that disabled some type checks for variables with deduced types. by Richard Smith · 7 years ago
  12. 9d92c02 [clang-format] Move #include related style to libToolingCore by Eric Liu · 7 years ago
  13. 7509a2f [AST] Print correct tag decl for tag specifier by Joel E. Denny · 7 years ago
  14. daceb1e CodeGen: Emit string literal in constant address space by Yaxun Liu · 7 years ago
  15. 7bcc210 [AST] Fix -ast-print for _Bool when have diagnostics by Joel E. Denny · 7 years ago
  16. 25de41c [X86] Use __builtin_convertvector to replace some of the avx512 truncate builtins. by Craig Topper · 7 years ago
  17. 54d6af5 [ASTImporter] Turn StringRefs back to std::strings to avoid use-after-free by Aleksei Sidorin · 7 years ago
  18. fb9dde7 [CodeComplete] Provide completion in decls even for incomplete types by Ilya Biryukov · 7 years ago
  19. 0b0ad22 Redirect output to /dev/null in the tests added in r332160. by Eric Liu · 7 years ago
  20. c370f26 Revert "[CodeGen] Disable aggressive structor optimizations at -O0" by Pavel Labath · 7 years ago
  21. f639eb0 [CodeGen] Disable aggressive structor optimizations at -O0 by Pavel Labath · 7 years ago
  22. 964293e [clang-format] Continue after non-scope-closers in getLengthToMatchingParen by Krasimir Georgiev · 7 years ago
  23. 9d77798 [RISCV][NFC] Use more appropriate label for CHECK lines by Alex Bradbury · 7 years ago
  24. 8cb261e [X86] Use select instrution and fpextend in the implementation of _mm512_mask_cvtps_pd and _mm512_maskz_cvtps_pd. by Craig Topper · 7 years ago
  25. daaf105 [X86] Use __builtin_convertvector to implement _mm512_cvtps_pd. by Craig Topper · 7 years ago
  26. 6fa9125 [X86] Emit better code for _mm_cvtu32_sd, _mm_cvtu64_sd, _mm_cvtu32_ss, and _mm_cvtu64_ss. by Craig Topper · 7 years ago
  27. d31327d Added atomic_fetch_min, max, umin, umax intrinsics to clang. by Elena Demikhovsky · 7 years ago
  28. a9d6896 Add requirement of x86 target for test. by Douglas Yung · 7 years ago
  29. dde9de7 Force the PS4 clang ABI version to 6. by Douglas Yung · 7 years ago
  30. e857f5a [Driver] Only use -lc++ on Fuchsia by Petr Hosek · 7 years ago
  31. 3ee2a6b [analyzer] Ignore the nullability quantifiers for autoreleasewritechecker by George Karpenkov · 7 years ago
  32. c41c5b2 [analyzer] Fix the filename for the exploration_order test. by George Karpenkov · 7 years ago
  33. eedb0c9 [libclang] Stop assuming that the internal C++ ABI ExceptionSpecificationType enumeration is the same as CXCursor_ExceptionSpecificationKind. by Richard Smith · 7 years ago
  34. df093e7 [OPENMP, NVPTX] Do not use SPMD mode for target simd and target teams by Alexey Bataev · 7 years ago
  35. f5a6b96 [HIP] Set proper triple and offload kind for the toolchain by Yaxun Liu · 7 years ago
  36. 00f31d5 [HIP] Diagnose unsupported host triple by Yaxun Liu · 7 years ago
  37. 609f752 [HIP] Let clang-offload-bundler support HIP by Yaxun Liu · 7 years ago
  38. 65ef328 [X86] Fix the file header name on fmaintrin.h by Craig Topper · 7 years ago
  39. 4585068 [Hexagon] Implement checking arguments of builtin calls by Krzysztof Parzyszek · 7 years ago
  40. 9cd4f16 [X86] Assume alignment of movdir64b dst argument by Gabor Buella · 7 years ago
  41. 7981004 Improve diagnostics and error recovery for template name lookup. by Richard Smith · 7 years ago
  42. df6dbf6 Don't propagate dllimport to base class template static data members by Reid Kleckner · 7 years ago
  43. a092e18 Support XRay in the NetBSD driver by Kamil Rytarowski · 7 years ago
  44. 448631f Permit -fxray-instrument for NetBSD/amd64 by Kamil Rytarowski · 7 years ago
  45. d55e1e4 [clang-cl] Make -f[no-]coverage-mapping available by Reid Kleckner · 7 years ago
  46. e7e1d93 implementing Cursor.get_included_file in python bindings by Jonathan Coe · 7 years ago
  47. 85ba332 [Itanium] Emit type info names with external linkage. by Eric Fiselier · 7 years ago
  48. 96fbe58 Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective' by Julie Hockett · 7 years ago
  49. 1a840d2 Allow dllimport non-type template arguments in C++17 by Reid Kleckner · 7 years ago
  50. bf5c848 [OPENMP, NVPTX] Initial support for L2 parallelism in SPMD mode. by Alexey Bataev · 7 years ago
  51. 0f274c0 This patch provides that bitfields are splitted even in case by Strahinja Petrovic · 7 years ago
  52. 93dd5dc Add support of the next Ubuntu (Ubuntu 18.10 - Cosmic Canimal) by Sylvestre Ledru · 7 years ago
  53. 864ef70 Revert "[Itanium] Emit type info names with external linkage." by Eric Fiselier · 7 years ago
  54. 3a75712 [X86] ptwrite intrinsic by Gabor Buella · 7 years ago
  55. 74ac0ed [X86] Change the implementation of scalar masked load/store intrinsics to not use a 512-bit intermediate vector. by Craig Topper · 7 years ago
  56. ae56a95 [Itanium] Emit type info names with external linkage. by Eric Fiselier · 7 years ago
  57. 2b24884 [Builtins] Improve the IR emitted for MSVC compatible rotr/rotl builtins to match what the middle and backends understand by Craig Topper · 7 years ago
  58. 679dafe [CUDA] Added -f[no-]cuda-short-ptr option by Artem Belevich · 7 years ago
  59. b524d5e Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective" by Julie Hockett · 7 years ago
  60. d0c801f Update pragma-attribute-supported-attributes-list.test. by Manoj Gupta · 7 years ago
  61. 4fbf84c [Clang] Implement function attribute no_stack_protector. by Manoj Gupta · 7 years ago
  62. 2e53808 Add SourceManagerForFile helper which sets up SourceManager and dependencies for a single file with code snippet by Eric Liu · 7 years ago
  63. 36d94ab [clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective by Julie Hockett · 7 years ago
  64. c15ea70 [OPENMP] Generate unique names for offloading regions id. by Alexey Bataev · 7 years ago
  65. 3cab24a [OpenCL] Fix typos in emitted enqueue kernel function names by Yaxun Liu · 7 years ago
  66. 4555644 [X86] Only enable the __ud2 and __int2c builtins if intrin.h has been included. by Craig Topper · 7 years ago
  67. e253f2f [OPENMP] Mark global tors/dtors as used. by Alexey Bataev · 7 years ago
  68. 59055b9 [OpenCL] Add constant address space to __func__ in AST. by Anastasia Stulova · 7 years ago
  69. 2ca6ba1 [OpenCL] Restrict various keywords in OpenCL C++ mode by Sven van Haastregt · 7 years ago
  70. 82574aa Remove unused lit setting, see https://reviews.llvm.org/D46619 by Nico Weber · 7 years ago
  71. 48fcfc3 Fixes issue introduced by r331556. by Alexander Kornienko · 7 years ago
  72. ef2f694 Revert r331843 "[DebugInfo] Generate debug information for labels." by Hans Wennborg · 7 years ago
  73. f1f8f4a Revert "[Driver] Use -fuse-line-directives by default in MSVC mode" by Martin Storsjo · 7 years ago
  74. 8b4bc76a23 [clang-format] Respect BreakBeforeClosingBrace while calculating length by Krasimir Georgiev · 7 years ago
  75. 8e1c75a [driver] Add mips_Features_Group to Options to improve documentation sorting by Simon Atanasyan · 7 years ago
  76. 801fca2 _Atomic of empty struct shouldn't assert by JF Bastien · 7 years ago
  77. 667fbe2 [DebugInfo] Generate debug information for labels. by Shiva Chen · 7 years ago
  78. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  79. cfa9854 Set CMAKE_BUILD_WITH_INSTALL_RPATH for Fuchsia runtimes by Petr Hosek · 7 years ago
  80. 9befdb8 [CMake] Include llvm-strip in Fuchsia toolchain distribution by Petr Hosek · 7 years ago
  81. 384621e [X86] Mark builtins 'const' where possible by Craig Topper · 7 years ago
  82. a4c48c6 Fix float->int conversion warnings when near barriers. by Erich Keane · 7 years ago
  83. 398612b [HIP] Add hip offload kind by Yaxun Liu · 7 years ago
  84. 544bb55 Add a mno-outline flag to disable the MachineOutliner by Jessica Paquette · 7 years ago
  85. f9fa17b [Driver] Don't add -dwarf-column-info when using -gcodeview on non-msvc targets by Martin Storsjo · 7 years ago
  86. 635af62 Change -foutline to -moutline by Jessica Paquette · 7 years ago
  87. 9601bf5 Add missing newlines to cl::extrahelp uses by Stephane Sezer · 7 years ago
  88. b719d1b [lit] Fix running tests that require 'examples'. by Zachary Turner · 7 years ago
  89. 9a70017 [OPENMP, NVPTX] Fix linkage of the global entries. by Alexey Bataev · 7 years ago
  90. 35b6139 [OpenCL] Factor out language version printing by Sven van Haastregt · 7 years ago
  91. 8f266db [ASTImporter] Properly import SourceLocations of Attrs by Aleksei Sidorin · 7 years ago
  92. 3cd0aa3 [ASTMatchers] Overload isConstexpr for ifStmts by Gabor Horvath · 7 years ago
  93. 3366dcf Fix 'not all control paths return a value' MSVC warnings. NFCI. by Simon Pilgrim · 7 years ago
  94. f2ca41d [clang-format] Add raw string formatting to release notes by Krasimir Georgiev · 7 years ago
  95. 98a1cab [C++2a] Implement operator<=>: Fix another bug in the code gen tests. by Eric Fiselier · 7 years ago
  96. 5e52fa9 [x86] Introduce the encl[u|s|v] intrinsics by Gabor Buella · 7 years ago
  97. b0f310d [x86] Introduce the pconfig intrinsic by Gabor Buella · 7 years ago
  98. 403793e [CMake] Pass additional CMake flags in Fuchsia cache files by Petr Hosek · 7 years ago
  99. 4ed0fe0 [C++2a] operator<=>: Fix incorrect use of Twine. by Eric Fiselier · 7 years ago
  100. c5fb858 [C++2a] Implement operator<=>: Address bugs and post-commit review comments after r331677. by Eric Fiselier · 7 years ago