aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/IPO/PartialInlining.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-02CodeExtractor : Add ability to preserve profile data.Sean Silva1-3/+12
2016-08-01Revert r277313 and r277314.Sean Silva1-33/+6
2016-08-01CodeExtractor : Add ability to preserve profile data.Sean Silva1-6/+33
2016-07-25Cleanup : Reformat PartialInliner.cpp to have current LLVM style conventionsSean Silva1-71/+74
2016-07-25Fix : Partial Inliner requires AssumptionCacheTrackerSean Silva1-35/+58
2016-06-27[PM] Port PartialInlining to the new PMEaswaran Raman1-21/+28
2016-06-26Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.Benjamin Kramer1-13/+11
2016-05-10Cloning: Clean up the interface to the CloneFunction function.Peter Collingbourne1-3/+1
2016-04-22Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor1-0/+3
2016-04-22Revert "Initial implementation of optimization bisect support."Vedant Kumar1-3/+0
2016-04-21Initial implementation of optimization bisect support.Andrew Kaylor1-0/+3
2015-10-13IPO: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-9/+9
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-02-04Add range adapters predecessors() and successors() for BBsReid Kleckner1-5/+5
2014-07-21Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith1-4/+5
2014-07-20[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob1-5/+4
2014-04-25[C++] Use 'nullptr'. Transforms edition.Craig Topper1-4/+4
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-03-09[C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth1-5/+4
2014-03-05[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-4/+4
2014-03-04[Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth1-1/+1
2014-01-13[PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth1-2/+2
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth1-1/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-2/+2
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-3/+3
2012-05-04Move the CodeExtractor utility to a dedicated header file / source file,Chandler Carruth1-2/+3
2011-03-30Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad1-2/+1
2011-03-30(Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad1-0/+1
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson1-1/+3
2010-10-13Be more consistent in using ValueToValueMapTy.Rafael Espindola1-1/+1
2010-10-07Now with fewer extraneous semicolons!Owen Anderson1-1/+1
2010-08-26Reapply r112091 and r111922, support for metadata linking, with aDan Gohman1-1/+2
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson1-1/+1
2010-08-06Revert r110396 to fix buildbots.Owen Anderson1-1/+1
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson1-1/+1
2010-07-22pass dereferenced iterator to dyn_castGabor Greif1-1/+1
2010-07-21Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson1-1/+2
2010-06-24Use ValueMap instead of DenseMap.Devang Patel1-5/+5
2010-04-22refactor the interface to InlineFunction so that most of the in/outChris Lattner1-4/+6
2010-02-10Fix "the the" and similar typos.Dan Gohman1-1/+1
2010-01-05Fix indentation.Dan Gohman1-1/+1
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky1-1/+0
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky1-1/+1
2009-09-08Fix PR4909, patch by Jakub Staszak.Owen Anderson1-1/+2
2009-07-22Get rid of the Pass+Context magic.Owen Anderson1-2/+0
2009-07-16Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson1-0/+2
2009-07-03Add newline at end of file.Duncan Sands1-1/+1
2009-06-15Merge PartialInliner changes.Owen Anderson1-0/+5
2009-06-14Add an early implementation of a partial inlining pass. The idea behind thisOwen Anderson1-0/+171