This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6d5cf4eaf0d 2017-08-28 Janus Weil <janus(a)gcc.gnu.org>
new e1ce2ea999b Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from 1e6ffcf80dd Daily bump.
new c95034f709e Daily bump.
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/DATESTAMP | 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 llvm.
from 233d2b81e8b [llvm-rc] Add MENU parsing ability (parser, pt 4/8).
new 2eaf4212bb0 [codeview] support more DW_OPs for more complete debug info
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/CodeGen/AsmPrinter/CodeViewDebug.cpp | 191 +++++++++++----------
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 6 +
lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp | 51 ++++++
lib/CodeGen/AsmPrinter/DebugHandlerBase.h | 30 ++++
test/CodeGen/MIR/X86/diexpr-win32.mir | 253 ++++++++++++++++++++++++++++
test/DebugInfo/COFF/pieces.ll | 12 +-
test/DebugInfo/COFF/types-array-advanced.ll | 75 +++++++--
7 files changed, 515 insertions(+), 103 deletions(-)
create mode 100644 test/CodeGen/MIR/X86/diexpr-win32.mir
--
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 972d8a18db 2017-08-28 James Clarke <jrtc27(a)jrtc27.com>
new f2d394fce1 Automatic date update in version.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:
bfd/version.h | 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 gdb-8.0-branch
in repository binutils-gdb.
from 95eeca3bcc define_command: Don't convert command name to lower case
new c5a65f7102 Automatic date update in version.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:
bfd/version.h | 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 binutils-2_29-branch
in repository binutils-gdb.
from 188f4b1970 [GOLD] Symbol flag for PowerPC64 localentry:0 tracking
new d7461746c1 Automatic date update in version.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:
bfd/version.h | 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 users/hjl/x86
in repository binutils-gdb.
from c2a3dd2214 Move 3 more functions to elfxx-x86.c
new e3e9715eaa Move elf_backend_ macros to elfxx-x86.h
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/elf32-i386.c | 11 -----------
bfd/elfxx-x86.h | 11 +++++++++++
2 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 llvm.
from 77eed38ae28 [sanitizer-coverage] Clean up trailing whitespace. NFC
new cc308a06157 [sanitizer-coverage] Return the array from CreatePCArray. NFC
new 233d2b81e8b [llvm-rc] Add MENU parsing ability (parser, pt 4/8).
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:
.../Instrumentation/SanitizerCoverage.cpp | 21 +++---
.../llvm-rc/Inputs/parser-correct-everything.rc | 27 +++++++
test/tools/llvm-rc/Inputs/parser-menu-bad-flag.rc | 3 +
test/tools/llvm-rc/Inputs/parser-menu-bad-id.rc | 3 +
.../llvm-rc/Inputs/parser-menu-missing-block.rc | 4 +
.../Inputs/parser-menu-misspelled-separator.rc | 3 +
test/tools/llvm-rc/parser.test | 46 ++++++++++++
tools/llvm-rc/ResourceScriptParser.cpp | 67 +++++++++++++++++
tools/llvm-rc/ResourceScriptParser.h | 4 +
tools/llvm-rc/ResourceScriptStmt.cpp | 40 ++++++++++
tools/llvm-rc/ResourceScriptStmt.h | 86 ++++++++++++++++++++++
11 files changed, 295 insertions(+), 9 deletions(-)
create mode 100644 test/tools/llvm-rc/Inputs/parser-menu-bad-flag.rc
create mode 100644 test/tools/llvm-rc/Inputs/parser-menu-bad-id.rc
create mode 100644 test/tools/llvm-rc/Inputs/parser-menu-missing-block.rc
create mode 100644 test/tools/llvm-rc/Inputs/parser-menu-misspelled-separator.rc
--
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 0fb0a76778 Remove unused _bfd_elf_ifunc_get_synthetic_symtab
new 972d8a18db 2017-08-28 James Clarke <jrtc27(a)jrtc27.com>
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:
gold/aarch64.cc | 46 +++++++++++++++++++++++++++++++++-------------
1 file changed, 33 insertions(+), 13 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 5f69ca899a5 Revert "Fix cmake check for futimens when deploying to earl [...]
new 77eed38ae28 [sanitizer-coverage] Clean up trailing whitespace. 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/Instrumentation/SanitizerCoverage.cpp | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.