What should be the last unnecessary <iostream>s in the library.
[oota-llvm.git] / lib / Transforms / IPO / FunctionResolution.cpp
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-12-07 Bill WendlingRemoving even more <iostream> includes.
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-01-22 Chris LattnerMake iostream #inclusion explicit
2005-12-13 Reid SpencerImprove ResolveFunctions to:
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-02-01 Chris LattnerAdjust to changes in APIs
2004-09-30 Chris LattnerDisable the 'WARNING: Found global types that are not...
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-20 Chris LattnerIf we are linking two global variables and they have...
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-18 Reid Spencerbug 122:
2004-06-18 Chris LattnerDo not function resolve intrinsics. This prevents...
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-02-09 Chris LattnerStart using the new and improve interface to FunctionTy...
2003-11-20 Chris Lattner* Finegrainify namespacification
2003-11-20 Chris LattnerWhen spewing out warnings during function resolution...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-22 Chris LattnerThis important patch fixes two warnings in the linker...
2003-10-22 Chris LattnerUpdate the 'used' flag correctly
2003-10-22 Chris LattnerLoop over the module, not the symbol table. This makes...
2003-10-22 Chris LattnerImplement FunctionResolve/2003-10-21-GlobalResolveHack.ll
2003-10-21 Chris LattnerFix bug: FunctionResolve/2003-10-21-GlobalTypeDifference.ll
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-08-23 Chris LattnerFix bug: FunctionResolve/2003-08-23-ArgumentWarning.ll
2003-08-20 Chris LattnerUnless we CANNOT merge the arguments, do so
2003-08-13 Chris LattnerFix FIXME by removing FIXME
2003-07-23 Chris LattnerFix bug: FunctionResolve/2003-07-23-CPR-Reference.ll
2003-06-19 Chris LattnerRemove a bunch of complicated code. The functionality...
2003-05-31 Chris LattnerFix bug: FunctionResolve/2003-05-31-AllInternalDecls.ll
2003-05-31 Chris LattnerFix bug: FuncResolve/2003-05-31-InternalDecl.ll
2003-05-31 Chris LattnerSimplify funcresolve a bit more
2003-05-31 Chris LattnerFix bug: FunctionResolve/2003-05-31-FuncPointerResolve.ll
2003-05-21 Chris LattnerFix bug: FunctionResolve/2003-05-21-MissingArguments.ll
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...