This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 52f26f82114 c-family/ * c-attribs.c (handle_packed_attribute): Test DE [...]
new 811c4f15ae8 P0683R1 - default member initializers for bit-fields cp/ [...]
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/cp/ChangeLog | 17 ++++++
gcc/cp/class.c | 10 ++--
gcc/cp/cp-tree.h | 2 +-
gcc/cp/decl2.c | 14 +++--
gcc/cp/parser.c | 96 ++++++++++++++++++++++++----------
gcc/cp/pt.c | 2 +-
gcc/testsuite/ChangeLog | 8 +++
gcc/testsuite/g++.dg/cpp2a/bitfield1.C | 77 +++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp2a/bitfield2.C | 26 +++++++++
gcc/testsuite/g++.dg/cpp2a/bitfield3.C | 55 +++++++++++++++++++
gcc/testsuite/g++.dg/ext/bitfield6.C | 15 ++++++
11 files changed, 284 insertions(+), 38 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/bitfield1.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/bitfield2.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/bitfield3.C
create mode 100644 gcc/testsuite/g++.dg/ext/bitfield6.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 5e3e825e822 Use LLVM_ENABLE_ABI_BREAKING_CHECKS correctly
new afe863129f5 [llvm-rc] Refactoring needed for ACCELERATORS and MENU resources.
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/llvm-rc/ResourceScriptParser.cpp | 16 ++++---
tools/llvm-rc/ResourceScriptParser.h | 5 ++-
tools/llvm-rc/ResourceScriptStmt.cpp | 21 ++++++---
tools/llvm-rc/ResourceScriptStmt.h | 79 +++++++++++++++++++---------------
4 files changed, 72 insertions(+), 49 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 2fa8212be77 2017-09-29 Vladimir Makarov <vmakarov(a)redhat.com>
new d5952b7ce44 2017-09-29 Vladimir Makarov <vmakarov(a)redhat.com>
new 52f26f82114 c-family/ * c-attribs.c (handle_packed_attribute): Test DE [...]
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:
gcc/ChangeLog | 6 ++++++
gcc/c-family/ChangeLog | 6 ++++++
gcc/c-family/c-attribs.c | 4 ++--
gcc/c/ChangeLog | 5 +++++
gcc/c/c-decl.c | 5 +++--
gcc/cp/ChangeLog | 10 ++++++++++
gcc/cp/class.c | 15 ++++++++-------
gcc/cp/decl2.c | 5 ++++-
gcc/cp/pt.c | 9 ++++-----
gcc/ira-costs.c | 5 ++++-
gcc/objc/ChangeLog | 5 +++++
gcc/objc/objc-act.c | 18 ++++++++++++++----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr81481.c | 18 ++++++++++++++++++
14 files changed, 94 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr81481.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 zorg.
from 6f68fef Builder llvm-clang-x86_64-expensive-checks-win is back to work.
new ced1ec4 [llvmlab] Add timeout and retries for fetching builds.
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:
llvmbisect/llvmlab/gcs.py | 24 ++++++++++++++++++++----
1 file changed, 20 insertions(+), 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 94e8fbe9e8a Display relative hotness with two decimal digits after the [...]
new e37621ba47c [llvm-rc] Serialize HTML resources to .res files (serializa [...]
new 5e3e825e822 Use LLVM_ENABLE_ABI_BREAKING_CHECKS correctly
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:
include/llvm/Analysis/LoopInfo.h | 16 +-
test/tools/llvm-rc/Inputs/tag-html-wrong.rc | 1 +
test/tools/llvm-rc/Inputs/tag-html.rc | 2 +
test/tools/llvm-rc/Inputs/webpage1.html | 5 +
test/tools/llvm-rc/Inputs/webpage2.html | 2 +
test/tools/llvm-rc/helpmsg.test | 1 +
test/tools/llvm-rc/parser-expr.test | 16 +-
test/tools/llvm-rc/parser.test | 64 ++++----
test/tools/llvm-rc/tag-html.test | 41 +++++
tools/llvm-rc/CMakeLists.txt | 1 +
tools/llvm-rc/Opts.td | 3 +
tools/llvm-rc/ResourceFileWriter.cpp | 241 ++++++++++++++++++++++++++++
tools/llvm-rc/ResourceFileWriter.h | 89 ++++++++++
tools/llvm-rc/ResourceScriptStmt.h | 102 +++++++++++-
tools/llvm-rc/ResourceVisitor.h | 39 +++++
tools/llvm-rc/llvm-rc.cpp | 31 +++-
16 files changed, 604 insertions(+), 50 deletions(-)
create mode 100644 test/tools/llvm-rc/Inputs/tag-html-wrong.rc
create mode 100644 test/tools/llvm-rc/Inputs/tag-html.rc
create mode 100644 test/tools/llvm-rc/Inputs/webpage1.html
create mode 100644 test/tools/llvm-rc/Inputs/webpage2.html
create mode 100644 test/tools/llvm-rc/tag-html.test
create mode 100644 tools/llvm-rc/ResourceFileWriter.cpp
create mode 100644 tools/llvm-rc/ResourceFileWriter.h
create mode 100644 tools/llvm-rc/ResourceVisitor.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 334ca8c4d90 [BRIGFE] Fix crash with calls with more than 4 args.
new 2fa8212be77 2017-09-29 Vladimir Makarov <vmakarov(a)redhat.com>
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 | 5 +++++
gcc/lra-constraints.c | 1 +
2 files changed, 6 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 gcc.
from 844fae29253 * xcoff.c: Initial support for DWARF debug sections in XCO [...]
new 334ca8c4d90 [BRIGFE] Fix crash with calls with more than 4 args.
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/brig/ChangeLog | 7 +++++++
gcc/brig/brigfrontend/brig-branch-inst-handler.cc | 6 ++++--
2 files changed, 11 insertions(+), 2 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 33bfd3f5775 [SimplifyIndVar] Do not fail when we constant fold an IV us [...]
new e2864173a35 [WebAssembly] Allow each data segment to specify its own alignment
new 3038317918b [test] Enable LeakSanitizer on 64-bit Darwin ASan llvm builds
new 4d726914b00 Fix Wmismatched-tags warning.
new 94e8fbe9e8a Display relative hotness with two decimal digits after the [...]
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:
include/llvm/BinaryFormat/Wasm.h | 5 +++--
include/llvm/MC/MCParser/MCAsmParser.h | 3 +--
include/llvm/ObjectYAML/WasmYAML.h | 15 +++++++++++++--
lib/MC/WasmObjectWriter.cpp | 30 +++++++++++++++---------------
lib/Object/WasmObjectFile.cpp | 13 +++++++------
lib/ObjectYAML/WasmYAML.cpp | 11 +++++++++--
test/MC/WebAssembly/array-fill.ll | 5 +++--
test/MC/WebAssembly/bss.ll | 5 +++--
test/MC/WebAssembly/explicit-sections.ll | 9 +++++++--
test/MC/WebAssembly/unnamed-data.ll | 11 +++++++++--
test/MC/WebAssembly/weak-alias.ll | 7 +++++--
test/MC/WebAssembly/weak.ll | 1 -
test/ObjectYAML/wasm/weak_symbols.yaml | 2 --
test/tools/llvm-nm/wasm/exports.yaml | 1 -
test/tools/llvm-nm/wasm/imports.yaml | 1 -
test/tools/llvm-nm/wasm/weak-symbols.yaml | 1 -
test/tools/llvm-readobj/sections.test | 1 -
test/tools/lto/lit.local.cfg | 6 +++++-
tools/llvm-readobj/WasmDumper.cpp | 2 --
tools/obj2yaml/wasm2yaml.cpp | 11 ++++++-----
tools/opt-viewer/optrecord.py | 2 +-
tools/yaml2obj/yaml2wasm.cpp | 19 ++++++++-----------
utils/lit/lit/llvm/config.py | 3 +++
23 files changed, 98 insertions(+), 66 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 glibc.
from 4ea49f4c08 New generic powf
new fffb150735 Remove old cimag inlines
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 | 6 ++++++
math/bits/cmathcalls.h | 30 ------------------------------
2 files changed, 6 insertions(+), 30 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 9d26c0129 Fix cmake file broken by D38277.
new 5e66b692b Move LoadedModule list to a NoCtor vector and initialize on demand.
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/sanitizer_common/sanitizer_common.h | 9 +++++++--
lib/sanitizer_common/sanitizer_linux_libcdep.cc | 6 +++---
lib/sanitizer_common/sanitizer_mac.cc | 2 +-
lib/sanitizer_common/sanitizer_procmaps.h | 2 +-
lib/sanitizer_common/sanitizer_procmaps_common.cc | 2 +-
lib/sanitizer_common/sanitizer_procmaps_mac.cc | 2 +-
lib/sanitizer_common/sanitizer_win.cc | 2 +-
7 files changed, 15 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.