Adding dllimport, dllexport and external weak linkage types.
[oota-llvm.git] / lib / Linker / LinkModules.cpp
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-07-14 Chris Lattnereliminate some ugly code, using ConstantExpr::getWithOp...
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
2005-12-06 Chris LattnerFix test/Regression/Linker/2005-12-06-AppendingZeroLeng...
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 LattnerThis mega patch converts us from using Function::a...
2005-02-19 Chris LattnerEliminate silly warnings from the linker of the form:
2005-02-12 Chris LattnerAllow globals to be of different const'nesses when...
2004-12-13 Reid SpencerMake LinkModules a static member function
2004-12-10 Chris LattnerMake sure to link the target-triple as well, so it...
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-04 Chris LattnerFix linkage of mismatched weak globals. This unbreaks...
2004-12-03 Chris LattnerSignificantly rework linker support for global variable...
2004-11-25 Reid SpencerRemove blank comment lines for uniformity.
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 Chris LattnerThe second arg may be clobbered by this function
2004-11-14 Reid SpencerLinker.h moved to include/llvm from include/llvm/Support.
2004-11-12 Reid SpencerThis file originated in lib/VMCore/Linker.cpp but now...
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-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-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-05-25 Reid SpencerConvert to SymbolTable's new lookup and iteration inter...
2004-03-31 Chris LattnerFix linking of constant expr casts due to type resoluti...
2004-02-17 Chris LattnerFix PR245: Linking weak and strong global variables...
2004-02-15 Chris LattnerAdjustments to support the new ConstantAggregateZero...
2004-01-12 Chris LattnerRemove use of ConstantExpr::getShift
2004-01-09 Chris LattnerFinegrainify namespacification
2003-11-20 Chris LattnerSpew symbolic types!
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-05 Chris LattnerFurther fixes for PR93
2003-11-04 John CriswellChecking in Chris's suggestions:
2003-10-27 Chris LattnerFix test: Linker/2003-10-27-LinkOncePromote.ll
2003-10-21 Chris LattnerFix bug: Linker/2003-10-21-ConflictingTypesTolerance.ll
2003-10-21 Chris LattnerFix message to make more sense and confuse Chris less
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-16 Chris LattnerAdd support for 'weak' linkage.
2003-10-10 Misha BrukmanFix spelling.
2003-08-28 Chris LattnerFix bug where we considered function types equivalent...
2003-08-24 Chris LattnerFix bug: Linker/2003-08-23-GlobalVarLinking.ll
2003-08-24 Chris LattnerImplement: Linker/2003-08-24-InheritPtrSize.ll
2003-08-23 Chris LattnerDo not consider any types that exist in the global...
2003-08-23 Chris LattnerFix bug: Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll
2003-08-23 Chris LattnerImplement Linker/2003-08-23-GlobalVarLinking.ll, which...
2003-08-22 Chris LattnerFix typeo
2003-08-22 Chris LattnerThe process of linking types can cause their addresses...
2003-08-22 Chris LattnerImplement Linker/2003-08-20-OpaqueTypeResolve.ll
2003-05-15 Chris LattnerFix Bug: Linker/2003-05-15-TypeProblem.ll
2003-05-14 Chris LattnerFix major problem with appending linkage changes
2003-05-13 Chris LattnerImplement linkage of appending global variables!
2003-04-23 Chris LattnerFix Bug: Linker/2003-04-23-LinkOnceLost.ll
2003-04-22 Chris LattnerAdd warning when linking modules with disagreeing targe...
2003-04-21 Chris LattnerFix bug: 2003-01-30-LinkerRename.ll
2003-04-21 Chris LattnerFix linking a function with qualifiers to a external...
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2003-01-30 Chris Lattner* Fix linking of opaque types and their non-opaque...
2003-01-30 Chris LattnerEliminate using decls
2002-12-03 Chris LattnerFix big bug introduced with symbol table changes
2002-11-20 Chris Lattner - Eliminated the deferred symbol table stuff in Modul...
2002-10-13 Chris Lattner - Change Function's so that their argument list is...
2002-09-23 Chris LattnerInsert resolved constants into the global map so they...
2002-08-20 Chris Lattnerfixed bug: test/Regression/Linker/2002-08-20-ConstantEx...
2002-08-14 Chris LattnerRemove support for Not ConstantExpr. This simplifies...
2002-07-30 Chris LattnerCleanup ConstantExpr handling:
2002-07-30 Chris LattnerRemove FIXME's that aren't really needed after all.
2002-07-24 Chris Lattner*** empty log message ***
2002-07-18 Chris Lattner* Rewrite loop to be slightly more efficient (arguably)
2002-07-18 Chris LattnerImplement linking of ConstExprs
2002-06-25 Chris Lattner*** empty log message ***
2002-05-07 Chris LattnerUpdates to move some header files out of include/llvm...
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
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
next