This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from bd884098a [COFF] Fix SECTION and SECREL relocation handling for absolut [...]
new 2f3328dcc Add a ThinLTO cache policy for controlling the maximum cache [...]
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/ELF/lto/cache.ll | 11 +++++++++++
1 file changed, 11 insertions(+)
--
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 glibc.
from b87d47396f resolv/res_libc.c: Reformat to GNU style
new bc0382ae90 x86-64: Fix comment typo in memcmp-avx2-movbe.S
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:
ChangeLog | 4 ++++
sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S | 2 +-
2 files changed, 5 insertions(+), 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 36e5ba3f322 Add a BinarySubstreamRef, and a method to read one.
new 1e5c31d7ad5 [Hexagon] Handle decreasing of stack alignment in frame lowering
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/Hexagon/HexagonFrameLowering.cpp | 19 +++++++++--
lib/Target/Hexagon/HexagonFrameLowering.h | 2 ++
lib/Target/Hexagon/HexagonRegisterInfo.cpp | 30 +++++++++++++++++
lib/Target/Hexagon/HexagonRegisterInfo.h | 2 ++
test/CodeGen/Hexagon/stack-align-reset.ll | 51 +++++++++++++++++++++++++++++
5 files changed, 102 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/Hexagon/stack-align-reset.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 clang.
from 289dbf7f13 Sort the autocomplete candidates before printing them out.
new e69da60ae2 test: fix negative test case
new 24989b1838 docs: Add documentation for the ThinLTO cache pruning policy [...]
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:
docs/ThinLTO.rst | 32 ++++++++++++++++++++++++++++++++
test/Driver/nozlibcompress.c | 4 ++--
2 files changed, 34 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 7d0b44e1561 GlobalISel: remove G_SEQUENCE instruction.
new d9be98a70d9 Remove trailing whitespace. NFCI.
new 36e5ba3f322 Add a BinarySubstreamRef, and a method to read one.
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/Support/BinaryStreamReader.h | 9 +++++++++
include/llvm/Support/BinaryStreamRef.h | 5 +++++
lib/Support/BinaryStreamReader.cpp | 6 ++++++
lib/Target/X86/X86ISelLowering.cpp | 2 +-
4 files changed, 21 insertions(+), 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 binutils-gdb.
from 4aa57d6a2b [AArch64] Fix typo in comments on relocation name
new 94f78a777c RISC-V: Error, don't warn, for shfit amounts/CSRs
new 9bdfdbf929 RISC-V: Fix SLTI disassembly
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:
gas/ChangeLog | 5 +++++
gas/config/tc-riscv.c | 16 ++++++++--------
opcodes/ChangeLog | 5 +++++
opcodes/riscv-opc.c | 4 ++--
4 files changed, 20 insertions(+), 10 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 dd1f27e281a [SystemZ] Remove unnecessary serialization before volatile loads
new 910c8cc5329 [InlineCost] Do not take INT_MAX when Cost is negative
new 5e24d2fee2b GlobalISel: convert buildSequence to use non-deprecated ins [...]
new 7d0b44e1561 GlobalISel: remove G_SEQUENCE instruction.
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:
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 31 +++-------
include/llvm/Target/GenericOpcodes.td | 9 ---
include/llvm/Target/TargetOpcodes.def | 2 -
lib/Analysis/InlineCost.cpp | 16 +++--
lib/CodeGen/GlobalISel/IRTranslator.cpp | 2 +-
lib/CodeGen/GlobalISel/Legalizer.cpp | 70 ----------------------
lib/CodeGen/GlobalISel/LegalizerInfo.cpp | 3 +-
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 34 ++++++++---
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 4 --
.../AArch64/GlobalISel/arm64-irtranslator.ll | 24 ++++++--
test/CodeGen/AArch64/GlobalISel/call-translator.ll | 2 +-
.../AArch64/GlobalISel/legalize-combines.mir | 50 ++++------------
test/CodeGen/AArch64/GlobalISel/no-regclass.mir | 4 +-
test/CodeGen/ARM/GlobalISel/arm-irtranslator.ll | 7 ++-
test/Transforms/Inline/AArch64/switch.ll | 37 ++++++++++++
15 files changed, 119 insertions(+), 176 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 glibc.
from b1e7c13cc5 resolv: Clean up declarations of the __res_initstamp variable
new b87d47396f resolv/res_libc.c: Reformat to GNU style
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:
ChangeLog | 4 ++
resolv/res_libc.c | 153 ++++++++++++++++++++++++++++++------------------------
2 files changed, 90 insertions(+), 67 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 2e376e459d7 * doc/contrib.texi: Add entry for Steven Pemberton's work [...]
new 22deed0d6aa compiler: add go:notinheap magic comment
new 7323f700290 runtime: don't crash if no p in kickoff
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:
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 14 +++++++++++
gcc/go/gofrontend/expressions.h | 3 +++
gcc/go/gofrontend/lex.cc | 5 ++++
gcc/go/gofrontend/lex.h | 3 ++-
gcc/go/gofrontend/parse.cc | 52 +++++++++++++++++++++++++++++-----------
gcc/go/gofrontend/parse.h | 12 +++++-----
gcc/go/gofrontend/types.cc | 49 +++++++++++++++++++++++++++++++++++++
gcc/go/gofrontend/types.h | 39 +++++++++++++++++++++++++++++-
gcc/go/gofrontend/wb.cc | 22 +++++++++++++++++
libgo/go/runtime/proc.go | 18 ++++++++++++++
11 files changed, 196 insertions(+), 23 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 gcc-7-branch
in repository gcc.
from 8289da53794 PR c++/81187 fix -Wnoexcept-type entry in manual
new c144f82e289 [ARM] Rename FPSCR builtins to correct names 2017-06-23 Th [...]
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 | 9 +++++++++
gcc/config/arm/arm-builtins.c | 4 ++--
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.target/arm/fpscr.c | 16 ++++++++++++++++
4 files changed, 34 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/fpscr.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.