summaryrefslogtreecommitdiff
path: root/lib/Linker
Commit message (Expand)AuthorAge
* Remove trailing whitespaceMisha Brukman2005-04-21
* fix some 80 column violationsChris Lattner2005-03-15
* consolidate LinkFiles into LinkItems, use lib_* iterators.Chris Lattner2005-03-15
* consolidate LinkLibraries into LinkItemsChris Lattner2005-03-15
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-15
* Add support for ".so" files compiled with LLVM which contain LLVM bytecode.Chris Lattner2005-02-19
* Eliminate silly warnings from the linker of the form:Chris Lattner2005-02-19
* Minor cleanup. No need to explicitly tell the compiler the template arguments.Chris Lattner2005-02-13
* Print something useful for gccld -v with an archive.Chris Lattner2005-02-13
* Allow globals to be of different const'nesses when we link.Chris Lattner2005-02-12
* Remove un-needed #includes.Reid Spencer2004-12-20
* Fix a compile error. config.h is now needed because DataTypes.h doesn'tReid Spencer2004-12-16
* * Fix header block.Reid Spencer2004-12-13
* Add missing space in a comment.Reid Spencer2004-12-13
* Fix header and function comments.Reid Spencer2004-12-13
* This file contains basic Linker facilities needed by all toolsReid Spencer2004-12-13
* Make LinkModules a static member functionReid Spencer2004-12-13
* This file contains only the Linker's library linking supportReid Spencer2004-12-13
* For PR351: \Reid Spencer2004-12-13
* This file contains only the Linker's file linking supportReid Spencer2004-12-13
* For PR351: \Reid Spencer2004-12-13
* Make sure to link the target-triple as well, so it ends up in the .llvm.bc fileChris Lattner2004-12-10
* Turn this error back into a warning, fixing the povray regressionChris Lattner2004-12-08
* Revert this disgusting hack, John has a much nicer solutionChris Lattner2004-12-08
* Add a disgusting hack to work around a libstdc++ issue. This code shouldChris Lattner2004-12-08
* Fix PR139: \Reid Spencer2004-12-05
* Fix linkage of mismatched weak globals. This unbreaks 300.twolfChris Lattner2004-12-04
* Significantly rework linker support for global variables, allowing it toChris Lattner2004-12-03
* PR466:Reid Spencer2004-12-02
* Revert version 1.39. It breaks the ordering of the library processing.Reid Spencer2004-11-30
* Shared library extension is now in LTDL_SHLIB_EXTReid Spencer2004-11-29
* Implement dependent library linking. It is no longer required that -lstdc++Reid Spencer2004-11-25
* Remove blank comment lines for uniformity.Reid Spencer2004-11-25
* Eliminate unsightly ;;Reid Spencer2004-11-19
* Reduce the amount of work in LinkInArchive by not searching the archive forReid Spencer2004-11-19
* Don't increment a dead iteratorChris Lattner2004-11-16
* Simplify the remapper by only needing one map, since the body of the functionsChris Lattner2004-11-16
* Take advantage of the fact that we are allowed to clobber the input moduleChris Lattner2004-11-16
* Per code review:\Reid Spencer2004-11-16
* The second arg may be clobbered by this functionChris Lattner2004-11-16
* use an autoptrChris Lattner2004-11-16
* Remove a forgotten debug output line.Reid Spencer2004-11-14
* Linker.h moved to include/llvm from include/llvm/Support.Reid Spencer2004-11-14
* Linker.h has a new home.Reid Spencer2004-11-14
* Don't bother with a re-linked library, ensure archive library is built.Reid Spencer2004-11-14
* *Adjust prototypes for public interface. *Rewrite LinkInArchive to use symbol...Reid Spencer2004-11-14
* Makefile for lib/LinkerReid Spencer2004-11-12
* This file originated in lib/VMCore/Linker.cpp but now lives inReid Spencer2004-11-12
* This file originated in tools/gccld/Linker.cpp but now lives inReid Spencer2004-11-12
* Output the program name (in this case, gccld) with warning about invalid filesMisha Brukman2004-11-09