This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from a65a2a03a8 [clang-format] Add ext/ to google include categories
new 1a2e48066b [mips] Accept but ignore -m(no-)branch-likely
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/clang/Driver/Options.td | 4 ++++
test/Driver/mips-features.c | 10 ++++++++++
2 files changed, 14 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 ac9a500e738 [dwarfdump] Skip 'stripped' sections
new 91716b55745 [Hexagon] Fix initialization of HexagonSubtarget
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/HexagonSubtarget.cpp | 54 +++++++++++----------------------
lib/Target/Hexagon/HexagonSubtarget.h | 2 --
2 files changed, 18 insertions(+), 38 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 00956d3a8a Fix incorrect register mask.
new 262c0a877f Fix an assertion failure when parsing a fuzzed x86_64 ELF binary.
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/ChangeLog | 7 +++++++
bfd/elf64-x86-64.c | 3 ++-
2 files changed, 9 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 clang.
from 597065b960 Fix TBAA information for reference accesses
new 9d282e4059 [OpenMP] Add an additional test for D34888
new a65a2a03a8 [clang-format] Add ext/ to google include categories
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:
lib/Format/Format.cpp | 3 ++-
test/OpenMP/target_map_codegen.cpp | 30 ++++++++++++++++++++++++++++++
2 files changed, 32 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 33e0a9a056 Tidy reading data in read_formatted_entries
new 00956d3a8a Fix incorrect register mask.
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:
gold/ChangeLog | 5 +++++
gold/sparc.cc | 2 +-
2 files changed, 6 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 gcc.
from 769982a85ba PR target/82267 * config/i386/i386.c (ix86_print_operand_ [...]
new cb44892e54d 2017-09-26 Richard Biener <rguenther(a)suse.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:
gcc/ChangeLog | 17 ++
gcc/graphite-scop-detection.c | 354 ++++++++++++------------------------------
gcc/tree-data-ref.c | 11 --
3 files changed, 115 insertions(+), 267 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 b21bc942ba0 [X86][XOP] Merge rotation opcodes with AVX512 equivalents. NFCI.
new ac9a500e738 [dwarfdump] Skip 'stripped' sections
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/Object/MachO.h | 10 ++++++++++
include/llvm/Object/ObjectFile.h | 6 ++++++
lib/DebugInfo/DWARF/DWARFContext.cpp | 4 ++++
lib/Object/MachOObjectFile.cpp | 6 ++++++
lib/Object/ObjectFile.cpp | 2 ++
.../llvm-dwarfdump/X86/Inputs/empty.dSYM} | Bin 3734 -> 4098 bytes
test/tools/llvm-dwarfdump/X86/stripped.test | 11 +++++++++++
7 files changed, 39 insertions(+)
copy test/{LibDriver/Inputs/cl-gl.obj => tools/llvm-dwarfdump/X86/Inputs/empty.dSY [...]
mode change 100755 => 100644
create mode 100644 test/tools/llvm-dwarfdump/X86/stripped.test
--
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 bd9a973c97 [OPENMP] Generate implicit map|firstprivate clauses for targ [...]
new 597065b960 Fix TBAA information for reference accesses
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/CodeGenTBAA.cpp | 4 ++--
test/CodeGen/tbaa-reference.cpp | 29 +++++++++++++++++++++++++++++
2 files changed, 31 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/tbaa-reference.cpp
--
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 5f82c061104 [DSE] Merge stores when the later store only writes to memo [...]
new b21bc942ba0 [X86][XOP] Merge rotation opcodes with AVX512 equivalents. NFCI.
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/X86ISelLowering.cpp | 8 +++-----
lib/Target/X86/X86ISelLowering.h | 2 --
lib/Target/X86/X86InstrFragmentsSIMD.td | 3 ---
lib/Target/X86/X86InstrXOP.td | 16 ++++++++--------
lib/Target/X86/X86IntrinsicsInfo.h | 16 ++++++++--------
5 files changed, 19 insertions(+), 26 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 30d0157a2a Avoid needless resource usage when processing a corrupt DWAR [...]
new 33e0a9a056 Tidy reading data in read_formatted_entries
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/ChangeLog | 6 ++++++
bfd/dwarf2.c | 37 +++++++------------------------------
2 files changed, 13 insertions(+), 30 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.