platform/upstream/llvm.git
2020-08-06 Tony[AMDGPU] Correct missing sram-ecc target feature for...
2020-08-06 Matt ArsenaultAMDGPU/GlobalISel: Enable s_{and|or}n2_{b32|b64} patterns
2020-08-06 Evgenii Stepanov[msan] Support %ms in scanf.
2020-08-06 Michael Kruse[flang][msvc] Do not use gcc/clang command line options...
2020-08-06 Roman Lebedev[InstCombine] Fold (x + C1) * (-1<<C2) --> (-C1...
2020-08-06 Roman Lebedev[InstCombine] Generalize %x * (-1<<C) --> (-%x)...
2020-08-06 Roman Lebedev[NFC][InstCombine] Add some more tests for negation...
2020-08-06 Roman Lebedev[InstCombine] Fold sdiv exact X, -1<<C --> -(ashr...
2020-08-06 Roman Lebedev[NFC][InstCombine] Negator: add a comment about negatin...
2020-08-06 Roman Lebedev[InstCombine] Generalize sdiv exact X, 1<<C --> ...
2020-08-06 Roman Lebedev[NFC][InstCombine] Better tests for x s/EXACT (1 ...
2020-08-06 Roman Lebedev[NFC][InstCombine] Tests for x s/EXACT (-1 << y) ...
2020-08-06 Adrian PrantlUnify the code that updates the ArchSpec after finding...
2020-08-06 Richard SmithAdd -Wtautological-value-range-compare warning.
2020-08-06 Craig Topper[LegalTypes] Move VSELECT node creation out of WidenVSE...
2020-08-06 Craig Topper[X86] Optimize out a few extra strlen calls in getX86Ta...
2020-08-06 Craig Topper[X86] Make getX86TargetCPU return std::string instead...
2020-08-06 Yonghong SongBPF: add a SimplifyCFG IR pass during generic Scalar...
2020-08-06 Snehasish Kumar[NFC] Rename BBSectionsPrepare -> BasicBlockSections.
2020-08-06 Adrian PrantlAdd missing override to Makefile
2020-08-06 Sanjay Patel[InstSimplify] avoid crashing by trying to rem-by-zero
2020-08-06 Jonas Devlieghere[LLDB] Skip test_launch_simple from TestTargetAPI.py...
2020-08-06 Matt Arsenaultclang: Use byref for aggregate kernel arguments
2020-08-06 Sanjay Patel[VectorCombine] add tests for load+insert; NFC
2020-08-06 Adrian PrantlCorrectly detect legacy iOS simulator Mach-O objectfiles
2020-08-06 cgyurgyik[libc] Add tolower, toupper implementation.
2020-08-06 Anton Afanasyev[SLP] Fix order of `insertelement`/`insertvalue` seed...
2020-08-06 Evgenii StepanovFix CFI issues in <future>
2020-08-06 Matt ArsenaultAdd freeze keyword to IR emacs mode
2020-08-06 MaheshRavishankar[mlir][SPIR-V] Fix wrongly placed Rationale section.
2020-08-06 Jonas Devlieghere[lldb] Use target.GetLaunchInfo() instead of creating...
2020-08-06 Aleksandr Platonov[clangd] Fix crash in bugprone-bad-signal-to-kill-threa...
2020-08-06 dfukalov[AMDGPU][CostModel] Add f16, f64 and contract cases...
2020-08-06 Matt ArsenaultGlobalISel: Implement fewerElementsVector for G_EXTRACT...
2020-08-06 Arthur Eubanks[NewPM][LoopUnswitch] Pin loop-unswitch to legacy PM...
2020-08-06 Aaron En Ye Shi[HIP] Ignore invalid ar linker options
2020-08-06 Fred Riss[lldb/testsuite] Change get_debugserver_exe to support...
2020-08-06 Arthur Eubanks[NewPM] Pin -assumption-cache-tracker tests to legacy PM
2020-08-06 Matt ArsenaultAMDGPU: Define raw/struct variants of buffer atomic...
2020-08-06 Sterling AugustineRemove unused variable "saved_opts".
2020-08-06 Matt ArsenaultAArch64/GlobalISel: Fix verifier error after selecting...
2020-08-06 Simon Pilgrim[SLP][X86] Regenerate sdiv test noticed in D83779....
2020-08-06 Mircea Trofin[NFC]{MLInliner] Point out the tests' model dependencies
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)
next