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