Drop 'const'
[oota-llvm.git] / lib / Transforms / IPO / Inliner.h
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...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-05-23 Chris LattnerSimplify the interface and remove an unneeded #include
2004-04-20 Chris LattnerREALLY fix PR324: don't delete linkonce functions until...
2004-04-08 Chris LattnerRemove the "really gross hacks" that are there to deal...
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-21 John CriswellAdded LLVM copyright header.
2003-08-31 Chris LattnerHeavily refactor code: