This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 42dcce5 [IndVarSimplify][DebugLoc] When widening the exit loop condit [...]
new 0ab9364 DebugInfo: support for DWARFv5 DW_AT_alignment 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:
docs/SourceLevelDebugging.rst | 47 ++++----
include/llvm/IR/DebugInfoMetadata.h | 4 +-
include/llvm/Support/Dwarf.h | 1 +
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 12 +-
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 13 +++
lib/Support/Dwarf.cpp | 2 +
test/DebugInfo/X86/align_c11.ll | 83 ++++++++++++++
test/DebugInfo/X86/align_cpp11.ll | 172 ++++++++++++++++++++++++++++
test/DebugInfo/X86/align_objc.ll | 98 ++++++++++++++++
test/DebugInfo/X86/dwarf-public-names.ll | 8 +-
10 files changed, 412 insertions(+), 28 deletions(-)
create mode 100644 test/DebugInfo/X86/align_c11.ll
create mode 100644 test/DebugInfo/X86/align_cpp11.ll
create mode 100644 test/DebugInfo/X86/align_objc.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 f16d077 [modules] PR28812: Modules can return duplicate field decls.
new 4970df6 [PP] Remove another unused parameter
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/Lex/Preprocessor.h | 2 +-
lib/Lex/Pragma.cpp | 4 ++--
2 files changed, 3 insertions(+), 3 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 289aebd gen-pass-instances.awk is sensitive to the order in which p [...]
new b99711b Add missing header in Filesystem TS configure tests
new f70c922 PR78111 fix fallback code for filesystem::canonical
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:
libstdc++-v3/ChangeLog | 11 +++++++++++
libstdc++-v3/acinclude.m4 | 1 +
libstdc++-v3/configure | 2 ++
libstdc++-v3/src/filesystem/ops.cc | 6 +++++-
4 files changed, 19 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 cc43035 Enable the use of the new dyld SPI on the current generation [...]
new 527ce7c Don't set a software stepping breakpoint at 0 on arm or mips.
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:
.../functionalities/thread/crash_during_step/TestCrashDuringStep.py | 5 -----
source/Plugins/Process/Linux/NativeProcessLinux.cpp | 6 +++++-
2 files changed, 5 insertions(+), 6 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 261e675 iconv: Avoid writable data and relocations in ISO646
new e863cce malloc: Remove malloc_get_state, malloc_set_state [BZ #19473]
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 | 16 ++
NEWS | 8 +
malloc/Makefile | 3 +
malloc/hooks.c | 63 ++----
malloc/malloc.c | 2 -
malloc/malloc.h | 7 -
malloc/tst-mallocstate.c | 505 +++++++++++++++++++++++++++++++++++++++++++----
7 files changed, 504 insertions(+), 100 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 f79577b Split LinkerDriver::link. NFC.
new 9537c80 [ELF] Better error reporting for undefined 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:
ELF/InputFiles.cpp | 48 +++++++++++++++++++++++++++++
ELF/InputFiles.h | 26 ++++++++++++++++
ELF/Relocations.cpp | 52 ++++++++++++++++++++++++++++----
test/ELF/Inputs/undef-debug.s | 3 ++
test/ELF/libsearch.s | 2 +-
test/ELF/linkerscript/edata-etext.s | 6 ++--
test/ELF/linkerscript/ehdr_start.s | 2 +-
test/ELF/lto/combined-lto-object-name.ll | 2 +-
test/ELF/sysroot.s | 2 +-
test/ELF/tls-static.s | 2 +-
test/ELF/undef-shared.s | 6 ++--
test/ELF/undef.s | 18 ++++++-----
test/ELF/unresolved-symbols.s | 4 +--
test/ELF/verneed-local.s | 2 +-
test/ELF/zdefs.s | 2 +-
15 files changed, 149 insertions(+), 28 deletions(-)
create mode 100644 test/ELF/Inputs/undef-debug.s
--
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 68fc2cc Remove redundant definitions of M_ARENA_* macros
new b9deb8c iconv: Avoid writable data and relocations in IBM charsets
new 261e675 iconv: Avoid writable data and relocations in ISO646
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:
ChangeLog | 19 ++++++++++++
iconvdata/ibm930.c | 9 +++---
iconvdata/ibm930.h | 78 +++++++++++++++++++++++++-------------------------
iconvdata/ibm933.c | 9 +++---
iconvdata/ibm933.h | 64 ++++++++++++++++++++---------------------
iconvdata/ibm935.c | 9 +++---
iconvdata/ibm935.h | 56 ++++++++++++++++++------------------
iconvdata/ibm939.c | 9 +++---
iconvdata/ibm939.h | 78 +++++++++++++++++++++++++-------------------------
iconvdata/iso646.c | 84 ++++++++++++++++++++++++++++--------------------------
10 files changed, 221 insertions(+), 194 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 gimplefe
in repository gcc.
from 2a24dcd 2016-10-26 Richard Biener <rguenther(a)suse.de>
new f2f88ef 2016-10-26 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/c/c-parser.c | 2 +-
gcc/c/gimple-parser.c | 2 +-
gcc/cgraphunit.c | 1 -
gcc/dumpfile.c | 4 +-
gcc/dumpfile.h | 7 +--
gcc/gimple-pretty-print.c | 112 ++++++++++++++++++++++++++++++++++++----------
gcc/passes.c | 2 +-
gcc/tree-cfg.c | 10 ++++-
gcc/tree-pretty-print.c | 26 +++++++----
9 files changed, 124 insertions(+), 42 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.
Renato Golin pushed a change to branch master
in repository toolchain/llvm/linaro-scripts.
from ddb2532 [build] Disabling split-dwarf for now due to possible errors
new 3634917 [cron] add -v to make better logs
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:
helpers/llvm-cron-build | 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.
Renato Golin pushed a change to branch master
in repository toolchain/llvm/linaro-scripts.
from 0360ac2 [cron] force arch to v7ve, which is v7a+virt aka A15, to avoi [...]
new ddb2532 [build] Disabling split-dwarf for now due to possible errors
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:
helpers/llvm-build | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.