aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Linker
Commit message (Expand)AuthorAgeFilesLines
* For PR521:Reid Spencer2006-01-101-19/+37
* Be a little more explanatory in a comment.Reid Spencer2006-01-101-1/+1
* Adjust the constructor to the Linker class to take an argument that namesReid Spencer2005-12-131-2/+2
* Fix test/Regression/Linker/2005-12-06-AppendingZeroLengthArrays.ll andChris Lattner2005-12-061-0/+2
* DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE nowChris Lattner2005-10-241-1/+1
* For PR495:Reid Spencer2005-07-072-18/+26
* For PR495:Reid Spencer2005-07-072-2/+2
* Preserve CC's when linking modulesChris Lattner2005-05-091-0/+1
* Remove trailing whitespaceMisha Brukman2005-04-214-56/+56
* fix some 80 column violationsChris Lattner2005-03-151-4/+11
* consolidate LinkFiles into LinkItems, use lib_* iterators.Chris Lattner2005-03-152-85/+61
* consolidate LinkLibraries into LinkItemsChris Lattner2005-03-152-76/+57
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-152-8/+8
* Add support for ".so" files compiled with LLVM which contain LLVM bytecode.Chris Lattner2005-02-192-3/+11
* Eliminate silly warnings from the linker of the form:Chris Lattner2005-02-191-12/+0
* Minor cleanup. No need to explicitly tell the compiler the template arguments.Chris Lattner2005-02-131-3/+2
* Print something useful for gccld -v with an archive.Chris Lattner2005-02-131-0/+2
* Allow globals to be of different const'nesses when we link.Chris Lattner2005-02-121-8/+2
* Remove un-needed #includes.Reid Spencer2004-12-201-3/+1
* Fix a compile error. config.h is now needed because DataTypes.h doesn'tReid Spencer2004-12-161-0/+1
* * Fix header block.Reid Spencer2004-12-131-8/+8
* Add missing space in a comment.Reid Spencer2004-12-131-1/+1
* Fix header and function comments.Reid Spencer2004-12-131-14/+6
* This file contains basic Linker facilities needed by all toolsReid Spencer2004-12-131-0/+166
* Make LinkModules a static member functionReid Spencer2004-12-131-1/+2
* This file contains only the Linker's library linking supportReid Spencer2004-12-131-0/+70
* For PR351: \Reid Spencer2004-12-131-122/+12
* This file contains only the Linker's file linking supportReid Spencer2004-12-131-0/+89
* For PR351: \Reid Spencer2004-12-131-284/+32
* Make sure to link the target-triple as well, so it ends up in the .llvm.bc fileChris Lattner2004-12-101-1/+6
* Turn this error back into a warning, fixing the povray regressionChris Lattner2004-12-081-2/+2
* 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 PR139: \Reid Spencer2004-12-051-0/+159
* 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
* PR466:Reid Spencer2004-12-021-41/+54
* Revert version 1.39. It breaks the ordering of the library processing.Reid Spencer2004-11-301-8/+1
* Shared library extension is now in LTDL_SHLIB_EXTReid Spencer2004-11-291-2/+2
* Implement dependent library linking. It is no longer required that -lstdc++Reid Spencer2004-11-251-1/+8
* Remove blank comment lines for uniformity.Reid Spencer2004-11-251-25/+2
* Eliminate unsightly ;;Reid Spencer2004-11-191-1/+1
* Reduce the amount of work in LinkInArchive by not searching the archive forReid Spencer2004-11-191-10/+36
* 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
* Per code review:\Reid Spencer2004-11-161-11/+13
* The second arg may be clobbered by this functionChris Lattner2004-11-161-1/+1
* use an autoptrChris Lattner2004-11-161-7/+3
* Remove a forgotten debug output line.Reid Spencer2004-11-141-1/+0