This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from dfc1eabfcef [X86] Simplify X86 epilogue frame size calculation, NFC
new 86891507833 [ARM/AARCH64] Make test MachineBranchProb.ll more robust an [...]
new 6bfe1d944a7 [NewPassManager] Run global dead code elimination after the [...]
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/Passes/PassBuilder.cpp | 1 +
test/CodeGen/Generic/MachineBranchProb.ll | 7 ++++---
test/Other/new-pm-defaults.ll | 1 +
test/Other/new-pm-thinlto-defaults.ll | 1 +
4 files changed, 7 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 300b37a6ada [PassManager] Run global optimizations after the inliner.
new bfe76f9ddff [PassManager] Improve the interaction between -O2 and ThinLTO.
new dfc1eabfcef [X86] Simplify X86 epilogue frame size calculation, 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/X86FrameLowering.cpp | 67 +++++++++++++------------------
lib/Transforms/IPO/PassManagerBuilder.cpp | 24 +++++------
test/Other/pass-pipelines.ll | 6 +--
3 files changed, 42 insertions(+), 55 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 3d259d643 [XRay][compiler-rt] Write out arg1 payload in naive mode logging
new f4abfe4e8 [cfi] Test on all available targets.
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/cfi/CMakeLists.txt | 26 +++++++++++++++++---------
test/cfi/lit.cfg | 7 ++++---
test/cfi/lit.site.cfg.in | 2 ++
3 files changed, 23 insertions(+), 12 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 890a6bd126c [mips] implement .set dspr2 directive
new f139ed831d4 [SparsePropagation] Move member definitions to header (NFC)
new 300b37a6ada [PassManager] Run global optimizations after the inliner.
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:
include/llvm/Analysis/SparsePropagation.h | 336 +++++++++++++++++++++++++--
lib/Analysis/CMakeLists.txt | 1 -
lib/Analysis/SparsePropagation.cpp | 364 ------------------------------
lib/Transforms/IPO/PassManagerBuilder.cpp | 14 ++
test/CodeGen/AMDGPU/early-inline.ll | 2 +-
test/Other/pass-pipelines.ll | 2 +
6 files changed, 337 insertions(+), 382 deletions(-)
delete mode 100644 lib/Analysis/SparsePropagation.cpp
--
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 9f31f2539f [Analyzer Tests] Run static analyzer integration tests until [...]
new 435d6c49f0 [OPENMP] Fix mapping|privatization of implicitly captured va [...]
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/Sema/SemaOpenMP.cpp | 51 ++++++++++++++++------
test/OpenMP/target_map_codegen.cpp | 10 ++---
.../teams_distribute_firstprivate_codegen.cpp | 1 +
3 files changed, 43 insertions(+), 19 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 16b0d7598e2 AMDGPU: Set v2i32 any_extend to expand
new 890a6bd126c [mips] implement .set dspr2 directive
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/Mips/AsmParser/MipsAsmParser.cpp | 6 ++++++
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp | 6 ++++++
lib/Target/Mips/MipsTargetStreamer.h | 2 ++
test/MC/Mips/mips_directives.s | 7 +++++++
test/MC/Mips/module-directive-bad.s | 4 ++++
test/MC/Mips/set-nodsp.s | 11 ++++++++++-
6 files changed, 35 insertions(+), 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 29481eae6bd [RDF] Simplify construction of maximal registers
new 16b0d7598e2 AMDGPU: Set v2i32 any_extend to expand
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/AMDGPU/SIISelLowering.cpp | 1 +
test/CodeGen/AMDGPU/anyext.ll | 41 +++++++++++++++++++++++++++++-------
2 files changed, 34 insertions(+), 8 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 072e2cd288 [CodeGen] Unify generation of scalar and struct-path TBAA tags
new 9f31f2539f [Analyzer Tests] Run static analyzer integration tests until [...]
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:
utils/analyzer/SATestBuild.py | 28 ++++++++++++++++++++--------
1 file changed, 20 insertions(+), 8 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 binutils-gdb.
from d13b8493cb Remove unused "union agent_val" from ax.h
new 2fd9d7ca17 Fix fork-related regressions on GNU/Linux
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:
gdb/ChangeLog | 6 ++++++
gdb/linux-nat.c | 5 ++++-
2 files changed, 10 insertions(+), 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 gcc.
from c8cf6ab0c43 * elf.c (elf_zlib_fetch): Change pval argument to uint64_t [...]
new 19272321294 compiler: centralize all symbol name handling
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/go/ChangeLog | 4 +
gcc/go/Make-lang.in | 1 +
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/escape.cc | 2 +-
gcc/go/gofrontend/expressions.cc | 56 +--
gcc/go/gofrontend/gogo.cc | 201 ++--------
gcc/go/gofrontend/gogo.h | 122 +++++-
gcc/go/gofrontend/names.cc | 825 +++++++++++++++++++++++++++++++++++++++
gcc/go/gofrontend/types.cc | 616 +++--------------------------
gcc/go/gofrontend/types.h | 122 +++++-
10 files changed, 1145 insertions(+), 806 deletions(-)
create mode 100644 gcc/go/gofrontend/names.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.