summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/Inline
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-246-12/+12
* [InlineCost] Fix infinite loop in indirect call evaluationEhud Katz2019-11-281-0/+55
* Revert "[InlineCost] Fix infinite loop in indirect call evaluation"Ehud Katz2019-11-231-55/+0
* [InlineCost] Fix infinite loop in indirect call evaluationEhud Katz2019-11-231-0/+55
* Recommit "[CodeView] Add option to disable inline line tables."Amy Huang2019-11-041-0/+99
* Revert "[CodeView] Add option to disable inline line tables."Amy Huang2019-10-301-99/+0
* [CodeView] Add option to disable inline line tables.Amy Huang2019-10-301-0/+99
* [utils] InlineFunction: fix for debug info affecting optimizationsBjorn Pettersson2019-10-281-0/+71
* [Inliner] Remove incorrect early exit during switch cost computationTeresa Johnson2019-09-201-0/+160
* [Inliner][NFC] Make test less brittle.Clement Courbet2019-09-091-1/+1
* [FunctionAttrs] Annotate "willreturn" for intrinsicsHideto Ueno2019-07-282-2/+2
* [AMDGPU] Tune inlining parameters for AMDGPU targetDaniil Fukalov2019-07-171-0/+31
* ARM MTE stack sanitizer.Evgeniy Stepanov2019-07-151-0/+30
* Revert [InlineCost] cleanup calculations of Cost and ThresholdJordan Rupprecht2019-07-031-6/+6
* [InlineCost] cleanup calculations of Cost and ThresholdFedor Sergeev2019-06-261-6/+6
* [lit] Delete empty lines at the end of lit.local.cfg NFCFangrui Song2019-06-172-2/+0
* [NFC] Added test from PR42084 for D63058David Bolvansky2019-06-091-0/+66
* [InlineCost] Add support for unary fneg.Craig Topper2019-06-061-0/+31
* [InlineCost] Don't add the soft float function call cost for the fneg idiom, ...Craig Topper2019-06-011-0/+25
* [AMDGPU] Use InliningThresholdMultiplier for inline hintStanislav Mekhanoshin2019-05-311-0/+77
* Reapply: IR: add optional type to 'byval' function parametersTim Northover2019-05-301-2/+2
* Revert "IR: add optional type to 'byval' function parameters"Tim Northover2019-05-291-2/+2
* IR: add optional type to 'byval' function parametersTim Northover2019-05-291-2/+2
* [ARM] Replace fp-only-sp and d16 with fp64 and d32.Simon Tatham2019-05-281-1/+1
* AMDGPU: Boost inline threshold with addrspacecasted alloca argumentsMatt Arsenault2019-05-241-0/+70
* [INLINER] allow inlining of blockaddresses if sole uses are callbrsNick Desaulniers2019-05-202-0/+133
* Resubmit "[DebugInfo] Update loop metadata for inlined loops"Orlando Cazalet-Hyams2019-05-201-0/+159
* Revert "[DebugInfo] Update loop metadata for inlined loops"Orlando Cazalet-Hyams2019-05-201-108/+0
* [DebugInfo] Update loop metadata for inlined loopsOrlando Cazalet-Hyams2019-05-201-0/+108
* AMDGPU: Assume xnack is enabled by defaultMatt Arsenault2019-05-161-0/+67
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-17188-0/+17222
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-17188-17222/+0
* AMDGPU: Assume ECC is enabled by default if supportedMatt Arsenault2019-04-031-0/+70
* AMDGPU: Fix test filenameMatt Arsenault2019-04-021-0/+0
* AMDGPU: Remove dx10-clamp from subtarget featuresMatt Arsenault2019-03-292-0/+197
* [NewPM] Fix a nasty bug with analysis invalidation in the new PM.Chandler Carruth2019-03-281-1/+0
* [X86] Filter out tuning feature flags and a few ISA feature flags when checki...Craig Topper2019-02-192-0/+58
* AMDGPU: Ignore CodeObjectV3 when inliningMatt Arsenault2019-02-121-0/+13
* Provide reason messages for unviable inliningYevgeny Rouban2019-02-011-0/+10
* [Inliner] Assert that the computed inline threshold is non-negative.Easwaran Raman2019-01-091-2/+5
* Introduce llvm.loop.parallel_accesses and llvm.access.group metadata.Michael Kruse2018-12-203-9/+143
* [SampleFDO] handle ProfileSampleAccurate when initializing function entry countWei Mi2018-12-131-47/+0
* [Inliner] Modify the merging of min-legal-vector-width attribute to better ha...Craig Topper2018-11-291-1/+16
* [Inliner] Add test for merging of min-legal-vector-width function attribute.Craig Topper2018-11-291-0/+29
* [Inliner] Penalise inlining of calls with loops at OzDavid Green2018-11-053-0/+231
* [PM] keeping history when original SCC split and then merge into itselfWei Mi2018-10-232-38/+117
* Make YAML quote forward slashes.Zachary Turner2018-10-122-7/+7
* Revert "Make YAML quote forward slashes."Zachary Turner2018-10-122-7/+7
* Make YAML quote forward slashes.Zachary Turner2018-10-122-7/+7
* [TailCallElim] Enable marking of calls with byval as tailsRobert Lougher2018-10-081-0/+33
OpenPOWER on IntegriCloud