platform/upstream/llvm.git
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()
2022-02-15 Vladislav Khmelevsky[BOLT] Fix aarch64 dwarf test
2022-02-15 Matthias Springer[mlir][bufferize] Support tensor.expand_shape and tenso...
2022-02-15 Jay Foad[AMDGPU] Divergence-driven instruction selection for...
2022-02-15 Akshay BaviskarAdd verifier for gpu.alloc op
2022-02-15 Matthias Springer[mlir][bufferize] Generalize filtering mechanism in...
2022-02-15 David Green[DAGCombine] Move AVG combine to SimplifyDemandBits
2022-02-15 Jan Svoboda[clang][lex] Use `SearchDirIterator` types in for loops
2022-02-15 Jan Svoboda[clang][lex] Use `ConstSearchDirIterator` in lookup...
2022-02-15 Jan Svoboda[clang][lex] Introduce `ConstSearchDirIterator`
2022-02-15 Jay Foad[AMDGPU] Honor !invariant.load metadata on load-like...
2022-02-15 Jay Foad[AMDGPU] Precommit test for !invariant.load metadata...
2022-02-15 Nikita Popov[BitcodeReader] Change order of assignValue() arguments...
2022-02-15 Jan Svoboda[clang][lex] NFC: De-duplicate some #include_next logic
2022-02-15 Jan Svoboda[clang][deps] Disable global module index
2022-02-15 Jan Svoboda[clang][lex][minimizer] Avoid treating path separators...
2022-02-15 Jan Svoboda[clang][lex][minimizer] Ensure whitespace between squas...
2022-02-15 Jan Svoboda[clang][lex] Remove `Preprocessor::GetCurDirLookup()`
2022-02-15 Jan Svoboda[clang][lex] Remove `PPCallbacks::FileNotFound()`
2022-02-15 Nikita Popov[Support] Fix build on illumos
2022-02-15 Nikita Popov[Bitcode] Improve support for opaque-pointer bitcode...
2022-02-15 Ivan Butygin[mlir][spirv] Add OpenCL fma op and lowering
2022-02-15 serge-sans... Cleanup LLVMDWARFDebugInfo
2022-02-15 Bill WendlingInsert a blurb about the -fzero-call-used-regs feature
2022-02-15 Pavel Labath[lldb] Fix thread syncrhonization TestThreadBacktraceRepeat
2022-02-15 Valentin Clement[flang] Enable complex type in function lowering
2022-02-15 Valentin Clement[flang] Enable scalar real type in lowering
2022-02-15 Shraiysh Vaishay[flang][mlir][NFC] Remove deprecated parser/printer...
2022-02-15 Siva Chandra... [libc] Add a platform independent buffered file IO...
2022-02-15 Jonas Devlieghere[lldb] Determine the main binary in JSON crashlogs
2022-02-15 Serguei Katkov[Safepoint Verifier] Add a missed comment to previous...
2022-02-15 Serguei Katkov[Safepoint Verifier] gc.relocate does not change the...
2022-02-15 Min-Yih Hsu[TableGen] Add a new `encoder` directive into VarLenCod...
2022-02-15 Brad Smith[Driver][NetBSD] -r: imply -nostdlib like GCC
2022-02-15 Brad Smith[Driver][DragonFly] -r: imply -nostdlib like GCC
2022-02-15 Yonghong Song[BPF] Fix a bug in BTF_KIND_TYPE_TAG generation
2022-02-15 Snehasish KumarReland "[memprof] Introduce a wrapper around MemInfoBlock."
2022-02-15 Hongtao Yu[CSSPGO] Do not merge a context that is already duplica...
2022-02-15 Jun Zhang[Clang][Sema] Add a missing regression test about Wlite...
2022-02-15 Jim InghamThis test seems to pass on Linux, remove the x-fail.
2022-02-15 Mike Rice[OpenMP]Fix parsing of OpenMP directive nested in a...
2022-02-15 Jonas Devlieghere[dsymutil] Add the ability to run the DWARF verifier...
2022-02-15 Snehasish KumarReland "[memprof] Refactor out the MemInfoBlock into...
2022-02-15 Volodymyr Sapsai[modules] Add a flag for TagDecl if it was a definition...
2022-02-15 Peter Klausler[flang] Accept structure constructor value for polymorp...
2022-02-14 Jim InghamFix an incorrect assumption in "thread until": code...
2022-02-14 Jim InghamAdd a repeat command option for "thread backtrace ...
2022-02-14 Nikolas Klauser[libc++] Guard warning pragmas
2022-02-14 Nikolas Klauser[libc++] Replace _VSTD with std in __ranges/
2022-02-14 Bixia Zheng[mlir][sparse][taco] Support true dense tensors and...
2022-02-14 Peter Klausler[flang] Ensure a characterized ENTRY in a PURE subprogr...
2022-02-14 Florian Mayer[HWASAN] use common alignAndPadAlloca
2022-02-14 Louis Dionne[libc++][NFC] Fix typo in comment
2022-02-14 Martin Storsjö[libcxx] [ci] Enable LIBCXX_ENABLE_WERROR where possible
2022-02-14 Stefan Pintilie[PowerPC] Remove the LDMX instruction.
2022-02-14 Florian Mayer[NFC] [MTE] Move alignAndPadAlloca to MemoryTaggingSupport.
2022-02-14 Peter Klausler[flang] Accept NULL(mold=x) as constant component value...
2022-02-14 Dmitry Vassiliev[NVPTX] Fix NVPTXReplaceImageHandles for multiple uses...
2022-02-14 Dmitry Vassiliev[NVPTX] Fix bug with int_nvvm_rotate_b64 when operand...
next