This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from e022a2c29 s/uncompress/decompress/g.
new ae216d5ba Remove 'z' in .zdebug when decompressing a section.
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/InputSection.cpp | 11 ++++++++-
ELF/Writer.cpp | 5 -----
test/ELF/Inputs/gdb-index.s | 8 +++----
test/ELF/gdb-index.s | 54 +++++++++++++++++++++++++++------------------
4 files changed, 47 insertions(+), 31 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 4321cf65af1 [LSR] Avoid UB overflow when examining reuse opportunities
new 3bbbdc333c2 Simplify switch statement (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:
lib/DebugInfo/DWARF/SyntaxHighlighting.cpp | 8 +++-----
1 file changed, 3 insertions(+), 5 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 clang.
from 44ca936342 [AArch64] Fixes for ARMv8.2-A FP16 scalar intrinsic - clang portion
new 6187d33bf2 [analyzer] [tests] Fix a typo in analyzer testing script.
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:
utils/analyzer/SATestBuild.py | 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 0d25ba137fc [WebAssembly] Fix casting MCSymbol to MCSymbolWasm on ELF
new 4321cf65af1 [LSR] Avoid UB overflow when examining reuse opportunities
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/Scalar/LoopStrengthReduce.cpp | 5 +++++
.../X86/loop-strength-reduce-overflow-check.ll | 26 ++++++++++++++++++++++
2 files changed, 31 insertions(+)
create mode 100644 test/CodeGen/X86/loop-strength-reduce-overflow-check.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 4bccfb2f7 Fixed extra ‘;’ warning
new e022a2c29 s/uncompress/decompress/g.
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/GdbIndex.cpp | 2 +-
ELF/InputSection.cpp | 12 ++++++------
ELF/InputSection.h | 6 +++---
ELF/SyntheticSections.cpp | 4 ++--
4 files changed, 12 insertions(+), 12 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 newlib.
from 283e0137c Cygwin: Fix x86 compiler warning
new 58f72783e Cygwin: Define MSPERSEC and fix USPERSEC comment
new 01c643e49 Cygwin: Drop HZ usage in favor of MSPERSEC and CLOCKS_PER_SEC
new e113d1268 Cygwin: /proc/<pid>/stat: Fix time handling
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:
winsup/cygwin/fhandler_proc.cc | 13 ++++-----
winsup/cygwin/fhandler_process.cc | 56 +++++++++++++++------------------------
winsup/cygwin/hires.h | 4 ++-
winsup/cygwin/net.cc | 4 +--
winsup/cygwin/sched.cc | 2 +-
winsup/cygwin/timer.cc | 3 ++-
winsup/cygwin/times.cc | 9 ++++---
7 files changed, 41 insertions(+), 50 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 9d75b0c4830 [DAG] make binops with undef operands consistent with IR
new 0d25ba137fc [WebAssembly] Fix casting MCSymbol to MCSymbolWasm on ELF
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/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 8 +++++---
1 file changed, 5 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 e985e4a8d3e [X86] Simplify X86DAGToDAGISel::matchBEXTRFromAnd by creati [...]
new 9d75b0c4830 [DAG] make binops with undef operands consistent with IR
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/CodeGen/SelectionDAG/SelectionDAG.cpp | 27 +++++++--------------------
test/CodeGen/Hexagon/tail-dup-subreg-map.ll | 8 ++++----
test/CodeGen/X86/pr13577.ll | 1 -
test/CodeGen/X86/pr33960.ll | 4 ++--
test/CodeGen/X86/undef-ops.ll | 17 ++++++++++++++---
5 files changed, 27 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 544c0e1180c 2018-02-12 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 1fb99fb68d2 * sv.po: Update.
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/po/ChangeLog | 4 +
gcc/po/sv.po | 392 ++++++++++++++++++++-----------------------------------
2 files changed, 148 insertions(+), 248 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 clang.
from ffa1466073 [DebugInfo] Update Checksum handling in CGDebugInfo
new 44ca936342 [AArch64] Fixes for ARMv8.2-A FP16 scalar intrinsic - clang portion
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/CodeGen/CGBuiltin.cpp | 115 +++++++++++++++++++++++----
test/CodeGen/aarch64-v8.2a-fp16-intrinsics.c | 78 ++++++++++--------
2 files changed, 145 insertions(+), 48 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.