aboutsummaryrefslogtreecommitdiff
path: root/lib/Linker
AgeCommit message (Expand)Author
2013-07-16Make it compileEli Bendersky
2013-07-15Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'Eli Bendersky
2013-05-04Fix a performance bug in the Linker.Rafael Espindola
2013-05-04Implement Linker::LinkModules with Linker::linkInModule.Rafael Espindola
2013-05-04Now that Linker.cpp is almost empty, merge it into LinkModules.cpp.Rafael Espindola
2013-05-04Last batch of cleanups to Linker.h.Rafael Espindola
2013-05-04Don't construct or delete a module on the Linker.Rafael Espindola
2013-05-04Don't store the context in the Linker.Rafael Espindola
2013-05-04Remove unused members and constructor arguments.Rafael Espindola
2013-05-04Delete dead code from the linker.Rafael Espindola
2013-05-01This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo
2013-04-26Remove a localmod that was a variation of a fix for debug metadata.Jan Voung
2013-04-22Move C++ code out of the C headers and into either C++ headersEric Christopher
2013-03-27Specutively revert r178130.Bill Wendling
2013-03-27Improve performance of LinkModules when linking with modules with large numbe...James Molloy
2013-03-20Apply after-merge fixes to return to working state.Eli Bendersky
2013-03-19The Linker interface has some dead code after the cleanup in r172749Eli Bendersky
2013-03-11Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'Eli Bendersky
2013-03-08Clean up out-of-date comments and some stray whitespaceEli Bendersky
2013-02-12Add static cast to unsigned char whenever a character classification function...Guy Benyei
2013-01-31Cherry-pick r174067Derek Schuff
2013-01-30Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'Derek Schuff
2013-01-18[Linker] Kill Linker::LoadObject which is dead, and drop the BitReader depend...Daniel Dunbar
2013-01-18The IR linker still depends on the bitcode reader.Benjamin Kramer
2013-01-17[Linker] Drop some now-dead component dependencies.Daniel Dunbar
2013-01-17[Linker] Drop support for IR-level extended linking support (archives, etc.).Daniel Dunbar
2013-01-16[IR] Add 'Append' and 'AppendUnique' module flag behaviors.Daniel Dunbar
2013-01-16[Linker] Change module flag linking to be more extensible.Daniel Dunbar
2013-01-15[Linker] Drop asserts that are embedded in cast<> and now checked by the veri...Daniel Dunbar
2013-01-11Replace DepLibs bitcode record with metadataDerek Schuff
2013-01-11Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'Derek Schuff
2013-01-10Fix a copy/paste error in the IR Linker, casting an ArrayType instead of a Ve...Joey Gouly
2013-01-07Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.Chandler Carruth
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-27Remove the dependent libraries feature.Bill Wendling
2012-08-21Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffceDerek Schuff
2012-08-17Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'Derek Schuff
2012-08-03Move the "findUsedStructTypes" functionality outside of the Module class.Bill Wendling
2012-07-09LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)Derek Schuff
2012-06-23Extend the IL for selecting TLS models (PR9788)Hans Wennborg
2012-05-09Supply a C interface to the "LinkModules" method.Bill Wendling
2012-04-21Add a flag to the struct type finder to collect only those types which haveBill Wendling
2012-03-23It's possible for two types, which are isomorphic, to be added to theBill Wendling
2012-03-23Ignore the last message.Bill Wendling
2012-03-23Revert patch. It broke the build.Bill Wendling
2012-03-23Dematerialize the source functions after we're done with them. This saves a bitBill Wendling
2012-03-22Some whitespace and comment cleanup.Bill Wendling
2012-03-22Remove unneeded #ifdefs.Bill Wendling
2012-03-22Add a 'dump' method to the type map. Doxygenify some of the comments and add aBill Wendling