platform/upstream/llvm.git
2022-05-17 Peixin-Qiao[flang][OpenMP] Support lowering to MLIR for ordered...
2022-05-17 luxufan[RISCV] Support getHostCpuName for sifive-u74
2022-05-17 jacquesguan[mlir][LLVMIR] Add support for translating insertelemen...
2022-05-17 Chuanqi Xu[Frontend] [Coroutines] Emit error when we found incomp...
2022-05-17 Mitch PhillipsRevert "[dwarf] Emit a DIGlobalVariable for constant...
2022-05-17 Vy Nguyen[nfc][lld-macho] Follow up fixes to bd9e46815d73e4236c2...
2022-05-17 wren romano[mlir][sparse] Moved _mlir_ciface_newSparseTensor close...
2022-05-17 Thomas Lively[WebAssembly] Update relaxed SIMD opcodes and names
2022-05-17 Vy Nguyen[nfc][lld-macho] Fixed test from https://reviews.llvm...
2022-05-17 Vy Nguyen[lld-macho] Temporarily disable test on windows
2022-05-17 Philip Reames[RISCV] Use classic dataflow for VSETVLI insertion
2022-05-17 Philip Reames[RISCV] Fix missing vsetvli in transparent block case
2022-05-16 Grace Jennings[test-suite][cmake] sort unit test targets
2022-05-16 Mitch Phillips[dwarf] Emit a DIGlobalVariable for constant strings.
2022-05-16 Vy Nguyen[lld-macho] Demangle symbol names in export-symbol...
2022-05-16 River Riddle[mlir][NFC] Fix the tags for various doc code blocks
2022-05-16 River Riddle[mlir][PDLL] Tweak the grammar to highlight partial...
2022-05-16 wren romano[mlir][sparse] Restyling macros in the runtime library
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
next