summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Re-land "Use -fdebug-compilation-dir to form absolute paths in coverage mappi...Reid Kleckner2019-10-103-9/+40
* [clang-format] throws an incorrect assertion in consumeToken() formatting the...Paul Hoad2019-10-102-4/+9
* [OPENMP50]Support for declare variant directive for NVPTX target.Alexey Bataev2019-10-107-6/+250
* In openFileForRead don't cache erroneous entries if the error relates to them...Kousik Kumar2019-10-104-35/+51
* [OPENMP50]Register vendor name only once in vendor context selector.Alexey Bataev2019-10-103-7/+8
* Revert "[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator"Dmitri Gribenko2019-10-1020-352/+350
* [AST] ASTReader::ReadSLocEntry(): move computation of FirstDecl into the bran...Roman Lebedev2019-10-101-1/+1
* Revert "Use -fdebug-compilation-dir to form absolute paths in coverage mappings"Kadir Cetinkaya2019-10-103-40/+9
* Remove rest of time-trace message as it is inconsistent styleRussell Gallop2019-10-102-3/+6
* [UBSan][clang][compiler-rt] Applying non-zero offset to nullptr is undefined ...Roman Lebedev2019-10-1012-245/+1196
* Recommit "[Clang] Pragma vectorize_width() implies vectorize(enable)"Sjoerd Meijer2019-10-103-9/+38
* [clang] prevent crash for nonnull attribut in constant context (Bug 43601)Gauthier Harnisch2019-10-102-9/+10
* [ast] Fix indentation. NFC.Michael Liao2019-10-101-6/+2
* [sema] Revise `getCurrentMangleNumberContext` interface. NFC.Michael Liao2019-10-104-32/+35
* [libTooling] Move Transformer files to their own directory/library.Yitzhak Mandelbaum2019-10-1020-42/+56
* Re-land [mangle] Fix mangling where an extra mangle context is required.Reid Kleckner2019-10-105-25/+26
* Revert [mangle] Fix mangling where an extra mangle context is required.Reid Kleckner2019-10-105-26/+25
* Use -fdebug-compilation-dir to form absolute paths in coverage mappingsReid Kleckner2019-10-103-9/+40
* [CUDA][HIP] Fix host/device check with -fopenmpYaxun Liu2019-10-0910-130/+255
* [IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperatorCameron McInally2019-10-0920-350/+352
* [OPENMP50]Fix scoring of contexts with and without user provided scores.Alexey Bataev2019-10-092-4/+4
* [Clang][OpenMP Offload] Add new tool for wrapping offload device binariesSergey Dmitriev2019-10-0918-265/+518
* [ObjC generics] Fix not inheriting type bounds in categories/extensions.Volodymyr Sapsai2019-10-093-1/+19
* [mangle] Fix mangling where an extra mangle context is required.Michael Liao2019-10-095-25/+26
* [HIP] Fix -save-tempsYaxun Liu2019-10-095-32/+98
* [ARM] Fix arm_neon.h with -flax-vector-conversions=noneEli Friedman2019-10-0912-603/+201
* [WebAssembly] Add builtin and intrinsic for v8x16.swizzleThomas Lively2019-10-093-1/+14
* [NFC] Reverting changes from test commit.Mitchell Balan2019-10-091-2/+0
* [NFC] Test commit.Mitchell Balan2019-10-091-0/+2
* [clang-format] Update noexcept reference qualifiers detectionKrasimir Georgiev2019-10-092-21/+33
* [clang-offload-bundler] Support `.cui` and `.d`.Michael Liao2019-10-091-0/+8
* [mips] Set default float ABI to "soft" on FreeBSDSimon Atanasyan2019-10-095-9/+25
* [DebugInfo] Enable call site debug info for ARM and AArch64Nikola Prica2019-10-093-4/+11
* [Sema] Emit diagnostics for uncorrected delayed typos at the end of TUIlya Biryukov2019-10-092-3/+12
* Revert r374006: Reland 'Add VFS support for sanitizers' blacklist'Ilya Biryukov2019-10-093-69/+1
* Unify the two CRC implementationsHans Wennborg2019-10-091-2/+2
* [c++20] P1152R4: warn on any simple-assignment to a volatile lvalueRichard Smith2019-10-096-29/+124
* [c++20] Implement most of P1152R4.Richard Smith2019-10-097-2/+138
* [cxx_status] Note that Clang has supported std::source_location sinceRichard Smith2019-10-081-1/+1
* Factor out some duplication. NFC.Richard Smith2019-10-081-5/+3
* [clang-scan-deps] Improve string/character literal skippingAlex Lorenz2019-10-082-11/+73
* [IRGen] Emit lifetime markers for temporary struct allocasFrancis Visoiu Mistrih2019-10-082-0/+111
* Fix crash or wrong code bug if a lifetime-extended temporary contains aRichard Smith2019-10-083-9/+28
* [clang] enable_trivial_var_init_zero should not be Joined<>Vitaly Buka2019-10-081-1/+1
* [clang] Add llvm-ifs in test depsVitaly Buka2019-10-081-0/+1
* [OPENMP50]Multiple vendors in vendor context must be treated as logicalAlexey Bataev2019-10-089-25/+42
* Try to get ubsan-blacklist-vfs.c pass more on WindowsNico Weber2019-10-081-2/+2
* [BPF] do compile-once run-everywhere relocation for bitfieldsYonghong Song2019-10-0814-4/+252
* [NFC] Attempt to make ubsan-blacklist-vfs test pass on WindowsJan Korous2019-10-081-4/+2
* [driver][hip] Skip bundler if host action is nothing.Michael Liao2019-10-082-1/+13