This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fortran-dev
in repository gcc.
from 5650a28 2016-09-10 Paul Thomas <pault(a)gcc.gnu.org>
new 3671d3f 2016-09-20 Tobias Burnus <burnus(a)net-b.de>
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:
libgfortran/ChangeLog.fortran-dev | 7 +++
libgfortran/Makefile.am | 3 +-
libgfortran/Makefile.in | 104 +++++++++++++++++++++++---------------
libgfortran/generated/shape_i1.c | 4 +-
libgfortran/generated/shape_i2.c | 4 +-
5 files changed, 74 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 e4f1232 [X86][SSE] Regenerate multiple combine tests
new a93f61a GlobalISel: split aggregates for PCS 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:
include/llvm/CodeGen/GlobalISel/CallLowering.h | 11 +-
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 2 +-
lib/CodeGen/GlobalISel/CallLowering.cpp | 3 +-
lib/CodeGen/GlobalISel/IRTranslator.cpp | 1 -
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 3 +-
lib/CodeGen/GlobalISel/MachineLegalizeHelper.cpp | 6 +-
lib/Target/AArch64/AArch64CallLowering.cpp | 165 ++++++++++++++++-----
lib/Target/AArch64/AArch64CallLowering.h | 12 +-
test/CodeGen/AArch64/GlobalISel/call-translator.ll | 50 +++++++
9 files changed, 199 insertions(+), 54 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 d4ed4da ld: Fix mistake in ChangeLog
new 9f7efd5 ppc: Fix record support of Store String Word instructions
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/ChangeLog | 5 +++++
gdb/rs6000-tdep.c | 10 +++++++---
2 files changed, 12 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 2f8a2ea PR middle-end/77624 * builtins.c (fold_builtin_atomic_alway [...]
new 0d49d83 PR libstdc++/77619 * include/bits/stl_construct.h: (_Constr [...]
new 59934ea PR c++/77637 * parser.c (cp_parser_std_attribute_list): Rej [...]
new 7e67c6d PR c++/77638 * parser.c (cp_parser_template_declaration_aft [...]
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:
gcc/cp/ChangeLog | 11 ++
gcc/cp/parser.c | 11 +-
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/g++.dg/cpp0x/gen-attrs-62.C | 5 +
gcc/testsuite/g++.dg/cpp0x/udlit-tmpl-arg-neg2.C | 7 +
libstdc++-v3/ChangeLog | 27 +++
libstdc++-v3/include/bits/stl_construct.h | 45 +++++
libstdc++-v3/include/bits/stl_uninitialized.h | 185 +++++++++++++++++----
.../memory_management_tools/1.cc | 183 ++++++++++++++++++++
9 files changed, 447 insertions(+), 33 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/gen-attrs-62.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/udlit-tmpl-arg-neg2.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 clang.
from 93cce01 [analyzer] Calculate extent size for memory regions allocated [...]
new 956db38 [mips] MSA intrinsics header file
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/Headers/CMakeLists.txt | 1 +
lib/Headers/msa.h | 583 ++++++++++++++++
test/CodeGen/builtins-mips-msa.c | 1409 +++++++++++++++++++-------------------
3 files changed, 1285 insertions(+), 708 deletions(-)
create mode 100644 lib/Headers/msa.h
--
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 0d6603b Move test to the correct directory. NFC.
new 575c141 Make tests less dependent on the exact layout.
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/arm-blx.s | 1 +
test/ELF/arm-branch.s | 1 +
test/ELF/arm-thumb-branch.s | 1 +
test/ELF/linkerscript/eh-frame-hdr.s | 4 +-
test/ELF/linkerscript/exclude-multiple.s | 12 +++---
test/ELF/linkerscript/filename-spec.s | 4 +-
test/ELF/linkerscript/fill.s | 2 +-
test/ELF/linkerscript/input-sec-dup.s | 8 ++--
test/ELF/linkerscript/merge-sections.s | 26 +++++++++----
test/ELF/linkerscript/sections-constraint.s | 22 +++++------
test/ELF/linkerscript/sections-keep.s | 50 ++++++++++++-------------
test/ELF/linkerscript/sections-padding.s | 8 ++--
test/ELF/linkerscript/sizeof.s | 12 +++---
test/ELF/linkerscript/sort-nested.s | 8 ++--
test/ELF/linkerscript/sort.s | 58 ++++++++++++++---------------
test/ELF/linkerscript/symbol-assignexpr.s | 4 +-
test/ELF/linkerscript/symbols.s | 2 +-
test/ELF/linkerscript/wildcards.s | 46 +++++++++++------------
test/ELF/linkerscript/wildcards2.s | 8 ++--
19 files changed, 145 insertions(+), 132 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 c091990 move variables closer to their uses; add FIXMEs; NFC
new e4f1232 [X86][SSE] Regenerate multiple combine tests
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/X86/combine-multiplies.ll | 105 +++++++++++++++++----------------
1 file changed, 55 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 lld.
from 9c20c96 Remove empty section commands.
new 0d6603b Move test to the correct directory. 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:
test/ELF/{ => linkerscript}/wildcards.s | 0
test/ELF/{ => linkerscript}/wildcards2.s | 0
2 files changed, 0 insertions(+), 0 deletions(-)
rename test/ELF/{ => linkerscript}/wildcards.s (100%)
rename test/ELF/{ => linkerscript}/wildcards2.s (100%)
--
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 412e71b [AMDGPU][mc] Add regression tests for Bug 28168
new c091990 move variables closer to their uses; add FIXMEs; 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/Analysis/InstructionSimplify.cpp | 20 ++++++++++----------
1 file changed, 10 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 compiler-rt.
from d1742d2 tsan: check more addresses in CheckShadowMapping
new 2bc83b9 [XRay] ARM 32-bit no-Thumb support in compiler-rt
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:
cmake/config-ix.cmake | 2 +-
lib/sanitizer_common/scripts/gen_dynamic_list.py | 3 +-
lib/xray/CMakeLists.txt | 8 ++
lib/xray/xray_arm.cc | 131 +++++++++++++++++++++
lib/xray/xray_inmemory_log.cc | 52 ++++++++-
lib/xray/xray_interface.cc | 141 +++++------------------
lib/xray/xray_interface_internal.h | 22 ++++
lib/xray/xray_trampoline_arm.S | 65 +++++++++++
lib/xray/xray_x86_64.cc | 116 +++++++++++++++++++
9 files changed, 423 insertions(+), 117 deletions(-)
create mode 100644 lib/xray/xray_arm.cc
create mode 100644 lib/xray/xray_trampoline_arm.S
create mode 100644 lib/xray/xray_x86_64.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.