This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b892430 [codeview] Use one byte for S_FRAMECOOKIE CookieKind and add [...]
new 43c5139 Linker: Copy metadata when linking declarations.
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/IR/GlobalObject.h | 3 +++
lib/IR/Metadata.cpp | 7 +++++++
lib/Linker/IRMover.cpp | 11 +++++++----
test/Linker/metadata-attach.ll | 19 +++++++++++++++++++
4 files changed, 36 insertions(+), 4 deletions(-)
create mode 100644 test/Linker/metadata-attach.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 compiler-rt.
from e0d0c11 Change shared library load path to appease Android bot
new 2114513 fix a test bug when executed remotedly
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/profile/instrprof-hostname.c | 3 ++-
1 file changed, 2 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 llvm.
from 7ba5baa [MDT] Always verify machine dominfo if expensive checking is [...]
new b892430 [codeview] Use one byte for S_FRAMECOOKIE CookieKind and add [...]
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/CodeView/CodeView.h | 2 +-
include/llvm/DebugInfo/CodeView/EnumTables.h | 2 +-
include/llvm/DebugInfo/CodeView/SymbolRecord.h | 3 ++-
lib/DebugInfo/CodeView/EnumTables.cpp | 4 ++--
lib/DebugInfo/CodeView/SymbolDumper.cpp | 1 +
5 files changed, 7 insertions(+), 5 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 6e321fa Add missing ChangeLog entry for "fix undefined reference [... [...]
new b00f86d Add constants for FreeBSD-specific auxiliary vector entry types.
new aa1ed4a Add elfcore_grok_freebsd_note to parse FreeBSD ELF core notes.
new 7697fc9 Fetch the ELF auxiliary vector from live processes on FreeBSD.
new 3350c5f Create a pseudo section for the ELF AUXV core dump note on FreeBSD.
new 2faa344 Add a new gdbarch method to print a single AUXV entry.
new 82372b2 Add a gdbarch 'print_auxv_entry' method for FreeBSD ABIs.
The 6 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 | 15 ++++
bfd/elf.c | 152 +++++++++++++++++++++++++++++++++++---
gdb/ChangeLog | 24 ++++++
gdb/auxv.c | 204 +++++++++++++++++++++++++++++----------------------
gdb/auxv.h | 14 ++++
gdb/fbsd-nat.c | 76 +++++++++++++++++++
gdb/fbsd-tdep.c | 35 +++++++++
gdb/gdbarch.c | 24 ++++++
gdb/gdbarch.h | 7 ++
gdb/gdbarch.sh | 5 ++
include/ChangeLog | 7 ++
include/elf/common.h | 10 +++
12 files changed, 477 insertions(+), 96 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 e50240d * gcc.dg/vect/vect-bool-cmp.c: Revert unwanted change.
new c7f16cf Call tls_get_addr via GOT for GNU TLS if possible
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/config.in | 7 ++++
gcc/config/i386/constraints.md | 11 +++++++
gcc/config/i386/i386.h | 3 ++
gcc/config/i386/i386.md | 33 ++++++++++++++-----
gcc/configure | 53 ++++++++++++++++++++++++++++++
gcc/configure.ac | 30 +++++++++++++++++
gcc/testsuite/gcc.target/i386/noplt-gd-1.c | 27 +++++++++++++++
gcc/testsuite/gcc.target/i386/noplt-gd-2.c | 28 ++++++++++++++++
gcc/testsuite/gcc.target/i386/noplt-gd-3.c | 12 +++++++
gcc/testsuite/gcc.target/i386/noplt-ld-1.c | 27 +++++++++++++++
gcc/testsuite/gcc.target/i386/noplt-ld-2.c | 21 ++++++++++++
gcc/testsuite/gcc.target/i386/noplt-ld-3.c | 12 +++++++
gcc/testsuite/lib/target-supports.exp | 51 ++++++++++++++++++++++++++++
13 files changed, 306 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/noplt-gd-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/noplt-gd-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/noplt-gd-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/noplt-ld-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/noplt-ld-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/noplt-ld-3.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 f327997 [codeview] Emit base class information from DW_TAG_inheritance nodes
new 7ba5baa [MDT] Always verify machine dominfo if expensive checking is [...]
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/MachineDominators.cpp | 4 ++--
1 file 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 binutils-gdb.
from 9cc0123 MIPS objcopy --rename-section fix
new 08ce1d7 fix undefined reference to bfd_link_plugin_object_p during link
new 6e321fa Add missing ChangeLog entry for "fix undefined reference [... [...]
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:
bfd/ChangeLog | 5 +++++
bfd/elflink.c | 4 ++--
2 files changed, 7 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 gcc.
from fbf561f Dump profile-based number of iterations
new e50240d * gcc.dg/vect/vect-bool-cmp.c: Revert unwanted change.
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/testsuite/ChangeLog | 2 ++
gcc/testsuite/gcc.dg/vect/vect-bool-cmp.c | 4 ++--
2 files changed, 4 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 llvm.
from 1d3ab3a [LV] Preserve order of dependences in interleaved accesses analysis
new f327997 [codeview] Emit base class information from DW_TAG_inheritance nodes
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 | 48 ++++-
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 4 +
test/DebugInfo/COFF/inheritance.ll | 296 ++++++++++++++++++++++++++++++
test/DebugInfo/COFF/types-data-members.ll | 68 ++++---
4 files changed, 391 insertions(+), 25 deletions(-)
create mode 100644 test/DebugInfo/COFF/inheritance.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 e255c64 Correct error in change description.
new 07509df DeadStoresChecker: Don't warn about dead stores into volatile [...]
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/StaticAnalyzer/Checkers/DeadStoresChecker.cpp | 2 ++
test/Analysis/dead-stores.c | 4 ++++
2 files changed, 6 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.