aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-28[MTE] add stack frame history buffer (#86356)users/fmayer/spr/main.wip-mte-stack-recordFlorian Mayer3-2/+134
2024-05-20[𝘀𝗽𝗿] changes introduced through rebaseCraig Topper6557-129080/+251910
2024-05-20[RISCV] Remove unused function declaration. NFCCraig Topper1-1/+0
2024-05-20[flang][runtime] Added io-api-minimal.cpp to the offload build. (#92807)Slava Zakharin1-0/+1
2024-05-20[NFC][flang][runtime] Avoid recursion in EditCharacterOutput and EditLogicalO...Slava Zakharin1-2/+5
2024-05-20[libc] Fix constant address space on global clockJoseph Huber2-3/+5
2024-05-20SBDebugger: Add new APIs `AddDestroyCallback` and `RemoveDestroyCallback` (#8...royitaqi6-7/+225
2024-05-20Add new Python API `SBCommandInterpreter::GetTranscript()` (#90703)royitaqi8-8/+270
2024-05-20[LegalizeTypes] Use SelectionDAG::SplitVector to simplify some code. NFC (#92...Craig Topper1-15/+2
2024-05-20[SelectionDAG] Add getVPZeroExtendInReg. NFC (#92792)Craig Topper3-8/+27
2024-05-20[MLIR][Linalg] Add more specialize patterns (#91153)Javed Absar6-0/+307
2024-05-20[MCA] use std::function instead of function_ref when storing (#91039)Aiden Grossman2-3/+2
2024-05-20[libc][errno] remove mips+sparc specific errnos (#92798)Nick Desaulniers (paternity leave)6-72/+0
2024-05-20[libc][setjmp] disable -ftrivial-auto-var-init=pattern for now (#92796)Nick Desaulniers (paternity leave)1-0/+5
2024-05-20[OpenCL] Fix an infinite loop in builidng AddrSpaceQualType (#92612)Changpeng Fang3-14/+45
2024-05-20[mlir][tensor] Implement folding logic for size 0 tensor and memref ops (#90814)Spenser Bauman4-1/+46
2024-05-20[libcxx] Add cast to avoid pointer casting warning on Windows (#92738)Martin Storsjö1-2/+2
2024-05-20[ValueTracking] Recognize `X op (X != 0)` as non-zeroNoah Goldstein2-35/+36
2024-05-20[ValueTracking] Add tests for `isKnowNonZero` of `X op (X != 0)`; NFCNoah Goldstein1-0/+211
2024-05-20AMDGPU: Don't fold rootn(x, 1) to input for strictfp functions (#92595)Matt Arsenault2-5/+12
2024-05-20[mlir][polynomial] split polynomial types tablegen (#92805)Jeremy Kun2-17/+34
2024-05-20[LangRef] Try to formalize the definition of "odr" in LLVM IR. (#92619)Eli Friedman1-7/+11
2024-05-20[MLIR][Vector] Implement transferXXPermutationLowering as MaskableOpRewritePa...Hugo Trachino3-25/+130
2024-05-20[AMDGPU] Fix error in #88512. (#92770)Leon Clark3-37/+57
2024-05-20CodeGen: Fix libcall names for exp10 on the various darwins (#92520)Matt Arsenault5-2/+155
2024-05-20[HLSL][CMake] Cache files don't have generator vars (#92793)Chris B1-1/+1
2024-05-20[Clang][Sema] Do not add implicit 'const' when matching constexpr function te...Krystian Stasiowski4-8/+92
2024-05-20[Flang][OpenMP] Disable all OpenMP semantics tests on Windows (#92739)Kiran Chandramohan220-47/+437
2024-05-20[Clang][Sema] Diagnose current instantiation used as an incomplete base class...Krystian Stasiowski11-179/+256
2024-05-20[LAA] Move logic to compute start and end of a pointer to helper (NFC).Florian Hahn1-6/+16
2024-05-20[MC] Disable MCAssembler based constant folding for DwarfDebugFangrui Song1-0/+4
2024-05-20Fix test for non-Itanium ABIs.Aaron Ballman1-2/+2
2024-05-20[AMDGPU] Refactor int_amdgcn_mov_dpp8 patterns. NFC. (#92764)Jay Foad1-33/+7
2024-05-21[BPF] report `Invalid usage of the XADD return value"` elegantly (#92742)Yingchi Long2-6/+5
2024-05-20[Clang][Sema] Don't build CXXDependentScopeMemberExprs for potentially implic...Krystian Stasiowski11-145/+222
2024-05-20[gn build] Port 4f5bc4bb55a8LLVM GN Syncbot1-1/+1
2024-05-20[mlir] Remove redundant include in Passes.h header (NFC)Mehdi Amini1-4/+0
2024-05-20[VectorCombine] Some more tests for different cmp's and fp consts. NFCDavid Green1-0/+83
2024-05-20[clang][CodeGen] Remove unused LValue::getAddress CGF arg. (#92465)Ahmed Bougacha23-328/+302
2024-05-20[mlir] [openmp] fix bazel build (#92790)Jeremy Kun1-0/+4
2024-05-20[SPIR-V] Ensure that internal intrinsic functions "ptrcast" for PHI's operand...Vyacheslav Levytskyy2-4/+107
2024-05-20[SPIR-V] reqd_work_group_size and work_group_size_hint metadata are correctly...Vyacheslav Levytskyy3-6/+83
2024-05-20[clang][NFC] Update the list of Core issuesVlad Serebrennikov1-16/+22
2024-05-20[clang][NFC] Rename `SemaRISCVVectorLookup.cpp` into `SemaRISCV.cpp`Vlad Serebrennikov2-1/+1
2024-05-20[MILR][NVVM] Fix missing semicolon in nvvm.barrier.arrive Op (#92769)Pradeep Kumar2-2/+2
2024-05-20[LegalizeTypes] Use VP_AND for zext_inreg in PromoteIntRes_VPFunnelShift.Craig Topper2-8/+6
2024-05-20[NFC][amdgpuarch] Correct file names in file header comments (#92294)Jacob Lambert2-2/+2
2024-05-20AMDGPU: Relax vector restriction for rootn libcall folds (#92594)Matt Arsenault2-67/+54
2024-05-20[revert_checker] replace Phabricator URIs with GitHub URIs (#92102)inglorion1-10/+5
2024-05-20[flang] Fix CMake dependency in CUF/Attributes (#92751)David Truby1-0/+1