platform/upstream/llvm.git
2019-12-17 Alexey Bataev[LIBOPENMP][NVPTX]Fix the build error in the runtime.
2019-12-17 Stefan Stipanovic[Attributor] H2S fix.
2019-12-17 Stefan Stipanovic[Attributor][NFC] Add test for sle comparison in h2s.
2019-12-17 Sam Clegg[WebAssembly] Convert MC tests to from bitcode to asm
2019-12-17 Jonas Paulsson[Clang FE, SystemZ] Recognize -mpacked-stack CL option
2019-12-17 Dominic Chenllvm-diff: Perform structural comparison on GlobalVaria...
2019-12-17 Pierre Habouzit[objc_direct] fix uniquing when re-declaring a readwrit...
2019-12-17 Jay Foad[AMDGPU] Fix typo in SIInstrInfo::memOpsHaveSameBasePtr
2019-12-17 Sanjay Patel[SDAG] adjust isNegatibleForFree calculation to avoid...
2019-12-17 Sanjay PatelRevert "[SDAG] remove use restriction in isNegatibleFor...
2019-12-17 Sanjay Patel[SDAG] remove use restriction in isNegatibleForFree...
2019-12-17 Nico WeberRevert "[ASTImporter] Friend class decl should not...
2019-12-17 Alex Lorenz[driver][darwin] Pass -platform_version flag to the...
2019-12-17 JonChesterfield[libomptarget][nfc] Move three files under common,...
2019-12-17 Zakk Chen[RISCV] Add subtargets initialized with target feature
2019-12-17 Kevin P. Neal[FPEnv] IRBuilder support for constrained sitofp/uitofp.
2019-12-17 Amaury Séchet[DAGCombiner] Add node back in the worklist in topologi...
2019-12-17 Ulrich Weigand[SystemZ][FPEnv] Back-end support for STRICT_[SU]INT_TO_FP
2019-12-17 Daniel Sanders[gicombiner] Process the MatchDag such that every node...
2019-12-17 Piotr Sobczak[InstCombine][AMDGPU] Trim more components of *buffer_load
2019-12-17 Michael Trent[ MC ] Match labels to existing fragments even when...
2019-12-17 Jay Foad[AMDGPU] Update autogenerated checks
2019-12-17 Joel E. Denny[lit] Fix internal diff newlines for -w/-b
2019-12-17 Sanjay Patel[AArch64] add tests for fcvtl2; NFC
2019-12-17 Mitch PhillipsRevert "Honor -fuse-init-array when os is not specifie...
2019-12-17 Kadir Cetinkaya[clangd] Fix handling of inline/anon namespaces and...
2019-12-17 Kadir Cetinkaya[clangd][NFC] Make use of TagDecl inside type for hover...
2019-12-17 LLVM GN Syncbotgn build: Merge 390c8baa544
2019-12-17 Daniel Sanders[gicombiner] Add the MatchDag structure and parse instr...
2019-12-17 Raphael Isemann[lldb][NFC] Use StringRef in CreateRecordType and Creat...
2019-12-17 Kevin P. NealThis adds constrained intrinsics for the signed and...
2019-12-17 Erich KeaneReland [NFC-I] Remove hack for fp-classification builtins
2019-12-17 Raphael Isemann[lldb][NFC] Rename ClangASTImporter::InsertRecordDecl...
2019-12-17 Gabor Marton[ASTImporter] Friend class decl should not be visible...
2019-12-17 Raphael Isemann[lldb][NFC] Allow creating ClangExpressionDeclMap and...
2019-12-17 alex-tPostRA Machine Sink should take care of COPY defining...
2019-12-17 JonChesterfield[libomptarget][nfc] Move omp locks under target_impl
2019-12-17 James Henderson[DebugInfo] Only print a single blank line after an...
2019-12-17 Mikhail Maltsev[libcxx] Fix include paths in fuzzing/partial_sort...
2019-12-17 Luís Marques[RISCV][NFC] Trivial cleanup
2019-12-17 Raphael Isemann[lldb] Remove modern-type-lookup
2019-12-17 Sven van Haastregt[OpenCL] Add ExtVectorElementExpr constant evaluation...
2019-12-17 Kristof BeylsFix assertion failure in getMemOperandWithOffsetWidth
2019-12-17 Thomas Preud... [lit] Remove lit's REQUIRES-ANY directive
2019-12-17 Raphael Isemann[lldb][NFC] Remove all unnecessary includes for ClangAS...
2019-12-17 Pavel Labath[lldb-vscode] Centrally skip debug info variants for...
2019-12-17 Raphael Isemann[lldb][NFC] Remove implementation of GetOriginalDecl...
2019-12-17 Raphael Isemann[lldb] Add support for calling objc_direct methods...
2019-12-17 Guillaume ChateletResubmit "[Alignment][NFC] Deprecate CreateMemCpy/Creat...
2019-12-17 Russell GallopRevert "[Support] Fix time trace multi threaded support...
2019-12-17 Russell Gallop[Support] Fix time trace multi threaded support with...
2019-12-17 Raphael Isemann[ObjC][DWARF] Emit DW_AT_APPLE_objc_direct for methods...
2019-12-17 Fangrui Song[ELF] Rename .plt to .iplt and decrease EM_PPC{,64...
2019-12-17 Raphael Isemann[lldb][NFC] Make clang-format happy by removing trailin...
2019-12-17 Martin Storsjö[lit] [windows] Make sure to convert all path separator...
2019-12-17 Martin Storsjö[MinGW] Implicitly add .exe suffix if not provided
2019-12-17 Fangrui Song[ELF] Add IpltSection
2019-12-17 Igor Kudrin[sanitizer] Construct InternalMmapVector without memory...
2019-12-17 Igor Kudrin[MachO] Fix detecting malformed DWARF.
2019-12-17 Raphael Isemann[lldb] Fix unused variable warning in ThreadPlanStepRan...
2019-12-17 Craig Topper[LegalizeTypes] Pre-size the SmallVectors in ScalarizeV...
2019-12-17 Craig Topper[LegalizeTypes] Remove ScalarizeVecRes_STRICT_FP_ROUND...
2019-12-17 Craig Topper[LegalizeTypes] Remove the call to SplitVecRes_UnaryOp...
2019-12-17 Fangrui Song[MC] Delete redundant alignment update from MCELFStream...
2019-12-17 QingShan Zhang[NFC][Test][PowerPC] Add the test to verify the mask...
2019-12-17 LLVM GN Syncbotgn build: Merge ec4749e3b8d
2019-12-17 Whitney TsangRevert "[LoopUtils] Updated deleteDeadLoop() to handle...
2019-12-17 Johannes Doerfert[Attributor][NFC] Clang format the Attributor
2019-12-17 Richard SmithCheck whether the destination is a complete type in...
2019-12-17 Jon Chesterfield[libomptarget][nfc] Move timer functions behind target_impl
2019-12-17 Jim InghamExplicitly specify -std=c++11 and include <mutex> and...
2019-12-17 Craig Topper[SelectionDAG] Add the fpexcept flag to the SelectionDA...
2019-12-17 Richard Smith[c++20] P1959R0: Remove support for std::*_equality.
2019-12-17 Richard SmithIf constant evaluation fails due to an unspecified...
2019-12-17 Richard Smith[c++20] Add deprecation warnings for the expression...
2019-12-17 Jim InghamRun all threads when extending a next range over a...
2019-12-17 Jon Chesterfield[libomptarget][nfc] Wrap cuda min() in target_impl
2019-12-17 LLVM GN Syncbotgn build: Merge c066ff11d84
2019-12-17 Whitney Tsang[LoopUtils] Updated deleteDeadLoop() to handle loop...
2019-12-17 Whitney Tsang[LoopUtils] Updated deleteDeadLoop() to handle loop...
2019-12-17 Xin-Xin Wang[llvm/runtimes] Add runtimes as a dependency of clang...
2019-12-17 Dan LiewChange `asan/TestCases/Darwin/malloc_zone-protected...
2019-12-17 Xin-Xin Wang[llvm] Add llvm-lipo dependency to runtimes
2019-12-17 Eric Fiselier[libc++] Add __default_init_tag to basic_string constru...
2019-12-16 Puyan Lotfi[NFC][llvm][MIRVRegNamerUtils] Moving some switch cases...
2019-12-16 Eric Fiselier[libc++] Rework compressed pair constructors.
2019-12-16 Puyan Lotfi[llvm][MIRVRegNamerUtils] Adding hashing on CImm /...
2019-12-16 Kamlesh KumarHonor -fuse-init-array when os is not specified on x86
2019-12-16 Ana Pazos[RISCV] Added isCompressibleInst() to estimate size...
2019-12-16 Fangrui Song[AArch64][SVE] Change pattern generation code to fix...
2019-12-16 Sam Clegg[WebAssembly] Setting export_name implies llvm.used
2019-12-16 Brian Gesiak[coroutines][PR41909] Generalize fix from D62550
2019-12-16 Alex Langford[lldb] Respect previously set values of LLDB_TABLEGEN_EXE
2019-12-16 Craig Topper[X86] Add x86 triple to command line in mxcsr-reg-usage.ll
2019-12-16 Eric FiselierAdd default initialization to compressed_pair.
2019-12-16 Erich KeaneRevert "[NFC-I] Remove hack for fp-classification builtins"
2019-12-16 Valentin Churavygit-llvm: Add option to push to Github with SSH
2019-12-16 Danilo Carvalho... [AArch64][SVE] Add patterns for logical immediate opera...
2019-12-16 Julian Lettner[TSan][Darwin] Avoid calling pthread_self() before...
2019-12-16 John McCallFix a bug in the property-based serialization of
next