platform/upstream/llvm.git
2022-02-15 Louis Dionne[libc++] Temporarily silence failing debug mode test
2022-02-15 Thomas Raoux[mlir][scf] Add callback to annotate ops during pipelining
2022-02-15 Björn Schäpers[clang-format][NFC] Give State.Stack.back() a meaningfu...
2022-02-15 Björn Schäpers[clang-format] Extend SpaceBeforeParens for requires
2022-02-15 Björn Schäpers[clang-format] Further improve support for requires...
2022-02-15 Philip Reames[SLP] Add assert that entities are scheduled as expected
2022-02-15 Jacques Pienaar[mlir][ods] Allow type attribute/operand for 0 result...
2022-02-15 Yaxun (Sam... [CUDA][HIP] Do not promote constexpr var with non-const...
2022-02-15 Louis Dionne[libc++] Add missing UNSUPPORTED for the has-no-incompl...
2022-02-15 Louis Dionne[libc++][ci] Pin apple-system to arm64 to relieve press...
2022-02-15 Joseph Huber[Libomptarget] Run CPU offloading tests using the new...
2022-02-15 Joseph Huber[OpenMP] Add support for CPU offloading in new driver
2022-02-15 David BlaikieDebugInfo: Disable simplified template names for -gmlt...
2022-02-15 David BlaikieDebugInfo: Don't simplify template names using _BitInt(N)
2022-02-15 Aart Bik[mlir][sparse] sparse transpose operation
2022-02-15 Mogball[mlir][ods] NFC fix compilation error on clang-8
2022-02-15 Florian Mayer[HWASan] remove replacement of DbgVariableIntrinsics.
2022-02-15 LLVM GN Syncbot[gn build] Port c62eefb8863e
2022-02-15 Mircea Trofin[nfc][codegen] Move RegisterBank[Info].cpp under CodeGen
2022-02-15 Peter Klausler[flang] Make source location more accurate for actual...
2022-02-15 Fangrui Song[ELF] reportDuplicate: change Symbol * to const Symbol...
2022-02-15 Mogball[mlir][ods] Default-valued parameters in attribute...
2022-02-15 minglotus-6[ProfData] Change type of options from int to uint64_t.
2022-02-15 Christopher... [polly][NFC] removes using-directives to fix modules...
2022-02-15 Peter Klausler[flang] Handle CALL C_F_POINTER(without SHAPE=)
2022-02-15 Krzysztof Drewniak[MLIR] Add support for alloca() of non-zero address...
2022-02-15 LLVM GN Syncbot[gn build] Port 987c7f407d14
2022-02-15 Nico Weber[gn build] (manually) port 9c30bafd59bf1
2022-02-15 Amy Kwan[PowerPC] Fix __builtin_pdepd and __builtin_pextd to...
2022-02-15 Peter Klausler[flang] Allow extension cases of EQUIVALENCE with optio...
2022-02-15 Arthur O'Dwyer[libc++] Replace `#include ""` with `<>` in libcxx...
2022-02-15 Louis Dionne[libc++] Revert <stdatomic.h> changes
2022-02-15 Simon Moll[VE] Fix breakage after D118981
2022-02-15 Jacques Pienaar[mlir] Flipping vector dialect to both prefixed form.
2022-02-15 Christopher... [clangd][NFC] includes missing headers
2022-02-15 Konstantin... [libc++][ranges][NFC] Small formatting fixes to the...
2022-02-15 Jonas Devlieghere[lldb] Fix uninitialized variable in EvaluateExpression...
2022-02-15 Peter Klausler[flang] Accept pointer assignment w/ remapping to funct...
2022-02-15 Fangrui Song[ELF] Parse archives as --start-lib object files
2022-02-15 Nico Weber[gn build] (manually) port 3b625060fc915 (-std=c++20...
2022-02-15 Javier Setoain[mlir][Arith] Disallow casting between scalable and...
2022-02-15 Jean Perier[flang][nfc] Update D119555 comments and use getVoidPtr
2022-02-15 Simon Moll[VP] Condition in vp.select|merge not a VP mask
2022-02-15 Simon Moll[VP] vp.fptosi cast intrinsic and docs
2022-02-15 Krzysztof Drewniak[MLIR][GPU] Add missing include to SerilazeToHsaco
2022-02-15 Marek Kurdej[clang-format] Honour PointerAlignment in statements...
2022-02-15 Tue Ly[libc] Improve performance of generic hypot when the...
2022-02-15 Mark de Wever[libc++][nfc] Add TEST_HAS_NO_FGETPOS_FSETPOS.
2022-02-15 Craig Topper[RISCV] Match vwmulsu_vx with scalar splat input.
2022-02-15 Craig Topper[RISCV] Replace llvm_unreachable with report_fatal_error.
2022-02-15 Eric Li[libTooling] Change Tranformer's consumer to take multi...
2022-02-15 Louis Dionne[libc++] Allow backdeployment CI to run on newer macOS
2022-02-15 Arthur O'Dwyer[libc++] [test] Improve test coverage for std::{c,...
2022-02-15 Krzysztof Drewniak[MLIR] Link SerializeToHsaco dependencies to correct...
2022-02-15 Alexey Bataev[SLP][NFC]Add a test for miscompilation of alternate...
2022-02-15 Arthur O'Dwyer[libc++] Remove conditional noexcepts from view_interface.
2022-02-15 Andrew Wei[NFC][PhaseOrdering] Add some tests from D119839
2022-02-15 Sanjay Patel[Analysis] propagate poison through add/sub saturate...
2022-02-15 Sanjay Patel[Analysis] propagate poison through integer min/max...
2022-02-15 Sanjay Patel[ConstProp] add tests for intrinsics with poison ops...
2022-02-15 Arthur O'Dwyer[libc++] Rename *SAFE_STATIC to *CONSTINIT, and normali...
2022-02-15 Arthur O'Dwyer[libc++] [test] Split "UNSUPPORTED: libcpp-no-concepts...
2022-02-15 Arthur O'Dwyer[libc++] Guard much of std::ranges under _LIBCPP_HAS_NO...
2022-02-15 Shraiysh Vaishay[flang][mlir][NFC] Replace uses of raw accessors with...
2022-02-15 Matt Devereau[AArch64] Suggest b.nfrst if the user tries b.nfirst.
2022-02-15 Valentin Clement[flang] Handle lowering of ranked array
2022-02-15 Max Kazantsev[NFC] Introduce option to switch off compatible invokes...
2022-02-15 Amy Kwan[PowerPC] Add default handling for single element vecto...
2022-02-15 zhijian[llvm-nm] add a new option -X to specify the type of...
2022-02-15 Aaron BallmanUse functions with prototypes when appropriate; NFC
2022-02-15 Louis Dionne[libc++] Fix broken stdatomic test on GCC
2022-02-15 Simon Pilgrim[X86] LowerVSETCC - always split 512-bit vectors before...
2022-02-15 Adrian Kuegel[mlir][Math] Fix NaN handling in Exp approximation
2022-02-15 Benjamin Kramer[mlir][gpu] Make header parse standalone. NFC.
2022-02-15 Alexander PotapenkoRevert "[asan] Add support for disable_sanitizer_instru...
2022-02-15 Ivan Butygin[mlir][gpu] sinkOperationsIntoLaunchOp: Add user hook...
2022-02-15 Xing Xue[libc++][AIX] Remove "pragma priority" from locale.cpp
2022-02-15 Sanjay Patel[InstCombine] reassociate min/max intrinsics with const...
2022-02-15 Max Kazantsev[Test] Add test demonstating how deopt bundle constants...
2022-02-15 Simon Pilgrim[InstCombine] Fold sub(Y,and(lshr(X,C),1)) --> add...
2022-02-15 Anton Afanasyev[SLP] Don't try to vectorize pair with insertelement
2022-02-15 Anton Afanasyev[Test][SLP] Add tests for PR52275
2022-02-15 Alexander Potapenko[asan] Add support for disable_sanitizer_instrumentatio...
2022-02-15 Adrian Kuegel[mlir][OpenMP] NFC: Remove unused variable
2022-02-15 Sanjay Patel[InstCombine] add tests for min/max intrinsics; NFC
2022-02-15 Nathan Sidwell[clang][NFC] Remove IgnoreLinkageSpecDecls
2022-02-15 Shraiysh Vaishay[mlir][OpenMP] Change omp.atomic.update to have generic...
2022-02-15 Matthias Springer[mlir][bufferize] Add vector-bufferize pass and remove...
2022-02-15 Simon Pilgrim[InstCombine] Add shift+trunc+mask tests requested...
2022-02-15 Sven van Haastregt[OpenCL] opencl-c.h: fix atomic_fetch_max with addrspace
2022-02-15 Nikita Popov[DSE] Extract a common PDT check (NFC)
2022-02-15 Simon Moll[VE] v256i1 broadcast isel and tests
2022-02-15 Jan Svoboda[clang][lex] Remove misleading comment
2022-02-15 David Spickett[lldb] Remove memory region non-address change from...
2022-02-15 Jay Foad[AMDGPU] Reenable some disabled RUN lines
2022-02-15 iains[clang] Remove a duplicate action kind table entry.
2022-02-15 Markus Böck[X86][Win64] Avoid statepoints in trailing call position
2022-02-15 Markus Böck[llvm][doc] Update comments and documentation of custom...
2022-02-15 Adrian Kuegel[mlir][Math] Fix NaN handling in ExpM1 approximation.
2022-02-15 Nikita Popov[InstSimplify] Strip offsets once in computePointerICmp()
next