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 3d99e817a9 Import setenv and unsetenv from gnulib
new 2e1e43e140 Re-indent the code
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:
gdb/gdbserver/ChangeLog | 4 ++++
gdb/gdbserver/linux-x86-low.c | 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 72f54aa84f9 [DWARF] - Rename variable. NFC.
new e9e97c867a1 [ARM] Tidy up ARMBaseRegisterInfo implementation. 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/Target/ARM/ARMBaseRegisterInfo.cpp | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 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 a074796714 Automatic date update in version.in
new 3d99e817a9 Import setenv and unsetenv from gnulib
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:
gdb/gnulib/aclocal.m4 | 2 +
gdb/gnulib/config.in | 35 ++++
gdb/gnulib/configure | 391 ++++++++++++++++++++++++++++++++++-
gdb/gnulib/import/Makefile.am | 20 +-
gdb/gnulib/import/Makefile.in | 12 +-
gdb/gnulib/import/m4/environ.m4 | 47 +++++
gdb/gnulib/import/m4/gnulib-cache.m4 | 4 +-
gdb/gnulib/import/m4/gnulib-comp.m4 | 20 ++
gdb/gnulib/import/m4/setenv.m4 | 160 ++++++++++++++
gdb/gnulib/import/setenv.c | 390 ++++++++++++++++++++++++++++++++++
gdb/gnulib/import/unsetenv.c | 127 ++++++++++++
gdb/gnulib/update-gnulib.sh | 2 +
12 files changed, 1201 insertions(+), 9 deletions(-)
create mode 100644 gdb/gnulib/import/m4/environ.m4
create mode 100644 gdb/gnulib/import/m4/setenv.m4
create mode 100644 gdb/gnulib/import/setenv.c
create mode 100644 gdb/gnulib/import/unsetenv.c
--
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 33dd96a2733 This patch completely replaces the scheduling information f [...]
new 72f54aa84f9 [DWARF] - Rename variable. 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/DWARFContext.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 gcc.
from f25d7d1e5a0 [arm] Fix warning in parsecpu.awk
new 056f86e82ed gcc/ Better ISR prologues by supporting GASes __gcc_isr ps [...]
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 | 47 +++++
gcc/common/config/avr/avr-common.c | 1 +
gcc/config.in | 8 +
gcc/config/avr/avr-passes.def | 9 +-
gcc/config/avr/avr-protos.h | 1 +
gcc/config/avr/avr.c | 318 +++++++++++++++++++++++++++-----
gcc/config/avr/avr.h | 20 ++
gcc/config/avr/avr.md | 39 ++++
gcc/config/avr/avr.opt | 4 +
gcc/config/avr/gen-avr-mmcu-specs.c | 5 +
gcc/config/avr/specs.h | 1 +
gcc/configure | 38 ++++
gcc/configure.ac | 10 +
gcc/doc/extend.texi | 29 +++
gcc/doc/invoke.texi | 15 +-
gcc/testsuite/gcc.target/avr/isr-test.h | 4 +-
16 files changed, 501 insertions(+), 48 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 505b8a7283b [DWARF] - Remove unused variables. NFC.
new 33dd96a2733 This patch completely replaces the scheduling information f [...]
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/X86/X86SchedSandyBridge.td | 2472 +++++++++++++++++++-
test/CodeGen/X86/avx-schedule.ll | 408 ++--
.../extractelement-legalization-store-ordering.ll | 22 +-
test/CodeGen/X86/fp128-i128.ll | 2 +-
test/CodeGen/X86/gather-addresses.ll | 16 +-
test/CodeGen/X86/recip-fastmath.ll | 46 +-
test/CodeGen/X86/recip-fastmath2.ll | 70 +-
test/CodeGen/X86/sse-schedule.ll | 248 +-
test/CodeGen/X86/sse2-schedule.ll | 598 ++---
test/CodeGen/X86/sse3-schedule.ll | 48 +-
test/CodeGen/X86/sse41-schedule.ll | 222 +-
test/CodeGen/X86/sse42-schedule.ll | 38 +-
test/CodeGen/X86/ssse3-schedule.ll | 74 +-
13 files changed, 3338 insertions(+), 926 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 97032951ad9 gcc/ Move jump-tables out of .text again. PR target/81075 [...]
new f25d7d1e5a0 [arm] Fix warning in parsecpu.awk
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 | 10 +++++-----
gcc/config/arm/parsecpu.awk | 2 +-
2 files changed, 6 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 8c3ce14ba82 [GlobalISel][X86] Support G_LOAD/G_STORE i1.
new 505b8a7283b [DWARF] - Remove unused variables. 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/DWARFContext.cpp | 8 ++------
1 file changed, 2 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 77954ced1a8 [GlobalISel][X86] extend G_ZEXT support.
new 8c3ce14ba82 [GlobalISel][X86] Support G_LOAD/G_STORE i1.
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/X86/X86LegalizerInfo.cpp | 2 ++
.../X86/GlobalISel/legalize-memop-scalar.mir | 10 ++++++++++
test/CodeGen/X86/GlobalISel/memop-scalar-x32.ll | 22 ++++++++++++++++++++++
test/CodeGen/X86/GlobalISel/memop-scalar.ll | 20 ++++++++++++++++++++
4 files changed, 54 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 llvm.
from 9086ed9db01 fix formatting; NFC
new d6a9e4a5f3b [docs] NFC: Fix links in the tutorial
new 77954ced1a8 [GlobalISel][X86] extend G_ZEXT support.
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/tutorial/BuildingAJIT1.rst | 8 +-
docs/tutorial/BuildingAJIT2.rst | 4 +-
docs/tutorial/LangImpl02.rst | 2 +-
docs/tutorial/LangImpl03.rst | 6 +-
docs/tutorial/LangImpl04.rst | 2 +-
docs/tutorial/LangImpl05.rst | 4 +-
docs/tutorial/LangImpl06.rst | 4 +-
docs/tutorial/OCamlLangImpl5.rst | 2 +-
lib/Target/X86/X86InstructionSelector.cpp | 45 +++----
lib/Target/X86/X86LegalizerInfo.cpp | 8 +-
test/CodeGen/X86/GlobalISel/ext.ll | 36 ++++++
test/CodeGen/X86/GlobalISel/legalize-ext.mir | 171 ++++++++++++++++++++++++++-
test/CodeGen/X86/GlobalISel/select-ext.mir | 64 ++++++++++
13 files changed, 315 insertions(+), 41 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.