This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 366dbfaa213 * gfortran.h (gfc_dt): Rename default_exp field to dec_ext [...]
new 0f78a47da1d [NDS32] Adjust BRANCH_COST to prevent too much jump when co [...]
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 | 4 ++++
gcc/config/nds32/nds32.h | 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.
mark.murray pushed a change to branch releases/linaro-6.4-2018.04-rc1
in repository toolchain/release-notes.
at e158273 Generated Release Notes for linaro-GCC-6.4-2018.04-rc1.
This branch includes the following new commits:
new 622a6c6 Added NEWS items for releases/linaro-6.4-2018.04-rc1.
new e158273 Generated Release Notes for linaro-GCC-6.4-2018.04-rc1.
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.
--
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 b5c550e8b [ELF] - Linkerscript: support MIN and MAX.
new 17cb879e8 [WebAssembly] Name Config members after commandline argument. 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:
wasm/Config.h | 5 ++---
wasm/Driver.cpp | 15 +++++----------
wasm/Writer.cpp | 8 ++++----
3 files changed, 11 insertions(+), 17 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 ed2243b21bc [X86][BtVer2] Fix the number of micro opcodes for AES[ENC|D [...]
new 7323a7bf809 Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""
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/MC/MCContext.h | 9 +---
include/llvm/MC/MCDwarf.h | 29 +++--------
include/llvm/MC/MCStreamer.h | 6 ---
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 11 ++--
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 2 +-
lib/CodeGen/AsmPrinter/DwarfUnit.h | 8 +--
lib/MC/MCAsmStreamer.cpp | 86 ++++++++++---------------------
lib/MC/MCDwarf.cpp | 61 ++++++++++------------
lib/MC/MCParser/AsmParser.cpp | 18 +++----
lib/MC/MCStreamer.cpp | 9 ----
test/CodeGen/Generic/dwarf-md5.ll | 35 +++++++------
test/CodeGen/Generic/dwarf-source.ll | 39 +++++++-------
test/DebugInfo/X86/dbg-file-name.ll | 2 +-
test/DebugInfo/X86/inline-asm-locs.ll | 2 +-
test/MC/ARM/dwarf-asm-multiple-sections.s | 4 +-
test/MC/ELF/debug-file-options.s | 13 ++---
test/MC/ELF/debug-md5.s | 12 ++---
test/MC/ELF/debug-source.s | 12 ++---
test/MC/ELF/dwarf-file0.s | 19 -------
tools/llvm-mc/llvm-mc.cpp | 12 -----
20 files changed, 133 insertions(+), 256 deletions(-)
delete mode 100644 test/MC/ELF/dwarf-file0.s
--
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 f8745e1cd1 PR ld/22972 on SPARC.
new 9646c87b5a x86: don't show suffixes for to-scalar-int conversion insns
new 9f123b911e x86: fold to-scalar-int conversion insns
new 8e6e0792d1 x86: convert broadcast insn attribute to boolean
new c39e5b2671 x86: drop VecESize
The 4 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 | 32 +
gas/config/tc-i386.c | 102 +-
gas/testsuite/gas/i386/avx512_vpopcntdq-intel.d | 2 +
gas/testsuite/gas/i386/avx512_vpopcntdq.d | 2 +
gas/testsuite/gas/i386/avx512_vpopcntdq.s | 2 +
gas/testsuite/gas/i386/avx512bitalg_vl-intel.d | 4 +
gas/testsuite/gas/i386/avx512bitalg_vl.d | 4 +
gas/testsuite/gas/i386/avx512bitalg_vl.s | 4 +
gas/testsuite/gas/i386/ilp32/x86-64-simd-suffix.d | 16 +-
gas/testsuite/gas/i386/inval-avx512f.l | 179 +
gas/testsuite/gas/i386/inval-avx512f.s | 99 +
gas/testsuite/gas/i386/x86-64-simd-suffix.d | 16 +-
opcodes/ChangeLog | 28 +
opcodes/i386-dis.c | 38 +-
opcodes/i386-gen.c | 1 -
opcodes/i386-opc.h | 19 +-
opcodes/i386-opc.tbl | 2236 ++-
opcodes/i386-tbl.h | 15230 ++++++++++----------
18 files changed, 8977 insertions(+), 9037 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 ebc5027eb82 [MSan] Introduce ActualFnStart. NFC
new ed2243b21bc [X86][BtVer2] Fix the number of micro opcodes for AES[ENC|D [...]
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/X86ScheduleBtVer2.td | 5 ++-
test/tools/llvm-mca/X86/BtVer2/resources-avx1.s | 44 ++++++++++++-------------
2 files changed, 26 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.
mark.murray pushed a change to branch toolchain-snapshots
in repository toolchain/release-notes.
from f7d2bbb Toolchain sources: Add release notes for gcc-6-2018.03 snapshot.
new 221a543 Toolchain sources: Add release notes for gcc-7-2018.03 snapshot.
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:
components/toolchain/gcc-linaro/7/README.textile | 2 +-
1 file changed, 1 insertion(+), 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.
mark.murray pushed a change to branch toolchain-snapshots
in repository toolchain/release-notes.
from c948884 Toolchain sources: Add release notes for gcc-6-2018.03 snapshot.
new dff89bb Toolchain sources: Add release notes for gcc-7-2018.04 snapshot.
new f7d2bbb Toolchain sources: Add release notes for gcc-6-2018.03 snapshot.
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:
components/toolchain/gcc-linaro/6/README.textile | 4 ++--
components/toolchain/gcc-linaro/7/README.textile | 7 ++++---
2 files changed, 6 insertions(+), 5 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 33540c0c053 [PR c++/84789] adjust testcase for -fconcepts
new 366dbfaa213 * gfortran.h (gfc_dt): Rename default_exp field to dec_ext [...]
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/fortran/ChangeLog | 9 +++++++++
gcc/fortran/gfortran.h | 2 +-
gcc/fortran/io.c | 5 +++--
gcc/fortran/ioparm.def | 2 +-
gcc/fortran/trans-io.c | 4 ++--
libgfortran/ChangeLog | 9 +++++++++
libgfortran/io/io.h | 2 +-
libgfortran/io/list_read.c | 4 ++--
libgfortran/io/read.c | 2 +-
9 files changed, 29 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.
tcwg-buildslave pushed a change to branch linaro-local/releases/linaro-7.3-2018.04
in repository toolchain/gcc.
at e41f5142a29 gcc/ * LINARO-VERSION: Bump version number, post release [...]
This branch includes the following new commits:
new e41f5142a29 gcc/ * LINARO-VERSION: Bump version number, post release [...]
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.