platform/upstream/llvm.git
2022-05-23 Jay Foad[TableGen] Remove an untrue statement from the docs
2022-05-23 Alexander Belyaev[mlir] Add RSqrt tp ComplexOps.td.
2022-05-23 Alexey Bataev[SLP]Do not emit extract elements for insertelements...
2022-05-23 Stephen Long[MSVC, ARM64] Add __writex18 intrinsics
2022-05-23 Sanjay Patel[InstCombine] fold icmp of zext bool based on limited...
2022-05-23 Sanjay Patel[InstCombine] add tests for icmp of zext i1; NFC
2022-05-23 Alexey Bataev[SLP][NFC]Add a test for extracting scalar from undef...
2022-05-23 Nikita Popov[InstCombine] Reuse icmp of and/or folds for logical...
2022-05-23 Anastasia Stulova[SPIR-V] Allow setting SPIR-V version via target triple.
2022-05-23 Timm BäderRevert "[clang][driver] Dynamically select gcc-toolset...
2022-05-23 Dmitry Preobrazhensky[AMDGPU][MC][GFX940] Disable v_mac_f32_dpp
2022-05-23 Sylvestre LedruAdd support of the next Ubuntu (Ubuntu 22.10 - Kinetic...
2022-05-23 Sylvestre LedruAdd support of the next Debian (Debian 13 - Trixie)
2022-05-23 Jay Foad[AMDGPU] Remove unneeded regex escaping in FileCheck...
2022-05-23 Edd BarrettTest stackmap support for i128
2022-05-23 Simon Pilgrim[AArch64] Regenerate andandshift.ll test checks
2022-05-23 Timm Bäder[clang][driver] Dynamically select gcc-toolset/devtools...
2022-05-23 LiaoChunyu[RISCV][NFC] Test cases for fmuladd intrinsic
2022-05-23 Nikita Popov[CGP] Freeze condition when despeculating ctlz/cttz
2022-05-23 Andre Vieira[AArch64] Order STP Q's by ascending address
2022-05-23 Florian Hahn[AArch64] implement isReassocProfitable, disable for...
2022-05-23 Chuanqi XuRevert "[C++20] [Coroutines] Conform the updates for...
2022-05-23 Peter Waller[LV] Improve register pressure estimate at high VFs
2022-05-23 David Green[AArch64] Fix assumptions on input type of tryCombineFi...
2022-05-23 Chuanqi Xu[C++20] [Coroutines] Conform the updates for CWG issue...
2022-05-23 Sergei Trofimovich[Support] Add missing <cstdint> header to Base64.h
2022-05-23 Sergei Trofimovich[Support] Add missing <cstdint> header to Signals.h
2022-05-23 Gabor Marton[analyzer][NFC] Factor out the copy-paste code repetiti...
2022-05-23 Gabor Marton[analyzer] Implement assumeInclusiveRange in terms...
2022-05-23 Muhammad Omair... Revert "[lldb] Consider binary as module of last resort"
2022-05-23 Chenbing Zheng[InstCombine] add tests for bitcast; NFC
2022-05-23 Brad Smith[Sparc] Have test use IAS
2022-05-22 Jeremy Furtek[mlir][tblgen][ods][python] Use keyword-only arguments...
2022-05-23 Zi Xuan Wu... [CSKY] Fix the conflict of default fpu features and...
2022-05-23 jacquesguan[mlir][NFC] Replace some nested if with logical and.
2022-05-22 Craig Topper[SelectionDAG] Add a freeze to ISD::ABS expansion.
2022-05-22 Craig Topper[SelectionDAG] Fold abs(undef) to 0 instead of undef.
2022-05-22 Florian Hahn[LV] Add check line to test interleaving only with...
2022-05-22 Aaron BallmanTest more C DR conformance (part two of many)
2022-05-22 Florian Hahn[LV] Use exiting block instead of latch in addUsersInEx...
2022-05-22 Florian Hahn[LV] Re-generate check lines for loop-form.ll test.
2022-05-22 NAKAMURA TakumiADT::GenericCycleInfo: Hide validateTree() in -Asserts.
2022-05-22 Sanjay PatelRevert "[InstCombine] fold icmp with sub and bool"
2022-05-22 Sanjay Patel[InstCombine] fold icmp with sub and bool
2022-05-22 Sanjay Patel[InstCombine] add tests for icmp + sub patterns; NFC
2022-05-22 Jonas Paulsson[SystemZ] Bugfix for symbolic displacements.
2022-05-22 Florian Hahn[LV] Widen ptr-inductions with scalar uses for scalable...
2022-05-22 James Y KnightCWG 1394: Incomplete types as parameters of deleted...
2022-05-22 Paul Walker[SVE] Enable use of 32bit gather/scatter indices for...
2022-05-22 Nathan James[clang-tidy] Fix not updating storeOptions after af77b1...
2022-05-22 Nathan James[clang-tidy] add support for Demorgan conversions to...
2022-05-22 Sheng[NFC][M68k][test] Add disassembler tests for move instr...
2022-05-22 Sheng[M68k][Disassembler] Fix decoding conflict
2022-05-22 Ping Deng[LegalizeTypes][VP] Add integer promotion support for...
2022-05-22 David BlaikieRe-add release notes for GCC ABI compatibility for...
2022-05-22 Min-Yih Hsu[M68k][Disassembler] Cleanup unused variables. NFC
2022-05-21 owenca[clang-format] Format unit tests with InsertBraces...
2022-05-21 owenca[clang-format] Fix a crash on lambda trailing return...
2022-05-21 owenca[clang-format] Fix a bug in "AfterControlStatement...
2022-05-21 owenca[clang-format] Handle "complex" conditionals in RemoveB...
2022-05-21 Lang Hames[ORC] Check for errors when materializing absolute...
2022-05-21 Craig Topper[TypePromotion] Refine fix sext/zext for promoted const...
2022-05-21 Lang Hames[ORC] Allow FailedToMaterialize errors to outlive Execu...
2022-05-21 Balazs Benics[clang-tidy] Add a useful note about -std=c++11-or...
2022-05-21 Aaron BallmanFix failing test bots from df46fb40557a14807dd508af3225...
2022-05-21 Florian HahnRevert "[SLP]Do not emit extract elements for insertele...
2022-05-21 Groverkss[MLIR][Presburger] Update equality and subset checks...
2022-05-21 Aaron BallmanTest C DR conformance (part one of many)
2022-05-21 owenca[clang-format] Fix an infinite loop in parseJavaEnumBody()
2022-05-21 Lang Hames[ORC] Add a ~ExectionSession destructor to verify that...
2022-05-21 Florian Hahn[VPlan] Model first exit values using VPLiveOut.
2022-05-21 Florian Hahn[LV] Precommit test for PR55167.
2022-05-21 David Green[ARM] Add register-mask for tail returns
2022-05-21 Nikita Popov[SCEV] Use umin_seq for BECount of multi-exit loops
2022-05-21 Benjamin Kramer[mlir] Move diagnostic handlers instead of copying
2022-05-21 Benjamin Kramer[STLExtras] Make indexed_accessor_range operator==...
2022-05-21 Luboš Luňák[lldb] fix 'command container' help text
2022-05-21 Simon Pilgrim[AMDGPU] Regenerate permute.ll test checks for future...
2022-05-21 Nikita Popov[JumpThreading] Insert freeze when unfolding select
2022-05-21 Paul Walker[SVE] Refactor lowering for fixed length MGATHER/MSCATTER.
2022-05-21 Benjamin Kramer[bufferization] Simplify code. NFCI.
2022-05-21 Craig Topper[LegalizeTypes] Remove double map lookup in DAGTypeLega...
2022-05-21 Craig Topper[LegalizeTypes] Use SmallDenseMap::count instead of...
2022-05-21 Min-Yih Hsu[mlir][LLVMIR] Use the correct way to determine if...
2022-05-21 Min-Yih Hsu[mlir][LLVMIR] Add support for translating from some...
2022-05-21 Lang Hames[ORC][examples] Fix off-by-one error when handling...
2022-05-21 Lang Hames[ORC][examples] Add missing EPCIndirectionUtils::cleanu...
2022-05-21 Lang Hames[ORC] Remove usused Error variable.
2022-05-21 Matthias Springer[mlir][bufferization] Add bufferization.alloc_tensor op
2022-05-21 Sam Clegg[lld][WebAssemlby] Add TLS test to lld/test/wasm/data...
2022-05-21 Paul KirthRevert "tsan: add lock free stack pattern test"
2022-05-21 Paul KirthRevert "Mark new TSan test as unsupported on PPC."
2022-05-20 Eugene Zhulenev[mlir] MemRefToLLVM: convert memref.view operations...
2022-05-20 NAKAMURA TakumiSystemZAsmPrinter.cpp: Fix a warning. [-Wunused-variable]
2022-05-20 Ahmed Bougacha[ObjCARC] Drop nullary clang.arc.attachedcall bundles...
2022-05-20 Dan Gohman[WebAssembly] Strip TLS when "atomics" is not enabled
2022-05-20 Jim InghamConvert the test file for TestIgnoredExceptions.py...
2022-05-20 Alex Brachet[lld-macho] Stop crash when emitting personalities...
2022-05-20 Bixia Zheng[mlir][sparse] Support more complex operations.
2022-05-20 Shilei Tian[NVPTX] Enable AtomicExpandPass for NVPTX
next