summaryrefslogtreecommitdiff
path: root/llvm/include
AgeCommit message (Expand)Author
2025-07-04[mlir][python] Add debug helpersusers/nico/python-2Nicolas Vasilache
2025-07-03 [DLCov] Origin-Tracking: Collect stack traces in DebugLoc (#146678)Stephen Tozer
2025-07-03[ORC] Add cloneToContext: Clone Module to a given ThreadSafeContext (#146852)Lang Hames
2025-07-03MCAsmBackend: Replace FKF_IsPCRel with isPCRel()Fangrui Song
2025-07-03[ORC] Replace ThreadSafeContext::getContext with withContextDo. (#146819)Lang Hames
2025-07-03MCAssembler: Optimize PCRel fixupsFangrui Song
2025-07-03[ARM] Add neon vector support for truncDavid Green
2025-07-03[llvm][ADT] Add wrappers to `std::fill` (#146681)Longsheng Mou
2025-07-02MCAsmBackend: Merge addReloc into applyFixup (#146820)Fangrui Song
2025-07-02[lld][WebAssembly] Add missing relocation types to the --compress-relocations...SingleAccretion
2025-07-02[LLVM][ADT] Add `consume_front` and `consume_back` to ArrayRef (#146741)Rahul Joshi
2025-07-02[SHT_LLVM_BB_ADDR_MAP] Remove support for versions 1 and 0 (SHT_LLVM_BB_ADDR_...Rahman Lavaee
2025-07-02[nfc] Rename API with typo in BranchProbabilityInfo (#146447)Mircea Trofin
2025-07-02[HashRecognize] Rewrite arePHIsIntertwined (#144878)Ramkumar Ramachandra
2025-07-02[GlobalISel] Allow expansion of urem by constant in prelegalizer (#145914)jyli0116
2025-07-02[LV] Add support for partial reductions without a binary op (#133922)David Sherwood
2025-07-02[DLCov] Origin-Tracking: Enable collecting and symbolizing stack traces (#143...Stephen Tozer
2025-07-02[IR] Introduce `dead_on_return` attributeAntonio Frighetto
2025-07-01MCAssembler: Consistently place MCFragment parameter before MCFixupFangrui Song
2025-07-01MCObjectStreamer: De-virtualize emitInstToFragmentFangrui Song
2025-07-01[LLVM][Cygwin] Enable dynamic linking of libLLVM (#146440)Mateusz MikuĊ‚a
2025-07-01[RFC][NFC][AMDGPU] Remove explicit value assignments from `AMDGPU::GPUKind` (...Shilei Tian
2025-07-01Driver: Avoid llvm::sys::path::append if resource directory absolute.Peter Collingbourne
2025-07-01[Reland][IPO] Added attributor for identifying invariant loads (#146584)zGoldthorpe
2025-07-01[VectorCombine] Use InstSimplifyFolder to simplify instrs on creation. (#146350)Florian Hahn
2025-07-01[IR2Vec] Add out-of-place arithmetic operators to Embedding class (#145118)S. VenkataKeerthy
2025-07-01[NFC][IR2Vec] Increasing tolerance in `approximatelyEquals()` of `Embedding` ...S. VenkataKeerthy
2025-07-01AMDGPU: Implement ds_atomic_async_barrier_arrive_b64/ds_atomic_barrier_arrive...Changpeng Fang
2025-07-01[Analysis] Remove a workaround for ancient GCC (NFC) (#146550)Kazu Hirata
2025-07-01[ARM] Add neon vector support for ceilDavid Green
2025-07-01[AArch64] Mark neon.stN intrinsics as writeonly (#145289)Nikita Popov
2025-07-01DynamicAPInt: Support APInt constructor. (#146301)Zakk Chen
2025-07-01MC: Store fragment content and fixups out-of-lineFangrui Song
2025-06-30CodeView: Move MCCVDefRangeFragment storage to MCContext/MCFragment. NFC (#14...Fangrui Song
2025-06-30[IR2Vec] Simplifying creation of Embedder (#143999)S. VenkataKeerthy
2025-06-30[pgo] add means to specify "unknown" MD_prof (#145578)Mircea Trofin
2025-06-30[MachineOutliner] Remove LOHs from outlined candidates (#143617)Ellis Hoag
2025-06-30[IR2Vec] Scale embeddings once in vocab analysis instead of repetitive scalin...S. VenkataKeerthy
2025-06-30Reland "[MLGO][IR2Vec] Integrating IR2Vec with MLInliner (#143479)" (#145664)S. VenkataKeerthy
2025-06-30[STLForwardCompat] Implement llvm::type_identity (#146390)Krzysztof Parzyszek
2025-06-30[IR][PGO] Verify the structure of `VP` metadata. (#145584)Mircea Trofin
2025-06-30MC: Merge MCFragment.h into MCSection.hFangrui Song
2025-06-30[ARM] Add neon vector support for roundDavid Green
2025-06-30[LLVM][Clang] Enable strict mode for `getTrailingObjects` (#144930)Rahul Joshi
2025-06-30[LLVM] Change `ModulePass::skipModule` to take a const reference (#146168)Rahul Joshi
2025-06-30[DAG] Implement SDPatternMatch `m_SpecificScalarVT` and `m_SpecificVectorElem...zhaohui
2025-06-30[AMDGPU] Add support for `v_cvt_f16_bf8` on gfx1250 (#146305)Shilei Tian
2025-06-30[AMDGPU] Add support for `v_cvt_f16_fp8` on gfx1250 (#146302)Shilei Tian
2025-06-30Revert "CodeView: Move MCCVDefRangeFragment storage to MCContext/MCFragment"David Spickett
2025-06-30[KeyInstr] Add DISubprogram::keyInstructions bit (#144107)Orlando Cazalet-Hyams