This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from be6a92dcf [MinGW] Don't autoexport anything from libmsvcrt or libucrtbase
new ee95f6ef9 Move MIPS-specific code from Symbols.cpp to MIPS.cpp.
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/Arch/Mips.cpp | 19 ++++++++++++++++++-
ELF/Symbols.cpp | 16 ----------------
ELF/Symbols.h | 3 ---
ELF/SyntheticSections.cpp | 2 +-
ELF/Target.h | 3 +++
5 files changed, 22 insertions(+), 21 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 635dc5b2e5 Update my e-mail address.
new 84d5321fdf 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-8.0-branch
in repository binutils-gdb.
from 989b59e329 Automatic date update in version.in
new 2d7deb4909 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_29-branch
in repository binutils-gdb.
from 686dd4c0d5 Automatic date update in version.in
new 369dcb261f 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 llvm.
from b67df9f5a06 [Support][Chrono] Use explicit cast of text output of time values.
new 0ffa8796b2c [DebugInfo] Unify logic to merge DILocations. NFC.
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/IR/DebugInfoMetadata.h | 18 +++++++-----------
lib/IR/DebugInfo.cpp | 20 +-------------------
lib/IR/DebugInfoMetadata.cpp | 27 +++++++++++++++++++++++++++
3 files changed, 35 insertions(+), 30 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 gcc.
from 9a0bd5be062 * gcc.target/i386/stack-check-12.c: Revert to initial vers [...]
new 79e3681d1c9 i386: Use reference of struct ix86_frame to avoid copy
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/ChangeLog | 7 +++++++
gcc/config/i386/i386.c | 9 +++------
2 files changed, 10 insertions(+), 6 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 790be31f8c5 InstCombine: salvage the debug info of DCE'ed add instructions.
new b67df9f5a06 [Support][Chrono] Use explicit cast of text output of time values.
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:
lib/Support/Chrono.cpp | 6 +++---
1 file changed, 3 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 llvm.
from e209a1a12de Revert r317510 "[InstCombine] Pull shifts through a select [...]
new 618cf290880 [ValueTracking] readonly (const) is a requirement for conve [...]
new 490bc3940dd [X86] Make FeatureAVX512 imply FeatureFMA.
new acf8758c20c [X86] Make FeatureAVX512 imply FeatureF16C.
new 790be31f8c5 InstCombine: salvage the debug info of DCE'ed add instructions.
The 4 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:
lib/Analysis/ValueTracking.cpp | 4 +-
lib/Target/X86/X86.td | 14 +-
lib/Target/X86/X86ISelLowering.cpp | 3 +-
lib/Target/X86/X86InstrAVX512.td | 29 -
lib/Target/X86/X86InstrInfo.td | 1 -
lib/Target/X86/X86Subtarget.h | 2 +-
lib/Transforms/Utils/Local.cpp | 35 +-
test/CodeGen/X86/vec_fp_to_int.ll | 74 +-
test/CodeGen/X86/vector-half-conversions.ll | 2718 ++++++++------------------
test/Transforms/InstCombine/debuginfo_add.ll | 108 +
test/Transforms/SLPVectorizer/X86/call.ll | 45 +-
11 files changed, 955 insertions(+), 2078 deletions(-)
create mode 100644 test/Transforms/InstCombine/debuginfo_add.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 gcc.
from 774d14bdc56 Update comment in tree-vrp.h
new 9a0bd5be062 * gcc.target/i386/stack-check-12.c: Revert to initial vers [...]
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 | 5 +++++
gcc/testsuite/gcc.target/i386/stack-check-12.c | 6 +++---
2 files changed, 8 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 llvm.
from 2c99ae89abb Revert r316064 "Fix the incorrect detection of ICONV_LIBRARY_PATH"
new e209a1a12de Revert r317510 "[InstCombine] Pull shifts through a select [...]
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:
lib/Transforms/InstCombine/InstCombineShifts.cpp | 109 +++-------
test/Transforms/InstCombine/shift.ll | 260 -----------------------
2 files changed, 27 insertions(+), 342 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.