platform/upstream/llvm.git
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...
2022-07-20 Benjamin Kramer[bazel] Also add -lrt to OrcTargetProcess for 1b1f1c778...
2022-07-20 Nikolas Klauser[libc++] Implement P1423R3 (char8_t backward compatibil...
2022-07-20 Nikolas Klauser[libc++] Add clang-tidy for the tests
2022-07-20 Benjamin Kramer[bazel] Add -lrt on non-darwin/non-windows for 1b1f1c77...
2022-07-20 Nicolai Hähnleupdate-test-checks: safely handle tests with #if's
2022-07-20 Chenbing Zheng[InstCombine] add more tests for xor_of_icmps. nfc
2022-07-20 Chuanqi XuRevert "Don't treat readnone call in presplit coroutine...
2022-07-20 Alexandros... Reland "[AArch64] Add a tablegen pattern for UZP2."
2022-07-20 River Riddle[mlir:LSP][NFC] Make the LSPServer class private
2022-07-20 David Sherwood[LoopVectorize][AArch64] Add TTI hook preferPredicatedR...
2022-07-20 Lorenzo Albano[VP] Legalize the stride operand for EXPERIMENTAL_VP_ST...
2022-07-20 Anush Elangovan[mlir] Fix macOS tests
2022-07-20 Chenbing Zheng[InstCombine] add tests for icmp-shr. nfc
2022-07-20 Xi Ruoyao[sanitizer] Port sanitizer_common to LoongArch
2022-07-20 Luo, Yuanke[X86] Add test case for shuffle.
2022-07-20 Kazu Hirata[llvm] Use llvm::any_of and llvm::none_of (NFC)
2022-07-20 jacquesguan[mlir][Math] Add constant folder for Log1pOp.
2022-07-20 Fangrui Song[LegacyPM] Remove InstrOrderFileLegacyPass
2022-07-20 Carlos Alberto... Update the Windows packaging script.
2022-07-20 Mahesh Ravishankar[mlir][TilingInterface] Add support for interchange...
2022-07-20 Kazu Hirata[flang] Use value instead of getValue (NFC)
2022-07-20 Vitaly BukaRevert "[libasan] Remove 4Mb stack limit for swapcontex...
2022-07-20 Fangrui Song[X86][test] Use Min behavior for "cf-protection-{branch...
2022-07-20 Fangrui Song[X86] Use Min behavior for cf-protection-{return,branch...
2022-07-20 Douglas YungMark test experimental-library-flag.cpp as XFAIL on...
2022-07-20 Kazu HirataUse value instead of getValue (NFC)
2022-07-20 Haohai Wen[X86] Make sure load size is not larger than stack...
2022-07-20 Konstantin... [libc++][ranges][NFC] Consolidate range algorithm check...
2022-07-20 chenglin.bi[AArch64] Use SUBXrx64 for dynamic stack to refer to sp
2022-07-20 LLVM GN Syncbot[gn build] Port 5dd19ada571b
2022-07-20 Kazu HirataUse has_value instead of hasValue (NFC)
2022-07-20 varconst[libc++][ranges] Implement `ranges::partial_sort`.
2022-07-20 Jacques Pienaar[mlir] Address compiler warning
2022-07-20 Kazu Hirata[CodeGen] Use value_or instead of getValueOr (NFC)
next