This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 429be9362d5 Make test robust to changes in prefix/avoid hardcoded line numbers
new 91f2df2a331 llvm-symbolizer: Make test portable using an explicit objec [...]
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/tools/llvm-symbolizer/Inputs/print_context.o | Bin 0 -> 3264 bytes
test/tools/llvm-symbolizer/print_context.c | 23 +++++++++++-----------
2 files changed, 11 insertions(+), 12 deletions(-)
create mode 100644 test/tools/llvm-symbolizer/Inputs/print_context.o
--
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 711b144ed5c Revert "[AVR] Mark a failing symbolizer test as XFAIL"
new 429be9362d5 Make test robust to changes in prefix/avoid hardcoded line numbers
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/tools/llvm-symbolizer/print_context.c | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 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 b83dd56dc1c DebugInfo: Fix for CU index usage in 309507
new 711b144ed5c Revert "[AVR] Mark a failing symbolizer test as XFAIL"
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/tools/llvm-symbolizer/print_context.c | 3 ---
1 file changed, 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 release_50
in repository llvm.
from ebc46747d97 Merging r309353 and r309355: ------------------------------ [...]
new 079c1f30fcb [AVR] Add release notes for 5.0
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/ReleaseNotes.rst | 17 ++++++++++++++++-
1 file changed, 16 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 588c5e4b6f5 [AVR] Mark a failing symbolizer test as XFAIL
new b83dd56dc1c DebugInfo: Fix for CU index usage in 309507
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/DebugInfo/DWARF/DWARFContext.cpp | 4 +++-
1 file changed, 3 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 hjl/pie/static
in repository glibc.
from 9190f48d90 Add _startup_sbrk and _startup_fatal
new 9c7642e415 Use hidden visibility for libc.a with PIC
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/libc-symbols.h | 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 61a909a34f7 Expanding the test case for vf8 for stride 4 interleaved.
new 588c5e4b6f5 [AVR] Mark a failing symbolizer test as XFAIL
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/tools/llvm-symbolizer/print_context.c | 3 +++
1 file changed, 3 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 hjl/pr81570/master
in repository gcc.
at 3e754095e18 dwarf2cfi.c: Update cfa.offset in create_pseudo_cfg
This branch includes the following new commits:
new 3e754095e18 dwarf2cfi.c: Update cfa.offset in create_pseudo_cfg
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.
--
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 34b38a09b61 * config/i386/i386.h (ASM_PRINTF_EXTENSIONS): New macro. [...]
new bd5b8bcedeb i386: Update INCOMING_FRAME_SP_OFFSET for exception handler
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 | 13 ++++++++++
gcc/config/i386/i386.c | 39 ++++++++++-------------------
gcc/config/i386/i386.h | 7 ++++--
gcc/testsuite/ChangeLog | 10 ++++++++
gcc/testsuite/gcc.dg/guality/pr68037-1.c | 12 ++++-----
gcc/testsuite/gcc.target/i386/interrupt-5.c | 13 ++++++++--
gcc/testsuite/gcc.target/i386/pr79793-1.c | 14 +++++++++++
gcc/testsuite/gcc.target/i386/pr79793-2.c | 16 ++++++++++++
8 files changed, 88 insertions(+), 36 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr79793-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr79793-2.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.