| Commit message (Expand) | Author | Age | Files | Lines |
* | lib/Linker: add support of deps which does not end with ".so". | Ivan Krasin | 2011-09-20 | 1 | -0/+8 |
* | MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v... | Michael J. Spencer | 2010-12-16 | 1 | -6/+4 |
* | Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code... | Michael J. Spencer | 2010-12-09 | 1 | -2/+6 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | GetDLLSuffix: Remove the leading dot from LTDL_SHLIB_EXT. | Mikhail Glushenkov | 2010-11-02 | 1 | -1/+1 |
* | Trailing whitespace. | Mikhail Glushenkov | 2010-11-02 | 1 | -2/+2 |
* | Change this back to errs(). | David Greene | 2010-01-05 | 1 | -2/+1 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -1/+2 |
* | Pass StringRef by value. | Daniel Dunbar | 2009-11-06 | 1 | -8/+8 |
* | Prune #includes from llvm/Linker.h and llvm/System/Path.h, | Chris Lattner | 2009-08-23 | 1 | -10/+7 |
* | Finish migrating VMCore to StringRef/Twine based APIs. | Daniel Dunbar | 2009-07-25 | 1 | -14/+14 |
* | Make the use of const with respect to LLVMContext sane. Hopefully this is th... | Owen Anderson | 2009-07-01 | 1 | -1/+1 |
* | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson | 2009-07-01 | 1 | -1/+1 |
* | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson | 2009-07-01 | 1 | -19/+16 |
* | Make comments and code for QuietWarnings and QuietErrors | Dan Gohman | 2008-10-25 | 1 | -1/+1 |
* | Change the MemoryBuffer::getFile* methods to take just a pointer to the | Chris Lattner | 2008-04-01 | 1 | -3/+3 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | eliminate residual cruft related to recognizing bytecode | Gabor Greif | 2007-07-06 | 1 | -2/+0 |
* | Here is the bulk of the sanitizing. | Gabor Greif | 2007-07-05 | 1 | -3/+3 |
* | switch this to bitcode instead of bytecode | Chris Lattner | 2007-05-06 | 1 | -14/+5 |
* | add bitcode support | Chris Lattner | 2007-05-06 | 1 | -3/+21 |
* | push bytecode decompressor out through APIs. Now the bytecode reader | Chris Lattner | 2007-02-07 | 1 | -1/+4 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -3/+3 |
* | Removed #include <iostream> and replaced with llvm_* streams. | Bill Wendling | 2006-11-27 | 1 | -11/+7 |
* | Remove a redundant syscall. | Chris Lattner | 2006-07-28 | 1 | -25/+21 |
* | Fixed style of curly brace. No functionality changes. | John Criswell | 2006-01-17 | 1 | -2/+1 |
* | Be a little more explanatory in a comment. | Reid Spencer | 2006-01-10 | 1 | -1/+1 |
* | Adjust the constructor to the Linker class to take an argument that names | Reid Spencer | 2005-12-13 | 1 | -2/+2 |
* | For PR495: | Reid Spencer | 2005-07-07 | 1 | -17/+25 |
* | For PR495: | Reid Spencer | 2005-07-07 | 1 | -1/+1 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -14/+14 |
* | Add support for ".so" files compiled with LLVM which contain LLVM bytecode. | Chris Lattner | 2005-02-19 | 1 | -1/+3 |
* | Fix a compile error. config.h is now needed because DataTypes.h doesn't | Reid Spencer | 2004-12-16 | 1 | -0/+1 |
* | * Fix header block. | Reid Spencer | 2004-12-13 | 1 | -8/+8 |
* | This file contains basic Linker facilities needed by all tools | Reid Spencer | 2004-12-13 | 1 | -0/+166 |