aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Linker.h
Commit message (Expand)AuthorAgeFilesLines
* 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