index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Linker
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor cleanup. No need to explicitly tell the compiler the template arguments.
Chris Lattner
2005-02-13
1
-3
/
+2
*
Print something useful for gccld -v with an archive.
Chris Lattner
2005-02-13
1
-0
/
+2
*
Allow globals to be of different const'nesses when we link.
Chris Lattner
2005-02-12
1
-8
/
+2
*
Remove un-needed #includes.
Reid Spencer
2004-12-20
1
-3
/
+1
*
Fix a compile error. config.h is now needed because DataTypes.h doesn't
Reid Spencer
2004-12-16
1
-0
/
+1
*
* Fix header block.
Reid Spencer
2004-12-13
1
-8
/
+8
*
Add missing space in a comment.
Reid Spencer
2004-12-13
1
-1
/
+1
*
Fix header and function comments.
Reid Spencer
2004-12-13
1
-14
/
+6
*
This file contains basic Linker facilities needed by all tools
Reid Spencer
2004-12-13
1
-0
/
+166
*
Make LinkModules a static member function
Reid Spencer
2004-12-13
1
-1
/
+2
*
This file contains only the Linker's library linking support
Reid Spencer
2004-12-13
1
-0
/
+70
*
For PR351: \
Reid Spencer
2004-12-13
1
-122
/
+12
*
This file contains only the Linker's file linking support
Reid Spencer
2004-12-13
1
-0
/
+89
*
For PR351: \
Reid Spencer
2004-12-13
1
-284
/
+32
*
Make sure to link the target-triple as well, so it ends up in the .llvm.bc file
Chris Lattner
2004-12-10
1
-1
/
+6
*
Turn this error back into a warning, fixing the povray regression
Chris Lattner
2004-12-08
1
-2
/
+2
*
Revert this disgusting hack, John has a much nicer solution
Chris Lattner
2004-12-08
1
-23
/
+0
*
Add a disgusting hack to work around a libstdc++ issue. This code should
Chris Lattner
2004-12-08
1
-0
/
+23
*
Fix PR139: \
Reid Spencer
2004-12-05
1
-0
/
+159
*
Fix linkage of mismatched weak globals. This unbreaks 300.twolf
Chris Lattner
2004-12-04
1
-0
/
+2
*
Significantly rework linker support for global variables, allowing it to
Chris Lattner
2004-12-03
1
-84
/
+101
*
PR466:
Reid Spencer
2004-12-02
1
-41
/
+54
*
Revert version 1.39. It breaks the ordering of the library processing.
Reid Spencer
2004-11-30
1
-8
/
+1
*
Shared library extension is now in LTDL_SHLIB_EXT
Reid Spencer
2004-11-29
1
-2
/
+2
*
Implement dependent library linking. It is no longer required that -lstdc++
Reid Spencer
2004-11-25
1
-1
/
+8
*
Remove blank comment lines for uniformity.
Reid Spencer
2004-11-25
1
-25
/
+2
*
Eliminate unsightly ;;
Reid Spencer
2004-11-19
1
-1
/
+1
*
Reduce the amount of work in LinkInArchive by not searching the archive for
Reid Spencer
2004-11-19
1
-10
/
+36
*
Don't increment a dead iterator
Chris Lattner
2004-11-16
1
-3
/
+2
*
Simplify the remapper by only needing one map, since the body of the functions
Chris Lattner
2004-11-16
1
-43
/
+31
*
Take advantage of the fact that we are allowed to clobber the input module
Chris Lattner
2004-11-16
1
-26
/
+8
*
Per code review:\
Reid Spencer
2004-11-16
1
-11
/
+13
*
The second arg may be clobbered by this function
Chris Lattner
2004-11-16
1
-1
/
+1
*
use an autoptr
Chris Lattner
2004-11-16
1
-7
/
+3
*
Remove a forgotten debug output line.
Reid Spencer
2004-11-14
1
-1
/
+0
*
Linker.h moved to include/llvm from include/llvm/Support.
Reid Spencer
2004-11-14
1
-2
/
+1
*
Linker.h has a new home.
Reid Spencer
2004-11-14
1
-1
/
+0
*
Don't bother with a re-linked library, ensure archive library is built.
Reid Spencer
2004-11-14
1
-0
/
+2
*
*Adjust prototypes for public interface. *Rewrite LinkInArchive to use symbol...
Reid Spencer
2004-11-14
1
-65
/
+41
*
Makefile for lib/Linker
Reid Spencer
2004-11-12
1
-0
/
+13
*
This file originated in lib/VMCore/Linker.cpp but now lives in
Reid Spencer
2004-11-12
1
-1
/
+1
*
This file originated in tools/gccld/Linker.cpp but now lives in
Reid Spencer
2004-11-12
1
-1
/
+1
*
Output the program name (in this case, gccld) with warning about invalid files
Misha Brukman
2004-11-09
1
-1
/
+2
*
Don't silently ignore invalid files: tell the user!
Misha Brukman
2004-11-08
1
-0
/
+2
*
Stop propagating method names that violate the coding standard
Reid Spencer
2004-11-05
1
-3
/
+3
*
Add support for undef and unreachable
Chris Lattner
2004-10-16
1
-1
/
+1
*
Make sure the const bit gets inherited correctly when linking declarations
Chris Lattner
2004-10-05
1
-1
/
+15
*
Implement support for dependent libraries. The "source" module's dependent
Reid Spencer
2004-09-11
1
-0
/
+21
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-4
/
+4
*
Fix a nasty bug that Nate ran into. In particular, instead of emitting a 2+MB
Chris Lattner
2004-08-21
1
-6
/
+13
[next]