summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/PartialInlining.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Add range adapters predecessors() and successors() for BBsReid Kleckner2015-02-041-5/+5
* Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith2014-07-211-4/+5
* [C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob2014-07-201-5/+4
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-251-4/+4
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-091-5/+4
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-051-4/+4
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-041-1/+1
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-131-2/+2
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-131-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Move the CodeExtractor utility to a dedicated header file / source file,Chandler Carruth2012-05-041-2/+3
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-301-2/+1
* (Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad2011-03-301-0/+1
OpenPOWER on IntegriCloud