Finish removing DestroySource.
[oota-llvm.git] / lib / Linker / LinkModules.cpp
2014-02-06 Eli BenderskyAdd a -suppress-warnings option to bitcode linking.
2014-01-16 Bill WendlingReapply r194218 with fix:
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-14 Nico RieckRevert "Decouple dllexport/dllimport from linkage"
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2013-11-09 Adrian PrantlRevert "Move copying of global initializers below the...
2013-11-07 Bill WendlingMove copying of global initializers below the cloning...
2013-10-16 Bill WendlingAdd a 'deleteModule' method to the Linker class.
2013-10-12 Will DietzAdd missing #include's to cctype when using isdigit...
2013-09-16 Peter CollingbourneImplement function prefix data as an IR feature.
2013-09-04 Rafael EspindolaError on linking appending globals with different unnam...
2013-09-04 Rafael EspindolaFix linking of unnamed_addr in functions.
2013-09-04 Rafael EspindolaFix linking of unnamed_addr.
2013-05-28 James MolloyExtend RemapInstruction and friends to take an optional...
2013-05-04 Rafael EspindolaFix a performance bug in the Linker.
2013-05-04 Rafael EspindolaImplement Linker::LinkModules with Linker::linkInModule.
2013-05-04 Rafael EspindolaNow that Linker.cpp is almost empty, merge it into...
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-04-22 Eric ChristopherMove C++ code out of the C headers and into either...
2013-03-27 Bill WendlingSpecutively revert r178130.
2013-03-27 James MolloyImprove performance of LinkModules when linking with...
2013-03-19 Eli BenderskyThe Linker interface has some dead code after the clean...
2013-03-08 Eli BenderskyClean up out-of-date comments and some stray whitespace
2013-02-12 Guy BenyeiAdd static cast to unsigned char whenever a character...
2013-01-16 Daniel Dunbar[IR] Add 'Append' and 'AppendUnique' module flag behaviors.
2013-01-16 Daniel Dunbar[Linker] Change module flag linking to be more extensible.
2013-01-15 Daniel Dunbar[Linker] Drop asserts that are embedded in cast<> and...
2013-01-10 Joey GoulyFix a copy/paste error in the IR Linker, casting an...
2013-01-07 Chandler CarruthMove TypeFinder.h into the IR tree, it clearly belongs...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-27 Bill WendlingRemove the dependent libraries feature.
2012-08-03 Bill WendlingMove the "findUsedStructTypes" functionality outside...
2012-06-23 Hans WennborgExtend the IL for selecting TLS models (PR9788)
2012-05-09 Bill WendlingSupply a C interface to the "LinkModules" method.
2012-04-21 Bill WendlingAdd a flag to the struct type finder to collect only...
2012-03-23 Bill WendlingIt's possible for two types, which are isomorphic,...
2012-03-23 Bill WendlingIgnore the last message.
2012-03-23 Bill WendlingRevert patch. It broke the build.
2012-03-23 Bill WendlingDematerialize the source functions after we're done...
2012-03-22 Bill WendlingSome whitespace and comment cleanup.
2012-03-22 Bill WendlingRemove unneeded #ifdefs.
2012-03-22 Bill WendlingAdd a 'dump' method to the type map. Doxygenify some...
2012-03-03 Duncan SandsInclude cctype for isdigit. Patch by Stephen Hines.
2012-02-28 Bill WendlingOops...Don't commit the other stuff..
2012-02-28 Bill WendlingModify comment to reflect the importance of this code.
2012-02-27 Bill WendlingAdd back removed code. It still causes LLVM to miscompi...
2012-02-27 Bill WendlingDon't use #if 0. Just remove until I can address this.
2012-02-27 Bill WendlingThe code that cleans up multiple, isomorphic types...
2012-02-14 Bill WendlingCapitalize messages so that they appear nicely with...
2012-02-11 Bill Wendling[WIP] Initial code for module flags.
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-25 Chris Lattneruse Constant::getAggregateElement to simplify a bunch...
2012-01-24 Chris Lattneradd more support for ConstantDataSequential
2012-01-05 Rafael EspindolaLink symbols with different visibilities according...
2011-12-23 Mon P WangWhen not destroying the source, the linker is not remap...
2011-12-20 Chris LattnerFix a nasty bug in the type remapping stuff that I...
2011-12-20 Chris LattnerNow that PR11464 is fixed, reapply the patch to fix...
2011-12-20 Chris Lattnerfix PR11464 by preventing the linker from mapping two...
2011-12-17 Chad RosierRevert 146728 as it's causing failures on some of the...
2011-12-16 Chris LattnerBy popular demand, link up types by name if they are...
2011-11-02 Tanya LattnerAdd support to the linker to lazily link in functions...
2011-10-30 Peter CollingbourneTeach ModuleLinker::getLinkageResult about materialisab...
2011-10-14 Tanya LattnerAllow the source module to be materialized during the...
2011-10-11 Tanya LattnerMake it possible to use the linker without destroying...
2011-08-12 Chris Lattnerswitch to the new struct api.
2011-08-04 Devang PatelLinke NamedMDNodes after linking global values as comme...
2011-07-18 Frits van BommelMigrate LLVM and Clang to use the new makeArrayRef...
2011-07-14 Devang PatelLink NamedMDNode before linking function bodies.
2011-07-14 Chris Lattnersimplify this logic now that GlobalAlias::isDeclaration...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-03-29 Bill WendlingSet the unnamed_addr only when we're creating a new...
2011-03-29 Bill WendlingRevert r128501. It caused test failures.
2011-03-29 Bill WendlingWe need to copy over the unnamed_addr attribute.
2011-02-01 Rafael EspindolaCorrectly merge available_externally and regular defini...
2011-01-15 Rafael EspindolaAllow unnamed_addr on declarations.
2011-01-13 Rafael EspindolaKeep unnamed_addr when linking.
2011-01-08 Chris LattnerRevamp the ValueMapper interfaces in a couple ways:
2010-12-30 Chris Lattnerinclude the module identifier when emitting this warnin...
2010-12-30 Chris Lattnerprint the right string, thanks for Frits for noticing.
2010-12-29 Chris Lattnerimprove warning message to at least say what the triple...
2010-12-18 Michael J. SpencerFix whitespace.
2010-12-18 Michael J. SpencerSupport/PathV1: Deprecate get{Basename,Dirname,Suffix}.
2010-12-18 Owen AndersonRevert r122143 through r122140, which collectively...
2010-12-18 Michael J. SpencerFix whitespace.
2010-12-18 Michael J. SpencerSupport/PathV1: Deprecate get{Basename,Dirname,Suffix}.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-10-19 Rafael EspindolaFix PR8300 by remembering to keep the bitcast in all...
2010-10-06 Bill WendlingRevert "RequiresUnique" patch. This should be handled...
2010-10-06 Bill WendlingChange RequiresMerge to RequiresUnique. It's a better...
2010-10-06 Bill WendlingIf the destination module all ready has a copy of the...
2010-09-01 Chris Lattnerdead code patrol
2010-08-26 Dan GohmanReapply r112091 and r111922, support for metadata linki...
2010-08-26 Daniel DunbarRevert r112091, "Remap metadata attached to instruction...
2010-08-25 Dan GohmanRemap metadata attached to instructions when remapping...
2010-08-24 Bill Wendling- Add the LinkerPrivateWeakDefAutoLinkage to the Ada...
2010-08-24 Dan GohmanLink NamedMDNodes after linking GlobalValues, so that...
2010-08-24 Dan GohmanWhen linking NamedMDNodes, remap their operands.
2010-08-24 Dan GohmanUse MapValue in the Linker instead of having a private...
2010-08-24 Dan GohmanDon't cast away qualifiers with C-style casts.
next