aboutsummaryrefslogtreecommitdiff
path: root/lib/Linker
AgeCommit message (Expand)Author
2006-04-08Add shufflevector supportChris Lattner
2006-04-07Add code to RemapOperand() to handle Instruction::ExtractElement andEvan Cheng
2006-01-24Rename methodChris Lattner
2006-01-23Add support for linking inline asmChris Lattner
2006-01-19add support for ConstantPacked to the linkerChris Lattner
2006-01-17Fixed style of curly brace. No functionality changes.John Criswell
2006-01-10For PR521:Reid Spencer
2006-01-10Be a little more explanatory in a comment.Reid Spencer
2005-12-13Adjust the constructor to the Linker class to take an argument that namesReid Spencer
2005-12-06Fix test/Regression/Linker/2005-12-06-AppendingZeroLengthArrays.ll andChris Lattner
2005-10-24DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE nowChris Lattner
2005-07-07For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-05-09Preserve CC's when linking modulesChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-15fix some 80 column violationsChris Lattner
2005-03-15consolidate LinkFiles into LinkItems, use lib_* iterators.Chris Lattner
2005-03-15consolidate LinkLibraries into LinkItemsChris Lattner
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner
2005-02-19Add support for ".so" files compiled with LLVM which contain LLVM bytecode.Chris Lattner
2005-02-19Eliminate silly warnings from the linker of the form:Chris Lattner
2005-02-13Minor cleanup. No need to explicitly tell the compiler the template arguments.Chris Lattner
2005-02-13Print something useful for gccld -v with an archive.Chris Lattner
2005-02-12Allow globals to be of different const'nesses when we link.Chris Lattner
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