test commit
[oota-llvm.git] / lib / Linker /
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-23 Rafael EspindolaThe iteration order over a std::set<Module*> depends...
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-22 Dylan Noblesmithdrop unneeded config.h includes
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-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
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-09-20 Ivan Krasinlib/Linker: add support of deps which does not end...
2011-08-12 Chris Lattnerswitch to the new struct api.
2011-08-04 Devang PatelLinke NamedMDNodes after linking global values as comme...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
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-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-02 Mikhail GlushenkovGetDLLSuffix: Remove the leading dot from LTDL_SHLIB_EXT.
2010-11-02 Mikhail GlushenkovTrailing whitespace.
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-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export 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.
2010-08-15 Argyrios KyrtzidisRevert r111082. No warnings for this common pattern.
2010-08-14 Argyrios KyrtzidisAdd ATTRIBUTE_UNUSED to methods that are not supposed...
2010-07-21 Dan GohmanMake NamedMDNode not be a subclass of Value, and simpli...
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-05-27 Dan GohmanAdd basic error checking to MemoryBuffer::getSTDIN.
2010-05-27 Dan GohmanUse the return value of getMagicNumber instead of using a
2010-02-16 Duncan SandsIntroduce isOpaqueTy and use it rather than isa<OpaqueT...
2010-02-06 Victor HernandezLinker should not remap null operands of metadata
2010-01-27 Victor HernandezNeed to recurse for all operands of function-local...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-27 Chris Lattnermerge two ifs
2010-01-27 Victor HernandezLinker needs to do deep-copy of function-local metadata...
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Devang PatelRemove MetadataBase class because it is not adding...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2010-01-09 David ChisnallFixed linking of modules containing aliases to constant...
2010-01-05 David GreeneChange this back to errs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2009-12-31 Chris Lattnerrename "elements" of metadata to "operands". "Elements...
next