Eliminate the PromoteInstance class, incorporating it into the PromotePass
[oota-llvm.git] / lib / Transforms / Utils / Linker.cpp
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-07 Chris LattnerEliminate explicit use of Writer library, using debug...
2002-03-29 Chris Lattners/Method/Function
2002-03-26 Chris LattnerChange references from Method to Function
2002-03-15 Chris LattnerCleanup error message output a bit
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-26 Chris LattnerImplement support for internal methods
2001-11-07 Chris LattnerAdd #includes to enable buiding in Release mode
2001-11-03 Chris LattnerDon't forget to link type names together too. Fix...
2001-11-03 Chris LattnerAdd extra code for debugging linker problems
2001-10-29 Chris LattnerPull method symbols over when linking. Otherwise the...
2001-10-28 Chris LattnerRemove non linking related stuff
2001-10-28 Vikram S. AdveAdded name-mangling routines for future use.
2001-10-23 Chris LattnerFix problem linking in a method prototype when a method...
2001-10-15 Chris LattnerRename ConstPoolPointerReference to ConstPoolPointerRef...
2001-10-15 Chris LattnerImplement linking of global variable constant references
2001-10-14 Chris LattnerImplement linker. It's 95% working now.
2001-10-13 Chris LattnerStart of a linker