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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fix another minor problem that exists if you ahve multiple functions with
Chris Lattner
2004-08-04
1
-15
/
+18
*
Fix a typeo
Chris Lattner
2004-08-04
1
-1
/
+1
*
Fix a major regression in my previous checkin
Chris Lattner
2004-08-04
1
-0
/
+4
*
Stop using getValues().
Alkis Evlogimenos
2004-08-04
1
-12
/
+10
*
FindGlobalNamed used to take 2.92s out of 8.39s running a profile build of
Chris Lattner
2004-08-04
1
-53
/
+36
*
I swear I compiled this, really I did.
Chris Lattner
2004-08-04
1
-1
/
+1
*
Factor some code out, no substantial change.
Chris Lattner
2004-08-04
1
-18
/
+26
*
Concisify some code
Chris Lattner
2004-08-04
1
-24
/
+16
*
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
1
-1
/
+1
*
bug 122:
Reid Spencer
2004-07-17
1
-7
/
+4
*
- #include <iostream> since its not in Value.h any more.
Reid Spencer
2004-07-04
1
-1
/
+3
*
Linker.h moved to include/llvm/Support
Misha Brukman
2004-06-23
1
-1
/
+1
*
Linker.h moved to include/llvm/Support
Misha Brukman
2004-06-23
1
-1
/
+1
*
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-06-17
1
-2
/
+2
*
Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us
Chris Lattner
2004-06-02
1
-4
/
+4
*
Header file moved
Chris Lattner
2004-05-27
1
-1
/
+1
[next]