aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/PartialInlining.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-5/+5
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-5/+6
* Update to LLVM 3.5a.Stephen Hines2014-04-241-13/+12
* 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
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* Be more consistent in using ValueToValueMapTy.Rafael Espindola2010-10-131-1/+1
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Reapply r112091 and r111922, support for metadata linking, with aDan Gohman2010-08-261-1/+2
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* pass dereferenced iterator to dyn_castGabor Greif2010-07-221-1/+1
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-1/+2
* Use ValueMap instead of DenseMap.Devang Patel2010-06-241-5/+5
* refactor the interface to InlineFunction so that most of the in/outChris Lattner2010-04-221-4/+6
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* Fix indentation.Dan Gohman2010-01-051-1/+1
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* Fix PR4909, patch by Jakub Staszak.Owen Anderson2009-09-081-1/+2
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-2/+0
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-161-0/+2
* Add newline at end of file.Duncan Sands2009-07-031-1/+1
* Merge PartialInliner changes.Owen Anderson2009-06-151-0/+5
* Add an early implementation of a partial inlining pass. The idea behind thisOwen Anderson2009-06-141-0/+171