- f976c85 Remove trailing whitespace by Misha Brukman · 20 years ago
- c72e573 fix some 80 column violations by Chris Lattner · 20 years ago
- fc82ef6 consolidate LinkFiles into LinkItems, use lib_* iterators. by Chris Lattner · 20 years ago
- ad988f3 consolidate LinkLibraries into LinkItems by Chris Lattner · 20 years ago
- e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 20 years ago
- 97716a4 Add support for ".so" files compiled with LLVM which contain LLVM bytecode. by Chris Lattner · 20 years ago
- b9476d9 Eliminate silly warnings from the linker of the form: by Chris Lattner · 20 years ago
- 12945ac Minor cleanup. No need to explicitly tell the compiler the template arguments. by Chris Lattner · 20 years ago
- 50c301b Print something useful for gccld -v with an archive. by Chris Lattner · 20 years ago
- e6f8c5a Allow globals to be of different const'nesses when we link. by Chris Lattner · 20 years ago
- 4ca8e71 Remove un-needed #includes. by Reid Spencer · 20 years ago
- a834f5d Fix a compile error. config.h is now needed because DataTypes.h doesn't by Reid Spencer · 20 years ago
- 903f21d * Fix header block. by Reid Spencer · 20 years ago
- ff5f3ab Add missing space in a comment. by Reid Spencer · 20 years ago
- 04f5412 Fix header and function comments. by Reid Spencer · 20 years ago
- de4cedc This file contains basic Linker facilities needed by all tools by Reid Spencer · 20 years ago
- 0ba9e21 Make LinkModules a static member function by Reid Spencer · 20 years ago
- 7a87ce0 This file contains only the Linker's library linking support by Reid Spencer · 20 years ago
- e84de29 For PR351: \ by Reid Spencer · 20 years ago
- 3ece639 This file contains only the Linker's file linking support by Reid Spencer · 20 years ago
- 7dde0e3 For PR351: \ by Reid Spencer · 20 years ago
- 152f19a Make sure to link the target-triple as well, so it ends up in the .llvm.bc file by Chris Lattner · 20 years ago
- b2abb26 Turn this error back into a warning, fixing the povray regression by Chris Lattner · 20 years ago
- d37a75b Revert this disgusting hack, John has a much nicer solution by Chris Lattner · 20 years ago
- a6a2bdd Add a disgusting hack to work around a libstdc++ issue. This code should by Chris Lattner · 20 years ago
- 4bdf1c9 Fix PR139: \ Implement LinkItems and BuildLinkItems interfaces. by Reid Spencer · 20 years ago
- c8ef1ed Fix linkage of mismatched weak globals. This unbreaks 300.twolf by Chris Lattner · 20 years ago
- aee38ea Significantly rework linker support for global variables, allowing it to by Chris Lattner · 20 years ago
- be0b356 PR466: by Reid Spencer · 20 years ago
- 0022b83 Revert version 1.39. It breaks the ordering of the library processing. by Reid Spencer · 20 years ago
- a564845 Shared library extension is now in LTDL_SHLIB_EXT by Reid Spencer · 20 years ago
- 53c4c56 Implement dependent library linking. It is no longer required that -lstdc++ by Reid Spencer · 20 years ago
- 719012d Remove blank comment lines for uniformity. Make sure lines don't exceed 80 cols. by Reid Spencer · 20 years ago
- b9371ce Eliminate unsightly ;; by Reid Spencer · 20 years ago
- 3cf2c32 Reduce the amount of work in LinkInArchive by not searching the archive for by Reid Spencer · 20 years ago
- a63acbf Don't increment a dead iterator by Chris Lattner · 20 years ago
- 0033baf Simplify the remapper by only needing one map, since the body of the functions by Chris Lattner · 20 years ago
- 4bbfbff Take advantage of the fact that we are allowed to clobber the input module by Chris Lattner · 20 years ago
- 99d3604 Per code review:\ by Reid Spencer · 20 years ago
- 242e525 The second arg may be clobbered by this function by Chris Lattner · 20 years ago
- a4d0c6f use an autoptr by Chris Lattner · 20 years ago
- 6238a85 Remove a forgotten debug output line. by Reid Spencer · 20 years ago
- 7cc371a Linker.h moved to include/llvm from include/llvm/Support. by Reid Spencer · 20 years ago
- 605b9e2 Linker.h has a new home. by Reid Spencer · 20 years ago
- a455cca Don't bother with a re-linked library, ensure archive library is built. by Reid Spencer · 20 years ago
- 8bbb17a *Adjust prototypes for public interface. *Rewrite LinkInArchive to use symbol tables. by Reid Spencer · 20 years ago
- 5c911ab Makefile for lib/Linker by Reid Spencer · 20 years ago
- 7f49602 This file originated in lib/VMCore/Linker.cpp but now lives in by Reid Spencer · 20 years ago
- c408c45 This file originated in tools/gccld/Linker.cpp but now lives in by Reid Spencer · 20 years ago
- 669b524 Output the program name (in this case, gccld) with warning about invalid files by Misha Brukman · 20 years ago
- eda20f9 Don't silently ignore invalid files: tell the user! by Misha Brukman · 20 years ago
- 07adb28 Stop propagating method names that violate the coding standard by Reid Spencer · 20 years ago
- b976e66 Add support for undef and unreachable by Chris Lattner · 20 years ago
- d4984cc Make sure the const bit gets inherited correctly when linking declarations by Chris Lattner · 20 years ago
- 57a0efa Implement support for dependent libraries. The "source" module's dependent by Reid Spencer · 20 years ago
- 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
- 72cf7df Fix a nasty bug that Nate ran into. In particular, instead of emitting a 2+MB by Chris Lattner · 21 years ago
- aad2deb Fix another minor problem that exists if you ahve multiple functions with by Chris Lattner · 21 years ago
- 82b5b21 Fix a typeo by Chris Lattner · 21 years ago
- 868bbf3 Fix a major regression in my previous checkin by Chris Lattner · 21 years ago
- cc7ba49 Stop using getValues(). by Alkis Evlogimenos · 21 years ago
- 5a837de FindGlobalNamed used to take 2.92s out of 8.39s running a profile build of by Chris Lattner · 21 years ago
- 7b0c84d I swear I compiled this, really I did. by Chris Lattner · 21 years ago
- c003628 Factor some code out, no substantial change. by Chris Lattner · 21 years ago
- fe41069 Concisify some code by Chris Lattner · 21 years ago
- 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 21 years ago
- 00dc479 bug 122: by Reid Spencer · 21 years ago
- c28a224 - #include <iostream> since its not in Value.h any more. by Reid Spencer · 21 years ago
- 008248f Linker.h moved to include/llvm/Support by Misha Brukman · 21 years ago
- c837dd9 Linker.h moved to include/llvm/Support by Misha Brukman · 21 years ago
- f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
- 0ebee74 Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us by Chris Lattner · 21 years ago
- bed85ff Header file moved by Chris Lattner · 21 years ago
- 567bc2c Convert to SymbolTable's new lookup and iteration interfaces. by Reid Spencer · 21 years ago
- 7a46e4c Don't use invalid HTML in a doxygen comment. by Misha Brukman · 21 years ago
- 1438102 Fix linking of constant expr casts due to type resolution changes. With by Chris Lattner · 21 years ago
- c38aa6d Include Config/config.h for SHLIBEXT. by Alkis Evlogimenos · 21 years ago
- 57cb988 Fix PR245: Linking weak and strong global variables is dependent on link order by Chris Lattner · 21 years ago
- de512b5 Adjustments to support the new ConstantAggregateZero class by Chris Lattner · 21 years ago
- 7f7d16b Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into by John Criswell · 21 years ago
- c6646eb Remove use of ConstantExpr::getShift by Chris Lattner · 21 years ago
- f7703df Finegrainify namespacification by Chris Lattner · 21 years ago
- 368751f Modified the logic so that library objects with main() are only linked in by John Criswell · 21 years ago
- 1715ce0 Modified the linker so that it always links in an object from an archive by John Criswell · 21 years ago
- 6cc8ca9 * The return value of LinkLibraries is ignored, so remove it. by Chris Lattner · 21 years ago
- 84fbc65 Add ability to search only for native shared object, and expose the by Misha Brukman · 21 years ago
- adbc0b5 Spew symbolic types! by Chris Lattner · 21 years ago
- 2282ae1 When we find a module we want, in an archive, in verbose mode, by Brian Gaeke · 21 years ago
- d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
- 0d723ac Move IsArchive, IsBytecode to FileUtilities. Fix up some method comments. by Brian Gaeke · 21 years ago
- ee8adb1 This version of Linker.cpp works a lot better, but it's a little messy. Sorry. by Brian Gaeke · 21 years ago
- 3b3640a Shorten and correct some function-header comments. by Brian Gaeke · 21 years ago
- d981f8a Further fixes for PR93 by Chris Lattner · 21 years ago
- 700867b Checking in Chris's suggestions: by John Criswell · 21 years ago
- 3595655 Fix test: Linker/2003-10-27-LinkOncePromote.ll Fix PR58 by Chris Lattner · 21 years ago
- aeb18ce Fix bug: Linker/2003-10-21-ConflictingTypesTolerance.ll by Chris Lattner · 21 years ago
- f85770c Fix message to make more sense and confuse Chris less by Chris Lattner · 21 years ago
- f1fce08 Fix off-by-one error in processing of libraries named on command line. by Brian Gaeke · 21 years ago
- b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
- 1dd27b1 fix file header by Chris Lattner · 21 years ago