[FastISel][AArch64] Fix load/store with frame indices.
[oota-llvm.git] / lib / Linker /
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-04 Rafael EspindolaLast batch of cleanups to Linker.h.
2013-05-04 Rafael EspindolaDon't construct or delete a module on the Linker.
2013-05-04 Rafael EspindolaDon't store the context in the Linker.
2013-05-04 Rafael EspindolaRemove unused members and constructor arguments.
2013-05-04 Rafael EspindolaDelete dead code from the linker.
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-18 Daniel Dunbar[Linker] Kill Linker::LoadObject which is dead, and...
2013-01-18 Benjamin KramerThe IR linker still depends on the bitcode reader.
2013-01-17 Daniel Dunbar[Linker] Drop some now-dead component dependencies.
2013-01-17 Daniel Dunbar[Linker] Drop support for IR-level extended linking...
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
next