platform/upstream/llvm.git
2022-02-01 Peter Steinfeld[flang] Rename the runtime routine that reports a fatal...
2022-02-01 Steven Wan[NFC][AIX]Disable failed tests due to aggressive byval...
2022-02-01 Alex Zinenko[mlir] Better error message in PybindAdaptors.h
2022-02-01 Jake Egan[AIX] Bump DWARF versions to 3 because XCOFF64 requires...
2022-02-01 Olle Fredriksson[DFAJumpThreading] make update order deterministic
2022-02-01 Mircea Trofin[nfc][regalloc] Move DefaultEvictionAdvisor::* to RegAl...
2022-02-01 Craig Topper[RISCC] Add missing words to comment. NFC
2022-02-01 Craig Topper[RISCV] Fix a vsetvli insertion bug involving loads...
2022-02-01 Stanislav Gatev[clang][dataflow] Enable comparison of distinct values...
2022-02-01 Craig Topper[RISCV] Don't make it an error have Zve* and V at the...
2022-02-01 Sam McCall[clangd] Fix handling of co_await in go-to-type
2022-02-01 Nikita Popov[GlobalOpt] Avoid early exit before dead constant check
2022-02-01 Jon ChesterfieldRevert "[OpenMP][FIX] Explicit barriers in SPMD mode...
2022-02-01 Joseph Huber[OpenMP] Temporarily remove checks to fix failing test...
2022-02-01 Shao-Ce SUN[RISCV] Adjust some comments.
2022-02-01 Sam McCall[clangd] Group and extend release notes
2022-02-01 Nikita Popov[GlobalStatus] Skip non-pointer dead constant users
2022-02-01 David Green[AArch64] Add signed version of uaddlv test. NFC
2022-02-01 Amy Kwan[PowerPC] Update P10 vector insert patterns to use...
2022-02-01 Valentin Clement[flang] Add lowering for basic empty SUBROUTINE
2022-02-01 Nikita Popov[AArch64] Do not use ABI alignment for mops.memset.tag
2022-02-01 Pavel Labath[lldb] Convert ProcessGDBRemoteLog to the new API
2022-02-01 Christian Kühnel[clangd] Cleanup of readability-identifier-naming
2022-02-01 Nathan Sidwell[demangler] Preserve line numbering in copied demangler...
2022-02-01 Marek Kurdej[clang-format] Use std::iota and reserve when sorting...
2022-02-01 Marek Kurdej[clang-format] Use std::iota and reserve. NFC.
2022-02-01 Marek Kurdej[clang-format] De-pessimize appending newlines. NFC.
2022-02-01 Marek Kurdej[clang-format] Use ranged for loops. NFC.
2022-02-01 Jon Chesterfield[openmp] Disable tests that presently hang on CI
2022-02-01 Nicolas Vasilache[mlir][vector][integration] Reactivate LLI in vector...
2022-02-01 Valentin Clement[flang] Add lowering placeholders
2022-02-01 Simon Pilgrim[DAG] SimplifyMultipleUseDemandedBits - add default...
2022-02-01 Nicolas VasilacheTemporarily disable LLI to investigate weird non 0...
2022-02-01 Nico Weber[gn build] unconfuse sync script after 762f0b546328
2022-02-01 Alexander Shaposhnikov[CodeGen][AArch64] Fix typo in legalizer-info-validatio...
2022-02-01 Alexander Shaposhnikov[CodeGen][AArch64] Fix typo in arm64-zero-cycle-zeroing.ll
2022-02-01 Alexander Shaposhnikov[llvm-objcopy][COFF] Add missing RUN in bigobj.test
2022-02-01 Alexander Shaposhnikov[lld][MachO] Fix typo in rename.s
2022-02-01 Simon Pilgrim[DAG] Make it clear mul(x,x) knownbits bit[1] == 0...
2022-02-01 Alexander Shaposhnikov[lld][ELF] Add missing RUN in aarch64-adrp-ldr-got.s
2022-02-01 Fraser Cormack[RISCV][3/3] Switch undef -> poison in scalable-vector...
2022-02-01 Fraser Cormack[RISCV][2/3] Switch undef -> poison in fixed-vector...
2022-02-01 Fraser Cormack[RISCV][1/3] Switch undef -> poison in VP RVV tests
2022-02-01 Benjamin Kramer[mlir] Attempt working around a GCC 5 bug
2022-02-01 Nicolas Vasilache[mlir][LLVM] Add support for operand_attrs to InlineAsmOp
2022-02-01 Nikita Popov[AArch64] Regenerate test checks (NFC)
2022-02-01 Prashant Kumar[MLIR] Extract division representation from equality...
2022-02-01 Benjamin KramerRevert "[SLP]Alternate vectorization for cmp instructions."
2022-02-01 tyb0807[ARM] Make getInstSizeInBytes() use instruction size...
2022-02-01 tyb0807[AArch64] Make getInstSizeInBytes() use instruction...
2022-02-01 Fraser Cormack[RISCV] Add a test showing an incorrect VSETVLI insertion
2022-02-01 David Spickett[compiler-rt][fuzzer] Disable 2 tests for Arm Thumb...
2022-02-01 Bjorn Pettersson[DAGCombine] Add simple folds for SSHLSAT/USHLSAT
2022-02-01 Bjorn PetterssonPre-commit test cases missing SSHLSAT/USHLSAT folds...
2022-02-01 Florian Hahn[LV] Use onlyFirstLaneDemanded when widening pointer...
2022-02-01 David Sherwood[CodeGen] Support folds of not(cmp(cc, ...)) -> cmp...
2022-02-01 Nikita Popov[ArgPromotion] Add alignment test (NFC)
2022-02-01 Jay Foad[StructurizeCFG] Clean up some boolean not instructions
2022-02-01 Nikita Popov[ArgPromotion] Regenerate test checks (NFC)
2022-02-01 Nikita Popov[ArgPromotion] Use range-based for loop (NFC)
2022-02-01 David Green[LV][AArch64] Add test for scalar interleaving with...
2022-02-01 Siva Chandra[libc] Add a few missing deps, includes, and fix a...
2022-02-01 Johannes Doerfert[Attributor][FIX] Relax assertion in IRPosition::verify
2022-02-01 Markus Lavin[llvm-reduce] Set ShouldPreserveUseListOrder=true
2022-02-01 Johannes Doerfert[UpdateTestChecks][FIX] Expected output changed with...
2022-02-01 Marek Kurdej[clang-format] Fix AlignConsecutiveAssignments breaking...
2022-02-01 Fangrui Song[ELF] Change vector<Symbol *> to SmallVector. NFC
2022-02-01 Siva Chandra... [libc] Adjust few fcntl macros for aarch64.
2022-02-01 Fangrui Song[ELF] Change vector<InputSection *> to SmallVector...
2022-02-01 Johannes Doerfert[Attributor][FIX] Repair broken unit test
2022-02-01 Fangrui Song[ELF] Switch split-stack to use SmallVector. NFC
2022-02-01 Marek Kurdej[clang-format] Don't break block comments when sorting...
2022-02-01 Johannes Doerfert[Attributor] Introduce the `AA::isPotentiallyReachable...
2022-02-01 Johannes Doerfert[Attributor] Introduce the concept of query AAs
2022-02-01 Johannes Doerfert[Attributor] Pre-commit test case
2022-02-01 Kuter Dinel[Attributor] AAFunctionReachability, Instruction reacha...
2022-02-01 Johannes Doerfert[Attributor] Use AAFunctionReachability to determine...
2022-02-01 Johannes Doerfert[Attributor] Make interprocedural value explicit in...
2022-02-01 Christian Sigg[MLIR][arith] Mark addf/mulf as commutative
2022-02-01 Mogball[mlir][ods] Unify Attr/TypeDef and Operation Format...
2022-02-01 Johannes Doerfert[Attributor][FIX] Liveness handling in the isAssumedDea...
2022-02-01 Johannes Doerfert[Attributor] Use edge liveness rather than block liveness
2022-02-01 Johannes Doerfert[Attributor][FIX] Address two oversights in AAIsDead
2022-02-01 Johannes Doerfert[Attributor][NFCI] Improve debug diagnostic
2022-02-01 Johannes Doerfert[Attributor] Provide convenient helpers for isAssumedRe...
2022-02-01 Johannes Doerfert[Attributor] Use CFG reasoning to filter potentially...
2022-02-01 Johannes Doerfert[Attributor][NFC] Make debug output more useful and...
2022-02-01 Johannes Doerfert[OpenMP][FIX] Explicit barriers in SPMD mode are not...
2022-02-01 Johannes Doerfert[Attributor][NFCI] Expose some nosync reasoning to...
2022-02-01 Johannes Doerfert[Attributor][NFCI] Remove anonymous namespaces
2022-02-01 Johannes Doerfert[OpenMP] Eliminate redundant barriers in the same block
2022-02-01 Johannes Doerfert[OpenMP] Ensure to remove noinline from all runtime...
2022-02-01 Amir Ayupov[BOLT][CMAKE] Add extra BOLT_INCLUDE_TESTS condition...
2022-02-01 Siva Chandra... [libc] Add implementations of POSIX mkdir, mkdirat...
2022-02-01 Jez Ng[lld-macho][test] Add test for UUID format
2022-02-01 Serguei Katkov[RS4GC] Make PointerToBase mapping be independent on...
2022-02-01 Joseph Huber[OpenMP] Remove new driver tests for AMDGPU
2022-02-01 Joseph Huber[Libomptarget] Run GPU offloading tests using the new...
2022-02-01 Joseph Huber[PassBuilder] Add OpenMPOpt to default LTO pipeline
2022-02-01 Joseph Huber[OpenMP] Remove call to 'clang-offload-wrapper' binary
next