This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 317ce761a Keep flags from phantom synthetic sections.
new 05ab000ae [MinGW] Ignore the --start-group --end-group parameters
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:
MinGW/Options.td | 2 ++
1 file changed, 2 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 llvm.
from c5865b79828 Make test agnostic to cost model
new 99b10edc6bd [X86] Simplify if condition. 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:
lib/Target/X86/X86ISelLowering.cpp | 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 clang.
from 88d94f2546 Attempt to fix greendragon bot after r326141
new 2e136b185e [Driver] Fix codeview-column-info on macOS
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/Driver/codeview-column-info.c | 3 +--
1 file changed, 1 insertion(+), 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 90543537f8e [X86] Replace an impossible if condition with an assert.
new c5865b79828 Make test agnostic to cost model
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/Transforms/LoopVectorize/AArch64/pr36032.ll | 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 clang.
from 226415642f [analyzer] Fix an uninitialized field.
new 88d94f2546 Attempt to fix greendragon bot after r326141
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/Driver/codeview-column-info.c | 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 gcc-6-branch
in repository gcc.
from b0a415a5d84 Daily bump.
new dbb36fe3b94 PR c++/84520 - ICE with generic lambda in NSDMI.
new 149b69199ef PR c++/84441 - ICE with base initialized from ?:
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/cp/ChangeLog | 9 +++++++++
gcc/cp/call.c | 9 +++++++++
gcc/cp/lambda.c | 5 ++++-
gcc/testsuite/g++.dg/cpp0x/elision3.C | 21 +++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/lambda-generic-nsdmi1.C | 8 ++++++++
5 files changed, 51 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/elision3.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-nsdmi1.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 f0454dcc5c8 Fix r326154 buildbots test fail
new 90543537f8e [X86] Replace an impossible if condition with an assert.
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/Target/X86/X86ISelLowering.cpp | 3 +--
1 file changed, 1 insertion(+), 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 bb85f261db7 PR c++/84560 - ICE capturing multi-dimensional VLA.
new 1d74f6b12b4 [IEPM] don't preserve lexical blocks just for debug inline markers
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 | 9 +++++++++
gcc/tree-ssa-live.c | 15 ++++++---------
2 files changed, 15 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 lldb.
from a895d9ca2 Move "concurrent events" tests back into one folder
new 70f88081d Mark test_*int*_t_dwarf as failing on FreeBSD
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:
.../lldbsuite/test/lang/cpp/enum_types/TestCPP11EnumTypes.py | 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 clang.
from 54d1490d2d [analyzer] Switch the default exploration strategy to priori [...]
new d222eefb79 [Driver] Allow using a canonical form of '-fuse-ld=' when cr [...]
new 226415642f [analyzer] Fix an uninitialized field.
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:
.../Core/PathSensitive/FunctionSummary.h | 1 +
lib/Driver/ToolChain.cpp | 4 ++--
.../Driver/Inputs/fuse_ld_windows/ld.foo.exe | 0
test/Driver/fuse-ld-windows.c | 25 ++++++++++++++++++++++
4 files changed, 28 insertions(+), 2 deletions(-)
copy bindings/python/tests/__init__.py => test/Driver/Inputs/fuse_ld_windows/ld.fo [...]
mode change 100644 => 100755
create mode 100644 test/Driver/fuse-ld-windows.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.