This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2563bcea1c9 PR ada/85007 * gnatlink.adb (Gnatlink): Remove handling o [...]
new 3ab223f5a14 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-7-branch
in repository gcc.
from 77bd72a021b Backport from mainline 2018-03-20 Peter Bergner <bergne [...]
new f105501b2ab 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-6-branch
in repository gcc.
from b7944a292ae PR c++/78489 - Substitution in wrong order
new dc108350bc7 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 binutils-gdb.
from b7fee5a326 Add psymbols for nested types
new 9a96cf3834 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.1-branch
in repository binutils-gdb.
from 30eb95b6b2 Automatic date update in version.in
new ed74e450e0 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_30-branch
in repository binutils-gdb.
from b9f4e62e1d Automatic date update in version.in
new 02de140113 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 master
in repository lld.
from dc428e6b9 Remove "FIXME" from a comment.
new 97f6d732e Drop redundant ->Repl.
new 1bd832c48 Move a Repl access.
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:
ELF/InputSection.cpp | 4 ++--
ELF/Symbols.cpp | 3 +--
2 files changed, 3 insertions(+), 4 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 a10309cedda Fix Layering, move instrumentation transform headers into I [...]
new e8b9e310f66 [X86] Fix Windows `i1 zeroext` conventions to use i8 instea [...]
new 4dcdb906955 [GuardWidening] Group code by class [NFC]
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/Target/X86/X86CallingConv.td | 14 ++++--
lib/Target/X86/X86ISelLowering.cpp | 6 ++-
lib/Transforms/Scalar/GuardWidening.cpp | 79 +++++++++++++++++----------------
test/CodeGen/X86/avx512-intel-ocl.ll | 2 +
test/CodeGen/X86/h-registers-0.ll | 3 +-
test/CodeGen/X86/test-shrink.ll | 4 ++
test/CodeGen/X86/vec_cast.ll | 8 ++++
test/CodeGen/X86/win32-bool.ll | 33 ++++++++++++++
test/CodeGen/X86/win64-bool.ll | 23 ++++++++++
test/CodeGen/X86/xor.ll | 5 ++-
10 files changed, 131 insertions(+), 46 deletions(-)
create mode 100644 test/CodeGen/X86/win32-bool.ll
create mode 100644 test/CodeGen/X86/win64-bool.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 lldb.
from 9858b9564 Remove CommandObjectStats.cpp & CleanUpTest.cpp from installi [...]
new e0293d42d Add support for __attribute__(trivial_abi).
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:
packages/Python/lldbsuite/test/decorators.py | 13 ++++
.../cpp/trivial_abi}/Makefile | 0
.../test/lang/cpp/trivial_abi/TestTrivialABI.py | 75 ++++++++++++++++++++++
.../lldbsuite/test/lang/cpp/trivial_abi/main.cpp | 35 ++++++++++
.../SymbolFile/DWARF/DWARFASTParserClang.cpp | 24 ++++++-
5 files changed, 145 insertions(+), 2 deletions(-)
copy packages/Python/lldbsuite/test/{functionalities/breakpoint/breakpoint_hit_cou [...]
create mode 100644 packages/Python/lldbsuite/test/lang/cpp/trivial_abi/TestTrivialABI.py
create mode 100644 packages/Python/lldbsuite/test/lang/cpp/trivial_abi/main.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.