This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a51579ebde9 * config/avr/avr.md [flag_strict_overflow]: Remove any occ [...]
new 90305f89321 Kill per-namespace static_decls. * cp-tree.h (static_decl [...]
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/cp-tree.h | 9 +++++--
gcc/cp/decl.c | 72 ++++++++++++++++++++++++----------------------------
gcc/cp/decl2.c | 4 +--
gcc/cp/name-lookup.c | 5 +---
gcc/cp/name-lookup.h | 3 ---
6 files changed, 59 insertions(+), 51 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/bmk-scripts.
from da904ba run.sh:Improve verbosity.
new 8836675 run.sh: Avoid the calling shell to fail due to "set -e"
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:
run.sh | 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.
Christophe Lyon pushed a change to annotated tag ok-for-regtest-with-gcc-linaro-6.2-2016.11
in repository toolchain/tcwg-regression.
at edc5d93 (tag)
tagging 13a6cbe8e25333aa2b03bf4c0a67f12e39627e5f (commit)
tagged by Christophe Lyon
on Fri May 5 11:35:36 2017 +0000
- Log -----------------------------------------------------------------
Tag tests version which should pass with gcc-linaro-6.2-2016.11 as used by tcwg-reg [...]
-----------------------------------------------------------------------
No new revisions were added by this update.
--
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 5e4969231 ABISysV_arm64: compute return value for large vectors correctly
new d75005f53 Add TaskMap for iterating a function over a set of integers
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/lldb/Utility/TaskPool.h | 108 +--------------------
.../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 73 ++++++--------
source/Utility/TaskPool.cpp | 23 +++++
unittests/Utility/TaskPoolTest.cpp | 31 ++----
4 files changed, 68 insertions(+), 167 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 a83f092580c [llvm-dwarfdump] - Print an error message if section decomp [...]
new 09fdcb4e320 [X86][AVX] Add LowerIntUnary helpers to split unary vector [...]
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 | 127 +++++++++++++++----------------------
1 file changed, 51 insertions(+), 76 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/bmk-scripts.
from 974a140 run.sh: Add debug annotations.
new da904ba run.sh:Improve verbosity.
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:
run.sh | 5 +++++
1 file changed, 5 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 llvm.
from eb74f788ec0 [X86] Remove unused code from X86 optimize LEAs. NFC.
new a83f092580c [llvm-dwarfdump] - Print an error message if section decomp [...]
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/DebugInfo/DWARF/DWARFContext.h | 3 ++
lib/DebugInfo/DWARF/DWARFContext.cpp | 35 +++++++++++++++------
.../dwarfdump-decompression-error.elf-x86-64 | Bin 0 -> 7096 bytes
test/DebugInfo/dwarfdump-decompression-error.test | 15 +++++++++
4 files changed, 43 insertions(+), 10 deletions(-)
create mode 100644 test/DebugInfo/Inputs/dwarfdump-decompression-error.elf-x86-64
create mode 100644 test/DebugInfo/dwarfdump-decompression-error.test
--
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 e9a4dc85b [LLDB][MIPS] Fix TestStepOverBreakpoint.py failure.
new 5e4969231 ABISysV_arm64: compute return value for large vectors correctly
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:
.../return-value/TestReturnValue.py | 50 +++++++++++++++++-----
source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp | 34 +++++++--------
2 files changed, 55 insertions(+), 29 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 441e8134397 Code scheduling for Cortex-A53 isn't as good as it could be [...]
new a51579ebde9 * config/avr/avr.md [flag_strict_overflow]: Remove any occ [...]
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/config/avr/avr.md | 8 ++++----
2 files changed, 9 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/bmk-scripts.
from 173ba6e run.sh: Fix typo.
new 974a140 run.sh: Add debug annotations.
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:
run.sh | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.