platform/upstream/llvm.git
2023-04-04 David BlaikiePR58819: Correct linkage and mangling of lambdas in...
2023-04-04 Amara Emerson[AArch64][GlobalISel] Move the localizer to run before...
2023-04-04 Enna1[hwasan] Record allocation thread id in HeapAllocationR...
2023-04-04 Vitaly Buka[lsan] Fix Asan/Hwasan testing conditions
2023-04-04 Vitaly Buka[sanitizer] Add new symbolizer symbol
2023-04-04 Alexander Shaposhnikov[Clang][Sema] Fix comparison of constraint expressions
2023-04-04 Shengchen Kan[X86][NFC] Combine HasVEX_W with hasREX_W to save 1...
2023-04-04 LLVM GN Syncbot[gn build] Port 038b7e6b761c
2023-04-04 Xiang1 Zhang[X86] Support AMX Complex instructions
2023-04-04 Chia-hung Duan[scudo] Temporarily disable the build of Timer.
2023-04-04 Nemanja Ivanovic[SmallVector] Fix unit test to eliminate failure with...
2023-04-04 Thurston DangUpdate __sanitizer_get_allocated_begin to return const...
2023-04-03 Zequan Wu[NFC] Update CodeGen/*/nomerge.ll tests with utils...
2023-04-03 Jie Fu[compiler-rt] Fix -Wformat in timing.h (NFC)
2023-04-03 Stefan Pintilie[PowerPC][NFC] Forgot to add requires asserts to ppc...
2023-04-03 Jie Fu[compiler-rt] Fix -Wcast-qual after D147005 (NFC)
2023-04-03 wren romano[mlir][sparse] Using SparseTensorType in SparsePackOpCo...
2023-04-03 Philip Reames[RISCV] Add cost and lowering tests for "transpose...
2023-04-03 Chia-hung DuanReland "[scudo] Add a Timer class to assist performance...
2023-04-03 Craig Topper[SelectionDAG] Use MemVT for FoldingSetNodeID in Select...
2023-04-03 Diego Caballero[mlir][Vector] Enable masking for ops with index semantics
2023-04-03 Diego Caballero[mlir][Vector][NFC] Small vector masking clean-up
2023-04-03 Joseph Huber[Clang] Fix failing test on windows and add TODO for...
2023-04-03 Thurston DangAdd __sanitizer_get_allocated_begin API and implementations
2023-04-03 Craig Topper[SelectionDAG] Move variable declaration to its first...
2023-04-03 Craig Topper[SelectionDAGBuilder] Use SmallVectorImpl& for function...
2023-04-03 Philip Reames[RISCV][docs] Document which revision of the specificat...
2023-04-03 Jason MolendaUsing global variable in xnu kernel, set # of addressab...
2023-04-03 walter erquinigo[LLDB] Ensure LLDB symbols are exported in LLDB_EXPORT_...
2023-04-03 Rafael A. Herrera... [OpenMP][5.1] Fix parallel masked is ignored #59939
2023-04-03 Craig Topper[SmallVector] Add an explicit SmallVector(size_t Size...
2023-04-03 Alex Langford[lldb][NFC] Remove outdated TODO message
2023-04-03 Aaron BallmanUpdate Clang 16 statuses
2023-04-03 Aaron Ballman[C2x] Implement support for empty brace initialization...
2023-04-03 rkayaith[mlir] Improve FieldParser list container detection
2023-04-03 Graham Markall[RuntimeDyld] RuntimeDyldELF: Clear GOTOffsetMap when...
2023-04-03 Stefan Pintilie[PowerPC] Add statistics to show the number of entries...
2023-04-03 Job Noorman[JITLink][ELF] Only make sections with SHF_WRITE writable
2023-04-03 Caslyn Tonelli[libc] Add strchrnul implementation
2023-04-03 Mehdi AminiRevert "[mlir] Introduce IRDL dialect"
2023-04-03 Philip Reames[LV] Remmove unused default argument to isLegalGatherOr...
2023-04-03 Joseph Huber[Clang] Implicitly include LLVM libc headers for the GPU
2023-04-03 Mahesh Ravishankar[mlir][MemRef] Add pattern to resolve strided metadata...
2023-04-03 Mathieu Fehr[mlir] Introduce IRDL dialect
2023-04-03 Logan Gnanapragasam[clang-tidy] ignore NRVO const variables in performance...
2023-04-03 Noah GoldsteinRevert "[X86] Simplify some `pternlog` intrinsics"
2023-04-03 Joseph Huber[libc] Free the GPU memory allocated in the device...
2023-04-03 Simon Pilgrim[X86] combineMOVMSK - merge movmsk(icmp_eq(and(x,c1...
2023-04-03 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2023-04-03 Peter Klausler[flang] Don't allow CALL RANDOM_NUMBER(assumed-size...
2023-04-03 Noah Goldstein[X86] Simplify some `pternlog` intrinsics
2023-04-03 Noah Goldstein[X86] Add tests for simplifying pternlog intrinsics...
2023-04-03 Noah Goldstein[InstSimplify] Extend simplifications for `(icmp (...
2023-04-03 Noah Goldstein[InstSimplify] Add tests for simplifying `(icmp ({z...
2023-04-03 Peter Klausler[flang] NORM2(DIM=) argument can't be dynamically optional
2023-04-03 Peter Klausler[flang] Resolve USE vs IMPORT conflicts
2023-04-03 Jon Chesterfield[amdgpu][nfc] Refactor prior to D144233 to remove noise...
2023-04-03 Cyndy Ishida[llvm][TextAPI] Ignore deployment version in target...
2023-04-03 Timm Bäder[clang][Interp] Add missing static_assert message
2023-04-03 Joseph Huber[libc] Improve copying system vectors to the GPU
2023-04-03 Timm Bäder[clang][Interp] Ignore StaticAssertDecls
2023-04-03 Alexey Bataev[SLP]Reorder counters for same values, if the root...
2023-04-03 Timm Bäder[clang][Interp][NFC] Refactor VisitDeclRefExpr
2023-04-03 Nikita Popov[Clang] Update test checks (NFC)
2023-04-03 Kadir Cetinkaya[include-cleaner] Treat member operator calls as implicit
2023-04-03 Alexey Bataev[SLP][NFC]Add a test for reordered scalars with not...
2023-04-03 Simon Pilgrim[X86] combineMOVMSK - fold movmsk(icmp_eq(and(x,c1...
2023-04-03 Simon Pilgrim[X86] MatchVectorAllZeroTest - handle icmp_eq(bitcast...
2023-04-03 Nikita Popov[EarlyCSE] Call combineMetadataForCSE() when CSEing...
2023-04-03 Nikita Popov[Local] Preserve !invariant.load of dominating instruction
2023-04-03 Nikita Popov[GVN] Regenerate test checks (NFC)
2023-04-03 Peter Klausler[flang] Use definability tests for better PURE constrai...
2023-04-03 Timm Bäder[clang][Interp] Fix initializing fields after base...
2023-04-03 Nikita Popov[EarlyCSE] Regenerate test checks (NFC)
2023-04-03 Nikita Popov[EarlyCSE] Add metadata preservation tests (NFC)
2023-04-03 Kadir Cetinkaya[include-cleaner] Report references to operator calls...
2023-04-03 serge-sans... Revert "Move "auto-init" instructions to the dominator...
2023-04-03 Timm Bäder[clang][Interp] Fix diagnostics for calling non-constex...
2023-04-03 Stefan Gränitz[Orc] Add AutoRegisterCode option for DebugObjectManage...
2023-04-03 Nikita Popov[Local] Use combineMetadataForCSE() in patchReplacement...
2023-04-03 Nikita Popov[Local] Add MD_fpmath to combineMetadataForCSE()
2023-04-03 serge-sans... Move "auto-init" instructions to the dominator of their...
2023-04-03 Zain Jaffal[ConstraintElimination] Add function arguments to const...
2023-04-03 David Sherwood[NFC][LoopVectorize] Add zext/sext cost tests when...
2023-04-03 Guillaume Chatelet[re-reland][libc] Adds string and TestLogger classes...
2023-04-03 Emilia Dreamer[clang-format] Don't allow variable decls to have trail...
2023-04-03 Nikita Popov[LICM] Don't promote store to global even in single...
2023-04-03 Simon Pilgrim[X86] Test coverage for icmp_eq(bitcast(vXi1 trunc...
2023-04-03 ibricchi[Pass Builder] Allow Module Inliner for full LTO
2023-04-03 Timm Bäder[clang][Interp] Fix initializing base class members
2023-04-03 Florian Hahn[Matrix] Fix shapes in dot product tests.
2023-04-03 Dmitri Gribenko[bazel][libc] Add a missing string_view dependency
2023-04-03 Dmitri Gribenko[bazel] Run an autoformatter on libc/BUILD.bazel
2023-04-03 Congcong Cai[clang-tidy] support unscoped enumerations in readabili...
2023-04-03 Adrian Kuegel[mlir][spirv-cpu-runner] Add missing call to registerPa...
2023-04-03 Serguei Katkov[GuardWidening] Fix the crash while replacing the users...
2023-04-03 Nikita PopovRevert "Reland "[compiler-rt] Drop -Werror in compiler...
2023-04-03 Nikita Popov[LICM] Extract helper for getClobberingMemoryAccess()
2023-04-03 Jingu Kang[AArch64] Remove redundant `mov 0` instruction for...
2023-04-03 Stefan Gränitz[Orc] Print section load-addresses for debug objects...
next