This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e2252c916af * c-ada-spec.c (has_static_fields): Look only into fields. [...]
new 7ed58b25b8a [i386] Remove ix86_frame::outlined_save_offset and machine_ [...]
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 | 11 +++++++++--
gcc/config/i386/i386.c | 19 ++++---------------
gcc/config/i386/i386.h | 12 +++---------
3 files changed, 16 insertions(+), 26 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 fe7581c1d14 ARM: Do not use llc -march in tests.
new 68109d5dcfe Use helper function instead of manually constructing DBG_VA [...]
new 2d38e17cd05 [SCEV/IndVars] Always compute loop exiting values if the ba [...]
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:
lib/Analysis/ScalarEvolution.cpp | 19 +++++++++++++++
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 19 ++++++---------
lib/CodeGen/SelectionDAG/FastISel.cpp | 7 ++----
test/Transforms/IndVarSimplify/exit_value_test2.ll | 28 +++++++++++++++++++---
4 files changed, 53 insertions(+), 20 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 compiler-rt.
from 3982c2153 [sanitizer_common] Disable filesystem-related code for Fuchsia
new 55414c1d1 [sanitizer_common] Fuchsia OS support code
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:
CMakeLists.txt | 5 +
cmake/config-ix.cmake | 2 +-
lib/sanitizer_common/CMakeLists.txt | 2 +
lib/sanitizer_common/sanitizer_fuchsia.cc | 504 ++++++++++++++++++++++++++++++
lib/sanitizer_common/sanitizer_fuchsia.h | 31 ++
lib/sanitizer_common/sanitizer_printf.cc | 4 +-
6 files changed, 546 insertions(+), 2 deletions(-)
create mode 100644 lib/sanitizer_common/sanitizer_fuchsia.cc
create mode 100644 lib/sanitizer_common/sanitizer_fuchsia.h
--
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 d93a902201 [clang] Change the condition of unnecessary packed warning
new af1df2901b [Headers][Darwin] Allow #include_next<float.h> to work on Da [...]
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/Headers/float.h | 9 +++++++++
1 file changed, 9 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 gcc.
from 6ed7ed654bd i386: Add more naked attribute tests
new e2252c916af * c-ada-spec.c (has_static_fields): Look only into fields. [...]
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-family/ChangeLog | 8 ++++++++
gcc/c-family/c-ada-spec.c | 38 +++++++++++++++++++++-----------------
2 files changed, 29 insertions(+), 17 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 gcc-7-branch
in repository gcc.
from aa8a5cb3731 PR target/81622 * config/rs6000/rs6000-c.c (altivec_resol [...]
new b4d72e9cca7 PR target/81641 * config/i386/i386.c (ix86_print_operand_ [...]
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 | 6 ++++++
gcc/config/i386/i386.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr81641.c | 11 +++++++++++
4 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr81641.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 fbbab58fac7 [AArch64] Fix a typo in isExtFreeImpl()
new 2cd77a84868 Remove PrologEpilogInserter's usage of DBG_VALUE's offset field
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/CodeGen/MachineOperand.h | 5 +++++
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 21 ++++++++++++++++-----
lib/CodeGen/MachineModuleInfo.cpp | 4 +++-
lib/CodeGen/PrologEpilogInserter.cpp | 13 +++++++++----
lib/IR/Verifier.cpp | 2 +-
test/CodeGen/ARM/debug-info-arg.ll | 2 +-
test/DebugInfo/ARM/PR16736.ll | 2 +-
test/DebugInfo/COFF/pieces.ll | 2 +-
test/DebugInfo/X86/bbjoin.ll | 3 ++-
test/DebugInfo/X86/dbg-value-frame-index.ll | 2 +-
test/DebugInfo/X86/debug-loc-asan.ll | 2 +-
test/DebugInfo/X86/pieces-4.ll | 2 +-
12 files changed, 42 insertions(+), 18 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 b3d4dafef1 Fix creating bitcasts with wrong address space
new d93a902201 [clang] Change the condition of unnecessary packed warning
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/AST/RecordLayoutBuilder.cpp | 26 +++++-----
test/CodeGenCXX/warn-padded-packed.cpp | 93 +++++++++++++++++++++++++++++++---
2 files changed, 98 insertions(+), 21 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 33a85d67289 i386: Add some naked attribute tests
new 6ed7ed654bd i386: Add more naked attribute tests
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 | 7 +++++++
.../gcc.dg/guality/{pr68037-1.c => pr25967-3.c} | 19 +++++++++++--------
.../gcc.dg/guality/{pr68037-2.c => pr25967-4.c} | 16 +++++++++-------
.../gcc.dg/torture/{pr68037-1.c => pr25967-3.c} | 9 ++++++---
.../gcc.dg/torture/{pr68037-2.c => pr25967-4.c} | 8 +++++---
5 files changed, 38 insertions(+), 21 deletions(-)
copy gcc/testsuite/gcc.dg/guality/{pr68037-1.c => pr25967-3.c} (68%)
copy gcc/testsuite/gcc.dg/guality/{pr68037-2.c => pr25967-4.c} (70%)
copy gcc/testsuite/gcc.dg/torture/{pr68037-1.c => pr25967-3.c} (84%)
copy gcc/testsuite/gcc.dg/torture/{pr68037-2.c => pr25967-4.c} (85%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.