index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Linker.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make it possible to use the linker without destroying the source module. This...
Tanya Lattner
2011-10-11
1
-3
/
+9
*
Remove obsolete comments about throwing exceptions.
Dan Gohman
2010-09-02
1
-1
/
+0
*
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
1
-1
/
+1
*
Pass StringRef by value.
Daniel Dunbar
2009-11-06
1
-9
/
+9
*
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
Chris Lattner
2009-08-23
1
-6
/
+6
*
Make LLVMContext and LLVMContextImpl classes instead of structs.
Benjamin Kramer
2009-08-11
1
-1
/
+1
*
Factor some of the constants+context related code out into a separate header,...
Owen Anderson
2009-08-04
1
-1
/
+1
*
Fix some comments referring to std::cerr.
Daniel Dunbar
2009-08-03
1
-5
/
+5
*
Finish migrating VMCore to StringRef/Twine based APIs.
Daniel Dunbar
2009-07-25
1
-9
/
+9
*
Make the use of const with respect to LLVMContext sane. Hopefully this is th...
Owen Anderson
2009-07-01
1
-2
/
+2
*
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
1
-2
/
+2
*
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2009-07-01
1
-0
/
+3
*
* Alphabetized system headers per the style guide
Misha Brukman
2009-01-02
1
-1
/
+1
*
Make comments and code for QuietWarnings and QuietErrors
Dan Gohman
2008-10-25
1
-2
/
+2
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Fix minor doxygen nits.
Reid Spencer
2007-08-05
1
-1
/
+1
*
Here is the bulk of the sanitizing.
Gabor Greif
2007-07-05
1
-7
/
+7
*
If an archive is not recognized as an LLVM bytecode archive then declare
Reid Spencer
2007-04-30
1
-1
/
+2
*
Make the LinkInFile and LinkInLibrary both return an indication of whether
Reid Spencer
2007-04-04
1
-2
/
+3
*
Minor style fixes from review.
Reid Spencer
2006-11-11
1
-1
/
+3
*
For PR998:
Reid Spencer
2006-11-11
1
-2
/
+3
*
Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
Chris Lattner
2006-02-22
1
-1
/
+1
*
For PR521:
Reid Spencer
2006-01-10
1
-2
/
+4
*
more standards compliance (damn, I can't wait for unordered_set (tee hee)
Duraid Madina
2005-12-26
1
-0
/
+1
*
Adjust the constructor to the Linker class to take an argument that names
Reid Spencer
2005-12-13
1
-1
/
+5
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-52
/
+52
*
Completely rewrite the interface to be class based
Reid Spencer
2004-12-13
1
-107
/
+259
*
Fix PR139: \
Reid Spencer
2004-12-05
1
-0
/
+37
*
Make the comment for LinkFiles a bit more precise and easily understood.
Reid Spencer
2004-11-16
1
-3
/
+4
*
Document this as clobbering the second arg, make the second arg be non-const
Chris Lattner
2004-11-16
1
-5
/
+7
*
Interface to Linker (revised/expanded from Support/Linker.h)
Reid Spencer
2004-11-14
1
-10
/
+70
*
Moved from include/llvm/Support/Linker.h
Reid Spencer
2004-11-14
1
-3
/
+3
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+5
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
1
-0
/
+7
*
Standardize header file comments
Chris Lattner
2003-09-30
1
-1
/
+1
*
Update header after moving file
Chris Lattner
2002-05-07
1
-4
/
+3
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-1
/
+1
*
Remove unneccesary function prototypes
Chris Lattner
2001-10-28
1
-17
/
+2
*
Add support for name mangling.
Vikram S. Adve
2001-10-28
1
-1
/
+18
*
New module linking functionality prototype
Chris Lattner
2001-10-13
1
-0
/
+20