Add support for function types.
[oota-llvm.git] / lib / Linker /
2006-06-16 Chris LattnerFix Regression/Linker/2006-06-15-GlobalVarAnment.ll
2006-06-01 Chris LattnerFix linking of inline asm objects.
2006-04-08 Chris LattnerAdd shufflevector support
2006-04-07 Evan ChengAdd code to RemapOperand() to handle Instruction::Extra...
2006-01-24 Chris LattnerRename method
2006-01-23 Chris LattnerAdd support for linking inline asm
2006-01-19 Chris Lattneradd support for ConstantPacked to the linker
2006-01-17 John CriswellFixed style of curly brace. No functionality changes.
2006-01-10 Reid SpencerFor PR521:
2006-01-10 Reid SpencerBe a little more explanatory in a comment.
2005-12-13 Reid SpencerAdjust the constructor to the Linker class to take...
2005-12-06 Chris LattnerFix test/Regression/Linker/2005-12-06-AppendingZeroLeng...
2005-10-24 Chris LattnerDONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIV...
2005-07-07 Reid SpencerFor PR495:
2005-07-07 Reid SpencerFor PR495:
2005-05-09 Chris LattnerPreserve CC's when linking modules
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris Lattnerfix some 80 column violations
2005-03-15 Chris Lattnerconsolidate LinkFiles into LinkItems, use lib_* iterators.
2005-03-15 Chris Lattnerconsolidate LinkLibraries into LinkItems
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-02-19 Chris LattnerAdd support for ".so" files compiled with LLVM which...
2005-02-19 Chris LattnerEliminate silly warnings from the linker of the form:
2005-02-13 Chris LattnerMinor cleanup. No need to explicitly tell the compiler...
2005-02-13 Chris LattnerPrint something useful for gccld -v with an archive.
2005-02-12 Chris LattnerAllow globals to be of different const'nesses when...
2004-12-20 Reid SpencerRemove un-needed #includes.
2004-12-16 Reid SpencerFix a compile error. config.h is now needed because...
2004-12-13 Reid Spencer* Fix header block.
2004-12-13 Reid SpencerAdd missing space in a comment.
2004-12-13 Reid SpencerFix header and function comments.
2004-12-13 Reid SpencerThis file contains basic Linker facilities needed by...
2004-12-13 Reid SpencerMake LinkModules a static member function
2004-12-13 Reid SpencerThis file contains only the Linker's library linking...
2004-12-13 Reid SpencerFor PR351: \
2004-12-13 Reid SpencerThis file contains only the Linker's file linking support
2004-12-13 Reid SpencerFor PR351: \
2004-12-10 Chris LattnerMake sure to link the target-triple as well, so it...
2004-12-08 Chris LattnerTurn this error back into a warning, fixing the povray...
2004-12-08 Chris LattnerRevert this disgusting hack, John has a much nicer...
2004-12-08 Chris LattnerAdd a disgusting hack to work around a libstdc++ issue...
2004-12-05 Reid SpencerFix PR139: \
2004-12-04 Chris LattnerFix linkage of mismatched weak globals. This unbreaks...
2004-12-03 Chris LattnerSignificantly rework linker support for global variable...
2004-12-02 Reid SpencerPR466:
2004-11-30 Reid SpencerRevert version 1.39. It breaks the ordering of the...
2004-11-29 Reid SpencerShared library extension is now in LTDL_SHLIB_EXT
2004-11-25 Reid SpencerImplement dependent library linking. It is no longer...
2004-11-25 Reid SpencerRemove blank comment lines for uniformity.
2004-11-19 Reid SpencerEliminate unsightly ;;
2004-11-19 Reid SpencerReduce the amount of work in LinkInArchive by not searc...
2004-11-16 Chris LattnerDon't increment a dead iterator
2004-11-16 Chris LattnerSimplify the remapper by only needing one map, since...
2004-11-16 Chris LattnerTake advantage of the fact that we are allowed to clobb...
2004-11-16 Reid SpencerPer code review:\
2004-11-16 Chris LattnerThe second arg may be clobbered by this function
2004-11-16 Chris Lattneruse an autoptr
2004-11-14 Reid SpencerRemove a forgotten debug output line.
2004-11-14 Reid SpencerLinker.h moved to include/llvm from include/llvm/Support.
2004-11-14 Reid SpencerLinker.h has a new home.
2004-11-14 Reid SpencerDon't bother with a re-linked library, ensure archive...
2004-11-14 Reid Spencer*Adjust prototypes for public interface. *Rewrite LinkI...
2004-11-12 Reid SpencerMakefile for lib/Linker
2004-11-12 Reid SpencerThis file originated in lib/VMCore/Linker.cpp but now...
2004-11-12 Reid SpencerThis file originated in tools/gccld/Linker.cpp but...
2004-11-09 Misha BrukmanOutput the program name (in this case, gccld) with...
2004-11-08 Misha BrukmanDon't silently ignore invalid files: tell the user!
2004-11-05 Reid SpencerStop propagating method names that violate the coding...
2004-10-16 Chris LattnerAdd support for undef and unreachable
2004-10-05 Chris LattnerMake sure the const bit gets inherited correctly when...
2004-09-11 Reid SpencerImplement support for dependent libraries. The "source...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-21 Chris LattnerFix a nasty bug that Nate ran into. In particular...
2004-08-04 Chris LattnerFix another minor problem that exists if you ahve multi...
2004-08-04 Chris LattnerFix a typeo
2004-08-04 Chris LattnerFix a major regression in my previous checkin
2004-08-04 Alkis EvlogimenosStop using getValues().
2004-08-04 Chris LattnerFindGlobalNamed used to take 2.92s out of 8.39s running...
2004-08-04 Chris LattnerI swear I compiled this, really I did.
2004-08-04 Chris LattnerFactor some code out, no substantial change.
2004-08-04 Chris LattnerConcisify some code
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-17 Reid Spencerbug 122:
2004-07-04 Reid Spencer- #include <iostream> since its not in Value.h any...
2004-06-23 Misha BrukmanLinker.h moved to include/llvm/Support
2004-06-23 Misha BrukmanLinker.h moved to include/llvm/Support
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-06-02 Chris LattnerMove some functions out of gccld.cpp to GenerateCode...
2004-05-27 Chris LattnerHeader file moved
2004-05-25 Reid SpencerConvert to SymbolTable's new lookup and iteration inter...
2004-04-15 Misha BrukmanDon't use invalid HTML in a doxygen comment.
2004-03-31 Chris LattnerFix linking of constant expr casts due to type resoluti...
2004-02-23 Alkis EvlogimenosInclude Config/config.h for SHLIBEXT.
2004-02-17 Chris LattnerFix PR245: Linking weak and strong global variables...
2004-02-15 Chris LattnerAdjustments to support the new ConstantAggregateZero...
2004-01-26 John CriswellFixes for PR214. Use the SHLIBEXT variable instead...
2004-01-12 Chris LattnerRemove use of ConstantExpr::getShift
2004-01-09 Chris LattnerFinegrainify namespacification
2003-12-23 John CriswellModified the logic so that library objects with main...
2003-12-23 John CriswellModified the linker so that it always links in an objec...
next