Add debugging helper
[oota-llvm.git] / lib / Transforms / IPO / FunctionResolution.cpp
2002-11-20 Chris Lattner - Eliminated the deferred symbol table stuff in Modul...
2002-11-10 Chris LattnerFix testcase: FunctionResolve/2002-11-09-ExternFn.ll
2002-11-08 Chris LattnerFix bug: FunctionResolve/2002-11-07-RetMismatch.ll
2002-10-13 Chris LattnerAccount for global variables resolved more accurately.
2002-10-09 Chris LattnerAlmost a complete rewrite of FunctionResolution to...
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-09-10 Chris LattnerSimplify code (somtimes dramatically), by using the...
2002-08-01 Chris LattnerRemove unneccesary #inlcude
2002-07-30 Chris LattnerFix bug with last patch which would occur when a call...
2002-07-30 Chris Lattner* Make sure the resolved function call instructions...
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-23 Chris LattnerRename header
2002-07-23 Chris Lattner* Remove getPassName implementation
2002-07-18 Chris LattnerOnly functions with external linkage can be resolved...
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-24 Chris LattnerFix "unimplemented features":
2002-05-24 Chris LattnerSplit the FunctionResolution pass out of CleanGCCOutput...