summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/PartialInlining.cpp
Commit message (Expand)AuthorAge
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Move the CodeExtractor utility to a dedicated header file / source file,Chandler Carruth2012-05-04
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-30
* (Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad2011-03-30
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Be more consistent in using ValueToValueMapTy.Rafael Espindola2010-10-13
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Reapply r112091 and r111922, support for metadata linking, with aDan Gohman2010-08-26
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* pass dereferenced iterator to dyn_castGabor Greif2010-07-22
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* Use ValueMap instead of DenseMap.Devang Patel2010-06-24
* refactor the interface to InlineFunction so that most of the in/outChris Lattner2010-04-22
* Fix "the the" and similar typos.Dan Gohman2010-02-10
* Fix indentation.Dan Gohman2010-01-05
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* Fix PR4909, patch by Jakub Staszak.Owen Anderson2009-09-08
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-16
* Add newline at end of file.Duncan Sands2009-07-03
* Merge PartialInliner changes.Owen Anderson2009-06-15
* Add an early implementation of a partial inlining pass. The idea behind thisOwen Anderson2009-06-14