This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 421721d 2016-11-09 Richard Biener <rguenther(a)suse.de>
new 61e45f2 Fix folding of memcmp("a", "a", 2) (PR
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/fold-const-call.c | 10 +++++-----
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/tree-ssa/builtins-folding-generic.c | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/builtins-folding-gimple.c | 6 ++++++
5 files changed, 26 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 lld.
from c01ea68 [ELF] ARM and AArch64 undefined weak reference values
new c3fc6c0 [ELF] - Enable reproduce-error.s under windows.
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/ELF/reproduce-error.s | 8 ++++----
1 file changed, 4 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 clang.
from 2199e7d Replace TimeValue with TimePoint in BuildSystem.cpp. NFC.
new 6f52d15 [CodeCompletion] Show block invocation results for block prop [...]
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/SemaCodeComplete.cpp | 125 +++++++++++++++++-------
test/Index/complete-block-properties.m | 53 ++++++++++
test/Index/complete-block-property-assignment.m | 6 +-
3 files changed, 147 insertions(+), 37 deletions(-)
create mode 100644 test/Index/complete-block-properties.m
--
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 15f3ab0 Remove TimeValue usage from Scalar/SROA.cpp. NFC.
new e6c9f7f [SystemZ] A few fixes in scheduler files.
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/SystemZ/SystemZScheduleZ13.td | 6 +++---
lib/Target/SystemZ/SystemZScheduleZ196.td | 8 ++++----
lib/Target/SystemZ/SystemZScheduleZEC12.td | 8 ++++----
3 files changed, 11 insertions(+), 11 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 0787dd5 2016-11-09 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new 421721d 2016-11-09 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 | 12 ++++++++++++
gcc/common.opt | 4 ----
gcc/expr.c | 4 ----
gcc/fold-const.c | 45 ++++++++-------------------------------------
4 files changed, 20 insertions(+), 45 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 517cd17 Zero-initialize chrono duration objects
new 15f3ab0 Remove TimeValue usage from Scalar/SROA.cpp. 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:
lib/Transforms/Scalar/SROA.cpp | 5 +++--
1 file changed, 3 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 lldb.
from dea0e4d Display the pointer value in the libstdc++ unique_ptr summary
new ef98d44 Fix expectation in TestStaticVariables.py after rL286302
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:
.../Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py | 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 82b19a4 darwin-nat.c: handle Darwin 16 (aka Sierra).
new 0bb65f1 tui-disasm: Fix window content buffer overrun
new f539683 tui-disasm: Fix line buffer size calculation
new 7bc2c8b tui-winsource: Allocate for actual lines only
new 8c84bff tui-winsource: Remove failed-allocation logic
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:
gdb/ChangeLog | 20 +++++++++
gdb/testsuite/ChangeLog | 6 +++
.../tui-layout.c} | 50 ++++++++++------------
gdb/testsuite/gdb.base/tui-layout.exp | 17 ++++++--
gdb/tui/tui-disasm.c | 43 +++++++++----------
gdb/tui/tui-winsource.c | 22 +++-------
6 files changed, 87 insertions(+), 71 deletions(-)
copy gdb/testsuite/{gdb.trace/tracefile-pseudo-reg.c => gdb.base/tui-layout.c} (55%)
--
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 6192bd7 [mips] Add non-const getter for the Elf_Mips_Options class. NFC
new 73ce0c0 [dsymutil] Replace TimeValue with TimePoint
new 517cd17 Zero-initialize chrono duration objects
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/Support/CachePruning.h | 4 ++--
lib/Support/Unix/Process.inc | 2 +-
tools/dsymutil/BinaryHolder.cpp | 21 ++++++++++-----------
tools/dsymutil/BinaryHolder.h | 17 +++++++++++------
tools/dsymutil/DebugMap.cpp | 15 +++++++--------
tools/dsymutil/DebugMap.h | 16 ++++++++++------
tools/dsymutil/DwarfLinker.cpp | 2 +-
tools/dsymutil/MachODebugMapParser.cpp | 15 +++++++--------
8 files changed, 49 insertions(+), 43 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 7a8f655 [VFS] Replace TimeValue usage with std::chrono
new 2199e7d Replace TimeValue with TimePoint in BuildSystem.cpp. 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:
tools/libclang/BuildSystem.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.