Use a range loop. NFC.
[oota-llvm.git] / lib / Linker / LinkModules.cpp
2014-11-25 Rafael EspindolaUse a range loop. NFC.
2014-11-25 Rafael EspindolaStyle fix: don't indent inside a namemespace.
2014-11-25 Rafael EspindolaRemove a nested anonymous namespace.
2014-11-25 Rafael EspindolaFix overly aggressive type merging.
2014-11-25 Rafael EspindolaLink the type of aliases.
2014-11-25 Rafael EspindolaDon't repeat name in comment or duplicate comment....
2014-11-25 Rafael EspindolaUse range loops. NFC.
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-11-19 David BlaikieRemove StringMap::GetOrCreateValue in favor of StringMa...
2014-11-17 Rafael EspindolaFactor common code it Linker::init.
2014-11-11 Duncan P. N. Exon... Revert "IR: MDNode => Value"
2014-11-05 Duncan P. N. Exon... IR: MDNode => Value: NamedMDNode::getOperator()
2014-11-02 Rafael EspindolaRevert r221096 bringing back r221014 with a fix.
2014-11-02 Chandler CarruthRevert r221014: "Refactor duplicated code in liking...
2014-11-01 Rafael EspindolaRemove redundant calls to isMaterializable.
2014-10-31 Rafael EspindolaRefactor duplicated code in liking GlobalValues.
2014-10-31 Rafael EspindolaMark a few variables const. NFC.
2014-10-31 Rafael EspindolaMove definition closer to use. NFC.
2014-10-30 Rafael EspindolaFix the merging of the constantness of declarations.
2014-10-28 Rafael EspindolaRemove the PreserveSource linker mode.
2014-10-27 Rafael EspindolaMake it easier to pass a custom diagnostic handler...
2014-10-27 Rafael EspindolaLinkModules.cpp: don't repeat names in comments.
2014-10-25 Rafael EspindolaAllow the C API users to keep relying on the OutMessage...
2014-10-25 Rafael EspindolaUpdate the error handling of lib/Linker.
2014-10-24 Rafael EspindolaModernize the error handling of the Materialize function.
2014-10-24 Rafael EspindolaDon't ever call materializeAllPermanently during LTO.
2014-09-09 Rafael EspindolaMerge alignment of common GlobalValue.
2014-09-09 Rafael EspindolaWhen merging two common GlobalValues, keep the largest.
2014-09-09 Rafael EspindolaMove some logic to ModuleLinker::shouldLinkFromSource...
2014-09-09 Rafael EspindolaFix a use of an undefined value (the linkage).
2014-09-09 Rafael EspindolaPrefer common over weak linkage when linking.
2014-09-09 Rafael EspindolaSimplify ModuleLinker::getLinkageResult. NFC.
2014-09-05 Rafael EspindolaFix pr20078.
2014-08-15 Rafael EspindolaSet comdats when lazily linking functions.
2014-08-12 Duncan P. N. Exon... Don't upgrade global constructors when reading bitcode
2014-08-12 Justin BognerIR: Print a newline when dumping Types
2014-08-11 Rafael EspindolaFix use of uninitialized variable.
2014-08-11 Rafael EspindolaUse an early return. NFC.
2014-06-27 David MajnemerInclude <tuple> to make buildbots happy
2014-06-27 David MajnemerIR: Add COMDATs to the IR
2014-06-18 Craig TopperReplace some assert(0)'s with llvm_unreachable.
2014-06-06 Rafael EspindolaAllow aliases to be unnamed_addr.
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-05-17 Rafael EspindolaUse create methods since msvc doesn't handle delegating...
2014-05-17 Rafael EspindolaReduce abuse of default values in the GlobalAlias const...
2014-05-16 Rafael EspindolaFix most of PR10367.
2014-05-16 Rafael EspindolaChange the GlobalAlias constructor to look a bit more...
2014-05-13 Rafael EspindolaSplit GlobalValue into GlobalValue and GlobalObject.
2014-05-09 Rafael EspindolaDelete trailing whitespace.
2014-05-07 Duncan P. N. Exon... LTO: Assert visibility of local linkage when merging...
2014-05-06 Rafael EspindolaBe more strict about not calling setAlignment on global...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-06 Chandler Carruth[Layering] Sink Linker.h into a Linker subdirectory...
2014-03-05 JF BastienImprove LinkModules warnings
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-02-26 Rafael EspindolaCompare DataLayout by Value, not by pointer.
2014-02-25 Rafael EspindolaStore a DataLayout in Module.
2014-02-20 Eli BenderskySet the SuppressWarnings option on tool level and propa...
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.
next