platform/upstream/llvm.git
2022-05-16 Philip ReamesTeach PeepholeOpt to eliminate redundant copy from...
2022-05-16 Ben Dunbobbin[llvm-ar][NFC] Address post-commit comments on D125439.
2022-05-16 River Riddle[mlir][NFC] Fix a few langref typos
2022-05-16 Keith Smiley[llvm-objcopy][test] Add cmp after copy
2022-05-16 River Riddle[mlir][Tablegen-LSP] Add support for a basic TableGen...
2022-05-16 Ken Matsui[clang] Avoid suggesting typoed directives in `.S`...
2022-05-16 wren romano[mlir][sparse] Adding "final" keyword wherever appropriate
2022-05-16 wren romano[mlir][sparse] Enhancing sparse=>sparse conversion.
2022-05-16 River Riddle[mlir] Restrict dialect doc gen to a single dialect
2022-05-16 Jason Molenda[NFC] Don't bother with unstripped binary w/ dSYM,...
2022-05-16 Joseph Huber[OpenMP] Don't build the offloading driver without...
2022-05-16 Joseph Huber[Libomptarget] Don't build the device runtime without...
2022-05-16 Alex Zinenko[mlir] allow for re-registering extension ops
2022-05-16 Jonas Devlieghere[lldb] Prevent underflow in crashlog.py
2022-05-16 Sanjay PatelRevert "[InstCombine] invert canonicalization for cast...
2022-05-16 Martin Storsjö[MC] [Win64EH] Check for matches between epilogs and...
2022-05-16 Martin Storsjö[MC] [Win64EH] Try writing an ARM64 "packed epilog...
2022-05-16 Martin Storsjö[ARM] Rename the isARMAreaXRegister parameter isIOS...
2022-05-16 Eli Friedman[compiler-rt builtins] Assert that atomic.c can be...
2022-05-16 Paul Walker[AArch64] Use ADDV for boolean xor reductions.
2022-05-16 Ellis Hoag[InstrProf] Fix promoter when using counter relocations
2022-05-16 Matthias Springer[mlir][bufferize] Better propagation of errors
2022-05-16 Mogball[mlir][ods] Fix verification of attribute + colon type...
2022-05-16 River Riddle[mlir] Remove the `type` keyword from type alias defini...
2022-05-16 Mogball[mlir][transforms] Add a topological sort utility and...
2022-05-16 zhijian[AIX] llvm-link support big archive.
2022-05-16 Mogball[mlir][ods] Ignore AttributeSelfTypeParameter in assemb...
2022-05-16 Aart Bik[mlir][sparse] introduce complex type to sparse tensor...
2022-05-16 Yang Keao[DomPrinter] Migrate -dot-dom to the new pass manager.
2022-05-16 Paul Walker[SelectionDAG] Remove duplicate "is scaled" information...
2022-05-16 Louis Dionne[libc++] Remove overly conservative error in <stdatomic.h>
2022-05-16 Louis Dionne[libc++] Remove the legacy LIBCXX_LIBCPPABI_VERSION...
2022-05-16 John Paul Adrian... [sanitizer] Don't use newfstatat for Linux on SPARC
2022-05-16 Utkarsh SaxenaOptimise findRefs for XRefs and docHighlights
2022-05-16 Robert Suderman[mlir][tosa] Use math.ctlz intrinsic for tosa.clz
2022-05-16 zhijian[AIX] fixed llvm-ar can not read empty big archive...
2022-05-16 Stanislav Mekhanoshin[AMDGPU] Revert wide LDS DMA support.
2022-05-16 Utkarsh SaxenaAdd documentHighlight in clangd check for performance...
2022-05-16 Alex Bradbury[WebAssembly][TableGen][NFCI] Use getValueAsBit rather...
2022-05-16 Jakub Kuderski[mlir:toy][NFC] Remove unnecessary trailing return...
2022-05-16 Fangrui Song[Driver] Change "zlib not installed" diagnostic to...
2022-05-16 Fangrui Song[docs] Re-generate ClangCommandLineReference.rst
2022-05-16 Rahman Lavaee[llvm-objdump] Let --symbolize-operands symbolize basic...
2022-05-16 Adrian PrantlRemove stale file from modulemap
2022-05-16 David Green[AArch64] Predicate SSHLL;SCVTF patterns behind UseAlte...
2022-05-16 Sanjay Patel[InstCombine] invert canonicalization for cast of signb...
2022-05-16 Sanjay Patel[InstCombine] add tests for zext-of-signbit test; NFC
2022-05-16 Craig Topper[AArch64][ARM][RISCV][X86] Add test cases for PR55484...
2022-05-16 Craig Topper[TargetLowering] Expand the last stage of i16 popcnt...
2022-05-16 Craig Topper[DAGCombiner] Fix incorrect indentation. NFC
2022-05-16 Philip Reames[RISCV] Add further trace output to InsertVSETLVI
2022-05-16 Hongtao Yu[llvm-profgen] Update callsite body samples by summing...
2022-05-16 Matthias Springer[mlir][bufferize] Better user control of layout maps
2022-05-16 Ellis Hoag[InstrProf][NFC] Save profile bias to function map
2022-05-16 Sanjay Patel[IR] create and use helper functions that test the...
2022-05-16 Philip Reames[LiveIntervals] Add range accessors for value numbers...
2022-05-16 Simon Pilgrim[polly] Remove 'using namespace llvm/polly' from ScopGr...
2022-05-16 David Green[AArch64] Update check lines in arm64-scvt.ll. NFC
2022-05-16 Sanjay Patel[PhaseOrdering] add tests for cmp + boolean/bitwise...
2022-05-16 Sanjay Patel[InstCombine] fix test name; NFC
2022-05-16 Alexey Bataev[SLP]Check if the root of the buildvector has one use...
2022-05-16 Nikita Popov[ValueTracking] Handle and/or on RHS of isImpliedCondit...
2022-05-16 Florian Hahn[LAA,LV] Add initial support for pointer-diff memory...
2022-05-16 Joe Nash[AMDGPU] Mark sendmsg hasSideEffects. NFC
2022-05-16 Jay Foad[AMDGPU] Shrink MAD/FMA to MADAK/MADMK/FMAAK/FMAMK...
2022-05-16 Nikita Popov[ConstantRange] Add toKnownBits() method
2022-05-16 Joe Nash[AMDGPU] gfx11 BUF Instructions
2022-05-16 Stephen Long[MSVC] Add support for pragma alloc_text
2022-05-16 Mehdi AminiApply clang-tidy fixes for llvm-qualified-auto in Linal...
2022-05-16 Mehdi AminiApply clang-tidy fixes for performance-move-const-arg...
2022-05-16 Nathan James[clang-tidy][NFC] Reimplement SimplifyBooleanExpr with...
2022-05-16 Liqin.Weng[CodeGen] Use ArrayRef in TargetLowering functions
2022-05-16 Louis Dionne[runtimes] Generalize how we reorder projects
2022-05-16 Liqin.Weng[RISCV] remove useless code
2022-05-16 Louis Dionne[runtimes] Introduce object libraries
2022-05-16 Nathan Sidwell[clang][NFC] Cleanup some coroutine tests
2022-05-16 Haojian Wu[AST] Cleanup on getting the underlying decl of using...
2022-05-16 Biplob Mishra[InstCombine] Combine instructions of type or/and where...
2022-05-16 Bradley Smith[DAGCombine] Support splat_vector nodes in (and (extloa...
2022-05-16 Tim NorthoverAArch64: support ISel for fence instructions
2022-05-16 David Spickett[lldb][NFC] Simplify GenerateOptionUsage
2022-05-16 David Spickett[lldb][NFC] Make cmd a reference in GenerateOptionUsage
2022-05-16 Sheng[ADT] Adopt the new casting infrastructure for PointerUnion
2022-05-16 Abinav Puthan... [GlobalISel] Handle constant splat in funnel shift...
2022-05-16 Abinav Puthan... [AMDGPU][GlobalISel] Pre-commit tests for D125516
2022-05-16 Simon Pilgrim[X86][AVX] Add test showing poor expansion of bit-rever...
2022-05-16 Yeting Kuo[SelectionDAG] Make getNode which uses single element...
2022-05-16 David Green[AArch64] Handle 64bit vectors in tryCombineFixedPointC...
2022-05-16 Denis Antrushin[StatepointLowering] Properly handle local and non...
2022-05-16 owenca[clang-format][NFC] Don't call mightFitOnOneLine()...
2022-05-16 Tobias Ribizel[clangd] parse all make_unique-like functions in preamble
2022-05-16 Nicolas Abram... [llvm-c] Add functions for enabling and creating opaque...
2022-05-16 Jay Foad[AMDGPU] SIShrinkInstructions: change static functions...
2022-05-16 Jay Foad[AMDGPU] Extract SIInstrInfo::removeModOperands. NFC.
2022-05-16 Haojian Wu[pseudo] Support parsing variant target symbols.
2022-05-16 Nikita Popov[ControlHeightReduction] Freeze condition when converti...
2022-05-16 Diana Picus[flang] Install Fortran_main library
2022-05-16 Nikita Popov[FastISel] Fix load folding for registers with fixups
2022-05-16 Gregory Fong[clang-format] fix alignment w/o binpacked args
2022-05-16 Kirill Bobyrev[clangd] NFC: Rename field to be compatible with the...
next