aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Linker.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unneccesary function prototypesChris Lattner2001-10-281-17/+2
* Add support for name mangling.Vikram S. Adve2001-10-281-1/+18
* New module linking functionality prototypeChris Lattner2001-10-131-0/+20