This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from b4c12de Try to fix windows build after rL281569
new 8c03377 Add support for DW_AT_ranges_base attribute
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:
.../two-files/TestSymbolContextTwoFiles.py | 43 ++++++++++++++++++++++
.../python_api/symbol-context/two-files/decls.h | 16 ++++----
.../python_api/symbol-context/two-files/file1.cpp | 24 ++++++++----
.../python_api/symbol-context/two-files/file2.cpp | 7 ++--
.../Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp | 8 +++-
source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h | 12 +++---
.../SymbolFile/DWARF/DWARFDebugInfoEntry.cpp | 6 +--
.../Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp | 6 ++-
source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h | 3 +-
.../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 3 +-
10 files changed, 95 insertions(+), 33 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 0ead18b Update clang unittests for rL281586.
new 236cf68 [ARM] ARM-specific attributes should be accepted for big-endian
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/clang/Basic/Attr.td | 2 +-
test/Sema/arm-interrupt-attr.c | 3 +++
2 files changed, 4 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.
christophe.lyon pushed a change to branch linaro_binutils-2_27-branch
in repository toolchain/binutils-gdb.
from eb65c97 Fix the generation of alignment frags in code sections for AArch64.
new fbc6c67 Fix seg-fault in ARM linker when trying to parse a binary file.
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:
bfd/ChangeLog | 5 +++++
bfd/elf32-arm.c | 2 +-
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 lldb.
from d4cd4d0 Make the keys enumerations for options and resolvers enum classes.
new b4c12de Try to fix windows build after rL281569
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/Breakpoint/BreakpointOptions.h | 2 +-
include/lldb/Breakpoint/BreakpointResolver.h | 2 +-
2 files changed, 2 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 compiler-rt.
from c6e4ed8 [sanitizer] Fix darwin Go tsan build by unifying r281567 and [...]
new 5e40e76 [asan] Reify ErrorBadParamsToAnnotateContiguousContainer
new a64e604 [asan] Reify ErrorODRViolation
new 1e567a6 [asan] Reify ErrorInvalidPointerPair
The 3 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/asan/asan_errors.cc | 59 +++++++++++++++++++++++++++++++++++++++
lib/asan/asan_errors.h | 73 +++++++++++++++++++++++++++++++++++++++++--------
lib/asan/asan_report.cc | 58 +++++++--------------------------------
3 files changed, 131 insertions(+), 59 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 f211616 Iterator to visit SSA gcc/ChangeLog:
new 091e8e9 2016-09-15 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 | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr77514.c | 21 +++++++++++++++++++++
gcc/tree-ssa-pre.c | 16 +++++++++++++++-
4 files changed, 47 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr77514.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 0bcb8fb Add some shortcuts in LazyValueInfo to reduce compile time of [...]
new 2fcbfcf [llvm-cov] Don't create 'jump to ...' links in nested views
new 61f5694 [llvm-cov] Hide instantiation views for unexecuted functions
new 4cb3509 [llvm-cov] Move some layout logic to the right spot (NFC)
The 3 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:
.../Inputs/hideUnexecutedSubviews.proftext | 16 ++++++++++++
test/tools/llvm-cov/hideUnexecutedSubviews.test | 10 ++++++++
test/tools/llvm-cov/showTemplateInstantiations.cpp | 4 +++
tools/llvm-cov/CodeCoverage.cpp | 30 ++++++++++++----------
tools/llvm-cov/SourceCoverageView.cpp | 3 ++-
tools/llvm-cov/SourceCoverageViewHTML.cpp | 10 +++++++-
tools/llvm-cov/SourceCoverageViewText.cpp | 7 ++++-
7 files changed, 63 insertions(+), 17 deletions(-)
create mode 100644 test/tools/llvm-cov/Inputs/hideUnexecutedSubviews.proftext
create mode 100644 test/tools/llvm-cov/hideUnexecutedSubviews.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 llvm.
from f158709 [CMake] Fixing lit for runtimes directory
new 0bcb8fb Add some shortcuts in LazyValueInfo to reduce compile time of [...]
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/Analysis/LazyValueInfo.cpp | 29 +++++++++++++
.../CorrelatedValuePropagation/alloca.ll | 48 ++++++++++++++++++++++
2 files changed, 77 insertions(+)
create mode 100644 test/Transforms/CorrelatedValuePropagation/alloca.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 2d35bd6 Builtins.def: Explicitly undef finitef, to appease mingw. It [...]
new 0ead18b Update clang unittests for rL281586.
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/cleanup-destslot-simple.c | 4 +--
test/CodeGen/temporary-lifetime-exceptions.cpp | 12 +++----
test/CodeGen/temporary-lifetime.cpp | 48 +++++++++++++-------------
test/CodeGenCXX/nrvo.cpp | 4 +--
test/CodeGenObjC/exceptions.m | 2 +-
test/CodeGenObjCXX/exceptions-legacy.mm | 4 +--
6 files changed, 37 insertions(+), 37 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from fd7276f gcc/ Backport from trunk r238588. 2016-07-21 Prathamesh K [...]
new ef72a01 libgcc/ Backport from trunk r240043. 2016-09-09 James Gre [...]
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:
libgcc/Makefile.in | 5 +++--
libgcc/libgcc2.c | 15 +++++++++++----
libgcc/libgcc2.h | 14 ++++++++++++++
3 files changed, 28 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.