platform/upstream/llvm.git
2022-07-21 Chen Zhengenable P10 vector builtins test on AIX 64 bit; NFC
2022-07-21 lorenzo cheliniRevert "[RFC][MLIR][SCF] Enable better bufferization...
2022-07-21 Nikita Popov[MemoryBuiltins] Avoid isAllocationFn() call before...
2022-07-21 Rainer Orth[sanitizer_common] Support Solaris < 11.4 in GetStaticT...
2022-07-21 David Green[SelectionDAG] Fix fptoi.sat scalable vector lowering
2022-07-21 lorenzo chelini[RFC][MLIR][SCF] Enable better bufferization for `TileC...
2022-07-21 Luo, Yuanke[X86] Add test case for shuffle
2022-07-21 Congzhe Cao[LoopCacheAnalysis] Fix a type mismatch problem in...
2022-07-21 Shraiysh Vaishay[clang][OpenMP] Add IRBuilder support for taskgroup
2022-07-21 Craig Topper[RISCV] Combine (select_cc (srl (and X, 1<<C), C),...
2022-07-21 Ian Anderson[sanitizer] Use consistent checks for XDR
2022-07-21 esmeyi[AIX] follow-up of D124654.
2022-07-21 Mahesh Ravishankar[mlir][Linalg] Deprecate `tileAndFuseLinalgOps` method...
2022-07-21 owenca[clang-format][NFC] Refactor RequiresDoesNotChangeParsi...
2022-07-21 owenca[clang-format] Indent tokens after hash only if it...
2022-07-21 Craig Topper[RISCV] Refactor the common combines for SELECT_CC...
2022-07-21 Xi RuoyaoPort address sanitizer to LoongArch
2022-07-21 jacquesguan[mlir][Math] Add constant folder for LogOp.
2022-07-21 Chenbing Zheng[InstCombine] (ShiftValC >> Y) >s -1/<s 0 --> Y !=...
2022-07-21 Chenbing Zheng[InstCombine] add fold (X > C - 1) ^ (X < C + 1) -...
2022-07-21 Vitaly Buka[NFC][asan] Clang-format a code
2022-07-21 Vitaly Buka[NFC][memprof] Remove unused code
2022-07-21 Vitaly Buka[NFC][asan] Use RoundDownTo
2022-07-21 Craig Topper[RISCV] Optimize (brcond (seteq (and X, 1 << C), 0))
2022-07-21 Hui Xie[libc++] Fix proxy iterator issues that trigger an...
2022-07-21 LLVM GN Syncbot[gn build] Port 4fcf8434dd77
2022-07-21 Anubhab Ghosh[ORC] Add a new MemoryMapper-based JITLinkMemoryManager...
2022-07-20 Slava ZakharinRevert "[flang] Run algebraic simplification optimizati...
2022-07-20 Lang Hames[ORC] Don't try to copy from an empty segment in Simple...
2022-07-20 Steven Wu[Darwin toolchain] Tune the logic for finding arclite.
2022-07-20 Slava Zakharin[flang] Run algebraic simplification optimization pass.
2022-07-20 River Riddle[mlir:LSP] Add a quickfix code action for inserting...
2022-07-20 Johannes Doerfert[Attributor] Deal with complex PHI nodes better during...
2022-07-20 Johannes Doerfert[Attributor] Only non-exact accesses require a uniform...
2022-07-20 Alexander Shaposhnikov[GlobalOpt] Enable evaluation of atomic stores
2022-07-20 Teresa Johnson[MemProf] Basic metadata support and verification
2022-07-20 Schrodinger... [ThinLTO] Support aliased GlobalIFunc
2022-07-20 Matt Arsenaultllvm-reduce: Fix register mask test
2022-07-20 Craig Topper[RISCV] Recognize bexti from (srl (and X, 1<<C), C).
2022-07-20 Craig Topper[RISCV] Add test cases for failure to use bexti for...
2022-07-20 Tanyo Kwok[MLIR] Add function to create Float16 array attribute
2022-07-20 Slava Gurevich[LLDB][NFC][Reliability] Fix uninitialized variables...
2022-07-20 Philip Reames[LV] Refresh a couple of autogen tests for naming change
2022-07-20 Jakub Kuderski[mlir][spirv] Rename spv.ocl to spv.cl. NFC.
2022-07-20 Joseph Huber[HIP] Allow the new driver to compile HIP in non-RDC...
2022-07-20 Konstantin... [libc++] Fix `_IterOps::__iter_move` to support proxy...
2022-07-20 Michał Górny[llvm] [cmake] Skip driver-related code unless LLVM_TOO...
2022-07-20 LLVM GN Syncbot[gn build] Port 23cf42e706fb
2022-07-20 Nikolas Klauser[libc++] Use uninitialized algorithms for vector
2022-07-20 Joseph Huber[Libomptarget] Make libomptarget an LLVM library
2022-07-20 Arthur Eubanks[NFC] Suppress unused variable warning in non-assert...
2022-07-20 River Riddle[mlir:LSP] Add a doc blurb for code completion
2022-07-20 River Riddle[mlir:LSP] Remove several more annoying completion...
2022-07-20 Philip Reames[LAA] Fix latent missing check bug when mixing scalable...
2022-07-20 Konstantin... [libc++][ranges] Implement `std::ranges::partition_...
2022-07-20 Keith Smiley[lld-macho] Fold cfstrings with --deduplicate-literals
2022-07-20 Xiang Li[HLSL] add -I option for dxc mode.
2022-07-20 Craig Topper[InstCombine] Add mul with negated power of 2 constant...
2022-07-20 Craig Topper[InstCombine] Pre-commit test for D130103.
2022-07-20 Arthur Eubanks[test] Add missing REQUIRES: arm-registered-target
2022-07-20 Hubert Tong[NFC][tests] Remove XFAIL for AIX for passing tests
2022-07-20 Arthur Eubanks[test] Remove unnecessary -verify-machineinstrs=0
2022-07-20 Joe Nash[AMDGPU] NFC. Assert that mask is full with VOPC DPP
2022-07-20 Mark de Wever[libc++][format] Updates the status page.
2022-07-20 Alex Bradbury[RISCV][test] Add tests for atomic compare exchange...
2022-07-20 LLVM GN Syncbot[gn build] Port 857a78c04dee
2022-07-20 Kazu Hirata[IPO] Restore a call to has_value (NFC)
2022-07-20 Mark de Wever[libc++] Implements Unicode grapheme clustering
2022-07-20 Tarun Prabhu [flang][nfc] Test folding of bit-population count...
2022-07-20 Ruobing Hanfix bug for useless malloc elimination in CodeGenPrepare
2022-07-20 Mark de Wever[libc++][doc] Updates the release notes.
2022-07-20 Alex Bradbury[RISCV][test] Add tests showing signext behaviour of...
2022-07-20 Kazu HirataUse llvm::is_contained (NFC)
2022-07-20 Kazu Hirata[flang] Use value instead of getValue (NFC)
2022-07-20 Philip Reames[LV] Autogen a test for ease of update
2022-07-20 Joseph HuberRevert "[Libomptarget] Make libomptarget an LLVM library"
2022-07-20 Joseph Huber[Libomptarget] Fix LTO command line in test
2022-07-20 Jake Eganredo UNSUPPORT test on 64-bit AIX too
2022-07-20 Philip Reames[LV] Autogen several tests for ease of update in upcomi...
2022-07-20 Jake EganUNSUPPORT test on 64-bit AIX too
2022-07-20 Martin Storsjö[LLD] [COFF] Improve the error message for too many...
2022-07-20 Roman Rusyaev[TableGen] Add a location for a class definition that...
2022-07-20 Joseph Huber[Libomptarget] Make libomptarget an LLVM library
2022-07-20 Ingo Müller[mlir][bufferize][doc] Fix documentation of return...
2022-07-20 Louis Dionne[clang] Small adjustments for -fexperimental-library
2022-07-20 Jay Foad[AMDGPU] Change RUN lines to not depend on code sinking...
2022-07-20 Philip Reames[LV] Fix miscompile due to srem/sdiv speculation safety...
2022-07-20 Carlos Alberto... Update the Windows packaging script.
2022-07-20 Nicolai HähnleInliner: don't mark call sites as 'nounwind' if that...
2022-07-20 Max Kazantsev[SCEV][NFC][CT] Do not waste time proving contextual...
2022-07-20 Nicolai HähnleUpdate some more tests with update_cc_test_checks.py
2022-07-20 Andrzej Warzynski[flang][driver] Fix opt-level option parsing
2022-07-20 esmeyi[XCOFF] write the aux header when the visibility is...
2022-07-20 Simon Pilgrim[DAG] getNode - don't bother creating ADDO(X,0) or...
2022-07-20 David Green[ARM] Fix Thumb2 compare being emitted ExpandCMP_SWAP
2022-07-20 Simon Pilgrim[X86] shuffle-blend.ll - add avx512f-only test coverage
2022-07-20 Simon Pilgrim[DAG] getNode - assert that ADDO/SUBO nodes have the...
2022-07-20 Simon Pilgrim[X86] shuffle-blend.ll - add 32-bit test coverage
2022-07-20 Florian Hahn[VPlan] Initial def-use verification.
2022-07-20 Simon Pilgrim[DAG] PromoteIntRes_BUILD_VECTOR - extend constant...
next