platform/upstream/llvm.git
2020-09-16 Johannes Doerfert[UpdateTestChecks][NFC] Fix spelling
2020-09-16 Patrick BeardAdd '<' meta command to read in code from external...
2020-09-16 Rahman Lavaee[obj2yaml] - Match ".stack_size" with the original...
2020-09-16 Matt ArsenaultGlobalISel: Lift store value widening restriction
2020-09-16 Nico Weber[gn build] make "all" target build
2020-09-16 Amara Emerson[AArch64][GlobalISel] Make G_BUILD_VECTOR os <16 x...
2020-09-16 Michael Liao[clang][codegen] Skip adding default function attribute...
2020-09-16 Zequan Wufix test no-rtti.cpp
2020-09-16 Saleem AbdulrasoolSema: add support for `__attribute__((__swift_bridge__))`
2020-09-16 Matt Morehouse[libFuzzer] Enable entropic by default.
2020-09-16 Zequan Wu[Sema][MSVC] warn at dynamic_cast/typeid when /GR-...
2020-09-16 Michael Kitzan[GISel] Add new combines for unary FP instrs with const...
2020-09-16 Simon PilgrimDwarfUnit.h - remove unnecessary includes. NFCI.
2020-09-16 Simon Pilgrimraw_ostream.cpp - remove duplicate includes. NFCI.
2020-09-16 Simon PilgrimInterferenceCache.cpp - remove duplicate includes....
2020-09-16 Simon PilgrimValueEnumerator.cpp - remove duplicate includes. NFCI.
2020-09-16 Sanjay Patel[SLP] add tests for reduction ordering; NFC
2020-09-16 Fangrui Song[llvm-nm] Use aggregate initialization instead of memse...
2020-09-16 Jamie SchmeiserRe-land: Add new hidden option -print-changed which...
2020-09-16 Louis Dionne[libc++] Ensure streams are initialized early
2020-09-16 Matt ArsenaultRegAllocFast: Make self loop live-out heuristic more...
2020-09-16 Reid KlecknerInclude (Type|Symbol)Record.h less
2020-09-16 Matt ArsenaultAMDGPU: Clear offset register when using local stack...
2020-09-16 Matt ArsenaultAMDGPU: Add baseline test for incorrect SP access
2020-09-16 Matt ArsenaultLocalStackSlotAllocation: Swap order of check
2020-09-16 Elizabeth AndrewsDo not apply calling conventions to MSVC entry points
2020-09-16 mhl[libfuzzer] Reduce default verbosity when printing...
2020-09-16 Arthur Eubanks[Coro][NewPM] Handle llvm.coro.prepare.retcon in NPM...
2020-09-16 Sjoerd Meijer[ARM][MVE] Tail-predication: predicate new elementcount...
2020-09-16 Jay Foad[AMDGPU] Remove obsolete comment
2020-09-16 Francesco Petrogalli[llvm][CodeGen] Do not scalarize `llvm.masked.[gather...
2020-09-16 Arthur Eubanks[NPM] Translate alias analysis into require<> as well
2020-09-16 Dmitry Preobrazhensky[AMDGPU] Corrected directive to use for ELF weak refs
2020-09-16 Benjamin Kramer[ASTMatchers] Add missing definition for decompositionDecl
2020-09-16 Simon Pilgrim[X86] EmitInstrWithCustomInserter - remove redundant...
2020-09-16 Mircea Trofin[NFC][Regalloc] accessors for 'reg' and 'weight'
2020-09-16 Matt ArsenaultAMDGPU: Improve <2 x i24> arguments and return value...
2020-09-16 Sebastian Neubauer[AMDGPU] Add v3f16/v3i16 support to SDag
2020-09-16 Simon Pilgrim[X86] Assert that we've found a terminator instruction...
2020-09-16 Jay Foad[AMDGPU] Enable scheduling around FP MODE-setting instr...
2020-09-16 Jay Foad[AMDGPU] Add -show-mc-encoding to setreg tests
2020-09-16 Simon Pilgrim[X86][SSE] Move VZEXT_MOVL(INSERT_SUBVECTOR(UNDEF,X...
2020-09-16 Valentin Clement[mlir][openacc] Add missing operands for acc.parallel...
2020-09-16 Eugene ZhulenevEnable inlining for Linalg dialect
2020-09-16 Dangeti Tharun... [Partial Inliner] Compute intrinsic cost through TTI
2020-09-16 Alex Zinenko[mlir] Model StringRef in C API
2020-09-16 Florian Hahn[DSE] Add another test cases with loop carried dependence.
2020-09-16 Alexey Bataev[OPENMP]Do not allow threadprivates as base for array...
2020-09-16 Paul C. AnagnostopoulosAdd section with details about DAGs.
2020-09-16 Sanjay Patel[SLP] fix formatting; NFC
2020-09-16 mydeveloperday[clang-format] [NFC] Fix spelling mistake in the docume...
2020-09-16 Sam Parker[ARM] Reorder some logic
2020-09-16 Sanjay Patel[SLP] remove uses of 'auto' that obscure functionality...
2020-09-16 Sanjay Patel[SLP] remove redundant size check; NFC
2020-09-16 Sanjay Patel[SLP] move loop index variable declaration to its use...
2020-09-16 Sanjay Patel[SLP] change poorly named variable; NFC
2020-09-16 Sam Parker[RDA] Fix getUniqueReachingDef for self loops
2020-09-16 Simon Pilgrim[Sema] isOpenMPCapturedDecl - assert we locate Captured...
2020-09-16 Sam McCallUpdate dead links to Itanium and ARM ABIs. NFC
2020-09-16 Simon Pilgrim[AST] ASTReader::ReadModuleMapFileBlock - assert non...
2020-09-16 Simon PilgrimTokenAnnotator.cpp - remove useless pointer null test...
2020-09-16 Simon PilgrimCGBlocks.cpp - assert non-null CGF pointer. NFCI.
2020-09-16 Adam Balogh[ASTMatchers] Fix `hasBody` for the descendants of...
2020-09-16 Adam Balogh[clang-tidy] Crash fix for bugprone-misplaced-pointer...
2020-09-16 Adam Czachorowski[clangd] Actually parse Index section of the YAML file.
2020-09-16 Sam Parker[ARM] Fix tail predication predicate tracking
2020-09-16 Sam Parker[ARM] Add more validForTailPredication
2020-09-16 Kirill BobyrevFix table formatting after D87686
2020-09-16 Simon Pilgrim[DAG] Remover getOperand() call. NFCI.
2020-09-16 Kirill Bobyrev[clang-tidy] Improve documentation on Clangd integration
2020-09-16 Sam Tebbs[ARM][LowOverheadLoops] Fix tests after ef0b9f3
2020-09-16 Georgii Rymar[llvm-readobj][test] - Improve section-symbols.test
2020-09-16 Andrew Ng[LLD][ELF] Optimize linker script filename glob pattern...
2020-09-16 Andrew Ng[Support] Add GlobPattern::isTrivialMatchAll()
2020-09-16 Kirill Bobyrev[clangd] Implement hot index reloading for clangd-index...
2020-09-16 Georgii Rymar[llvm-readobj][test] - Address a forgotten review comme...
2020-09-16 Alok Kumar... [DebugInfo][flang] DISubrange support for fortran assum...
2020-09-16 Sjoerd MeijerFollow up rG635b87511ec3: forgot to add/commit the...
2020-09-16 Sam Tebbs[ARM][LowOverheadLoops] Combine a VCMP and VPST into...
2020-09-16 Aleksandr Platonov[clangd] Don't use zlib when it's unavailable.
2020-09-16 Yvan Roux[ARM][MachineOutliner] Add calls handling.
2020-09-16 Vitaly BukaRevert "[Asan] Accept __lsan_ignore_object for redzone...
2020-09-16 Vitaly BukaRevert "[Asan] Fix false leak report"
2020-09-16 Max Kazantsev[Test] Add positive range checks tests in addition...
2020-09-16 Richard Barton[flang] Fix docs build
2020-09-16 Max Kazantsev[Test] Some more potential range check elimination...
2020-09-16 Alina Sbirlea[MemorySSA] Report unoptimized as None, not MayAlias.
2020-09-16 Xing GUO[obj2yaml] Add support for dumping the .debug_addr...
2020-09-16 Martin Storsjö[llvm-rc] Lowercase the option definitions. NFC.
2020-09-16 Martin Storsjö[llvm-rc] Update a comment. NFC.
2020-09-16 Martin Storsjö[llvm-rc] Allow omitting components from VERSIONINFO...
2020-09-16 Alina Sbirlea[MemorySSA] Set MustDominate to true for PhiTranslation.
2020-09-16 Craig Topper[X86] Don't scalarize gather/scatters with non-power...
2020-09-16 Craig Topper[X86] Add test case for non-power of 2 scatter. NFC
2020-09-16 Mircea Trofin[ThinLTO] Relax thinlto_embed_bitcode.ll check
2020-09-16 Daniel Stonelibclc: Add a __builtin to let SPIRV targets select...
2020-09-16 Uday Bondhugula[MLIR][NFC] Value print update for block arguments
2020-09-16 Dave Lee[lldb] Reword CompilerType docstring to not say "generi...
2020-09-16 Zinovy Nis[clang-tidy] Fix crash in modernize-use-noexcept on...
2020-09-16 Max Kazantsev[Test] Add signed version of a test
next