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