platform/upstream/llvm.git
2022-09-14 David Spickett[LLVM][AArch64] Don't warn about clobbering X16 when...
2022-09-14 Joseph Huber[OpenMP] Remove unused function after removing simplifi...
2022-09-14 John Ericson[CMake] Avoid `LLVM_BINARY_DIR` when other more specifi...
2022-09-14 Arjun P[MLIR][Presburger] use arbitrary-precision arithmetic...
2022-09-14 Balazs Benics[analyzer] Initialize ShouldEmitErrorsOnInvalidConfigVa...
2022-09-14 Joseph Huber[OpenMP][AMDGPU] Link bitcode ROCm device libraries...
2022-09-14 Joseph Huber[OpenMP] Remove simplified device runtime handling
2022-09-14 Nikita Popov[AA] Tracking per-location ModRef info in FunctionModRe...
2022-09-14 Florian Hahn[ConstraintElimination] Clear new indices directly...
2022-09-14 Christian Sigg[MLIR] Fix toy lit substitutions
2022-09-14 Jordan RupprechtFix heap-use-after-free when clearing DIEs in fission...
2022-09-14 Zain Jaffal[AArch64] Disable nontemproal load for Big Endian
2022-09-14 Sanjay Patel[InstCombine] try multi-use demanded bits folds for...
2022-09-14 Alexey Bataev[SLP] Move getInsertIndex function, NFC.
2022-09-14 Mats Petersson[flang][driver]Fix broken flang-new mlir test
2022-09-14 Zain Jaffal[AArch64] Add nontemporal load tests for big endian.
2022-09-14 Nikita Popov[AA] Remove unnecessary intersections from getModRefBeh...
2022-09-14 Florian Hahn[ConstraintElimination] Further de-compose operands...
2022-09-14 Simon Pilgrim[CostModel][X86] getArithmeticInstrCost - move GLM...
2022-09-14 Simon Pilgrim[CostModel][X86] Fix throughput costs for AVX512BW...
2022-09-14 Pavel Labath[lldb] Enable (un-xfail) some dwarf tests for arm
2022-09-14 Florian Hahn[ConstraintElimination] Add tests where info from zext...
2022-09-14 Pavel Kosov[lldb][DWARF5] Enable macro evaluation
2022-09-14 Marco Elver[MIR] Support printing and parsing pcsections
2022-09-14 Florian Hahn[ConstraintElimination] Add tests for chained adds.
2022-09-14 Azat Khuzhin[test][clang] run test for lld emitting dwarf-aranages...
2022-09-14 Siva Chandra[libc][Obvious] Fix typo in the alternate path of the...
2022-09-14 Siva Chandra... [libc] Add implementation of POSIX function "access".
2022-09-14 Timm Bäder[clang][Interp] Remove struct from a testcase
2022-09-14 Chuanqi Xu[C++20] [Coroutines] Prefer sized deallocation in promi...
2022-09-14 Jean Perier[flang] Make a descriptor copy for fir.load fir.ref...
2022-09-14 Jon Chesterfield[amdgpu] Expand all ConstantExpr users of LDS variables...
2022-09-14 Martin Storsjö[Support] Access threadIndex via a wrapper function
2022-09-14 Ruiling SongAMDGPU: Factor out hasDivergentBranch(). NFC
2022-09-14 Xiang Li[HLSL]Add -O and -Od option for dxc mode.
2022-09-14 Antonio Frighetto[AArch64InstPrinter] Introduce register markup tags...
2022-09-14 Zhang Qing... [llvm-dwp] Report the filename if it cannot be found
2022-09-14 jacquesguan[RISCV] Add cost model for vector insert/extract element.
2022-09-14 Shivam Gupta[NVPTX] Use MBB.begin() instead MBB.front() in NVPTXFra...
2022-09-14 Yeting Kuo[RISCV] Transform VMERGE_VVM_<LMUL>_TU with all ones...
2022-09-14 Han-Kuan Chen[RISCV] Lower BUILD_VECTOR to RISCVISD::VID_VL if it...
2022-09-14 gonglingqin[LoongArch] Categorize code by function. NFC.
2022-09-14 Fangrui Song[RISCV] Assemble `call foo` to R_RISCV_CALL_PLT
2022-09-14 Jez Ng[lld-macho][nfci] Don't include null terminator in...
2022-09-14 Aart Bik[mlir][sparse] minor merger API simplification
2022-09-14 Pengxuan Zheng[Object][COFF] Allow section symbol to be common symbol
2022-09-14 Jakub Kuderski[mlir][vector] Fold scalar vector.extract of non-splat...
2022-09-13 Katherine Rasmussen[flang] Write semantics test for atomic_fetch_xor
2022-09-13 Roy Sundahl[test] [fuzzer] Enable tests for iossim, disable for...
2022-09-13 YongKang ZhuAddress feedback in https://reviews.llvm.org/D133637
2022-09-13 Alexander Shaposhnikov[IR] Add alignment for llvm.threadlocal.address
2022-09-13 Fanchen Kong[WebAssembly] Improve codegen for shuffles with undefin...
2022-09-13 Argyrios Kyrtzidis[Lex/DependencyDirectivesScanner] Handle the case where...
2022-09-13 Jason MolendaAdd mach-o corefile support for platform binaries
2022-09-13 Matt ArsenaultRegisterCoalescer: Fix verifier error when merging...
2022-09-13 Jordan Rupprecht[lldb][fuzz] Allow expression fuzzer to be passed as...
2022-09-13 Philip Reames[RISCV] Add MIR comments for VecPolicy operands
2022-09-13 Azat Khuzhin[clang] fix generation of .debug_aranges with LTO
2022-09-13 George WrightDon't populate the symbol table with symbols that don...
2022-09-13 Matt Arsenaultllvm-reduce: Add undef to new subregister IMPLICIT_DEFs
2022-09-13 Matt Arsenaultllvm-reduce: Fix missing undef flags in some tests
2022-09-13 Matt Arsenaultllvm-reduce: Use FileCheck instead of python for intere...
2022-09-13 Philip Reames[RISCV] Simpify operand index calculation in createMIRO...
2022-09-13 Jim InghamRevert "Be more careful to maintain quoting information...
2022-09-13 Jim InghamRevert "constexpr isn't right here."
2022-09-13 Jim InghamRevert "Trying to understand the TestHelp.py failure...
2022-09-13 Aaron PuchertRevert "Make sure libLLVM users link with libatomic...
2022-09-13 Scott LinderAdd virtual-base-class example to AMDGPUDwarfExtensionA...
2022-09-13 Wei Wang[ELF][Distributed ThinLTO] Do not generate empty index...
2022-09-13 Kazu Hirata[BOLT] Stop using std::iterator (NFC)
2022-09-13 Jim InghamTrying to understand the TestHelp.py failure from 6c089b2.
2022-09-14 Chris Bieneman[HLSL] Adding a test change I forgot to add
2022-09-13 Xiang Li[DirectX backend] Remove Attribute not for DXIL on...
2022-09-14 Chris Bieneman[HLSL] Mark buffer subscript operators as AlwaysInline
2022-09-13 Zequan Wu[gn build] port fc04749957f1
2022-09-13 Jim Kitchen[mlir][sparse] Add sparse_tensor.select operation
2022-09-13 Evgeny Shulgin[Clang] [Sema] Ignore invalid multiversion function...
2022-09-13 Chris Bieneman[HLSL] Call global destructors from entries
2022-09-13 Jim Inghamconstexpr isn't right here.
2022-09-13 Jorge Gorbe... [Formatters][NFCI] Replace 'is_regex' arguments with...
2022-09-13 Jay Foad[AMDGPU] Don't shrink VOP3 instructions pre-RA on GFX10+
2022-09-13 Sotiris Apostolakis[SelectOpti] Fix lifetime intrinsic bug
2022-09-13 Chris Bieneman[DX] DXContainer does not support COMDAT
2022-09-13 theidexisted[NFC][ADT] Fix assert message
2022-09-13 Philip Reames[RISCV] Split vmerge peephole tests so they can be...
2022-09-13 River Riddle[mlir] Add bytecode encodings for the builtin ElementsA...
2022-09-13 River Riddle[mlir] Fix DenseElementsAttr treatment of bool splat...
2022-09-13 River Riddle[mlir] Add fallback support for parsing/printing unknow...
2022-09-13 River Riddle[mlir:Bytecode] Add support for encoding resources
2022-09-13 Jessica Paquette[llvm-remarkutil] NFC: Combine parsing + serializing...
2022-09-13 Siva Chandra... [libc][Obvious] Use unique test file names in dup,...
2022-09-13 Michal Paszkowski[Docs] Added LLVM SPIR-V Backend Working Group
2022-09-13 Zequan Wu[gn build] port c8daf4a707ad (check-lldb)
2022-09-13 Christian Sigg[Bazel] Bump bazel version to 5.0.
2022-09-13 Craig Topper[RISCV] Teach lowerVECTOR_SHUFFLE to recognize some...
2022-09-13 Siva Chandra... [libc] Add POSIX functions dup, dup2, and GNU extension...
2022-09-13 Jim InghamBe more careful to maintain quoting information when...
2022-09-13 Scott LinderAdd pointer-to-member example to AMDGPUDwarfExtensionAl...
2022-09-13 Scott LinderFix typo in AMDGPUDwarfExtensionAllowLocationDescriptio...
2022-09-13 Scott Linderdos2unix AMDGPUDwarfExtensionAllowLocationDescriptionOn...
next