summaryrefslogtreecommitdiff
path: root/lib/Linker
AgeCommit message (Expand)AuthorFilesLines
2006-07-07Finish removal of EH usage from the Archive library. The REQUIRES_EH flagReid Spencer1-1/+3
2006-06-16Fix Regression/Linker/2006-06-15-GlobalVarAnment.llChris Lattner1-5/+18
2006-06-01Fix linking of inline asm objects.Chris Lattner1-5/+9
2006-04-08Add shufflevector supportChris Lattner1-0/+6
2006-04-07Add code to RemapOperand() to handle Instruction::ExtractElement andEvan Cheng1-0/+12
2006-01-24Rename methodChris Lattner1-4/+5
2006-01-23Add support for linking inline asmChris Lattner1-0/+7
2006-01-19add support for ConstantPacked to the linkerChris Lattner1-0/+5
2006-01-17Fixed style of curly brace. No functionality changes.John Criswell1-2/+1
2006-01-10For PR521:Reid Spencer1-19/+37
2006-01-10Be a little more explanatory in a comment.Reid Spencer1-1/+1
2005-12-13Adjust the constructor to the Linker class to take an argument that namesReid Spencer1-2/+2
2005-12-06Fix test/Regression/Linker/2005-12-06-AppendingZeroLengthArrays.ll andChris Lattner1-0/+2
2005-10-24DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE nowChris Lattner1-1/+1
2005-07-07For PR495:Reid Spencer2-18/+26
2005-07-07For PR495:Reid Spencer2-2/+2
2005-05-09Preserve CC's when linking modulesChris Lattner1-0/+1
2005-04-21Remove trailing whitespaceMisha Brukman4-56/+56
2005-03-15fix some 80 column violationsChris Lattner1-4/+11
2005-03-15consolidate LinkFiles into LinkItems, use lib_* iterators.Chris Lattner2-85/+61
2005-03-15consolidate LinkLibraries into LinkItemsChris Lattner2-76/+57
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2-8/+8
2005-02-19Add support for ".so" files compiled with LLVM which contain LLVM bytecode.Chris Lattner2-3/+11
2005-02-19Eliminate silly warnings from the linker of the form:Chris Lattner1-12/+0
2005-02-13Minor cleanup. No need to explicitly tell the compiler the template arguments.Chris Lattner1-3/+2
2005-02-13Print something useful for gccld -v with an archive.Chris Lattner1-0/+2
2005-02-12Allow globals to be of different const'nesses when we link.Chris Lattner1-8/+2
2004-12-20Remove un-needed #includes.Reid Spencer1-3/+1
2004-12-16Fix a compile error. config.h is now needed because DataTypes.h doesn'tReid Spencer1-0/+1
2004-12-13* Fix header block.Reid Spencer1-8/+8
2004-12-13Add missing space in a comment.Reid Spencer1-1/+1
2004-12-13Fix header and function comments.Reid Spencer1-14/+6
2004-12-13This file contains basic Linker facilities needed by all toolsReid Spencer1-0/+166
2004-12-13Make LinkModules a static member functionReid Spencer1-1/+2
2004-12-13This file contains only the Linker's library linking supportReid Spencer1-0/+70
2004-12-13For PR351: \Reid Spencer1-122/+12
2004-12-13This file contains only the Linker's file linking supportReid Spencer1-0/+89
2004-12-13For PR351: \Reid Spencer1-284/+32
2004-12-10Make sure to link the target-triple as well, so it ends up in the .llvm.bc fileChris Lattner1-1/+6
2004-12-08Turn this error back into a warning, fixing the povray regressionChris Lattner1-2/+2
2004-12-08Revert this disgusting hack, John has a much nicer solutionChris Lattner1-23/+0
2004-12-08Add a disgusting hack to work around a libstdc++ issue. This code shouldChris Lattner1-0/+23
2004-12-05Fix PR139: \Reid Spencer1-0/+159
2004-12-04Fix linkage of mismatched weak globals. This unbreaks 300.twolfChris Lattner1-0/+2
2004-12-03Significantly rework linker support for global variables, allowing it toChris Lattner1-84/+101
2004-12-02PR466:Reid Spencer1-41/+54
2004-11-30Revert version 1.39. It breaks the ordering of the library processing.Reid Spencer1-8/+1
2004-11-29Shared library extension is now in LTDL_SHLIB_EXTReid Spencer1-2/+2
2004-11-25Implement dependent library linking. It is no longer required that -lstdc++Reid Spencer1-1/+8
2004-11-25Remove blank comment lines for uniformity.Reid Spencer1-25/+2