aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/PartiallyInlineLibCalls
AgeCommit message (Expand)Author
2017-11-27[PartiallyInlineLibCalls][x86] add TTI hook to allow sqrt inlining to depend ...Sanjay Patel
2017-10-28[PartialInlineLibCalls] Teach PartialInlineLibCalls to honor nobuiltin, prope...Craig Topper
2017-01-04Add positive test for sqrt "partial inlining". NFC.Michael Kuperstein
2017-01-04Remove accidentally target-dependent test and pacify bots.Michael Kuperstein
2017-01-04Add positive test for sqrt "partial inlining". NFC.Michael Kuperstein
2016-05-25[PM] Port PartiallyInlineLibCalls to the new pass manager.Davide Italiano
2014-08-01PartiallyInlineLibCalls: Check sqrt result type before transforming it.Peter Collingbourne