Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass in
[oota-llvm.git] / lib / Transforms / Utils / Linker.cpp
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