This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from b400322f6c [analyzer] Rename DanglingInternalBufferChecker to InnerPoin [...]
new dca1b442e9 Rewrite the VS integration scripts.
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:
tools/driver/CMakeLists.txt | 4 ----
1 file changed, 4 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 42411242d60 [X86][AVX] Add support for i16 256-bit vector horizontal op [...]
new 7ba70e88cc0 [llvm-objcopy, tests] Fix several llvm-objcopy tests
new 8ec2a959fa2 [X86][SSE] Use SplitOpsAndApply to improve HADD/HSUB lowering
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/Target/X86/X86ISelLowering.cpp | 28 +++++++++++++-----
test/CodeGen/X86/haddsub-shuf.ll | 50 ++++++++++----------------------
test/CodeGen/X86/madd.ll | 18 ++++--------
test/CodeGen/X86/sad.ll | 9 ++----
test/CodeGen/X86/vector-reduce-add.ll | 18 ++++--------
test/tools/llvm-objcopy/Inputs/ungzip.py | 10 ++++++-
6 files changed, 60 insertions(+), 73 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 test-suite.
from cc194d5f [SPECCPU2017] Add additional platform options and missing flags.
new 33484f52 Added support for CUDA 9.2
new 7afba14b [CUDA, test-suite] Added test cases for the integet SIMD math [...]
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:
External/CUDA/CMakeLists.txt | 6 +
External/CUDA/simd.cu | 455 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 461 insertions(+)
create mode 100644 External/CUDA/simd.cu
--
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 cbb09508e4 Rename remaining members of buildsym_compunit to start with "m_"
new 241e64e3b4 x86: Add a GNU_PROPERTY_X86_ISA_1_USED note if needed
new 2d38991535 MIPS/Linux/native: Convert to `get_ptrace_pid' for PID extraction
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:
bfd/ChangeLog | 8 +++
bfd/elfxx-x86.c | 60 ++++++++++++++++------
gdb/ChangeLog | 6 +++
gdb/mips-linux-nat.c | 6 +--
ld/ChangeLog | 24 +++++++++
ld/testsuite/ld-elf/linux-x86.S | 63 ++++++++++++++++++++++++
ld/testsuite/ld-elf/{notes.exp => linux-x86.exp} | 41 +++++++--------
ld/testsuite/ld-elf/pr23428.c | 43 ++++++++++++++++
ld/testsuite/ld-elf/sec64k.exp | 2 +
ld/testsuite/ld-i386/abs-iamcu.d | 2 +-
ld/testsuite/ld-i386/abs.d | 2 +-
ld/testsuite/ld-i386/pr12718.d | 2 +-
ld/testsuite/ld-i386/pr12921.d | 2 +-
ld/testsuite/ld-linkonce/zeroeh.ld | 1 +
ld/testsuite/ld-scripts/print-memory-usage.t | 2 +
ld/testsuite/ld-scripts/size-2.t | 1 +
ld/testsuite/ld-x86-64/abs-k1om.d | 2 +-
ld/testsuite/ld-x86-64/abs-l1om.d | 2 +-
ld/testsuite/ld-x86-64/abs.d | 2 +-
ld/testsuite/ld-x86-64/pr12718.d | 2 +-
ld/testsuite/ld-x86-64/pr12921.d | 2 +-
ld/testsuite/lib/ld-lib.exp | 5 +-
22 files changed, 230 insertions(+), 50 deletions(-)
create mode 100644 ld/testsuite/ld-elf/linux-x86.S
copy ld/testsuite/ld-elf/{notes.exp => linux-x86.exp} (55%)
create mode 100644 ld/testsuite/ld-elf/pr23428.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 glibc.
from c8fabb8434 Change URL of gcc's tarball
new b99f1c957d Use binutils 2.31 branch in build-many-glibcs.py.
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 | 5 +++++
scripts/build-many-glibcs.py | 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 llvm.
from 0ec1f16b4e3 [X86][AVX] Add v16i16 horizontal op redundant shuffle tests
new 42411242d60 [X86][AVX] Add support for i16 256-bit vector horizontal op [...]
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 | 4 +++-
test/CodeGen/X86/haddsub-shuf.ll | 2 --
2 files 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 llvm.
from 708378d3558 [DAG] Avoid Node Update assertion due to AND simplification
new bb7c99a9c22 Fix build breakage from r337562
new 0ec1f16b4e3 [X86][AVX] Add v16i16 horizontal op redundant shuffle tests
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/CodeGen/AsmPrinter/AccelTable.cpp | 6 +-
test/CodeGen/X86/haddsub-shuf.ll | 127 ++++++++++++++++++++++++++++++++++
2 files changed, 130 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 binutils-gdb.
from 3ba174474d [PATCH, LD, AArch64] Fix ifunc testisms
new 56ba65a047 Make the Rust parser pure
new a60f3166aa Move the context stack to buildsym_compunit
new 3c65e5b31c Move current_subfile to buildsym_compunit
new 7ea05a7b63 Move pending addrmap globals to buildsym_compunit
new 5ac045503d Move pending_blocks and pending_block_obstack to buildsym_compunit
new c233e9c641 Remove the "listhead" argument from finish_block
new 1d376700df Remove free_pendings
new f62f6af5da Do not look at file symbols when reading psymtabs
new 93b8bea414 Set list_in_scope later in DWARF reader
new e148f09d75 Move the symbol lists to buildsym_compunit
new b37dd3bcaa Remove buildsym_init
new ddb7060226 Remove a TODO
new b80a981d08 Remove EXTERN from buildsym.h
new 6b213a4778 Remove parameter from record_pending_block
new 4a2125f531 Add many methods to buildsym_compunit
new da6580e59c Do not use buildsym.h in some files
new 74c72eac23 Remove reset_symtab_globals
new ab209f6fa9 Move struct buildsym_compunit to buildsym.h
new 0baae8dbd3 Introduce buildsym-legacy.h
new 80e649fcac Parameterize cp_scan_for_anonymous_namespaces
new 804d27291b Convert the DWARF reader to new-style buildysm
new 0e6f30610f Remove some unused buildsym functions
new bfe2e011c0 Remove record_line_ftype
new cbb09508e4 Rename remaining members of buildsym_compunit to start with "m_"
The 24 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 | 314 +++++++++++++
gdb/Makefile.in | 2 +
gdb/arch-utils.c | 1 -
gdb/buildsym-legacy.c | 348 +++++++++++++++
gdb/buildsym-legacy.h | 182 ++++++++
gdb/buildsym.c | 967 ++++++++++------------------------------
gdb/buildsym.h | 360 ++++++++++-----
gdb/coffread.c | 55 ++-
gdb/cp-namespace.c | 9 +-
gdb/cp-support.h | 4 +-
gdb/dbxread.c | 62 ++-
gdb/dwarf2read.c | 337 +++++++-------
gdb/elfread.c | 2 -
gdb/go32-nat.c | 2 +-
gdb/machoread.c | 1 -
gdb/mdebugread.c | 7 +-
gdb/mipsread.c | 2 -
gdb/rust-exp.y | 1189 +++++++++++++++++++++++++------------------------
gdb/stabsread.c | 78 ++--
gdb/windows-nat.c | 2 +-
gdb/xcoffread.c | 34 +-
21 files changed, 2234 insertions(+), 1724 deletions(-)
create mode 100644 gdb/buildsym-legacy.c
create mode 100644 gdb/buildsym-legacy.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 gcc.
from 3052e4ec519 PR libstdc++/86595 add missing noexcept
new 9dcf2a1144c Add "-fsave-optimization-record"
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 | 36 ++
gcc/Makefile.in | 3 +
gcc/common.opt | 4 +
gcc/coretypes.h | 8 +
gcc/doc/invoke.texi | 48 ++-
gcc/dumpfile.c | 15 +-
gcc/dumpfile.h | 3 +
gcc/json.cc | 293 ++++++++++++++++
gcc/json.h | 166 +++++++++
gcc/optinfo-emit-json.cc | 568 +++++++++++++++++++++++++++++++
gcc/{go/go-gcc.h => optinfo-emit-json.h} | 23 +-
gcc/optinfo.cc | 11 +-
gcc/optinfo.h | 4 -
gcc/profile-count.c | 28 ++
gcc/profile-count.h | 5 +
gcc/selftest-run-tests.c | 2 +
gcc/selftest.h | 2 +
gcc/toplev.c | 5 +
gcc/tree-ssa-live.c | 4 +-
19 files changed, 1196 insertions(+), 32 deletions(-)
create mode 100644 gcc/json.cc
create mode 100644 gcc/json.h
create mode 100644 gcc/optinfo-emit-json.cc
copy gcc/{go/go-gcc.h => optinfo-emit-json.h} (52%)
--
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 cb80e4d222b DwarfDebug: Reduce duplication in addAccel*** methods
new 708378d3558 [DAG] Avoid Node Update assertion due to AND simplification
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/DAGCombiner.cpp | 8 ++--
test/CodeGen/X86/pr38185.ll | 64 ++++++++++++++++++++++++++++++++
2 files changed, 69 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/X86/pr38185.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.