aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/PartialInlining.cpp
AgeCommit message (Expand)Author
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky
2009-09-08Fix PR4909, patch by Jakub Staszak.Owen Anderson
2009-07-22Get rid of the Pass+Context magic.Owen Anderson
2009-07-16Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson
2009-07-03Add newline at end of file.Duncan Sands
2009-06-15Merge PartialInliner changes.Owen Anderson
2009-06-14Add an early implementation of a partial inlining pass. The idea behind thisOwen Anderson