platform/upstream/llvm.git
2023-04-12 Max Kazantsev[Test] Add XFAIL test for PR62058
2023-04-12 Hans Wennborg[profile] Make __llvm_profile_global_timestamp static...
2023-04-12 LLVM GN Syncbot[gn build] Port e2b15ec235fe
2023-04-12 LLVM GN Syncbot[gn build] Port a6d9730f403a
2023-04-12 Nico Weber[gn] port a6ba74e471ac
2023-04-12 Akash Banerjee[MLIR][OpenMP] Update OpenMPIRBuilderTest to use opaque...
2023-04-12 Nicolas Vasilache[mlir][Linalg] Allow linalg.copy to be vectorized with...
2023-04-12 Nikolas Klauser[libc++][NFC] rename __is_trivially_equality_comparable...
2023-04-12 Nikolas Klauser[libc++] Rename __tuple_dir back to __tuple
2023-04-12 Muhammad Omair... [BOLT] Fix section-end-sym.s test to only run x86/Linux
2023-04-12 Dmitry Makogon[LoopUtils] Add isKnownPositiveInLoop and isKnownNonPos...
2023-04-12 Nicolas Vasilache[mlir][Linalg] Add support for tiling tensor.pad to...
2023-04-12 Hans WennborgRevert "Move "auto-init" instructions to the dominator...
2023-04-12 OCHyamsReapply (4) "[Assignment Tracking] Enable by default"
2023-04-12 OCHyams[Assignment Tracking] Fix assertion in AssignmentTracki...
2023-04-12 Alexander Kornienko[lldb] Reduce chances of spurious failures in some...
2023-04-12 Nicolas Vasilache[mlir][Linalg] Add a structured transform to materializ...
2023-04-12 Alex Zinenko[mlir] Add transform.foreach_match
2023-04-12 Dmitry Makogon[Test] Add ranges for some expressions in some SCEV...
2023-04-12 Simon Pilgrim[X86] SimplifyDemandedBitsForTargetNode - add TESTPS...
2023-04-12 Matt ArsenaultInstCombine: Add some additional is.fpclass tests
2023-04-12 Matt Arsenaultunittests: Use opaque pointers in a test
2023-04-12 Matt ArsenaultValueTracking: Handle no-nan check for computeKnownFPCl...
2023-04-12 Matt ArsenaultValueTracking: Remove outdated todo
2023-04-12 Matt ArsenaultAMDGPU: Push fneg into bitcast of integer select
2023-04-12 Zahira AmmarguellatSet 'rounding_mode' to 'tonearest' with '#pragma STDC...
2023-04-12 Simon Pilgrim[X86] Add test coverage for TESTPS/TESTPD showing the...
2023-04-12 Simon Pilgrim[X86] combinePTESTCC - remove unnecessary legal vector...
2023-04-12 Pierre Gousseau[tsan] Add debugging interfaces into interface header.
2023-04-12 David Green[AArch64] Extend testing for folding fadd to predicated...
2023-04-12 Simon PilgrimFix MSVC "result of 32-bit shift implicitly converted...
2023-04-12 Nikita Popov[SCEV] Add additional tests for finite loop trip counts...
2023-04-12 Alexey Lapshin[Reland][ADT][ConcurrentHashTable] adapt ConcurrentHash...
2023-04-12 Wang, Xin10Fix Mem leak in LLVMTargetMachine.cpp
2023-04-12 Jie Fu[mlir] Remove extra ';' outside of a function (NFC)
2023-04-12 Oleg Shyshkov[mlir][bufferization] Make function boundary type conve...
2023-04-12 Balázs Kéri[clang][analyzer] Improve bug reports of StdLibraryFunc...
2023-04-12 Nikita Popov[GVNHoist] Regenerate test checks (NFC)
2023-04-12 Corentin Jabot[Clang] Fix crash caused by line splicing in doc comment
2023-04-12 Nikita Popov[IR] Use switch in Instruction::mayThrow() (NFC)
2023-04-12 Martin Storsjö[libcxx] Move the private header __std_stream into...
2023-04-12 Martin Storsjö[libcxxabi] [test] Don't cast a pointer to long, fixing...
2023-04-12 Martin Storsjö[compiler-rt] [test] Remove a leftover XFAIL
2023-04-12 Martin Storsjö[libcxx] [test] Check for C++ headers before building...
2023-04-12 Matthias Springer[mlir][transform] TrackingListener: Drop mappings of...
2023-04-12 Kazu HirataRemove forward declarations of llvm::Any
2023-04-12 Wang, Xin10Add delete to fix resource leak in llc.cpp
2023-04-12 Matthias Springer[mlir][transform] Better debugging facilites for invali...
2023-04-12 Phoebe Wang[Windows SEH] Fix ehcleanup crash for Windows -EHa
2023-04-12 Max Kazantsev[Test] Regenerate checks in some tests using auto-updat...
2023-04-12 luxufan[GVNHoist][NFC] Remove --check-globals in test file
2023-04-12 luxufan[GVNHoist][NFC] Regenerate test case
2023-04-12 Matthias Springer[mlir][transform] Dump match failures in TrackingListener
2023-04-12 Ben Shi[LoongArch] Optimize multiplication with immediates
2023-04-12 Ben Shi[LoongArch][NFC] Add tests of multiplication with immed...
2023-04-12 Ben Shi[AVR] Disable post increment load from program memory...
2023-04-12 wren romano[mlir][sparse] Canonicalizing arguments to genReshapeDs...
2023-04-12 Hassnaa HamdiRevert "[AArch64][DAGCombiner]: combine <2xi64> add...
2023-04-12 Nico Weber[fuzzer] Fix -Wunreachable-code-aggressive warning...
2023-04-12 Rafael Auler[BOLT] Fix creation of invalid CFG in presence of dead...
2023-04-12 Jonas Devlieghere[lldb] Parse the crashlog only once
2023-04-11 Lang Hames[ORC] Fix fallout from switch to _objc_map/load_images...
2023-04-11 Chia-hung Duan[scudo] Temporariy dispatch region from `RegionBeg`
2023-04-11 Vitaly Buka[test][lsan] Reset pointer to leak memory
2023-04-11 Aart Bik[mlir][sparse][gpu] put sparse compiler GPU end-to...
2023-04-11 Vitaly Buka[lsan] Regression test for 7d328668691a
2023-04-11 Caslyn Tonelli[libc] Fix typo in gnu_ext.td
2023-04-11 Ziqing Luo[-Wunsafe-buffer-usage] Match unsafe pointers being...
2023-04-11 Jonas Devlieghere[lldb] Parse image high address from JSON crashlogs
2023-04-11 Fangrui Song[bazel] Disable layering_check for llvm/unittests:mi_te...
2023-04-11 Emilia Dreamer[clang-format] Don't modify template arguments on the...
2023-04-11 OCHyamsRevert (4) "[Assignment Tracking] Enable by default"
2023-04-11 Devajith V S[mlir][matchers] Add m_Op(StringRef) and m_Attr matchers
2023-04-11 Caslyn Tonelli[libc] Add memmem implementation
2023-04-11 Caroline Tice[PATCH][lldb] Fix dereference of null pointer.
2023-04-11 OCHyamsReapply (3) "[Assignment Tracking] Enable by default"
2023-04-11 Mircea Trofin[mlgo] Fix the help message for interactive mode defaul...
2023-04-11 Alexey Bataev[SLP][NFC]Introduce ShuffleCostEstimator and adjustExtr...
2023-04-11 Congcong Cai[clang-tidy] support nested inline namespace in c+...
2023-04-11 Vlad Serebrennikov[clang] Add test for CWG1837
2023-04-11 Vlad Serebrennikov[clang] Add test for CWG2007
2023-04-11 Vlad Serebrennikov[clang] Add test for CWG2370
2023-04-11 Craig Topper[RISCV] Add segment load/store to getTgtMemIntrinsic.
2023-04-11 Vitaly Buka[hwasan] Don't require untagged pointer in __hwasan_tag...
2023-04-11 Caslyn Tonelli[libc] Fix swab placement
2023-04-11 Nitin John Raj[RISCV][Tablegen] Make VLXSched and VSXSched classes...
2023-04-11 Nitin John Raj[RISCV][Tablegen] Remove LMUL from ReadVLDX, ReadVSTX...
2023-04-11 Alex Langford[lldb] Change return type of EventData::GetFlavor
2023-04-11 Valentin Clement[mlir][openacc] Relax the single block constraint on...
2023-04-11 Craig Topper[RISCV] Print a better error message when a rv32 CPU...
2023-04-11 Craig Topper[RISCV] Remove getCPUFeaturesExceptStdExt.
2023-04-11 Matthew Voss[PS4][clang] Pass -flto-jobs argument to orbis-ld
2023-04-11 OCHyams[Assignment Tracking] Trunc fragments for stores to...
2023-04-11 OCHyams[Assignment Tracking][SROA] Don't un-poison dbg.assigns...
2023-04-11 Simon Pilgrim[X86] widen-load-of-small-alloca tests - use X86 check...
2023-04-11 Florian Hahn[LV] Use std::make_optional to fix build failure after...
2023-04-11 Mark de Wever[libc++][format] Mark range formaters as complete.
2023-04-11 Louis Dionne[libc++][NFC] Update precondition comments when testing...
2023-04-11 Mark de Wever[libc++][format] Improves tests.
2023-04-11 Mark de Wever[libc++][CI] Prepares building C++ modules.
next