Changes in directory llvm/tools/gccld:
gccld.cpp updated: 1.115 -> 1.116
---
Log message:
shutdown the app when done.
---
Diffs of the changes: (+3 -1)
gccld.cpp |4 +++-
1 files changed, 3 insertions(+), 1 deletion(-)
Index: llvm/tools/gccld/gccld.cpp
diff -u llvm/tools/gccld/gccld.
Changes in directory llvm/tools/gccld:
gccld.cpp updated: 1.113 -> 1.114
---
Log message:
make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.
With this change, I can now move -stats to print when llvm_shutdown is called.
---
Diffs of the changes: (+2 -0)
gccld.cp
Changes in directory llvm/tools/gccld:
gccld.cpp updated: 1.112 -> 1.113
---
Log message:
Remove extra header.
---
Diffs of the changes: (+0 -1)
gccld.cpp |1 -
1 files changed, 1 deletion(-)
Index: llvm/tools/gccld/gccld.cpp
diff -u llvm/tools/gccld/gccld.cpp:1.112 llvm/tools/gccld/
Changes in directory llvm/tools/gccld:
gccld.cpp updated: 1.110 -> 1.111
---
Log message:
- Fixed broken Win32 build
- Removed warning about clobbered parameter in Bytecode/Reader
---
Diffs of the changes: (+10 -5)
gccld.cpp | 15 ++-
1 files changed, 10 insertions(+), 5 dele
Changes in directory llvm/tools/gccld:
gccld.cpp updated: 1.109 -> 1.110
---
Log message:
For PR797: http://llvm.org/PR797 :
Change the Path::make*OnDisk methods exception free and adjust their usage.
---
Diffs of the changes: (+14 -4)
gccld.cpp | 18 ++
1 files changed,
Changes in directory llvm/tools/gccld:
gccld.cpp updated: 1.107 -> 1.108
---
Log message:
For PR521: http://llvm.cs.uiuc.edu/PR521 :
With these patches we implement the ability for the Linker library to
keep track of which libraries were actually bytecode files (not archives)
and cause their u
Changes in directory llvm/tools/gccld:
gccld.cpp updated: 1.105 -> 1.106
---
Log message:
Remove -start-group and -end-group no-op options, accidentally committed
in last patch.
---
Diffs of the changes: (+0 -5)
gccld.cpp |5 -
1 files changed, 5 deletions(-)
Index: llvm/tools/g
Changes in directory llvm/tools/gccld:
gccld.cpp updated: 1.104 -> 1.105
---
Log message:
Adjust the constructor to the Linker class to take an argument that names
the module being constructed. This is used to correctly name the module.
Previously the name of the linker tool was used which prod
Changes in directory llvm/tools/gccld:
gccld.cpp updated: 1.103 -> 1.104
---
Log message:
Allow users to specify -Wl,-native* multiple times if they please
---
Diffs of the changes: (+2 -2)
gccld.cpp |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/tools/gccld/gc