platform/upstream/llvm.git
2022-04-22 Matthias Springer[mlir][bufferize][NFC] Add function boundary bufferizat...
2022-04-22 Simon Pilgrim[InstCombine] Fold (A & 2^C1) + A => A & (2^C1 - 1...
2022-04-22 Kadir Cetinkaya[clangd][NFC] Reduce memory usage while building dex
2022-04-22 Simon Pilgrim[DAG] Fold freeze(bitcast(x)) -> bitcast(freeze(x))
2022-04-22 Matthias Springer[mlir][bufferize][NFC] Rewrite op filter logic
2022-04-22 Vasileios PorpodasRevert "[SLP][AArch64] Implement lookahead operand...
2022-04-22 Denis Antrushin[StatepointLowering] Add test for cross-BB gc.relocate...
2022-04-22 Matt Arsenaultllvm-reduce: Fix variable name typo
2022-04-22 Matt ArsenaultMIR: Serialize FunctionContextIdx in MachineFrameInfo
2022-04-22 Nikita Popov[InstCombine] Fix typo in test (NFC)
2022-04-22 Matt ArsenaultAMDGPU: Directly implement computeKnownBits for workite...
2022-04-22 Matt ArsenaultGlobalISel: Relax handling of G_ASSERT_* with source...
2022-04-22 Nikita Popov[InstCombine] Extract code for or of icmp eq zero and...
2022-04-22 Vasileios Porpodas[SLP][AArch64] Implement lookahead operand reordering...
2022-04-22 Martin Storsjö[doc] [cmake] Fix a typo in examples for the cmake...
2022-04-22 Biplob MishraInstCombine: Add tests to show or-and scenarios which...
2022-04-22 Paul Walker[AArch64][SVE] Remove BIC from logical operation Destru...
2022-04-22 Nikita Popov[InstCombine] Add tests for and of icmp ne zero and...
2022-04-22 Nico Weber[lld/win] Mention in release notes that /winsysroot...
2022-04-22 Iain Sandoe[C++20][Modules][Driver][HU 2/N] Add fmodule-header...
2022-04-22 Lei Zhang[mlir][vector] Fold cancelling vector.shape_cast(vector...
2022-04-22 Byoungchan Lee[cc1as] Add support for emitting the build version...
2022-04-22 zhongyunde[AArch64][SVE] Add some logical operation DestructiveBi...
2022-04-22 Vasileios Porpodas[SLP][AArch64][NFC] Add test for a follow-up patch...
2022-04-22 Haojian Wu[AST] QualifiedTemplateName::getTemplateDecl cleanup.
2022-04-22 Nico WeberRevert "[randstruct] Check final randomized layout...
2022-04-22 Matthias Springer[mlir][bufferize][NFC] Move SCF test cases to SCF dialect
2022-04-22 Daniel Kiss[AArch64] Emit .cfi_negate_ra_state for PAC-auth instru...
2022-04-22 Ying YiBug 51277: [DWARF] DW_AT_alignment incorrect when
2022-04-22 Nikita Popov[InstCombine] Merge foldAndOfICmps() and foldOrOfICmps...
2022-04-22 Matthias Springer[mlir][bufferization] Move ModuleBufferization to buffe...
2022-04-22 Nikita Popov[InstCombine] Fix or of commuted foldable predicates
2022-04-22 Nikita Popov[InstCombine] Add commuted or of icmp test (NFC)
2022-04-22 Matthias Springer[mlir][bufferization][NFC] Remove layout post processin...
2022-04-22 Matthias Springer[mlir][bufferize][NFC] Move FuncOp bufferization to...
2022-04-22 Florian Hahn[IndVars] Add test for crash exposed by D114650.
2022-04-22 Matthias Springer[mlir][bufferize][NFC] Use custom walk instead of Greed...
2022-04-22 jacquesguan[mlir][Arithmetic] Use common constant fold function...
2022-04-22 Andrzej Warzynski[flang] Make the plugin API independent of the driver...
2022-04-22 Nikita Popov[InstCombine] Add test for atomic load from constant...
2022-04-22 jacquesguan[mlir][Arithmetic] Use matchPattern to simplify code.
2022-04-22 David Green[AArch64] Add some splat of load cost model tests. NFC
2022-04-22 Adrian Kuegel[mlir] Move isGuaranteedCollapsible to CollapseShapeOp...
2022-04-22 Abinav Puthan... [AMDGPU] Use a wrapper multiclass for buffer atomic...
2022-04-22 Nikita PopovReapply [SimplifyCFG] Handle branch on same condition...
2022-04-22 Iain Sandoe[C++20][Modules][Driver][HU 1/N] Initial handling for...
2022-04-22 Siva Chandra... [libc] Add the implementation of the GNU extension...
2022-04-22 Nikita PopovReapply [SimplifyCFG] Make FoldCondBranchOnPHI more...
2022-04-22 Jean Perier[flang] Fold transformational bessels when host runtime...
2022-04-22 Fraser Cormack[RISCV] Update test from SEW to Log2SEW
2022-04-22 Michael Liao[Testing] Fix the shared build. NFC.
2022-04-22 Brad SmithFix test for c7ee0b8bda8b32a800bc01e9151b364446a6e1b1
2022-04-22 Abinav Puthan... [AMDGPU] Rename the FlatSignedIntrPat multiclass to...
2022-04-22 Mark Kettenis[Clang] Fix the guaranteed alignment of memory returned...
2022-04-22 Jun ZhangUse range based for loop in Sema::CheckParameterPacksFo...
2022-04-22 wangpc[RISCV] Do not outline CFI instructions when they are...
2022-04-22 wangpc[RISCV] Precommit test for D122634
2022-04-22 Abinav Puthan... [AMDGPU] Remove no-ret atomic ops selection in the...
2022-04-22 Abinav Puthan... [AMDGPU] Remove atomic pattern args in FLAT_[Global_...
2022-04-22 Abinav Puthan... [AMDGPU] Select no-return DS_PK_ADD_F16 in tblgen
2022-04-22 Abinav Puthan... [AMDGPU] Select no-return atomic intrinsics in tblgen
2022-04-22 Fangrui Song[tsan][test] Change -tsan to -passes=tsan
2022-04-22 Xiang1 Zhang[x86] Support 3 builtin functions for 32-bits mode
2022-04-22 Ping Deng[RISCV][NFC] Use defvar to simplify pattern definations.
2022-04-22 Bill Wendling[randstruct] Check final randomized layout ordering
2022-04-22 Fangrui Song[LegacyPM] Remove AddressSanitizerLegacyPass
2022-04-22 Fangrui Song[DebugInfo][test] Delete a legacy asan test
2022-04-22 Fangrui Song[DebugInfo][test] Delete a legacy asan test
2022-04-22 Nico WeberRevert "[LegacyPM] Remove AddressSanitizerLegacyPass"
2022-04-22 Nico Weber[gn build] (manually) port a7691dee2d3c (TestAST)
2022-04-22 Xiang1 Zhang[Clang Format] emmintrin.h smmintrin.h (NFC)
2022-04-22 Will Dietz[MLIR] prefer /bin/sh over /bin/bash for simple test...
2022-04-22 Fangrui Song[LegacyPM] Remove AddressSanitizerLegacyPass
2022-04-22 Xiang1 ZhangRevert "[x86] Support 3 builtin functions for 32-bits...
2022-04-22 Xiang1 Zhang[x86] Support 3 builtin functions for 32-bits mode
2022-04-22 Matt ArsenaultAMDGPU: Fix fneg combine test not checking full result
2022-04-22 Amy Zhuang[mlir] Modify SuperVectorize to generate select op...
2022-04-22 Dominic Chen[scudo] Disable memory tagging on arm64_32
2022-04-22 Brad Smith[libcxx] Add some missing xlocale wrapper functions...
2022-04-21 Vitaly BukaRevert "[asan] Emit .size directive for global object...
2022-04-21 Zequan Wu[LLDB][NativePDB] Make sure the number of param symbol...
2022-04-21 Alexander Yermolovich[BOLT][DWARF] Implement monolithic DWARF5
2022-04-21 Joseph Huber[OpenMP] Properly guard linker input using the new...
2022-04-21 Joseph Huber[OpenMP][Docs] Remove usage of deprecated flag in docum...
2022-04-21 Paul KirthRevert "[clang][safestack] Remove triple from stack...
2022-04-21 Mircea Trofin[mlgo][nfc] Decouple TensorSpec from tensorflow.
2022-04-21 Mahesh Ravishankar[mlir][Linalg] Deprecate legacy reshape + generic op...
2022-04-21 Dominic Chen[libc] Use correct mnemonic for arm64_32 architecture
2022-04-21 Shafik Yaghmour[DEBUG-INFO] Change how we handle auto return types...
2022-04-21 Paul Kirth[clang][safestack] Remove triple from stack usage test
2022-04-21 owenca[clang-format] Fix a crash on AllowShortFunctionsOnASin...
2022-04-21 Vasileios Porpodas[TTI] Pre-commit cost model tests splat-loads.
2022-04-21 Roy SundahlFix sanitizer stack traces on aarch64.
2022-04-21 Sam McCall[Testing] Fix standalone builds after a7691dee2d3c0ea3f...
2022-04-21 Richard SmithUse builtin recognition to detect std::move / std:...
2022-04-21 owenca[clang-format][NFC] Clean up code in token annotator
2022-04-21 Alexander Yermolovich[DWARF] Add API to get data from MCDwarfLineStr
2022-04-21 Alex Brachet[docs] Fix underline
2022-04-21 Sam McCall[clangd] Fix CLANGD_TIDY_CHECKS=Off tests after b859c39...
2022-04-21 Vitaly Buka[msan] Update Use-after-destruction documentation
next