summaryrefslogtreecommitdiff
path: root/include/llvm/Linker.h
Commit message (Expand)AuthorAge
* 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
* Add support for name mangling.Vikram S. Adve2001-10-28
* New module linking functionality prototypeChris Lattner2001-10-13