aboutsummaryrefslogtreecommitdiff
path: root/lib/Linker
AgeCommit message (Expand)Author
2004-12-20Remove un-needed #includes.Reid Spencer
2004-12-16Fix a compile error. config.h is now needed because DataTypes.h doesn'tReid Spencer
2004-12-13* Fix header block.Reid Spencer
2004-12-13Add missing space in a comment.Reid Spencer
2004-12-13Fix header and function comments.Reid Spencer
2004-12-13This file contains basic Linker facilities needed by all toolsReid Spencer
2004-12-13Make LinkModules a static member functionReid Spencer
2004-12-13This file contains only the Linker's library linking supportReid Spencer
2004-12-13For PR351: \Reid Spencer
2004-12-13This file contains only the Linker's file linking supportReid Spencer
2004-12-13For PR351: \Reid Spencer
2004-12-10Make sure to link the target-triple as well, so it ends up in the .llvm.bc fileChris Lattner
2004-12-08Turn this error back into a warning, fixing the povray regressionChris Lattner
2004-12-08Revert this disgusting hack, John has a much nicer solutionChris Lattner
2004-12-08Add a disgusting hack to work around a libstdc++ issue. This code shouldChris Lattner
2004-12-05Fix PR139: \Reid Spencer
2004-12-04Fix linkage of mismatched weak globals. This unbreaks 300.twolfChris Lattner
2004-12-03Significantly rework linker support for global variables, allowing it toChris Lattner
2004-12-02PR466:Reid Spencer
2004-11-30Revert version 1.39. It breaks the ordering of the library processing.Reid Spencer
2004-11-29Shared library extension is now in LTDL_SHLIB_EXTReid Spencer
2004-11-25Implement dependent library linking. It is no longer required that -lstdc++Reid Spencer
2004-11-25Remove blank comment lines for uniformity.Reid Spencer
2004-11-19Eliminate unsightly ;;Reid Spencer
2004-11-19Reduce the amount of work in LinkInArchive by not searching the archive forReid Spencer
2004-11-16Don't increment a dead iteratorChris Lattner
2004-11-16Simplify the remapper by only needing one map, since the body of the functionsChris Lattner
2004-11-16Take advantage of the fact that we are allowed to clobber the input moduleChris Lattner
2004-11-16Per code review:\Reid Spencer
2004-11-16The second arg may be clobbered by this functionChris Lattner
2004-11-16use an autoptrChris Lattner
2004-11-14Remove a forgotten debug output line.Reid Spencer
2004-11-14Linker.h moved to include/llvm from include/llvm/Support.Reid Spencer
2004-11-14Linker.h has a new home.Reid Spencer
2004-11-14Don't bother with a re-linked library, ensure archive library is built.Reid Spencer
2004-11-14*Adjust prototypes for public interface. *Rewrite LinkInArchive to use symbol...Reid Spencer
2004-11-12Makefile for lib/LinkerReid Spencer
2004-11-12This file originated in lib/VMCore/Linker.cpp but now lives inReid Spencer
2004-11-12This file originated in tools/gccld/Linker.cpp but now lives inReid Spencer
2004-11-09Output the program name (in this case, gccld) with warning about invalid filesMisha Brukman
2004-11-08Don't silently ignore invalid files: tell the user!Misha Brukman
2004-11-05Stop propagating method names that violate the coding standardReid Spencer
2004-10-16Add support for undef and unreachableChris Lattner
2004-10-05Make sure the const bit gets inherited correctly when linking declarationsChris Lattner
2004-09-11Implement support for dependent libraries. The "source" module's dependentReid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-08-21Fix a nasty bug that Nate ran into. In particular, instead of emitting a 2+MBChris Lattner
2004-08-04Fix another minor problem that exists if you ahve multiple functions withChris Lattner
2004-08-04Fix a typeoChris Lattner
2004-08-04Fix a major regression in my previous checkinChris Lattner