Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Transforms / IPO / Inliner.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-10-03 Dan GohmanUse empty() member functions when that's what's being...
2007-06-19 Tanya LattnerInliner pass header file was moved.
2007-05-06 Chris LattnerFix PR1395, by passing the ID correctly
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-01-30 Chris Lattnerthe inliner pass now passes targetdata down through...
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2006-12-19 Chris LattnerEliminate static ctors due to Statistic objects
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-11-26 Bill WendlingReplace #include <iostream> with llvm_* streams.
2006-11-09 Chris Lattnersecond patch to fix PR992/993.
2006-11-09 Chris LattnerMinimal patch to fix PR992/PR993
2006-11-02 Reid SpencerFor PR786:
2006-07-12 Chris LattnerChange the callgraph representation to store the callsi...
2006-05-12 Chris LattnerRemove some dead variables.
2006-01-22 Chris LattnerMake iostream #inclusion explicit
2006-01-14 Chris LattnerLet the inliner update the callgraph to reflect the...
2006-01-13 Chris LattnerFix 80 column violations
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-18 Chris LattnerFix the inliner to always delete any edges from the...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-08 Chris LattnerFix another really nasty regression that Anshu pointed...
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-18 Chris LattnerFix a performance regression from the CPR patch, simpli...
2004-07-18 Chris LattnerFix a rather serious bug in previous checkin
2004-07-18 Reid Spencerbug 122:
2004-06-20 Chris LattnerFix the inliner to be deterministic, not letting its...
2004-05-24 Chris LattnerFix a bug in my previous checkin
2004-05-23 Chris LattnerFix cases where we missed inlining some more obvious...
2004-04-21 Chris LattnerFix an incredibly nasty iterator invalidation problem...
2004-04-21 Chris LattnerFix typeo
2004-04-20 Chris LattnerREALLY fix PR324: don't delete linkonce functions until...
2004-04-20 Chris LattnerFix PR324 and testcase: Inline/2004-04-20-InlineLinkOnc...
2004-04-12 Chris LattnerActually update the call graph as the inliner changes...
2004-04-12 Chris LattnerStop printing Function*
2004-04-08 Chris LattnerRemove the "really gross hacks" that are there to deal...
2003-11-21 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-09 Chris LattnerDo NOT inline self recursive calls into other functions...
2003-10-31 Chris LattnerStrip off CPR's manually, because if we don't, the...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-08-31 Chris LattnerHeavily refactor code: