This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from cf299ba39 Revert r327248, "For most Targets the _GLOBAL_OFFSET_TABLE_ s [...]
new 3e50ef5a7 [COFF] Clarify comment. 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:
COFF/Writer.cpp | 14 ++++++++------
1 file changed, 8 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 binutils-gdb.
from 8b067d2cf5 Fix tspeed test case: copy libinproctrace to target
new 37e136b168 Remove make_cleanup_free_section_addr_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:
gdb/ChangeLog | 39 ++++++++
gdb/jit.c | 19 ++--
gdb/machoread.c | 8 +-
gdb/objfiles.c | 11 +--
gdb/solib.c | 12 +--
gdb/symfile-debug.c | 4 +-
gdb/symfile-mem.c | 20 +---
gdb/symfile.c | 258 +++++++++++++++++++---------------------------------
gdb/symfile.h | 52 +++++------
gdb/utils.c | 12 ---
gdb/utils.h | 4 -
gdb/xcoffread.c | 2 +-
12 files changed, 180 insertions(+), 261 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 e983329c584 [X86] Merge ADDSUB/SUBADD detection into single methods tha [...]
new f6f2e196818 Revert r327721 "This patch fixes the invalid usage of OptSi [...]
new 025ee4f9cce [IR] Avoid the need to prefix MS C++ symbols with '\01'
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:
docs/LangRef.rst | 15 ++--
docs/ReleaseNotes.rst | 3 +
include/llvm/IR/DataLayout.h | 6 ++
lib/CodeGen/MachineCombiner.cpp | 6 +-
lib/IR/Mangler.cpp | 12 ++-
test/CodeGen/X86/mangle-question-mark.ll | 60 +++++++++++++
test/MC/COFF/symbol-mangling.ll | 17 ----
unittests/IR/CMakeLists.txt | 1 +
unittests/IR/ManglerTest.cpp | 140 +++++++++++++++++++++++++++++++
9 files changed, 233 insertions(+), 27 deletions(-)
create mode 100644 test/CodeGen/X86/mangle-question-mark.ll
delete mode 100644 test/MC/COFF/symbol-mangling.ll
create mode 100644 unittests/IR/ManglerTest.cpp
--
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 0b60011a03 [MS] Always use base dtors in place of complete/vbase dtors [...]
new 26aa2ce181 [Parser] Remove hard-coded bracket depth limit
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/Parse/RAIIObjectsForParser.h | 2 --
lib/Parse/Parser.cpp | 2 +-
2 files changed, 1 insertion(+), 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 ca5fc2b6ef1 2018-03-16 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 7b2c7b7524b PR c/84910 * c-warn.c (diagnose_mismatched_attributes): R [...]
new f9936b7c674 PR c/84909 * c-warn.c (conversion_warning): Replace "to t [...]
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:
gcc/ChangeLog | 9 +++++++++
gcc/c-family/ChangeLog | 10 ++++++++++
gcc/c-family/c-warn.c | 5 ++---
gcc/cp/ChangeLog | 8 ++++++++
gcc/cp/method.c | 2 +-
gcc/cp/parser.c | 2 +-
gcc/cp/pt.c | 2 +-
gcc/gimple-ssa-warn-restrict.c | 2 +-
gcc/hsa-gen.c | 2 +-
gcc/tree-vect-loop-manip.c | 2 +-
10 files changed, 35 insertions(+), 9 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 a8785b6f0a [analyzer] Fix crashes in RetainCountChecker when underlying [...]
new 0b60011a03 [MS] Always use base dtors in place of complete/vbase dtors [...]
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/CGCXX.cpp | 5 ++
lib/CodeGen/CGCXXABI.cpp | 14 ++++
lib/CodeGen/CGCXXABI.h | 8 +++
lib/CodeGen/CodeGenModule.cpp | 18 ++---
lib/CodeGen/MicrosoftCXXABI.cpp | 79 ++++++++++++++++++----
test/CodeGenCXX/cxx2a-destroying-delete.cpp | 4 +-
test/CodeGenCXX/debug-info-ms-dtor-thunks.cpp | 6 +-
test/CodeGenCXX/dllexport-dtor-thunks.cpp | 2 +-
test/CodeGenCXX/dllimport-dtor-thunks.cpp | 6 +-
test/CodeGenCXX/exceptions-cxx-new.cpp | 4 +-
test/CodeGenCXX/inheriting-constructor.cpp | 16 ++---
test/CodeGenCXX/microsoft-abi-dynamic-cast.cpp | 2 +-
test/CodeGenCXX/microsoft-abi-methods.cpp | 6 +-
test/CodeGenCXX/regcall.cpp | 4 +-
test/CodeGenCoroutines/coro-eh-cleanup.cpp | 2 +-
test/CodeGenCoroutines/coro-promise-dtor.cpp | 2 +-
.../CodeGenCoroutines/coro-unhandled-exception.cpp | 2 +-
17 files changed, 124 insertions(+), 56 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 binutils-gdb.
from ca2fd32c55 RISC-V: Emit better warning for unknown CSR.
new 8b067d2cf5 Fix tspeed test case: copy libinproctrace to target
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:
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.trace/tspeed.exp | 1 +
2 files changed, 6 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 lldb.
from fa2612c54 Remove -gmodules restriction from test
new cd49cd49d Skip TestThreadSpecificBpPlusCondition on Darwin due to timeouts
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:
.../TestThreadSpecificBpPlusCondition.py | 1 +
1 file changed, 1 insertion(+)
--
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 79bf8be0a93 libgo: add runtime/pprof/internal/profile.gox to noinst_DATA
new ca5fc2b6ef1 2018-03-16 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 5 +++++
gcc/fortran/decl.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr69395.f90 | 1 +
4 files changed, 12 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 users/hjl/linux/master
in repository binutils-gdb.
from a6530d7df2 Merge remote-tracking branch 'origin/master' into users/hjl/ [...]
new cb9c2805bf Update binutils-lto-mixed.patch against master
adds 7d4f13635f Automatic date update in version.in
adds 69a52a7b7a Automatic date update in version.in
adds c20bca94fa Automatic date update in version.in
adds 484cf504af Remove cleanup from build_type_psymtabs_1
adds be2daae6b8 Use std::vector for field lists in dwarf2read.c
adds 933522d1db Fix ia64 GDB build
adds 984c72381c Use gdb::byte_vector when reading section data
adds 89a3b63e52 gdb/riscv: Fix some ARI issues
adds b0d186effc Automatic date update in version.in
adds 3e33b23945 Prevent memory access violations when attempting to parse an [...]
adds 81db3241f2 Add range changing to STABS parsing functions, in order to p [...]
adds b4a3689a68 Updated Russian and Brazilian Portuguese translations.
adds e45ad1239d Prevent a buffer overrun when parsing corrupt STABS debug in [...]
new e39d8a8c52 Merge remote-tracking branch 'origin/master' into users/hjl/ [...]
new 2978d1ab93 Apply "GC: Also check the local debug definition section"
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:
bfd/ChangeLog | 13 +
bfd/pei-x86_64.c | 54 +-
bfd/version.h | 2 +-
binutils/ChangeLog | 31 +
binutils/stabs.c | 408 ++++---
gas/ChangeLog | 4 +
gas/po/ru.po | 2270 +++++++++++++++++++++-----------------
gdb/ChangeLog | 46 +
gdb/arm-tdep.c | 53 +-
gdb/dwarf2read.c | 318 ++----
gdb/ia64-libunwind-tdep.c | 2 +-
gdb/ia64-libunwind-tdep.h | 2 +-
gdb/riscv-tdep.c | 17 +-
gdb/rs6000-aix-tdep.c | 15 +-
include/ChangeLog | 6 +
include/coff/pe.h | 1 +
ld/ChangeLog | 4 +
ld/po/pt_BR.po | 52 +-
opcodes/ChangeLog | 4 +
opcodes/po/pt_BR.po | 6 +-
patches/README | 1 +
patches/binutils-lto-mixed.patch | 50 +-
patches/binutils-pr20882.patch | 68 ++
23 files changed, 1926 insertions(+), 1501 deletions(-)
create mode 100644 patches/binutils-pr20882.patch
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.