aboutsummaryrefslogtreecommitdiff
path: root/lib/Linker
AgeCommit message (Expand)Author
2007-04-12Implement the "thread_local" keyword.Lauro Ramos Venancio
2007-04-11For PR1146:Reid Spencer
2007-04-04For PR1302:Reid Spencer
2007-04-04For PR1302:Reid Spencer
2007-02-15For PR1195:Reid Spencer
2007-02-11simplify this code by using value::takenameChris Lattner
2007-02-07push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner
2007-02-05For PR411:Reid Spencer
2007-02-05For PR411:Reid Spencer
2007-02-04Fix some comments and other minor sundry things.Reid Spencer
2007-02-04Ensure that visibility and section are properly propagated.Reid Spencer
2007-02-04Back out last revision which was committed by accident.Reid Spencer
2007-02-04Make sure that section and visibility are properly propagated.Reid Spencer
2007-02-01preserve sections of globalsAndrew Lenharth
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer
2007-01-29Read from the right place.Chris Lattner
2007-01-29Fix PR1139Chris Lattner
2007-01-26For PR761:Reid Spencer
2007-01-12For PR1064:Reid Spencer
2007-01-06For PR411:Reid Spencer
2006-12-15extern_weak linkage. fixes PR1038Andrew Lenharth
2006-12-12Change inferred getCast into specific getCast. Passes all tests.Reid Spencer
2006-12-07Don't use <sstream> in Streams.h but <iosfwd> instead.Bill Wendling
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-12-01Introducing external weak linkage. Darwin codegen should be added later.Anton Korobeynikov
2006-11-27Removed #include <iostream> and replaced with llvm_* streams.Bill Wendling
2006-11-11Remvoe a do-nothing else block.Reid Spencer
2006-11-11For PR998:Reid Spencer
2006-11-09silence warningsChris Lattner
2006-11-02For PR786:Reid Spencer
2006-09-14Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov
2006-07-28Remove a redundant syscall.Chris Lattner
2006-07-14eliminate some ugly code, using ConstantExpr::getWithOperands instead.Chris Lattner
2006-07-07Finish removal of EH usage from the Archive library. The REQUIRES_EH flagReid Spencer
2006-06-16Fix Regression/Linker/2006-06-15-GlobalVarAnment.llChris Lattner
2006-06-01Fix linking of inline asm objects.Chris Lattner
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