aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Linker
Commit message (Expand)AuthorAgeFilesLines
...
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-071-1/+4
* For PR411:Reid Spencer2007-02-051-1/+1
* For PR411:Reid Spencer2007-02-051-87/+99
* Fix some comments and other minor sundry things.Reid Spencer2007-02-041-12/+13
* Ensure that visibility and section are properly propagated.Reid Spencer2007-02-041-9/+8
* Back out last revision which was committed by accident.Reid Spencer2007-02-041-101/+85
* Make sure that section and visibility are properly propagated.Reid Spencer2007-02-041-85/+101
* preserve sections of globalsAndrew Lenharth2007-02-011-1/+10
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-302-13/+13
* Read from the right place.Chris Lattner2007-01-291-1/+1
* Fix PR1139Chris Lattner2007-01-291-17/+24
* For PR761:Reid Spencer2007-01-261-8/+14
* For PR1064:Reid Spencer2007-01-121-1/+7
* For PR411:Reid Spencer2007-01-061-18/+22
* extern_weak linkage. fixes PR1038Andrew Lenharth2006-12-151-1/+5
* Change inferred getCast into specific getCast. Passes all tests.Reid Spencer2006-12-121-6/+6
* Don't use <sstream> in Streams.h but <iosfwd> instead.Bill Wendling2006-12-071-0/+1
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-072-12/+11
* Introducing external weak linkage. Darwin codegen should be added later.Anton Korobeynikov2006-12-011-12/+24
* Removed #include <iostream> and replaced with llvm_* streams.Bill Wendling2006-11-272-20/+16
* Remvoe a do-nothing else block.Reid Spencer2006-11-111-6/+1
* For PR998:Reid Spencer2006-11-112-17/+31
* silence warningsChris Lattner2006-11-091-2/+2
* For PR786:Reid Spencer2006-11-021-14/+0
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-142-13/+39
* Remove a redundant syscall.Chris Lattner2006-07-281-25/+21
* eliminate some ugly code, using ConstantExpr::getWithOperands instead.Chris Lattner2006-07-141-51/+4
* Finish removal of EH usage from the Archive library. The REQUIRES_EH flagReid Spencer2006-07-071-1/+3
* Fix Regression/Linker/2006-06-15-GlobalVarAnment.llChris Lattner2006-06-161-5/+18
* Fix linking of inline asm objects.Chris Lattner2006-06-011-5/+9
* Add shufflevector supportChris Lattner2006-04-081-0/+6
* Add code to RemapOperand() to handle Instruction::ExtractElement andEvan Cheng2006-04-071-0/+12
* Rename methodChris Lattner2006-01-241-4/+5
* Add support for linking inline asmChris Lattner2006-01-231-0/+7
* add support for ConstantPacked to the linkerChris Lattner2006-01-191-0/+5
* Fixed style of curly brace. No functionality changes.John Criswell2006-01-171-2/+1
* 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