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