- 5653965 bail out sooner if we have two concrete but different types. by Chris Lattner · 17 years ago
- 9ddf2c8 simplify some code. by Chris Lattner · 17 years ago
- 849dcd9 Apply a patch from Nathan Keynes, which speeds up llvm-link on by Chris Lattner · 17 years ago
- f6f4f7a handle vectors. Any integers that got here would necessarily be different already. by Chris Lattner · 17 years ago
- bc1c82a Simplify ResolveTypes by pulling the null case out into the one by Chris Lattner · 17 years ago
- 371ca83 simplify RecursiveResolveTypes and ResolveTypes by pulling the naming out of by Chris Lattner · 17 years ago
- 822143e use 'continue' to make the function linker simpler. When linking a strong by Chris Lattner · 17 years ago
- 8246849 minor changes to short circuit the 'no linkage' case earlier for by Chris Lattner · 17 years ago
- bc3d1c7 simplify function visibility handling. by Chris Lattner · 17 years ago
- 28c3cff Factor code to copy global value attributes like by Duncan Sands · 17 years ago
- b1dbcd8 Fix a bunch of 80col violations that arose from the Create API change. Tweak makefile targets to find these better. by Gabor Greif · 17 years ago
- aafce77 Add CommonLinkage; currently tentative definitions by Dale Johannesen · 17 years ago
- caa8ae8 Fix linking of internal aliases by Anton Korobeynikov · 17 years ago
- 0b12ecf Turn StripPointerCast() into a method by Anton Korobeynikov · 17 years ago
- 149a315 If weak GlobalVariable was bitcast'ed to different type during linking by Anton Korobeynikov · 17 years ago
- 6bc41e8 Revert r49614. As Dan pointed out, some of these aren't correct. by Owen Anderson · 17 years ago
- 386ea35 Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2), by Owen Anderson · 17 years ago
- 051a950 API changes for class Use size reduction, wave 1. by Gabor Greif · 17 years ago
- 5241957 Ultimately resolve aliases during linking, if possible by Anton Korobeynikov · 17 years ago
- ed61c0b Add sanity checks by Anton Korobeynikov · 17 years ago
- b8cdaf7 Typo: 'function' => 'alias' by Anton Korobeynikov · 17 years ago
- 817bf2a Syntactic sugar'ify stuff :) by Anton Korobeynikov · 17 years ago
- aeb0996 Always run 'make check' :) Fix fallout from prev. commit: query for possible by Anton Korobeynikov · 17 years ago
- 1438b9d Make error messages to have common style by Anton Korobeynikov · 17 years ago
- 01f6939 Properly link globals with aliases by Anton Korobeynikov · 17 years ago
- 968e39a Remove the LinkGlobal weirderness in common linking phase. by Anton Korobeynikov · 17 years ago
- 2b48ef0 Typo by Anton Korobeynikov · 17 years ago
- 58d5e05 Fix some compilation errors on msvc: by Ted Kremenek · 17 years ago
- 75c7915 Clarify some important bits by Anton Korobeynikov · 17 years ago
- e20c814 Small cleanup: propagate thread-localness via generic routine. by Anton Korobeynikov · 17 years ago
- 9f2ee70 Missed patch from my last commit by Anton Korobeynikov · 17 years ago
- 3db9191 Resolve aliases to aliasees, where possible by Anton Korobeynikov · 17 years ago
- b5a4bd8 Handle functions as targets during linking of aliases as well by Anton Korobeynikov · 17 years ago
- 58887bc Try hard to link aliases. Checks can be too strict by now. by Anton Korobeynikov · 17 years ago
- 4fb2873 Remember the source->dest mapping when copying aliases. This fixes PR2054 by Anton Korobeynikov · 17 years ago
- 1c01a72 Clarify the state-of-the-art by Anton Korobeynikov · 17 years ago
- a27694d And final pack of warnings silencing by Anton Korobeynikov · 17 years ago
- f27dfcb random cleanups. by Chris Lattner · 17 years ago
- 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- 650d505 Ignore functions with internal linkages during linking. This snipped mimics the by Anton Korobeynikov · 18 years ago
- 194c90e Fixing several transforms which would drop the collector attribute by Gordon Henriksen · 18 years ago
- dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 18 years ago
- c318329 Use correct parentheses with the '&& "..."' idiom in an assert. by Dan Gohman · 18 years ago
- 97f8b09 Fix PR1611 - Visibility should be ignored for a declaration by Chris Lattner · 18 years ago
- 00d8a84 Fix a bug in my previous patch. by Lauro Ramos Venancio · 18 years ago
- 31ed0fb When linking two modules, we should copy the alias. by Lauro Ramos Venancio · 18 years ago
- 9613e87 Propagate alignment, section name and visibility when linking "appending by Lauro Ramos Venancio · 18 years ago
- 9cd3ccf Implement visibility checking during linking. Also implement protected by Anton Korobeynikov · 18 years ago
- c763552 Implement the "thread_local" keyword. by Lauro Ramos Venancio · 18 years ago
- 9d6565a For PR1195: by Reid Spencer · 18 years ago
- 33f2949 simplify this code by using value::takename by Chris Lattner · 19 years ago
- ef9b9a7 For PR411: by Reid Spencer · 19 years ago
- 619f024 Fix some comments and other minor sundry things. by Reid Spencer · 19 years ago
- 471feac Ensure that visibility and section are properly propagated. by Reid Spencer · 19 years ago
- 8bef037 Back out last revision which was committed by accident. by Reid Spencer · 19 years ago
- 3dad8dc Make sure that section and visibility are properly propagated. by Reid Spencer · 19 years ago
- 5dfbaf1 preserve sections of globals by Andrew Lenharth · 19 years ago
- 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 19 years ago
- ec9bfdc Read from the right place. by Chris Lattner · 19 years ago
- c36357c Fix PR1139 by Chris Lattner · 19 years ago
- 26f2385 For PR761: by Reid Spencer · 19 years ago
- a54b7cb For PR1064: by Reid Spencer · 19 years ago
- 78d033e For PR411: by Reid Spencer · 19 years ago
- 8753c44 extern_weak linkage. fixes PR1038 by Andrew Lenharth · 19 years ago
- 4da4912 Change inferred getCast into specific getCast. Passes all tests. by Reid Spencer · 19 years ago
- 1a097e3 Don't use <sstream> in Streams.h but <iosfwd> instead. by Bill Wendling · 19 years ago
- e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
- 78ee7b7 Introducing external weak linkage. Darwin codegen should be added later. by Anton Korobeynikov · 19 years ago
- 41edad7 Removed #include <iostream> and replaced with llvm_* streams. by Bill Wendling · 19 years ago
- b324bd7 silence warnings by Chris Lattner · 19 years ago
- b74ed07 Adding dllimport, dllexport and external weak linkage types. by Anton Korobeynikov · 19 years ago
- 27d6721 eliminate some ugly code, using ConstantExpr::getWithOperands instead. by Chris Lattner · 19 years ago
- 1127315 Fix Regression/Linker/2006-06-15-GlobalVarAnment.ll by Chris Lattner · 19 years ago
- 620fd68 Fix linking of inline asm objects. by Chris Lattner · 19 years ago
- 9273b04 Add shufflevector support by Chris Lattner · 19 years ago
- 39c61fd Add code to RemapOperand() to handle Instruction::ExtractElement and by Evan Cheng · 19 years ago
- 6631601 Rename method by Chris Lattner · 20 years ago
- e1b2e14 Add support for linking inline asm by Chris Lattner · 20 years ago
- a88eb92 add support for ConstantPacked to the linker by Chris Lattner · 20 years ago
- ed74a4e Fix test/Regression/Linker/2005-12-06-AppendingZeroLengthArrays.ll and by Chris Lattner · 20 years ago
- dd04df0 For PR495: by Reid Spencer · 20 years ago
- cb9048a Preserve CC's when linking modules by Chris Lattner · 20 years ago
- f976c85 Remove trailing whitespace by Misha Brukman · 20 years ago
- e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 20 years ago
- b9476d9 Eliminate silly warnings from the linker of the form: by Chris Lattner · 20 years ago
- e6f8c5a Allow globals to be of different const'nesses when we link. by Chris Lattner · 21 years ago
- 0ba9e21 Make LinkModules a static member function by Reid Spencer · 21 years ago
- 152f19a Make sure to link the target-triple as well, so it ends up in the .llvm.bc file by Chris Lattner · 21 years ago
- d37a75b Revert this disgusting hack, John has a much nicer solution by Chris Lattner · 21 years ago
- a6a2bdd Add a disgusting hack to work around a libstdc++ issue. This code should by Chris Lattner · 21 years ago
- c8ef1ed Fix linkage of mismatched weak globals. This unbreaks 300.twolf by Chris Lattner · 21 years ago
- aee38ea Significantly rework linker support for global variables, allowing it to by Chris Lattner · 21 years ago
- 719012d Remove blank comment lines for uniformity. Make sure lines don't exceed 80 cols. by Reid Spencer · 21 years ago
- a63acbf Don't increment a dead iterator by Chris Lattner · 21 years ago
- 0033baf Simplify the remapper by only needing one map, since the body of the functions by Chris Lattner · 21 years ago
- 4bbfbff Take advantage of the fact that we are allowed to clobber the input module by Chris Lattner · 21 years ago
- 242e525 The second arg may be clobbered by this function by Chris Lattner · 21 years ago
- 7cc371a Linker.h moved to include/llvm from include/llvm/Support. by Reid Spencer · 21 years ago
- 7f49602 This file originated in lib/VMCore/Linker.cpp but now lives in by Reid Spencer · 21 years ago
- 07adb28 Stop propagating method names that violate the coding standard by Reid Spencer · 21 years ago