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