aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/PartiallyInlineLibCalls
AgeCommit message (Expand)AuthorFilesLines
2025-11-13[PILC][profcheck] Bias branch weights when optimizing sqrt (#167742)Mircea Trofin1-4/+9
2025-11-13[PILC][NFC] Run UTC on `good-prototype.ll` (#167741)Mircea Trofin1-3/+21
2023-05-17[NFC][Py Reformat] Reformat lit.local.cfg python files in llvmTobias Hieta1-2/+2
2022-12-08[test] Remove duplicate RUN lines in Transform testsBjorn Pettersson5-5/+0
2022-12-08[NFC] Port all PartiallyInlineLibCalls tests to `-passes=` syntaxRoman Lebedev5-5/+5
2022-04-05[PartiallyInlineLibCalls] Don't partially inline a musttail libcall.Bert Abrath1-0/+14
2022-01-05[PartiallyInlineLibCalls] Don't crash when there's a writeonly attribute on t...Benjamin Kramer1-1/+13
2021-06-17[PartiallyInlineLibCalls] Disable sqrt expansion for strictfp.Craig Topper1-0/+12
2019-04-17Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher4-0/+60
2019-04-17Temporarily Revert "Add basic loop fusion pass."Eric Christopher4-60/+0
2017-11-27[PartiallyInlineLibCalls][x86] add TTI hook to allow sqrt inlining to depend ...Sanjay Patel1-11/+13
2017-10-28[PartialInlineLibCalls] Teach PartialInlineLibCalls to honor nobuiltin, prope...Craig Topper2-0/+21
2017-01-04Add positive test for sqrt "partial inlining". NFC.Michael Kuperstein2-0/+23
2017-01-04Remove accidentally target-dependent test and pacify bots.Michael Kuperstein1-23/+0
2017-01-04Add positive test for sqrt "partial inlining". NFC.Michael Kuperstein1-0/+23
2016-05-25[PM] Port PartiallyInlineLibCalls to the new pass manager.Davide Italiano1-0/+1
2014-08-01PartiallyInlineLibCalls: Check sqrt result type before transforming it.Peter Collingbourne1-0/+13