summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/Inline
AgeCommit message (Expand)Author
2025-06-24[InlineCost] Simplify extractvalue across callsite (#145054)Tobias Stadler
2025-06-12[BasicAA][ValueTracking] Increase depth for underlying object search (#143714)Nikita Popov
2025-06-04 [InlineCost]: Optimize inlining of recursive function. (#139982)Hassnaa Hamdi
2025-05-28[MemProf] Emit remarks when hinting allocations not needing cloning (#141859)Teresa Johnson
2025-05-27[mlgo][inliner] Tigher test for interactive mode (#141677)Mircea Trofin
2025-05-27[Inline] Only consider provenance captures for scoped alias metadata (#138540)Nikita Popov
2025-05-26[LLVM][MLGO] Fix: Index correctly into features to get default inlining decis...Jellytabby
2025-05-09[aarch64][x86][win] Add compiler support for MSVC's /funcoverride flag (Windo...Daniel Paoliello
2025-05-06[InlineCost]: Add a new heuristic to branch folding for better inlining decis...Hassnaa Hamdi
2025-05-05[Inline] Add tests for captures-before check for scoped AA metadata (NFC)Nikita Popov
2025-04-30[AMDGPU] Remove explicit datalayout from tests where not neededAlexander Richardson
2025-04-26[Inliner] Preserve alignment of byval arguments (#137455)sallto
2025-04-10Reapply "Inline: Propagate callsite nofpclass attribute" (#135018)Matt Arsenault
2025-04-09[DebugInfo][Inline] Propagate source locs when simplifying cond branches (#13...Stephen Tozer
2025-04-09[DebugInfo][Inlining] Propagate inlined `resume` source loc to new br (#134826)Stephen Tozer
2025-04-08Revert "Inline: Propagate callsite nofpclass attribute"Matt Arsenault
2025-04-08Inline: Propagate callsite nofpclass attributeMatt Arsenault
2025-04-08Implement areInlineCompatible for SystemZ using feature bitset (#132976)Andres Chavarria
2025-04-01Inliner: Fix missing test coverage for incompatible gc rejection (#133708)Matt Arsenault
2025-03-22Revert "[Analysis][EphemeralValuesAnalysis][NFCI] Remove EphemeralValuesCache...Vasileios Porpodas
2025-03-21[Analysis][EphemeralValuesAnalysis][NFCI] Remove EphemeralValuesCache class (...vporpo
2025-03-19[Analysis][EphemeralValuesCache][InlineCost] Ephemeral values caching for the...vporpo
2025-03-14[RemoveDIs] Remove "try-debuginfo-iterators..." test flags (#130298)Jeremy Morse
2025-02-24[PPC] Implement `areInlineCompatible` (#126562)Henry Jiang
2025-02-14[AArch64] Add support for SHF_AARCH64_PURECODE ELF section flag (1/3) (#125687)Csanád Hajdú
2025-02-14[IR] Remove mul constant expression (#127046)Nikita Popov
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov
2025-01-06[AArch64][SME] Disable inlining of callees with new ZT0 state (#121338)Kerry McLaughlin
2024-12-23[AArch64] SME implementation for agnostic-ZA functions (#120150)Sander de Smalen
2024-12-23[AArch64] NFC: Fix inlining tests for SME ZA state.Sander de Smalen
2024-12-12[AlwaysInline] Fix analysis invalidation (#119566)Nikita Popov
2024-12-11CallPromotionUtils: Correctly use IndexSize when determining the bit width of...Owen Anderson
2024-12-11Revert "CallPromotionUtils: Correctly use IndexSize when determining the bit ...Owen Anderson
2024-12-11CallPromotionUtils: Correctly use IndexSize when determining the bit width of...Owen Anderson
2024-11-29[Inliner] Don't count a call penalty for foldable __memcpy_chk and similar (#...Marina Taylor
2024-11-25[LoongArch] Add a test case for inline compatibility checks (#117144)hev
2024-11-15[llvm] Remove `br i1 undef` from some regression tests [NFC] (#116161)Lee Wei
2024-11-09[Inliner] Prevent adding pointer attributes to non-pointer arguments (#115569)Harald van Dijk
2024-11-01[InlineCost] Print inline cost for invoke call sites as well (#114476)Min-Yih Hsu
2024-10-30[OPT] Search whole BB for convergence token. (#112728)Steven Perron
2024-10-17Reapply "[Inliner] Propagate more attributes to params when inlining (#91101)...goldsteinn
2024-10-16Revert "[Inliner] Propagate more attributes to params when inlining (#91101)"Arthur Eubanks
2024-10-16[Inliner] Propagate more attributes to params when inlining (#91101)goldsteinn
2024-10-15 [Inliner] Don't propagate access attr to byval params (#112256)goldsteinn
2024-10-11[TTI][AMDGPU] Allow targets to adjust `LastCallToStaticBonus` via `getInlinin...Shilei Tian
2024-10-03[MemProf] Strip callsite metadata when inlining an unprofiled callsite (#110998)Teresa Johnson
2024-09-20[Inliner] Fix bug where attributes are propagated incorrectly (#109347)goldsteinn
2024-08-30[Inline][X86] Regenerate inline-target-cpu-* testsSimon Pilgrim
2024-08-26Reland "[MLGO] Remove Python <3.8 from unsupported config (#106132)"Aiden Grossman
2024-08-26Revert "[MLGO] Remove Python <3.8 from unsupported config (#106132)"Aiden Grossman