aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Linker/LinkModules.cpp
Commit message (Expand)AuthorAgeFilesLines
* silence warningsChris Lattner2006-11-091-2/+2
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-141-11/+31
* eliminate some ugly code, using ConstantExpr::getWithOperands instead.Chris Lattner2006-07-141-51/+4
* 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
* Fix test/Regression/Linker/2005-12-06-AppendingZeroLengthArrays.ll andChris Lattner2005-12-061-0/+2
* For PR495:Reid Spencer2005-07-071-1/+1
* Preserve CC's when linking modulesChris Lattner2005-05-091-0/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-18/+18
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-151-6/+6
* Eliminate silly warnings from the linker of the form:Chris Lattner2005-02-191-12/+0
* Allow globals to be of different const'nesses when we link.Chris Lattner2005-02-121-8/+2
* Make LinkModules a static member functionReid Spencer2004-12-131-1/+2
* Make sure to link the target-triple as well, so it ends up in the .llvm.bc fileChris Lattner2004-12-101-1/+6
* Revert this disgusting hack, John has a much nicer solutionChris Lattner2004-12-081-23/+0
* Add a disgusting hack to work around a libstdc++ issue. This code shouldChris Lattner2004-12-081-0/+23
* Fix linkage of mismatched weak globals. This unbreaks 300.twolfChris Lattner2004-12-041-0/+2
* Significantly rework linker support for global variables, allowing it toChris Lattner2004-12-031-84/+101
* Remove blank comment lines for uniformity.Reid Spencer2004-11-251-25/+2
* Don't increment a dead iteratorChris Lattner2004-11-161-3/+2
* Simplify the remapper by only needing one map, since the body of the functionsChris Lattner2004-11-161-43/+31
* Take advantage of the fact that we are allowed to clobber the input moduleChris Lattner2004-11-161-26/+8
* The second arg may be clobbered by this functionChris Lattner2004-11-161-1/+1
* Linker.h moved to include/llvm from include/llvm/Support.Reid Spencer2004-11-141-2/+1
* This file originated in lib/VMCore/Linker.cpp but now lives inReid Spencer2004-11-121-1/+1
* Stop propagating method names that violate the coding standardReid Spencer2004-11-051-3/+3
* Add support for undef and unreachableChris Lattner2004-10-161-1/+1
* Make sure the const bit gets inherited correctly when linking declarationsChris Lattner2004-10-051-1/+15
* Implement support for dependent libraries. The "source" module's dependentReid Spencer2004-09-111-0/+21
* Fix a nasty bug that Nate ran into. In particular, instead of emitting a 2+MBChris Lattner2004-08-211-6/+13
* Fix another minor problem that exists if you ahve multiple functions withChris Lattner2004-08-041-15/+18
* Fix a typeoChris Lattner2004-08-041-1/+1
* Fix a major regression in my previous checkinChris Lattner2004-08-041-0/+4
* Stop using getValues().Alkis Evlogimenos2004-08-041-12/+10
* FindGlobalNamed used to take 2.92s out of 8.39s running a profile build ofChris Lattner2004-08-041-53/+36
* I swear I compiled this, really I did.Chris Lattner2004-08-041-1/+1
* Factor some code out, no substantial change.Chris Lattner2004-08-041-18/+26
* Concisify some codeChris Lattner2004-08-041-24/+16
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-291-1/+1
* bug 122:Reid Spencer2004-07-171-7/+4
* - #include <iostream> since its not in Value.h any more.Reid Spencer2004-07-041-1/+3
* Linker.h moved to include/llvm/SupportMisha Brukman2004-06-231-1/+1
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-171-2/+2
* Convert to SymbolTable's new lookup and iteration interfaces.Reid Spencer2004-05-251-23/+23
* Fix linking of constant expr casts due to type resolution changes. WithChris Lattner2004-03-311-0/+8