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