summaryrefslogtreecommitdiff
path: root/lib/Linker/LinkModules.cpp
Commit message (Expand)AuthorAge
* IR: Add COMDATs to the IRDavid Majnemer2014-06-27
* Replace some assert(0)'s with llvm_unreachable.Craig Topper2014-06-18
* Allow aliases to be unnamed_addr.Rafael Espindola2014-06-06
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-03
* Use create methods since msvc doesn't handle delegating constructors.Rafael Espindola2014-05-17
* Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola2014-05-17
* Fix most of PR10367.Rafael Espindola2014-05-16
* Change the GlobalAlias constructor to look a bit more like GlobalVariable.Rafael Espindola2014-05-16
* Split GlobalValue into GlobalValue and GlobalObject.Rafael Espindola2014-05-13
* Delete trailing whitespace.Rafael Espindola2014-05-09
* LTO: Assert visibility of local linkage when merging symbolsDuncan P. N. Exon Smith2014-05-07
* Be more strict about not calling setAlignment on global aliases.Rafael Espindola2014-05-06
* [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
* 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
* [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