Add support for the new va_arg instruction
[oota-llvm.git] / lib / Transforms / IPO / FunctionResolution.cpp
2003-04-28 Chris LattnerFix several bugs:
2003-04-19 Chris LattnerImplement: FunctionResolve/2003-04-18-ForwardDeclGlobal.ll
2003-04-16 Chris LattnerChange the interface to constant expressions to allow...
2003-03-03 Chris LattnerEliminate tons of bogus warnings
2003-02-27 Chris LattnerReplace assertion with a handler.
2003-02-14 Chris LattnerFix a bug that cause a crash resolving questionable...
2003-01-30 Chris LattnerFix a bug resolving sprintf(...) to sprintf(char*,...
2003-01-30 Chris LattnerActually print the function _name_ if there is a problem
2003-01-30 Chris Lattner* Fix function resolution for varargs function to gener...
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...