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
/
lib
/
Linker
/
LinkItems.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix MemoryBuffer::getSTDIN to *not* return null if stdin is empty, this is a ...
Daniel Dunbar
2009-11-10
1
-3
/
+6
*
remove a redundant printout, LinkInArchive prints this as well.
Chris Lattner
2009-11-09
1
-1
/
+0
*
Pass StringRef by value.
Daniel Dunbar
2009-11-06
1
-1
/
+1
*
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
Chris Lattner
2009-08-23
1
-11
/
+11
*
Finish migrating VMCore to StringRef/Twine based APIs.
Daniel Dunbar
2009-07-25
1
-3
/
+3
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Edwin Török
2009-07-14
1
-2
/
+2
*
assert(0) -> LLVM_UNREACHABLE.
Edwin Török
2009-07-11
1
-2
/
+3
*
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2009-07-01
1
-1
/
+1
*
Emit an error when a library is not found. It is the GNU ld behavior and it i...
Lauro Ramos Venancio
2008-02-27
1
-1
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Improve error handling in the linker by:
Reid Spencer
2007-08-16
1
-6
/
+6
*
Ensure that error messages a propagated from calls to LinkInModule so they get
Reid Spencer
2007-08-16
1
-3
/
+4
*
Allow the filename "-" to be a place holder for stdin. This allows directing
Reid Spencer
2007-08-08
1
-0
/
+16
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+221