summaryrefslogtreecommitdiff
path: root/include/llvm/Linker.h
AgeCommit message (Expand)AuthorFilesLines
2010-09-02Remove obsolete comments about throwing exceptions.Dan Gohman1-1/+0
2010-02-10Fix "the the" and similar typos.Dan Gohman1-1/+1
2009-11-06Pass StringRef by value.Daniel Dunbar1-9/+9
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner1-6/+6
2009-08-11Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer1-1/+1
2009-08-04Factor some of the constants+context related code out into a separate header,...Owen Anderson1-1/+1
2009-08-03Fix some comments referring to std::cerr.Daniel Dunbar1-5/+5
2009-07-25Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar1-9/+9
2009-07-01Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson1-2/+2
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson1-2/+2
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson1-0/+3
2009-01-02* Alphabetized system headers per the style guideMisha Brukman1-1/+1
2008-10-25Make comments and code for QuietWarnings and QuietErrorsDan Gohman1-2/+2
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner1-2/+2
2007-08-05Fix minor doxygen nits.Reid Spencer1-1/+1
2007-07-05Here is the bulk of the sanitizing.Gabor Greif1-7/+7
2007-04-30If an archive is not recognized as an LLVM bytecode archive then declareReid Spencer1-1/+2
2007-04-04Make the LinkInFile and LinkInLibrary both return an indication of whetherReid Spencer1-2/+3
2006-11-11Minor style fixes from review.Reid Spencer1-1/+3
2006-11-11For PR998:Reid Spencer1-2/+3
2006-02-22Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner1-1/+1
2006-01-10For PR521:Reid Spencer1-2/+4
2005-12-26more standards compliance (damn, I can't wait for unordered_set (tee hee)Duraid Madina1-0/+1
2005-12-13Adjust the constructor to the Linker class to take an argument that namesReid Spencer1-1/+5
2005-04-21Remove trailing whitespaceMisha Brukman1-52/+52
2004-12-13Completely rewrite the interface to be class basedReid Spencer1-107/+259
2004-12-05Fix PR139: \Reid Spencer1-0/+37
2004-11-16Make the comment for LinkFiles a bit more precise and easily understood.Reid Spencer1-3/+4
2004-11-16Document this as clobbering the second arg, make the second arg be non-constChris Lattner1-5/+7
2004-11-14Interface to Linker (revised/expanded from Support/Linker.h)Reid Spencer1-10/+70
2004-11-14Moved from include/llvm/Support/Linker.hReid Spencer1-3/+3
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-0/+5
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell1-0/+7
2003-09-30Standardize header file commentsChris Lattner1-1/+1
2002-05-07Update header after moving fileChris Lattner1-4/+3
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner1-1/+1
2001-10-28Remove unneccesary function prototypesChris Lattner1-17/+2
2001-10-28Add support for name mangling.Vikram S. Adve1-1/+18
2001-10-13New module linking functionality prototypeChris Lattner1-0/+20