summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/PartialInlining.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] fix trivial typos in commentsHiroshi Inoue2018-01-191-1/+1
* Add a ProfileCount class to represent entry counts.Easwaran Raman2018-01-171-2/+4
* Add hasProfileData() to check if a function has profile data. NFC.Easwaran Raman2017-12-221-4/+4
* Silence a bunch of implicit fallthrough warningsAdrian Prantl2017-12-191-0/+1
* Removed unused DominanceFrontierMatt Arsenault2017-12-181-3/+0
* - Removed unused lamba (IsReturnBlock) causing build bots to fail for r319398Graham Yiu2017-11-301-7/+1
* With PGO information, we can do more aggressive outlining of cold regions in ...Graham Yiu2017-11-301-88/+579
* [PartialInliner] Inline vararg functions that forward varargs.Florian Hahn2017-11-131-3/+9
* [PartialInliner] Skip call sites where inlining fails.Florian Hahn2017-11-031-7/+9
* [NFC] Convert OptimizationRemarkEmitter old emit() calls to new closureVivek Pandya2017-10-111-22/+37
* [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko2017-10-101-15/+46
* Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.*Adam Nemet2017-10-091-1/+1
* Sink some IntrinsicInst.h and Intrinsics.h out of llvm/includeReid Kleckner2017-09-071-0/+1
* [PartialInlining] Formatting. NFC.Chad Rosier2017-08-241-1/+1
* [PartialInlining] Type. NFC.Chad Rosier2017-08-241-1/+1
* [InlineCost] Add cl::opt to allow full inline cost to be computed for debuggi...Haicheng Wu2017-08-211-1/+1
* Fix function name /NFCXinliang David Li2017-06-161-3/+3
* [PartialInlining] Code RefactoringXinliang David Li2017-06-151-191/+223
* Fix debug build test failureXinliang David Li2017-06-021-2/+3
* [PartialInlining] Minor cost anaysis tuningXinliang David Li2017-06-021-9/+56
* [PartialInlining] Reduce outlining overhead by removing unneeded live-out(s)Xinliang David Li2017-06-011-0/+23
* [PartialInlining] Replace delete with unique_ptr in computeCallsiteToProfCoun...Vitaly Buka2017-05-271-7/+3
* Fix memory leakXinliang David Li2017-05-151-0/+4
* Fix test failure on windows -- do not return deleted funcXinliang David Li2017-05-141-2/+8
* [PartialInlining] Profile based cost analysisXinliang David Li2017-05-121-45/+363
* [ProfileSummary] Make getProfileCount a non-static member function.Easwaran Raman2017-05-091-1/+1
* [PartialInlining] Capture by reference rather than by value.Davide Italiano2017-05-081-3/+3
* [PartialInlining] Add more early filteringXinliang David Li2017-05-021-0/+10
* [PartialInlining] Hook up inline cost analysisXinliang David Li2017-05-021-11/+98
* [PartialInlining]: Improve partial inlining to handle complex conditionsXinliang David Li2017-04-271-41/+243
* [PartialInine]: add triaging optionsXinliang David Li2017-04-231-0/+24
* [PartialInlining] Add optimization remark supportXinliang David Li2017-04-231-4/+20
* [PartialInlining] Using existing hasAddressTaken interface to legality check/NFCXinliang David Li2017-04-221-19/+3
* [PartialInliner] Partial inliner needs to check use kind before transformationXinliang David Li2017-04-211-0/+19
* Apply clang-tidy's performance-unnecessary-value-param to LLVM.Benjamin Kramer2017-01-131-1/+1
* Revert @llvm.assume with operator bundles (r289755-r289757)Daniel Jasper2016-12-191-4/+20
* Remove the AssumptionCacheHal Finkel2016-12-151-20/+4
* CodeExtractor : Add ability to preserve profile data.Sean Silva2016-08-021-3/+12
* Revert r277313 and r277314.Sean Silva2016-08-011-33/+6
* CodeExtractor : Add ability to preserve profile data.Sean Silva2016-08-011-6/+33
* Cleanup : Reformat PartialInliner.cpp to have current LLVM style conventionsSean Silva2016-07-251-71/+74
* Fix : Partial Inliner requires AssumptionCacheTrackerSean Silva2016-07-251-35/+58
* [PM] Port PartialInlining to the new PMEaswaran Raman2016-06-271-21/+28
* Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.Benjamin Kramer2016-06-261-13/+11
* Cloning: Clean up the interface to the CloneFunction function.Peter Collingbourne2016-05-101-3/+1
* Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor2016-04-221-0/+3
* Revert "Initial implementation of optimization bisect support."Vedant Kumar2016-04-221-3/+0
* Initial implementation of optimization bisect support.Andrew Kaylor2016-04-211-0/+3
* IPO: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-131-9/+9
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
OpenPOWER on IntegriCloud