summaryrefslogtreecommitdiff
path: root/lib/Linker
Commit message (Expand)AuthorAge
* Implement the "thread_local" keyword.Lauro Ramos Venancio2007-04-12
* For PR1146:Reid Spencer2007-04-11
* For PR1302:Reid Spencer2007-04-04
* For PR1302:Reid Spencer2007-04-04
* For PR1195:Reid Spencer2007-02-15
* simplify this code by using value::takenameChris Lattner2007-02-11
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-07
* For PR411:Reid Spencer2007-02-05
* For PR411:Reid Spencer2007-02-05
* Fix some comments and other minor sundry things.Reid Spencer2007-02-04
* Ensure that visibility and section are properly propagated.Reid Spencer2007-02-04
* Back out last revision which was committed by accident.Reid Spencer2007-02-04
* Make sure that section and visibility are properly propagated.Reid Spencer2007-02-04
* preserve sections of globalsAndrew Lenharth2007-02-01
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* Read from the right place.Chris Lattner2007-01-29
* Fix PR1139Chris Lattner2007-01-29
* For PR761:Reid Spencer2007-01-26
* For PR1064:Reid Spencer2007-01-12
* For PR411:Reid Spencer2007-01-06
* extern_weak linkage. fixes PR1038Andrew Lenharth2006-12-15
* Change inferred getCast into specific getCast. Passes all tests.Reid Spencer2006-12-12
* Don't use <sstream> in Streams.h but <iosfwd> instead.Bill Wendling2006-12-07
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Introducing external weak linkage. Darwin codegen should be added later.Anton Korobeynikov2006-12-01
* Removed #include <iostream> and replaced with llvm_* streams.Bill Wendling2006-11-27
* Remvoe a do-nothing else block.Reid Spencer2006-11-11
* For PR998:Reid Spencer2006-11-11
* silence warningsChris Lattner2006-11-09
* For PR786:Reid Spencer2006-11-02
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-14
* Remove a redundant syscall.Chris Lattner2006-07-28
* eliminate some ugly code, using ConstantExpr::getWithOperands instead.Chris Lattner2006-07-14
* Finish removal of EH usage from the Archive library. The REQUIRES_EH flagReid Spencer2006-07-07
* Fix Regression/Linker/2006-06-15-GlobalVarAnment.llChris Lattner2006-06-16
* Fix linking of inline asm objects.Chris Lattner2006-06-01
* Add shufflevector supportChris Lattner2006-04-08
* Add code to RemapOperand() to handle Instruction::ExtractElement andEvan Cheng2006-04-07
* Rename methodChris Lattner2006-01-24
* Add support for linking inline asmChris Lattner2006-01-23
* add support for ConstantPacked to the linkerChris Lattner2006-01-19
* Fixed style of curly brace. No functionality changes.John Criswell2006-01-17
* For PR521:Reid Spencer2006-01-10
* Be a little more explanatory in a comment.Reid Spencer2006-01-10
* Adjust the constructor to the Linker class to take an argument that namesReid Spencer2005-12-13
* Fix test/Regression/Linker/2005-12-06-AppendingZeroLengthArrays.ll andChris Lattner2005-12-06
* DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE nowChris Lattner2005-10-24
* For PR495:Reid Spencer2005-07-07
* For PR495:Reid Spencer2005-07-07
* Preserve CC's when linking modulesChris Lattner2005-05-09