summaryrefslogtreecommitdiff
path: root/lib/Linker
Commit message (Expand)AuthorAge
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [Layering] Sink Linker.h into a Linker subdirectory to make itChandler Carruth2014-03-06
* Improve LinkModules warningsJF Bastien2014-03-05
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* Compare DataLayout by Value, not by pointer.Rafael Espindola2014-02-26
* Store a DataLayout in Module.Rafael Espindola2014-02-25
* Set the SuppressWarnings option on tool level and propagate to the library.Eli Bendersky2014-02-20
* Add a -suppress-warnings option to bitcode linking.Eli Bendersky2014-02-06
* Reapply r194218 with fix:Bill Wendling2014-01-16
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-14
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Revert "Move copying of global initializers below the cloning of functions."Adrian Prantl2013-11-09
* Move copying of global initializers below the cloning of functions.Bill Wendling2013-11-07
* Add a 'deleteModule' method to the Linker class.Bill Wendling2013-10-16
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-12
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-16
* Error on linking appending globals with different unnamed_addr.Rafael Espindola2013-09-04
* Fix linking of unnamed_addr in functions.Rafael Espindola2013-09-04
* Fix linking of unnamed_addr.Rafael Espindola2013-09-04
* Extend RemapInstruction and friends to take an optional new parameter, a Valu...James Molloy2013-05-28
* Fix a performance bug in the Linker.Rafael Espindola2013-05-04
* Implement Linker::LinkModules with Linker::linkInModule.Rafael Espindola2013-05-04
* Now that Linker.cpp is almost empty, merge it into LinkModules.cpp.Rafael Espindola2013-05-04
* Last batch of cleanups to Linker.h.Rafael Espindola2013-05-04
* Don't construct or delete a module on the Linker.Rafael Espindola2013-05-04
* Don't store the context in the Linker.Rafael Espindola2013-05-04
* Remove unused members and constructor arguments.Rafael Espindola2013-05-04
* Delete dead code from the linker.Rafael Espindola2013-05-04
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-01
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-22
* Specutively revert r178130.Bill Wendling2013-03-27
* Improve performance of LinkModules when linking with modules with large numbe...James Molloy2013-03-27
* The Linker interface has some dead code after the cleanup in r172749Eli Bendersky2013-03-19
* Clean up out-of-date comments and some stray whitespaceEli Bendersky2013-03-08
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-12
* [Linker] Kill Linker::LoadObject which is dead, and drop the BitReader depend...Daniel Dunbar2013-01-18
* The IR linker still depends on the bitcode reader.Benjamin Kramer2013-01-18
* [Linker] Drop some now-dead component dependencies.Daniel Dunbar2013-01-17
* [Linker] Drop support for IR-level extended linking support (archives, etc.).Daniel Dunbar2013-01-17
* [IR] Add 'Append' and 'AppendUnique' module flag behaviors.Daniel Dunbar2013-01-16
* [Linker] Change module flag linking to be more extensible.Daniel Dunbar2013-01-16
* [Linker] Drop asserts that are embedded in cast<> and now checked by the veri...Daniel Dunbar2013-01-15
* Fix a copy/paste error in the IR Linker, casting an ArrayType instead of a Ve...Joey Gouly2013-01-10
* Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.Chandler Carruth2013-01-07
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Remove the dependent libraries feature.Bill Wendling2012-11-27
* Move the "findUsedStructTypes" functionality outside of the Module class.Bill Wendling2012-08-03
* Extend the IL for selecting TLS models (PR9788)Hans Wennborg2012-06-23