summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Linker/LinkModules.cpp
Commit message (Expand)AuthorAgeFilesLines
* For PR495:Reid Spencer2005-07-071-1/+1
* Preserve CC's when linking modulesChris Lattner2005-05-091-0/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-18/+18
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-151-6/+6
* Eliminate silly warnings from the linker of the form:Chris Lattner2005-02-191-12/+0
* Allow globals to be of different const'nesses when we link.Chris Lattner2005-02-121-8/+2
* Make LinkModules a static member functionReid Spencer2004-12-131-1/+2
* Make sure to link the target-triple as well, so it ends up in the .llvm.bc fileChris Lattner2004-12-101-1/+6
* Revert this disgusting hack, John has a much nicer solutionChris Lattner2004-12-081-23/+0
* Add a disgusting hack to work around a libstdc++ issue. This code shouldChris Lattner2004-12-081-0/+23
* Fix linkage of mismatched weak globals. This unbreaks 300.twolfChris Lattner2004-12-041-0/+2
* Significantly rework linker support for global variables, allowing it toChris Lattner2004-12-031-84/+101
* Remove blank comment lines for uniformity.Reid Spencer2004-11-251-25/+2
* Don't increment a dead iteratorChris Lattner2004-11-161-3/+2
* Simplify the remapper by only needing one map, since the body of the functionsChris Lattner2004-11-161-43/+31
* Take advantage of the fact that we are allowed to clobber the input moduleChris Lattner2004-11-161-26/+8
* The second arg may be clobbered by this functionChris Lattner2004-11-161-1/+1
* Linker.h moved to include/llvm from include/llvm/Support.Reid Spencer2004-11-141-2/+1
* This file originated in lib/VMCore/Linker.cpp but now lives inReid Spencer2004-11-121-0/+956
OpenPOWER on IntegriCloud