aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/Inliner.cpp
AgeCommit message (Expand)Author
2004-09-18Fix the inliner to always delete any edges from the external call node toChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-08-08Fix another really nasty regression that Anshu pointed out. In cases whereChris Lattner
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2004-07-18Fix a performance regression from the CPR patch, simplify codeChris Lattner
2004-07-18Fix a rather serious bug in previous checkinChris Lattner
2004-07-18bug 122:Reid Spencer
2004-06-20Fix the inliner to be deterministic, not letting its output depend on theChris Lattner
2004-05-24Fix a bug in my previous checkinChris Lattner
2004-05-23Fix cases where we missed inlining some more obvious candidates because theChris Lattner
2004-04-21Fix an incredibly nasty iterator invalidation problem. I am too spoiled by i...Chris Lattner
2004-04-21Fix typeoChris Lattner
2004-04-20REALLY fix PR324: don't delete linkonce functions until after the SCC traversalChris Lattner
2004-04-20Fix PR324 and testcase: Inline/2004-04-20-InlineLinkOnce.llxChris Lattner
2004-04-12Actually update the call graph as the inliner changes it. This allows us toChris Lattner
2004-04-12Stop printing Function*Chris Lattner
2004-04-08Remove the "really gross hacks" that are there to deal with recursive functions.Chris Lattner
2003-11-21Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-09Do NOT inline self recursive calls into other functions. This is causing theChris Lattner
2003-10-31Strip off CPR's manually, because if we don't, the inliner doesn't delete deadChris Lattner
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-08-31Heavily refactor code:Chris Lattner