aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/PartialInlining.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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