| Commit message (Expand) | Author | Age | Files | Lines |
* | Add basic error checking to MemoryBuffer::getSTDIN. | Dan Gohman | 2010-05-27 | 1 | -10/+11 |
* | Use the return value of getMagicNumber instead of using a | Dan Gohman | 2010-05-27 | 1 | -5/+3 |
* | Fix MemoryBuffer::getSTDIN to *not* return null if stdin is empty, this is a ... | Daniel Dunbar | 2009-11-10 | 1 | -3/+6 |
* | remove a redundant printout, LinkInArchive prints this as well. | Chris Lattner | 2009-11-09 | 1 | -1/+0 |
* | Pass StringRef by value. | Daniel Dunbar | 2009-11-06 | 1 | -1/+1 |
* | Prune #includes from llvm/Linker.h and llvm/System/Path.h, | Chris Lattner | 2009-08-23 | 1 | -11/+11 |
* | Finish migrating VMCore to StringRef/Twine based APIs. | Daniel Dunbar | 2009-07-25 | 1 | -3/+3 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -2/+2 |
* | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -2/+3 |
* | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson | 2009-07-01 | 1 | -1/+1 |
* | Emit an error when a library is not found. It is the GNU ld behavior and it i... | Lauro Ramos Venancio | 2008-02-27 | 1 | -1/+1 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Improve error handling in the linker by: | Reid Spencer | 2007-08-16 | 1 | -6/+6 |
* | Ensure that error messages a propagated from calls to LinkInModule so they get | Reid Spencer | 2007-08-16 | 1 | -3/+4 |
* | Allow the filename "-" to be a place holder for stdin. This allows directing | Reid Spencer | 2007-08-08 | 1 | -0/+16 |
* | eliminate residual cruft related to recognizing bytecode | Gabor Greif | 2007-07-06 | 1 | -5/+1 |
* | Here is the bulk of the sanitizing. | Gabor Greif | 2007-07-05 | 1 | -8/+8 |
* | add bitcode support | Chris Lattner | 2007-05-06 | 1 | -0/+2 |
* | If an archive is not recognized as an LLVM bytecode archive then declare | Reid Spencer | 2007-04-30 | 1 | -2/+2 |
* | Dependent libraries could be native too. | Reid Spencer | 2007-04-30 | 1 | -1/+4 |
* | For PR1146: | Reid Spencer | 2007-04-11 | 1 | -4/+12 |
* | For PR1302: | Reid Spencer | 2007-04-04 | 1 | -8/+8 |
* | For PR1302: | Reid Spencer | 2007-04-04 | 1 | -31/+61 |
* | For PR998: | Reid Spencer | 2006-11-11 | 1 | -6/+7 |
* | For PR521: | Reid Spencer | 2006-01-10 | 1 | -19/+37 |
* | For PR495: | Reid Spencer | 2005-07-07 | 1 | -1/+1 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -9/+9 |
* | consolidate LinkFiles into LinkItems, use lib_* iterators. | Chris Lattner | 2005-03-15 | 1 | -4/+61 |
* | consolidate LinkLibraries into LinkItems | Chris Lattner | 2005-03-15 | 1 | -0/+57 |
* | For PR351: \ | Reid Spencer | 2004-12-13 | 1 | -122/+12 |
* | Turn this error back into a warning, fixing the povray regression | Chris Lattner | 2004-12-08 | 1 | -2/+2 |
* | Fix PR139: \ | Reid Spencer | 2004-12-05 | 1 | -0/+159 |