aboutsummaryrefslogtreecommitdiff
path: root/llvm/include
AgeCommit message (Expand)AuthorFilesLines
2024-06-20[MC] Remove SectionKind from MCSection (#96067)aengelke9-30/+37
2024-06-20[IR] Remove support for shl constant expressions (#96037)Nikita Popov2-11/+0
2024-06-20[LLVM] Extend setModuleFlag interface. (#86031)Daniel Kiss1-0/+2
2024-06-20[RISCV] Lower llvm.clear_cache to __riscv_flush_icache for glibc targets (#93...Roger Ferrer Ibáñez1-0/+1
2024-06-20[ADT] Update hash function of uint64_t for DenseMap (#95734)Chuanqi Xu1-2/+5
2024-06-19[JITLink] Use MapVector to stabilize iteration orderFangrui Song1-2/+3
2024-06-19[Support] Add llvm::xxh3_128bits (#95863)Brendan Duke1-1/+26
2024-06-19[DirectX] Add trig intrinsics and link them with DXIL backend (#95968)Farzon Lotfi1-0/+6
2024-06-19[ADT] Fix incorrect const parent ptr type in ilist (#96059)Stephen Tozer5-43/+41
2024-06-19[DenseMap] Update combineHashValueFangrui Song1-11/+13
2024-06-19[InstCombine] Preserve all flags in phi of gep foldNikita Popov1-0/+3
2024-06-19DenseMap: support enum class keys (#95972)Ramkumar Ramachandra1-0/+18
2024-06-19[NFC][CodeGen] Remove dead ParallelCG.h/.cpp API (#95770)Pierre van Houtryve1-44/+0
2024-06-18[memprof] Rename the members of IndexedMemProfData (NFC) (#94873)Kazu Hirata1-3/+3
2024-06-18[ProfileData] Remove getValueForSite and getNumValueDataForSite (#95989)Kazu Hirata1-41/+0
2024-06-18Reland "[AArch64] Decouple feature dependency expansion. (#94279)" (#95519)Alexandros Lamprineas1-42/+67
2024-06-18[LLVM] Add option to store Parent-pointer in ilist_node_base (#94224)Stephen Tozer8-43/+175
2024-06-18clang/AMDGPU: Emit atomicrmw from ds_fadd builtins (#95395)Matt Arsenault1-2/+1
2024-06-18[SPIRV][HLSL] Add lowering of `rsqrt` to SPIRV (#95849)Helena Kotas1-0/+1
2024-06-18[JITLink] Add x86_64::Delta8 edge kind, ELF::R_X86_64_PC8 support (#95869)Maksim Panchenko1-1/+23
2024-06-18[MachineOutliner] Leaf Descendants (#90275)Xuan Zhang2-4/+55
2024-06-18[analyzer] Revert Z3 changes (#95916)Balazs Benics1-19/+0
2024-06-18[LLD][COFF] Add support for ARM64EC entry thunks. (#88132)Jacek Caban1-1/+1
2024-06-18[AArch64][TargetParser] move CPUInfo into tablegen [NFC] (#92145)Tomas Matheson1-341/+2
2024-06-18[analyzer][NFC] Reorganize Z3 report refutationBalazs Benics1-0/+19
2024-06-18[RemoveDIs] Update DIBuilder C API with DbgRecord functions. (#95535)Carlos Alberto Enciso1-152/+18
2024-06-18[DebugInfo][BPF] Add 'annotations' field for DIBasicType & DISubroutineType (...eddyz871-22/+58
2024-06-18[NFC][AMDGPU] Make AMDGPUSplitModule a ModulePass (#95773)Pierre van Houtryve1-1/+1
2024-06-17[Analysis] Clean up getPromotionCandidatesForInstruction (NFC) (#95624)Kazu Hirata1-4/+2
2024-06-17[ProfileData] Remove getValueProfDataFromInst (#95617)Kazu Hirata1-10/+0
2024-06-17[mlgo] inline for size: add bypass mechanism for perserving performance (#95616)Mircea Trofin1-0/+2
2024-06-17AMDGPU: Remove .v2bf16 buffer atomic fadd intrinsics (#95783)Matt Arsenault1-42/+2
2024-06-17[LVI][ConstantRange] Generalize mask not equal conditions handlingAntonio Frighetto1-0/+5
2024-06-17 [DebugInfo] Handle DW_OP_LLVM_extract_bits in SROA (#94638)John Brawn1-0/+6
2024-06-17[SelectionDAG] Add support for the 3-way comparison intrinsics [US]CMP (#91871)Poseydon423-0/+15
2024-06-17[AMDGPULowerBufferFatPointers] Expand const exprs using fat pointers (#95558)Nikita Popov1-1/+5
2024-06-16[TargetLibraryInfo] Use the default move constructor/assignment operator (#95...Kazu Hirata1-8/+2
2024-06-16Cleanup MC/DC intrinsics for #82448 (#95496)NAKAMURA Takumi2-39/+3
2024-06-15[TargetLibraryInfo] Use std::move (NFC) (#95671)Kazu Hirata1-2/+3
2024-06-15[JumpThreading] Use SmallPtrSet (NFC) (#95674)Kazu Hirata1-2/+2
2024-06-15[GISel] Unify multiple instances of getTypeForLLT (NFC) (#95577)Christudasan Devadasan1-0/+4
2024-06-15MathExtras: rewrite some methods to never overflow (#95556)Ramkumar Ramachandra1-12/+22
2024-06-14[llvm] Use llvm::unique (NFC) (#95628)Kazu Hirata3-4/+3
2024-06-14[Support] Add SipHash-based 16-bit ptrauth ABI-stable hash. (#93902)Ahmed Bougacha1-0/+19
2024-06-14[llvm][AArch64] Support -mcpu=apple-m4 (#95478)Jon Roelofs1-1/+8
2024-06-14[Support] Integrate SipHash.cpp into libSupport. (#94394)Ahmed Bougacha1-0/+33
2024-06-14[GlobalIsel] Import GEP flags (#93850)Thorsten Schütt2-6/+8
2024-06-14[MC] Aligned bundling: remove special handling for RelaxAllFangrui Song3-13/+1
2024-06-14[MC] Add MCFragment allocation helpersFangrui Song2-1/+10
2024-06-14[GlobalISel][AArch64] AArch64O0PreLegalizerCombiner: Disable fixed-point iter...Tobias Stadler1-0/+4