This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from aba277a1d1a llvm-link: Improve diagnostic for module-level metadata mismatch
new 5454da3a19a Use locals instead of struct fields; 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/Analysis/BasicAliasAnalysis.cpp | 35 +++++++++++++--------
lib/Analysis/CFLAndersAliasAnalysis.cpp | 14 +++++----
lib/Transforms/Scalar/DeadStoreElimination.cpp | 42 ++++++++++++++------------
3 files changed, 53 insertions(+), 38 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 3ff2ad5558f ExpandPostRAPseudos: Fix alldefsAreDead() not removing operands
new aba277a1d1a llvm-link: Improve diagnostic for module-level metadata mismatch
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/Linker/IRMover.cpp | 10 ++++++++--
test/Linker/Inputs/metadata-mismatch-a.ll | 3 +++
test/Linker/Inputs/metadata-mismatch-b.ll | 2 ++
test/Linker/metadata-mismatch.test | 3 +++
4 files changed, 16 insertions(+), 2 deletions(-)
create mode 100644 test/Linker/Inputs/metadata-mismatch-a.ll
create mode 100644 test/Linker/Inputs/metadata-mismatch-b.ll
create mode 100644 test/Linker/metadata-mismatch.test
--
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 17fec501f8 [WebAssembly][NFC] Rename test functions for builtins
new 27e98e51ca [Index] Use locations to uniquify function-scope BindingDecl USR
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/Index/USRGeneration.cpp | 7 +++++++
test/Index/Core/index-source.cpp | 2 ++
2 files 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 cb44f60cfc Introduce code_model macros
new 17fec501f8 [WebAssembly][NFC] Rename test functions for builtins
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/CodeGen/builtins-wasm.c | 90 ++++++++++++++++++++++----------------------
1 file changed, 45 insertions(+), 45 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 8fd85845896 * print-rtl.c (rtx_writer::print_rtx_operand_code_i): Prin [...]
new 3a67778e4a3 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-8-branch
in repository gcc.
from c16e539a2fb i386: Correct _mm512_mask3_fmaddsub_round_pd
new 5fb74b32302 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 ffc2b971452 i386: Correct _mm512_mask3_fmaddsub_round_pd
new 53bc78fa51c 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 cc35e02591d Daily bump.
new 10c1510ffed 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 llvm.
from dd8cebd2be4 TwoAddressInstructionPass: Modernize/fix some comments; NFC
new 48d3a5535e7 [MIPS GlobalISel] Legalize i64 add
new 3ff2ad5558f ExpandPostRAPseudos: Fix alldefsAreDead() not removing operands
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/CodeGen/ExpandPostRAPseudos.cpp | 2 ++
lib/Target/Mips/MipsLegalizerInfo.cpp | 48 +++++++++++++++++++++++++-
lib/Target/Mips/MipsLegalizerInfo.h | 3 ++
test/CodeGen/Mips/GlobalISel/legalizer/add.mir | 36 +++++++++++++++++++
test/CodeGen/Mips/GlobalISel/llvm-ir/add.ll | 15 ++++++++
test/CodeGen/X86/expand-post-ra-pseudo.mir | 11 ++++++
6 files changed, 114 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/X86/expand-post-ra-pseudo.mir
--
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 a0c3048e3f Remove unused variables from riscv-fbsd-tdep.c
new 35dc7e6b77 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.