This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from cd48dd3 Update comments.
new 1e44e47 add the ability to call InitTargetOptionsFromCodeGenFlags fro [...]
new 777ca83 added missing files for r293965
new 492f2bd refactor COFF linker to use new LTO API
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
COFF/CMakeLists.txt | 1 +
COFF/Config.h | 2 +
COFF/Driver.cpp | 7 +
COFF/InputFiles.cpp | 97 +++++++------
COFF/InputFiles.h | 9 +-
{ELF => COFF}/LTO.cpp | 64 +++------
{ELF => COFF}/LTO.h | 12 +-
COFF/SymbolTable.cpp | 150 ++++++++-------------
COFF/SymbolTable.h | 13 +-
COFF/Symbols.cpp | 9 +-
COFF/Symbols.h | 78 +++++------
ELF/LTO.cpp | 2 +-
.../Version.h => Core/TargetOptionsCommandFlags.h} | 15 +--
lib/Core/CMakeLists.txt | 1 +
lib/Core/TargetOptionsCommandFlags.cpp | 28 ++++
test/COFF/lto-comdat.ll | 69 ++++------
test/COFF/lto-parallel.ll | 8 +-
test/COFF/weak-external.test | 2 +-
test/COFF/weak-external3.test | 2 +-
19 files changed, 247 insertions(+), 322 deletions(-)
copy {ELF => COFF}/LTO.cpp (64%)
copy {ELF => COFF}/LTO.h (80%)
copy include/lld/{Config/Version.h => Core/TargetOptionsCommandFlags.h} (50%)
create mode 100644 lib/Core/TargetOptionsCommandFlags.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 9b6da50 Fix "maintenance selftest" printing stray instructions
new 73dceb9 Automatic date update in version.in
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-7.12-branch
in repository binutils-gdb.
from 627ec2b Automatic date update in version.in
new 3984f24 Automatic date update in version.in
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_28-branch
in repository binutils-gdb.
from e9975f0 Automatic date update in version.in
new 01e16c3 Automatic date update in version.in
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 28987cb gcc/ChangeLog: * doc/invoke.texi (-maccumulate-args): [...]
new 30471c7 2017-02-02 Aaron Sawdey <acsawdey(a)linux.vnet.ibm.com>
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/sms-8.c | 3 +--
2 files changed, 5 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from aa57603 AMDGPU: Check if users of fneg can fold mods
new ce0fa7d llvm-readobj: fix next note entry calculation and print unkno [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
test/CodeGen/AMDGPU/runtime-metadata.ll | 8 +++++++-
tools/llvm-readobj/ELFDumper.cpp | 4 +++-
2 files changed, 10 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b074e3f [lto] added getCOFFWeakExternalFallback
new 5674a46 Revert "[ThinLTO] Add an auto-hide feature"
new aa57603 AMDGPU: Check if users of fneg can fold mods
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/IR/ModuleSummaryIndex.h | 10 +-
include/llvm/IR/ModuleSummaryIndexYAML.h | 2 +-
include/llvm/LTO/LTO.h | 8 +-
lib/Analysis/ModuleSummaryAnalysis.cpp | 12 +-
lib/Bitcode/Reader/BitcodeReader.cpp | 9 +-
lib/Bitcode/Writer/BitcodeWriter.cpp | 8 +-
lib/LTO/LTO.cpp | 26 +-
lib/LTO/ThinLTOCodeGenerator.cpp | 60 ++--
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 68 +++-
lib/Transforms/IPO/FunctionImport.cpp | 7 -
test/CodeGen/AMDGPU/fmul-2-combine-multi-use.ll | 10 +-
test/CodeGen/AMDGPU/fneg-combines.ll | 443 +++++++++++++++++++++++-
test/CodeGen/AMDGPU/frem.ll | 11 +-
test/CodeGen/AMDGPU/setcc-fneg-constant.ll | 5 +-
test/CodeGen/AMDGPU/v_mac_f16.ll | 109 +++---
test/ThinLTO/X86/Inputs/weak_autohide.ll | 6 -
test/ThinLTO/X86/deadstrip.ll | 7 +-
test/ThinLTO/X86/weak_autohide.ll | 24 --
18 files changed, 618 insertions(+), 207 deletions(-)
delete mode 100644 test/ThinLTO/X86/Inputs/weak_autohide.ll
delete mode 100644 test/ThinLTO/X86/weak_autohide.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 4c6d9cb Update for llvm change.
new cd48dd3 Update comments.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ELF/LinkerScript.cpp | 25 ++++++++++++++++++++++---
1 file changed, 22 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from ec4cb20 struct mi_interp: Remove unused fields
new b1ace6b Fix "maintenance selftest" printing stray instructions
new 9b6da50 Fix "maintenance selftest" printing stray instructions
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gdb/ChangeLog | 5 +++++
gdb/disasm-selftests.c | 3 +--
2 files changed, 6 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ea59150 [lto] add getLinkerOpts()
new b074e3f [lto] added getCOFFWeakExternalFallback
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/LTO/LTO.h | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.