aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Linker
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eliminate silly warnings from the linker of the form:Chris Lattner2005-02-191-12/+0
* Minor cleanup. No need to explicitly tell the compiler the template arguments.Chris Lattner2005-02-131-3/+2
* Print something useful for gccld -v with an archive.Chris Lattner2005-02-131-0/+2
* Allow globals to be of different const'nesses when we link.Chris Lattner2005-02-121-8/+2
* Remove un-needed #includes.Reid Spencer2004-12-201-3/+1
* Fix a compile error. config.h is now needed because DataTypes.h doesn'tReid Spencer2004-12-161-0/+1
* * Fix header block.Reid Spencer2004-12-131-8/+8
* Add missing space in a comment.Reid Spencer2004-12-131-1/+1
* Fix header and function comments.Reid Spencer2004-12-131-14/+6
* This file contains basic Linker facilities needed by all toolsReid Spencer2004-12-131-0/+166
* Make LinkModules a static member functionReid Spencer2004-12-131-1/+2
* This file contains only the Linker's library linking supportReid Spencer2004-12-131-0/+70
* For PR351: \Reid Spencer2004-12-131-122/+12