summaryrefslogtreecommitdiff
path: root/lib/Linker
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth4-11/+11
2012-11-27Remove the dependent libraries feature.Bill Wendling2-38/+0
2012-08-03Move the "findUsedStructTypes" functionality outside of the Module class.Bill Wendling1-4/+5
2012-06-23Extend the IL for selecting TLS models (PR9788)Hans Wennborg1-2/+2
2012-05-09Supply a C interface to the "LinkModules" method.Bill Wendling1-0/+15
2012-04-21Add a flag to the struct type finder to collect only those types which haveBill Wendling1-2/+2
2012-03-23It's possible for two types, which are isomorphic, to be added to theBill Wendling1-6/+25
2012-03-23Ignore the last message.Bill Wendling1-1/+3
2012-03-23Revert patch. It broke the build.Bill Wendling1-3/+1
2012-03-23Dematerialize the source functions after we're done with them. This saves a bitBill Wendling1-1/+3