summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-28[MTE] add stack frame history buffer (#86356)users/fmayer/spr/main.wip-mte-stack-recordFlorian Mayer
2024-05-20[𝘀𝗽𝗿] changes introduced through rebaseCraig Topper
2024-05-20[RISCV] Remove unused function declaration. NFCCraig Topper
2024-05-20[flang][runtime] Added io-api-minimal.cpp to the offload build. (#92807)Slava Zakharin
2024-05-20[NFC][flang][runtime] Avoid recursion in EditCharacterOutput and EditLogicalO...Slava Zakharin
2024-05-20[libc] Fix constant address space on global clockJoseph Huber
2024-05-20SBDebugger: Add new APIs `AddDestroyCallback` and `RemoveDestroyCallback` (#8...royitaqi
2024-05-20Add new Python API `SBCommandInterpreter::GetTranscript()` (#90703)royitaqi
2024-05-20[LegalizeTypes] Use SelectionDAG::SplitVector to simplify some code. NFC (#92...Craig Topper
2024-05-20[SelectionDAG] Add getVPZeroExtendInReg. NFC (#92792)Craig Topper
2024-05-20[MLIR][Linalg] Add more specialize patterns (#91153)Javed Absar
2024-05-20[MCA] use std::function instead of function_ref when storing (#91039)Aiden Grossman
2024-05-20[libc][errno] remove mips+sparc specific errnos (#92798)Nick Desaulniers (paternity leave)
2024-05-20[libc][setjmp] disable -ftrivial-auto-var-init=pattern for now (#92796)Nick Desaulniers (paternity leave)
2024-05-20[OpenCL] Fix an infinite loop in builidng AddrSpaceQualType (#92612)Changpeng Fang
2024-05-20[mlir][tensor] Implement folding logic for size 0 tensor and memref ops (#90814)Spenser Bauman
2024-05-20[libcxx] Add cast to avoid pointer casting warning on Windows (#92738)Martin Storsjö
2024-05-20[ValueTracking] Recognize `X op (X != 0)` as non-zeroNoah Goldstein
2024-05-20[ValueTracking] Add tests for `isKnowNonZero` of `X op (X != 0)`; NFCNoah Goldstein
2024-05-20AMDGPU: Don't fold rootn(x, 1) to input for strictfp functions (#92595)Matt Arsenault
2024-05-20[mlir][polynomial] split polynomial types tablegen (#92805)Jeremy Kun
2024-05-20[LangRef] Try to formalize the definition of "odr" in LLVM IR. (#92619)Eli Friedman
2024-05-20[MLIR][Vector] Implement transferXXPermutationLowering as MaskableOpRewritePa...Hugo Trachino
2024-05-20[AMDGPU] Fix error in #88512. (#92770)Leon Clark
2024-05-20CodeGen: Fix libcall names for exp10 on the various darwins (#92520)Matt Arsenault
2024-05-20[HLSL][CMake] Cache files don't have generator vars (#92793)Chris B
2024-05-20[Clang][Sema] Do not add implicit 'const' when matching constexpr function te...Krystian Stasiowski
2024-05-20[Flang][OpenMP] Disable all OpenMP semantics tests on Windows (#92739)Kiran Chandramohan
2024-05-20[Clang][Sema] Diagnose current instantiation used as an incomplete base class...Krystian Stasiowski
2024-05-20[LAA] Move logic to compute start and end of a pointer to helper (NFC).Florian Hahn
2024-05-20[MC] Disable MCAssembler based constant folding for DwarfDebugFangrui Song
2024-05-20Fix test for non-Itanium ABIs.Aaron Ballman
2024-05-20[AMDGPU] Refactor int_amdgcn_mov_dpp8 patterns. NFC. (#92764)Jay Foad
2024-05-21[BPF] report `Invalid usage of the XADD return value"` elegantly (#92742)Yingchi Long
2024-05-20[Clang][Sema] Don't build CXXDependentScopeMemberExprs for potentially implic...Krystian Stasiowski
2024-05-20[gn build] Port 4f5bc4bb55a8LLVM GN Syncbot
2024-05-20[mlir] Remove redundant include in Passes.h header (NFC)Mehdi Amini
2024-05-20[VectorCombine] Some more tests for different cmp's and fp consts. NFCDavid Green
2024-05-20[clang][CodeGen] Remove unused LValue::getAddress CGF arg. (#92465)Ahmed Bougacha
2024-05-20[mlir] [openmp] fix bazel build (#92790)Jeremy Kun
2024-05-20[SPIR-V] Ensure that internal intrinsic functions "ptrcast" for PHI's operand...Vyacheslav Levytskyy
2024-05-20[SPIR-V] reqd_work_group_size and work_group_size_hint metadata are correctly...Vyacheslav Levytskyy
2024-05-20[clang][NFC] Update the list of Core issuesVlad Serebrennikov
2024-05-20[clang][NFC] Rename `SemaRISCVVectorLookup.cpp` into `SemaRISCV.cpp`Vlad Serebrennikov
2024-05-20[MILR][NVVM] Fix missing semicolon in nvvm.barrier.arrive Op (#92769)Pradeep Kumar
2024-05-20[LegalizeTypes] Use VP_AND for zext_inreg in PromoteIntRes_VPFunnelShift.Craig Topper
2024-05-20[NFC][amdgpuarch] Correct file names in file header comments (#92294)Jacob Lambert
2024-05-20AMDGPU: Relax vector restriction for rootn libcall folds (#92594)Matt Arsenault
2024-05-20[revert_checker] replace Phabricator URIs with GitHub URIs (#92102)inglorion
2024-05-20[flang] Fix CMake dependency in CUF/Attributes (#92751)David Truby