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