This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from c4737b5 Add comments.
new 1eba801 Split readOutputSectionDescription.
new 05962a7 Remove `continue` at end of a for-loop.
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/LinkerScript.cpp | 24 +++++++++++++-----------
1 file changed, 13 insertions(+), 11 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 b9ddc3d [EarlyCSE] Correctly handle simplified, but live, instructions
new 9e64e8e [AVX512] Add AVX512 run lines to some tests for scalar fma/ad [...]
new 8e82677 [AVX512] Copy the patterns that recognize scalar arimetic ope [...]
new f7938da [AVX512] Mark EVEX VMOVSSrm and VMOVSDrm as canFoldAsLoad and [...]
The 3 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/X86InstrAVX512.td | 104 ++++++++++++++++++
lib/Target/X86/X86InstrInfo.cpp | 2 +
lib/Target/X86/X86InstrSSE.td | 4 +-
test/CodeGen/X86/fma-scalar-memfold.ll | 182 ++++++++++++++++++--------------
test/CodeGen/X86/fold-load-binops.ll | 3 +-
test/CodeGen/X86/sse-scalar-fp-arith.ll | 20 ++--
6 files changed, 221 insertions(+), 94 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 37b02d1 Move the code which knows how to get information about the sh [...]
new 4e02d2b Fix -break-insert not working when using absolute paths (MI)
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/lldb-mi/breakpoint/TestMiBreak.py | 1 -
tools/lldb-mi/MICmdArgValString.cpp | 24 ++++++++++++++++++++++
tools/lldb-mi/MICmdArgValString.h | 2 ++
tools/lldb-mi/MICmdCmdBreak.cpp | 2 +-
4 files changed, 27 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 lld.
from 3c97a71 [ELF] Allow arbitrary code alignment in .eh_frame
new 725a7fa Remove `Ignore` flag from SymbolAssignment class.
new c4737b5 Add comments.
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/LinkerScript.cpp | 38 +++++++++++++++++---------------------
ELF/LinkerScript.h | 10 ++++++++--
2 files changed, 25 insertions(+), 23 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 b9bd76d [ConstantFolding] Fold bitcasts of vectors w/ undef elements
new b9ddc3d [EarlyCSE] Correctly handle simplified, but live, instructions
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/Transforms/Scalar/EarlyCSE.cpp | 6 ++++--
test/Transforms/EarlyCSE/basic.ll | 14 ++++++++++++++
2 files changed, 18 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 clang.
from 51a3084 [Parser] Fix bug where delayed typo in conditional expression [...]
new 3ebf3b2 [Typo police] s/proccess/process/, s/auxiliary/auxilliary/.
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/clang/AST/Decl.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 clang-tools-extra.
from 5899a52 [clang-tidy] Fixes to modernize-use-emplace
new 7db11f6 [Typo police] s/proccess/process/, s/auxiliary/auxilliary/.
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:
clang-tidy/ClangTidyDiagnosticConsumer.cpp | 10 +++++-----
1 file changed, 5 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 gcc-5-branch
in repository gcc.
from 3ac8693 Daily bump.
new fdd4764 2016-07-29 Steven G. Kargl <kargl(a)gcc.gnu.org> Thomas [...]
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/fortran/ChangeLog | 10 +++++++++
gcc/fortran/error.c | 37 +++++++++++++++++++---------------
gcc/fortran/frontend-passes.c | 5 +++++
gcc/testsuite/ChangeLog | 8 +++++++-
gcc/testsuite/gfortran.dg/pr71883.f90 | 38 +++++++++++++++++++++++++++++++++++
5 files changed, 81 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr71883.f90
--
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 72a30f2 Remove dependency to SymbolTable from CommonInputSection.
new 3c97a71 [ELF] Allow arbitrary code alignment in .eh_frame
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:
ELF/EhFrame.cpp | 5 ++---
1 file changed, 2 insertions(+), 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 master
in repository llvm.
from 6b87ada [ConstantFolding] Remove an unused ConstantFoldInstOperands overload
new b9bd76d [ConstantFolding] Fold bitcasts of vectors w/ undef elements
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/Analysis/ConstantFolding.cpp | 13 +++++++++++--
test/Transforms/InstCombine/cast.ll | 6 ++++++
2 files changed, 17 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.