This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from b65910b29 Use conventional spelling of always-failing assert.
new d3383e272 [NSDictionary] Simplify the formatter. 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:
source/Plugins/Language/ObjC/NSDictionary.cpp | 6 +-----
1 file changed, 1 insertion(+), 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 llvm.
from 1e2e5ffd567 [MC] Factor MCObjectStreamer::addFragmentAtoms out of MachO [...]
new 1c4e4c492f5 [WebAssembly] MC: Create and use first class section symbols
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/MC/MCContext.cpp | 6 +-
lib/MC/MCObjectFileInfo.cpp | 12 +-
lib/MC/MCWasmStreamer.cpp | 13 +-
lib/MC/WasmObjectWriter.cpp | 248 +++++++++++++++---------------------
test/MC/WebAssembly/blockaddress.ll | 4 +-
test/MC/WebAssembly/debug-info.ll | 62 +++------
6 files changed, 141 insertions(+), 204 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 47a8f72fea6 [PowerPC] No CTR loop if the candidate exiting block is in [...]
new 1e2e5ffd567 [MC] Factor MCObjectStreamer::addFragmentAtoms out of MachO [...]
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/MCObjectStreamer.h | 2 ++
lib/MC/MCMachOStreamer.cpp | 25 +------------------------
lib/MC/MCObjectStreamer.cpp | 26 ++++++++++++++++++++++++++
lib/MC/MCWasmStreamer.cpp | 3 +++
4 files changed, 32 insertions(+), 24 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 clang.
from e1376f9001 [ObjC] The absence of ownership qualifiers on an ambiguous p [...]
new 3f205d63b2 [gcov] Make the CLang side coverage test work with the new i [...]
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/code-coverage.c | 22 +++++++++++++++-------
1 file changed, 15 insertions(+), 7 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 df9a986c159 [GCOV] Emit the writeout function as nested loops of global data.
new 47a8f72fea6 [PowerPC] No CTR loop if the candidate exiting block is in [...]
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/PowerPC/PPCCTRLoops.cpp | 14 +++++
.../PowerPC/no-ctr-loop-if-exit-in-nested-loop.ll | 67 ++++++++++++++++++++++
2 files changed, 81 insertions(+)
create mode 100644 test/CodeGen/PowerPC/no-ctr-loop-if-exit-in-nested-loop.ll
--
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 262d2570eb [analyzer] Revert r331096 "CStringChecker: Add support for B [...]
new e1376f9001 [ObjC] The absence of ownership qualifiers on an ambiguous p [...]
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/Sema/SemaObjCProperty.cpp | 18 +++++++++++++----
test/SemaObjC/arc-property-decl-attrs.m | 35 +++++++++++++++++++++++++++++++++
2 files changed, 49 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 binutils-gdb.
from 0489430a0e Handle var_zuinteger and var_zuinteger_unlimited from Python
new 77d3c63b0d Set test message in py-parameter.exp
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/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.python/py-parameter.exp | 3 ++-
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 f7c4a5971b1 runtime: remove unused stack.go
new 9eb30febf79 libgo: add support for the Nios II architecture
new 5657a3c3889 libgo: add type/const references to sysinfo.c
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/go/gofrontend/MERGE | 2 +-
libgo/configure | 7 +-
libgo/configure.ac | 7 +-
libgo/go/cmd/cgo/main.go | 2 +
libgo/go/go/build/syslist.go | 2 +-
.../syscall/unix/getrandom_linux_generic.go | 2 +-
libgo/go/runtime/hash32.go | 2 +-
libgo/go/runtime/lfstack_32bit.go | 2 +-
libgo/go/runtime/unaligned2.go | 2 +-
libgo/go/syscall/endian_little.go | 2 +-
libgo/go/syscall/libcall_linux_ustat.go | 2 +-
libgo/goarch.sh | 7 +
libgo/match.sh | 4 +-
libgo/mksysinfo.sh | 1 +
libgo/sysinfo.c | 209 +++++++++++++++++++++
libgo/testsuite/gotest | 4 +-
16 files changed, 241 insertions(+), 16 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 8f8e40c8e2d [llvm-rc] Default to writing the output next to the input, [...]
new df9a986c159 [GCOV] Emit the writeout function as nested loops of global data.
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/IR/IRBuilder.h | 17 +-
lib/Transforms/Instrumentation/GCOVProfiling.cpp | 221 +++++++++++++++++----
.../Transforms/GCOVProfiling/function-numbering.ll | 69 ++++++-
3 files changed, 263 insertions(+), 44 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.