aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/PartialInlining.cpp
AgeCommit message (Expand)Author
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