summaryrefslogtreecommitdiff
path: root/lib/Linker
AgeCommit message (Expand)AuthorFilesLines
2014-05-13Split GlobalValue into GlobalValue and GlobalObject.Rafael Espindola1-5/+5
2014-05-09Delete trailing whitespace.Rafael Espindola1-98/+98
2014-05-07LTO: Assert visibility of local linkage when merging symbolsDuncan P. N. Exon Smith1-0/+2
2014-05-06Be more strict about not calling setAlignment on global aliases.Rafael Espindola1-3/+9
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-12/+12
2014-03-06[Layering] Sink Linker.h into a Linker subdirectory to make itChandler Carruth1-1/+1
2014-03-05Improve LinkModules warningsJF Bastien1-5/+9
2014-03-05[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-2/+2
2014-02-26Compare DataLayout by Value, not by pointer.Rafael Espindola1-1/+1
2014-02-25Store a DataLayout in Module.Rafael Espindola1-2/+2
2014-02-20Set the SuppressWarnings option on tool level and propagate to the library.Eli Bendersky1-12/+13
2014-02-06Add a -suppress-warnings option to bitcode linking.Eli Bendersky1-9/+22
2014-01-16Reapply r194218 with fix:Bill Wendling1-4/+4
2014-01-14Decouple dllexport/dllimport from linkageNico Rieck1-7/+5
2014-01-14Revert "Decouple dllexport/dllimport from linkage"Nico Rieck1-5/+7
2014-01-14Decouple dllexport/dllimport from linkageNico Rieck1-7/+5
2013-11-09Revert "Move copying of global initializers below the cloning of functions."Adrian Prantl1-4/+4
2013-11-07Move copying of global initializers below the cloning of functions.Bill Wendling1-4/+4
2013-10-16Add a 'deleteModule' method to the Linker class.Bill Wendling1-0/+5
2013-10-12Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz1-0/+1
2013-09-16Implement function prefix data as an IR feature.Peter Collingbourne1-1/+16
2013-09-04Error on linking appending globals with different unnamed_addr.Rafael Espindola1-1/+5
2013-09-04Fix linking of unnamed_addr in functions.Rafael Espindola1-1/+5
2013-09-04Fix linking of unnamed_addr.Rafael Espindola1-2/+6
2013-05-28Extend RemapInstruction and friends to take an optional new parameter, a Valu...James Molloy1-50/+77
2013-05-04Fix a performance bug in the Linker.Rafael Espindola1-11/+22
2013-05-04Implement Linker::LinkModules with Linker::linkInModule.Rafael Espindola1-8/+9
2013-05-04Now that Linker.cpp is almost empty, merge it into LinkModules.cpp.Rafael Espindola3-37/+9
2013-05-04Last batch of cleanups to Linker.h.Rafael Espindola1-0/+4
2013-05-04Don't construct or delete a module on the Linker.Rafael Espindola1-5/+0
2013-05-04Don't store the context in the Linker.Rafael Espindola1-2/+0
2013-05-04Remove unused members and constructor arguments.Rafael Espindola1-11/+5
2013-05-04Delete dead code from the linker.Rafael Espindola1-31/+0
2013-05-01This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo1-1/+0
2013-04-22Move C++ code out of the C headers and into either C++ headersEric Christopher1-0/+1
2013-03-27Specutively revert r178130.Bill Wendling1-44/+29
2013-03-27Improve performance of LinkModules when linking with modules with large numbe...James Molloy1-29/+44
2013-03-19The Linker interface has some dead code after the cleanup in r172749Eli Bendersky2-22/+1
2013-03-08Clean up out-of-date comments and some stray whitespaceEli Bendersky1-1/+1
2013-02-12Add static cast to unsigned char whenever a character classification function...Guy Benyei1-1/+2
2013-01-18[Linker] Kill Linker::LoadObject which is dead, and drop the BitReader depend...Daniel Dunbar2-24/+1
2013-01-18The IR linker still depends on the bitcode reader.Benjamin Kramer1-1/+1
2013-01-17[Linker] Drop some now-dead component dependencies.Daniel Dunbar1-1/+1
2013-01-17[Linker] Drop support for IR-level extended linking support (archives, etc.).Daniel Dunbar4-482/+0
2013-01-16[IR] Add 'Append' and 'AppendUnique' module flag behaviors.Daniel Dunbar1-0/+28
2013-01-16[Linker] Change module flag linking to be more extensible.Daniel Dunbar1-133/+97
2013-01-15[Linker] Drop asserts that are embedded in cast<> and now checked by the veri...Daniel Dunbar1-11/+0
2013-01-10Fix a copy/paste error in the IR Linker, casting an ArrayType instead of a Ve...Joey Gouly1-1/+1
2013-01-07Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.Chandler Carruth1-1/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth4-7/+7