platform/upstream/llvm.git
2020-08-06 Matt ArsenaultAMDGPU: Fix spilling of 96-bit AGPRs
2020-08-06 Matt ArsenaultAMDGPU/GlobalISel: Start trying to handle AGPR bank
2020-08-06 Matt ArsenaultGlobalISel: Define InvalidRegBankID enum value
2020-08-06 Alexey Bataev[OPENMP]Fix for Windows buildbots, NFC.
2020-08-06 Alexey Bataev[OPENMP]Redesign of OMPExecutableDirective/OMPDeclarati...
2020-08-06 Simon Pilgrim[InstCombine] Add tests for mul(add(x,c),negpow2) ...
2020-08-06 Mircea Trofin[llvm][MLInliner] Don't log 'mandatory' events
2020-08-06 Joel E. Denny[OpenMP] Fix ref count dec for implicit map of partial...
2020-08-06 Raphael Isemann[lldb][NFC] Document and encapsulate OriginMap in ASTCo...
2020-08-06 Simon Pilgrim[InstCombine] Add tests for mul(sub(x,y),negpow2) ...
2020-08-06 Simon PilgrimPDBExtras.h - remove unnecessary raw_ostream forward...
2020-08-06 Fangrui Song[ELF] Allow sections after a non-SHF_ALLOC section...
2020-08-06 Matt ArsenaultAMDGPU/GlobalISel: Handle llvm.amdgcn.ds.{fadd|fmin...
2020-08-06 Matt ArsenaultAMDGPU/GlobalISel: Try to promote to use packed saturat...
2020-08-06 Sanjay Patel[PatternMatch] allow intrinsic form of min/max with...
2020-08-06 Matt ArsenaultAMDGPU/GlobalISel: Move frame index selection to patterns
2020-08-06 Matt ArsenaultAMDGPU: Fix code duplication between the selectors
2020-08-06 jasonliu[XCOFF][AIX] Put each jump table in an independent...
2020-08-06 Matt ArsenaultAMDGPU/GlobalISel: Implement expansion for rsq.clamp
2020-08-06 Matt ArsenaultAMDGPU/GlobalISel: Fix trying to widen <3 x s1> boolean ops
2020-08-06 Matt ArsenaultAMDGPU/GlobalISel: Stop using G_EXTRACT in argument...
2020-08-06 Matt ArsenaultAMDGPU/GlobalISel: Implement LLT version of allowsMisal...
2020-08-06 Tim Keith[flang] Add options to control IMPLICIT NONE
2020-08-06 Matt ArsenaultAMDGPU/GlobalISel: Make s16 phi legal
2020-08-06 Matt ArsenaultAMDGPU/GlobalISel: Fix assert on copy to vcc
2020-08-06 Raphael IsemannRevert "PDBExtras.h - remove unnecessary raw_ostream...
2020-08-06 Nicolas Vasilache[mlir][Vector] NFC - Use matchAndRewrite in Contraction...
2020-08-06 Peter Smith[DOCS] Add more detail to stack protector documentation
2020-08-06 Xing GUO[DWARFYAML][debug_info] Make the 'Values' field optional.
2020-08-06 Xing GUO[obj2yaml] Test dumping an empty .debug_aranges section.
2020-08-06 David Spickett[lldb][AArch64] Correct compile options for Neon corefile
2020-08-06 Muhammad Omair... [LLDB] Skip test_launch_simple from TestTargetAPI.py...
2020-08-06 Petar Avramovic[GlobalISel][InlineAsm] Fix matching input constraint...
2020-08-06 Anatoly Trosinenko[ABI][NFC] Fix the confusion of ByVal and ByRef argumen...
2020-08-06 Simon PilgrimBitstreamRemarkParser.h - remove unnecessary includes...
2020-08-06 Muhammad Omair... Revert "[ELF] Allow sections after a non-SHF_ALLOC...
2020-08-06 Simon PilgrimFix include sorting order. NFC
2020-08-06 Simon Pilgrim[X86] getX86MaskVec - replace mask limit from NumElts...
2020-08-06 Simon PilgrimPDBExtras.h - remove unnecessary raw_ostream forward...
2020-08-06 Simon Pilgrim[X86][SSE] Expose all memory offsets in expand load...
2020-08-06 Paul Walker[SVE] Lower scalable vector mul operations.
2020-08-06 Nicolas Vasilache[mlir][Linalg] Introduce canonicalization to remove...
2020-08-06 Paul Walker[SVE] Implement lowering for fixed length vector multip...
2020-08-06 Christian Sigg[MLIR] Change GpuLaunchFuncToGpuRuntimeCallsPass to...
2020-08-06 Valeriy Savchenko[analyzer][tests] Understand when diagnostics change...
2020-08-06 Alexey Lapshin[dsymutil] Disable dsymutil/X86/reproducer.test on...
2020-08-06 Alexander Belyaev[mlir] Lower DimOp to LLVM for unranked memrefs.
2020-08-06 Irina Dobrescu[flang] Add parser support for OpenMP allocate clause
2020-08-06 Juneyoung Lee[InstCombine] Fold freeze(undef) into a proper constant
2020-08-06 Juneyoung Lee[InstCombine] Add tests for D84948; NFC
2020-08-06 David Green[LoopVectorizer] Inloop vector reductions
2020-08-06 Alex Zinenko[mlir] take MLIRContext instead of LLVMDialect in gette...
2020-08-06 Alex Zinenko[mlir] Remove most uses of LLVMDialect::getModule
2020-08-06 Raphael Isemann[lldb] Fix LLDB compilation with ncurses 6.2 due to...
2020-08-06 Roman Lebedev[NFC][InstCombine] Refactor '(-NSW x) pred x' fold
2020-08-06 Roman Lebedev[InstCombine] (-NSW x) u<= x --> x s<=0 (PR39480)
2020-08-06 Roman Lebedev[InstCombine] (-NSW x) u< x --> x s< 0 (PR39480)
2020-08-06 Roman Lebedev[InstCombine] (-NSW x) u>= x --> x s>= 0 (PR39480)
2020-08-06 Roman Lebedev[InstCombine] (-NSW x) u> x --> x s> 0 (PR39480)
2020-08-06 Roman Lebedev[InstCombine] (-NSW x) s<= x --> x s>= 0 (PR39480)
2020-08-06 Roman Lebedev[InstCombine] (-NSW x) s< x --> x s> 0 (PR39480)
2020-08-06 Roman Lebedev[InstCombine] (-NSW x) s>= x --> x s<= 0 (PR39480)
2020-08-06 Roman Lebedev[InstCombine] (-NSW x) ==/!= x --> x ==/!= 0 (PR39480)
2020-08-06 Roman Lebedev[InstCombine] (-NSW x) s> x --> x s< 0 (PR39480)
2020-08-06 Roman Lebedev[NFC][InstCombine] Add tests for comparisons between...
2020-08-06 Rainer Orth[clang][Driver] Don't hardcode --as-needed/--no-as...
2020-08-06 Xing GUO[DWARFYAML][debug_info] Pull out dwarf::FormParams...
2020-08-06 Alex Richardson[compiler-rt] Fix build of Sanitizer-Test_Nolibc after...
2020-08-06 Alex Richardson[lit] Remove ANSI control characters from xunit output
2020-08-06 Alex RichardsonFix qsort() interceptor for FreeBSD
2020-08-06 Alex Richardson[update_cc_test_checks.py] Add test for D84511
2020-08-06 Aleksandr Platonov[clang-tidy] Fix bugprone-bad-signal-to-kill-thread...
2020-08-06 Aleksandr Platonov[clang-tidy] Fix bugprone-bad-signal-to-kill-thread...
2020-08-06 Craig Topper[X86] Rename X86::getImpliedFeatures to X86::updateImpl...
2020-08-06 Luboš Luňák[lldb][gui] use names for color pairs, instead of magic...
2020-08-06 Luboš Luňák[lldb][gui] use syntax highlighting also in gui mode
2020-08-06 Luboš Luňák[lldb][gui] truncate long lines/names if needed
2020-08-06 Martin Storsjö[AArch64] [Windows] Error out on unsupported symbol...
2020-08-06 Martin Storsjö[ARM, AArch64] Fix a comment typo. NFC.
2020-08-06 Chuanqi Xu[Coroutines] Use to collect lifetime marker of in...
2020-08-06 Craig Topper[X86] Remove incomplete custom handling of i128 sdivrem...
2020-08-06 Douglas YungFix typo in test. Thanks to Andrew Ng for spotting...
2020-08-06 Jonas Devlieghere[lldb] Remove pointless assign to found_suffix (NFC)
2020-08-06 Lang Hames[JITLink][MachO][AArch64] More PAGEOFF12 relocation...
2020-08-06 Jonas Devlieghere[lldb] Fix bug in skipIfRosetta decorator
2020-08-06 Petr Hosek[CMake] Print the autodetected host linker version
2020-08-06 Jim InghamGetPath() returns a std::string temporary. You can...
2020-08-06 Jim Ingham"|" used when "||" was meant in SBTarget::FindFunctions
2020-08-06 Matt ArsenaultAMDGPU: Remove ATOMIC_PK_FADD
2020-08-06 Arthur Eubanks[NewPM][opt] Add more codegen passes
2020-08-06 Ruiling Song[AMDGPU] add buffer_atomic_swap for float
2020-08-06 Jonas Devlieghere[lldb] Make UBSan tests remote ready
2020-08-06 Tim Keith[flang] Fix compilation warning in check-directive...
2020-08-06 Juneyoung Lee[JumpThreading] Allow duplicating a basic block into...
2020-08-06 Juneyoung Lee[JumpThreading] Add a test that duplicates insts of...
2020-08-06 Fangrui Song[ELF][test] Add another -triple=x86_64 to linkorder...
2020-08-05 Shoaib Meenai[lld-macho] Fix errant search and replace. NFC
2020-08-05 Alina Sbirlea[MSSA] Update test with more detailed and resilient...
2020-08-05 aartbik[mlir] [VectorOps] Add masked load/store operations...
2020-08-05 LLVM GN Syncbot[gn build] Port 820e8d8656e
next