aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Linker.h
Commit message (Expand)AuthorAgeFilesLines
* Add a 'deleteModule' method to the Linker class.Bill Wendling2013-10-161-0/+2
* Fix a performance bug in the Linker.Rafael Espindola2013-05-041-0/+3
* Last batch of cleanups to Linker.h.Rafael Espindola2013-05-041-78/+18
* Don't construct or delete a module on the Linker.Rafael Espindola2013-05-041-7/+0
* Don't store the context in the Linker.Rafael Espindola2013-05-041-1/+0
* Remove unused members and constructor arguments.Rafael Espindola2013-05-041-8/+3
* Delete dead code from the linker.Rafael Espindola2013-05-041-33/+0
* The Linker interface has some dead code after the cleanup in r172749Eli Bendersky2013-03-191-40/+2
* Clean up out-of-date comments and some stray whitespaceEli Bendersky2013-03-081-13/+11
* [Linker] Zap a dead typedef.Daniel Dunbar2013-01-181-8/+0
* [Linker] Kill Linker::LoadObject which is dead, and drop the BitReader depend...Daniel Dunbar2013-01-181-4/+0
* [Linker] Drop support for IR-level extended linking support (archives, etc.).Daniel Dunbar2013-01-171-94/+0
* Prune some includes and forward declarations.Craig Topper2012-03-261-1/+2
* Make it possible to use the linker without destroying the source module. This...Tanya Lattner2011-10-111-3/+9
* Remove obsolete comments about throwing exceptions.Dan Gohman2010-09-021-1/+0
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* Pass StringRef by value.Daniel Dunbar2009-11-061-9/+9
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-6/+6
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-111-1/+1
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-041-1/+1
* Fix some comments referring to std::cerr.Daniel Dunbar2009-08-031-5/+5
* Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar2009-07-251-9/+9
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-011-2/+2
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-2/+2
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-0/+3
* * Alphabetized system headers per the style guideMisha Brukman2009-01-021-1/+1
* Make comments and code for QuietWarnings and QuietErrorsDan Gohman2008-10-251-2/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Fix minor doxygen nits.Reid Spencer2007-08-051-1/+1
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-7/+7
* If an archive is not recognized as an LLVM bytecode archive then declareReid Spencer2007-04-301-1/+2
* Make the LinkInFile and LinkInLibrary both return an indication of whetherReid Spencer2007-04-041-2/+3
* Minor style fixes from review.Reid Spencer2006-11-111-1/+3
* For PR998:Reid Spencer2006-11-111-2/+3
* Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner2006-02-221-1/+1
* For PR521:Reid Spencer2006-01-101-2/+4
* more standards compliance (damn, I can't wait for unordered_set (tee hee)Duraid Madina2005-12-261-0/+1
* Adjust the constructor to the Linker class to take an argument that namesReid Spencer2005-12-131-1/+5
* Remove trailing whitespaceMisha Brukman2005-04-211-52/+52
* Completely rewrite the interface to be class basedReid Spencer2004-12-131-107/+259
* Fix PR139: \Reid Spencer2004-12-051-0/+37
* Make the comment for LinkFiles a bit more precise and easily understood.Reid Spencer2004-11-161-3/+4
* Document this as clobbering the second arg, make the second arg be non-constChris Lattner2004-11-161-5/+7
* Interface to Linker (revised/expanded from Support/Linker.h)Reid Spencer2004-11-141-10/+70
* Moved from include/llvm/Support/Linker.hReid Spencer2004-11-141-3/+3
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Update header after moving fileChris Lattner2002-05-071-4/+3
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-1/+1