platform/upstream/llvm.git
2021-01-26 Fangrui SongCGDebugInfo CreatedLimitedType: Drop file/line for...
2021-01-26 Fangrui SongCGDebugInfo: Drop Loc.isInvalid() special case from...
2021-01-26 Austin Kerbow[AMDGPU] Update subtarget features for new target ID...
2021-01-26 Atmn[OpenMP][Libomptarget] Introduce changes to support...
2021-01-26 LLVM GN Syncbot[gn build] Port 4edf35f11a9e
2021-01-26 Petr HosekSupport for instrumenting only selected files or functions
2021-01-26 Jon Chesterfield[libomptarget][devicertl][amdgpu] Fix build, variable...
2021-01-26 Nathan James[clangd] FindTarget resolves base specifier
2021-01-26 Nathan James[clangd] Selection handles CXXBaseSpecifier
2021-01-26 Adhemerval... [ARM] [ELF] Fix ARMMaterializeGV for Indirect calls
2021-01-26 Craig Topper[RISCV] Have customLegalizeToWOp truncate to the origin...
2021-01-26 Eric Schweitz[mlir] sret and byval now require a type argument when...
2021-01-26 Julian LettnerReland "[lit] Use os.cpu_count() to cleanup TODO"
2021-01-26 Raphael Isemann[lldb][NFC] Another attempt to fix GCC 5.x compilation
2021-01-26 Christian Sigg[mlir] Set CUDA/ROCm context before creating resources.
2021-01-26 Matt ArsenaultAMDGPU: Fix redundant FP spilling/assert in some functions
2021-01-26 Matt ArsenaultAMDGPU: Add assertion to determineCalleeSaves
2021-01-26 Shilei Tian[OpenMP][deviceRTLs] Build the deviceRTLs with OpenMP...
2021-01-26 Dave Lee[lldb] Remove unused ThreadPlanStack::GetStackOfKind...
2021-01-26 Kadir Cetinkaya[clangd] Add std::size_t to StdSymbol mapping
2021-01-26 Alex Zinenko[mlir] Add Python bindings for IntegerSet
2021-01-26 Sanjay Patel[LoopVectorize] add test for fmin/fmax FMF propagation...
2021-01-26 Sanjay Patel[LoopUtils] do not initialize Cmp predicate unnecessari...
2021-01-26 Simon PilgrimFix null dereference static analysis warning. NFCI.
2021-01-26 Simon Pilgrim[AMDGPU] HSAMD::fromString - replace std::string arg...
2021-01-26 Mircea Trofin[NFC] Disallow unused prefixes under clang/test/CodeGen
2021-01-26 Alexander Belyaev[mlir][nfc] Move `getInnermostParallelLoops` to SCF...
2021-01-26 Simon Pilgrim[Sema] diagnoseEquivalentInternalLinkageDeclarations...
2021-01-26 Simon Pilgrim[AMDGPU] Fix null-dereference static analysis warnings...
2021-01-26 George Rokos[libomptarget][NFC] Fixed obsolete function names in...
2021-01-26 Matt ArsenaultAMDGPU: Clear IsSSA property in SIFormMemoryClauses
2021-01-26 Florian Hahn[LoopUnswitch] Avoid partially unswitching too aggressi...
2021-01-26 Florian Hahn[LoopUnswitch] Add some additional tests.
2021-01-26 Simon PilgrimFix signed/unsigned comparison warning. NFCI.
2021-01-26 Sander de Smalen[CostModel] Handle CTLZ and CCTZ in getTypeBasedIntrins...
2021-01-26 Sebastian Neubauer[AMDGPU] Add IntrWillReturn to three intrinsics
2021-01-26 Mirko Brkusanin[AMDGPU] Fix use of HasModifiers in VopProfile
2021-01-26 Florian Hahn[Passes] Run peeling as part of simple/full loop unrolling.
2021-01-26 Lang Hames[ORC] Attempt to auto-claim responsibility for weak...
2021-01-26 Andrzej WarzynskiRevert "[flang] Search for #include "file" in right...
2021-01-26 Zarko TodorovskiRemove requirement for -maltivec to be used when using...
2021-01-26 Lang Hames[ORC] Fix debug logging message.
2021-01-26 Lang Hames[JITLink][ELF/x86-64] When building PLT stub, use ...
2021-01-26 Alexey Bataev[LIBOMPTARGET]FIX define declaration, NFC
2021-01-26 Alex Zinenko[mlir] drop unused statics
2021-01-26 Adhemerval... [LLD][ELF][AArch64] Add support for R_AARCH64_LD64_GOTP...
2021-01-26 Dmitry Preobrazhensky[AMDGPU][MC] Refactored exp tgt handling
2021-01-26 Eugene Zhulenev[mlir] Async: add a separate pass to lower from async...
2021-01-26 David Sherwood[SVE] Fix some logical arithmetic tests
2021-01-26 Marek KurdejRevert "[clang-format] add case aware include sorting"
2021-01-26 Eugene Zhulenev[mlir:async] Use ODS to define async types
2021-01-26 Georgii Rymar[yaml2obj][obj2yaml] - Improve how we set/dump the...
2021-01-26 Martin Storsjö[llvm-nm] Silence a gcc warning about a stray semicolon...
2021-01-26 Ben Shi[update_llc_test_checks] Support AVR
2021-01-26 Georgii Rymar[LLDB][test] - Fix test after yaml2obj change.
2021-01-26 Jan Svoboda[clang][cli] Port GPU-related language options to marsh...
2021-01-26 Georgii Rymar[yaml2obj] - Refine how we set the sh_link field. NFCI.
2021-01-26 Georgii Rymar[llvm-nm][ELF] - Use @@ prefix when printing default...
2021-01-26 Haojian Wu[clangd] Add include-fixer fixit for no_member_template...
2021-01-26 Georgii Rymar[libObject,llvm-readelf/obj] - Don't use @@ when printi...
2021-01-26 Craig Topper[RISCV] Adjust RISCVInstrInfoVSDPatterns.td for differe...
2021-01-26 Freddy Ye[NFC] Refine some uninitialized used variables.
2021-01-26 Kadir Cetinkaya[clangd] Fix filename completion at the end of file
2021-01-26 Jan Svoboda[clang][cli] Accept strings instead of options in Impli...
2021-01-26 Jan Svoboda[clang][cli] Port GNU language options to marshalling...
2021-01-26 Jan Svoboda[clang][cli] Store LangStandard::Kind in LangOptions
2021-01-26 Hsiangkai Wang[RISCV] Define different pseudo instructions for differ...
2021-01-26 Jan Svoboda[clang][cli] NFC: Simplify BoolOption API
2021-01-26 Matthias SpringerAdd vp2intersect to AVX512 dialect.
2021-01-26 Sam CleggRevert "[WebAssembly] MC layer writes table symbols...
2021-01-26 Sam Clegg[Object][WebAssembly] Update format of error messages
2021-01-26 zhanghb97[mlir][Python] Fix comments of 'getCapsule' and 'create...
2021-01-26 Johannes Doerfert[OpenMP] Add source location information to the libompt...
2021-01-26 Johannes Doerfert[OpenMP][FIX] Enforce a function boundary for a new...
2021-01-26 Hsiangkai Wang[RISCV] Update V extension to v1.0-draft 08a0b464.
2021-01-26 Hsiangkai Wang[RISCV] Implement vlsegff intrinsics.
2021-01-26 Kazu Hirata[AMDGPU] Forward-declare MachineIRBuilder (NFC)
2021-01-26 Kazu Hirata[StackSafety] Use ListSeparator (NFC)
2021-01-26 Kazu Hirata[TableGen] Use llvm::append_range (NFC)
2021-01-26 Shilei Tian[OpenMP] Added the support for hidden helper task in RTL
2021-01-26 Jon ChesterfieldRevert "[libomptarget][cuda] Gracefully handle missing...
2021-01-26 Cassie Jones[Test][AArch64] Add s32 legalizer test for UADDE/USUBE
2021-01-26 Cassie Jones[Test][AArch64] Move overflow add/sub tests to their...
2021-01-26 Lang Hames[JITLink] Disable ELF_ehframe_basic.s test on Windows.
2021-01-26 Nemanja Ivanovic[PowerPC] Do not emit HW loop with half precision opera...
2021-01-26 Jon Chesterfield[libomptarget][cuda] Gracefully handle missing cuda...
2021-01-26 Wolfgang Pieb[X86] Correct some cross references in avxintrin.h.
2021-01-26 Sergey Dmitriev[llvm-link] Fix crash when materializing appending...
2021-01-26 Richard SmithRevert "Fix SBDebugger::CreateTargetWithFileAndArch...
2021-01-26 Brad Smith[libcxx] random_device, for OpenBSD specify optimal...
2021-01-26 Duncan P. N... Frontend: Take VFS and MainFileBuffer by reference...
2021-01-26 Amara Emerson[GlobalISel][Localizer] Don't localize phi operands...
2021-01-26 Julian Lettner[lit] Update lit.py shebang for Python3
2021-01-26 Wolfgang Pieb[x86] Fix trivial typo in emmintrin.h
2021-01-26 Duncan P. N... SourceManager: Migrate to FileEntryRef in getOrCreateCo...
2021-01-26 Duncan P. N... SourceManager: Unify FileEntry/FileEntryRef versions...
2021-01-26 Lang Hames[JITLink] Re-apply 6884fbc2c4f (ELF eh support) with...
2021-01-26 Eugene Zhulenev[mlir:Async] Use LLVM coro operations in async.coro...
2021-01-26 Duncan P. N... ExpressionParser: Migrate to FileEntryRef in ParseInter...
2021-01-26 Craig Topper[TargetLowering][RISCV] Don't transform (seteq/ne ...
next