This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 43ef330 gcc/testsuite/ChangeLog:
new ca7dda2 xtensa: Fix PR target/78603
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 | 7 +++++++
gcc/config/xtensa/xtensa.c | 5 ++++-
2 files changed, 11 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 10e4110 Bitcode: Add a more comprehensive multi-module test now that [...]
new 29916a1 Add documentation for the PDB Module Info stream.
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:
docs/PDB/{TpiStream.rst => CodeViewSymbols.rst} | 3 +-
docs/PDB/{TpiStream.rst => CodeViewTypes.rst} | 3 +-
docs/PDB/ModiStream.rst | 77 +++++++++++++++++++++++++
docs/PDB/index.rst | 4 +-
4 files changed, 84 insertions(+), 3 deletions(-)
copy docs/PDB/{TpiStream.rst => CodeViewSymbols.rst} (72%)
copy docs/PDB/{TpiStream.rst => CodeViewTypes.rst} (73%)
--
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 f5b57a6 [sanitizer] Add macOS minimum deployment target to all compil [...]
new 1c9488d [Profile] Fix value profiler eviction bug
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/profile/InstrProfilingValue.c | 2 +-
test/profile/instrprof-value-prof-reset.c | 47 +++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+), 1 deletion(-)
create mode 100644 test/profile/instrprof-value-prof-reset.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 649bcb9 [StructurizeCFG] Fix infinite loop in rebuildSSA.
new c67ca17 Add llvm-modextract tool.
new 10e4110 Bitcode: Add a more comprehensive multi-module test now that [...]
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/Bitcode/BitcodeReader.h | 4 +-
test/Bitcode/multi-module.ll | 16 ++++-
test/CMakeLists.txt | 1 +
test/lit.cfg | 1 +
test/tools/llvm-modextract/single.ll | 12 ++++
tools/LLVMBuild.txt | 1 +
tools/{llvm-cat => llvm-modextract}/CMakeLists.txt | 5 +-
.../LLVMBuild.txt | 6 +-
tools/llvm-modextract/llvm-modextract.cpp | 72 ++++++++++++++++++++++
9 files changed, 109 insertions(+), 9 deletions(-)
create mode 100644 test/tools/llvm-modextract/single.ll
copy tools/{llvm-cat => llvm-modextract}/CMakeLists.txt (58%)
copy tools/{llvm-bcanalyzer => llvm-modextract}/LLVMBuild.txt (81%)
create mode 100644 tools/llvm-modextract/llvm-modextract.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 9322d0d Don't declare IsEnumDeclComplete as extern
new 10abbcd getObjCEncodingForMethodDecl cannot fail. Simplify. 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:
include/clang/AST/ASTContext.h | 12 ++++------
lib/AST/ASTContext.cpp | 28 +++++++++++-----------
lib/CodeGen/CGObjCGNU.cpp | 37 +++++++++++-------------------
lib/CodeGen/CGObjCMac.cpp | 21 ++++-------------
lib/Frontend/Rewrite/RewriteModernObjC.cpp | 13 ++++++-----
lib/Frontend/Rewrite/RewriteObjC.cpp | 14 +++++------
tools/libclang/CXType.cpp | 7 +++---
7 files changed, 53 insertions(+), 79 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 da89a4d * config/bfin/linux.h (CPP_SPEC): Define.
new 43ef330 gcc/testsuite/ChangeLog:
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/testsuite/ChangeLog | 5 +++++
.../gcc.dg/tree-ssa/builtin-sprintf-warn-1.c | 2 +-
.../gcc.dg/tree-ssa/builtin-sprintf-warn-3.c | 26 +++++++++++-----------
3 files changed, 19 insertions(+), 14 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 2a4cea2 Add missing dependency.
new dc150d0 Add to llvm-objdump the -no-leading-headers option with the u [...]
new 649bcb9 [StructurizeCFG] Fix infinite loop in rebuildSSA.
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/Transforms/Scalar/StructurizeCFG.cpp | 5 ++-
.../StructurizeCFG/rebuild-ssa-infinite-loop.ll | 51 ++++++++++++++++++++++
test/tools/llvm-objdump/X86/macho-dylib.test | 4 ++
tools/llvm-objdump/MachODump.cpp | 17 +++++---
4 files changed, 70 insertions(+), 7 deletions(-)
create mode 100644 test/Transforms/StructurizeCFG/rebuild-ssa-infinite-loop.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 gcc.
from 72d5639 PR tree-optimization/78512 - [7 Regression] r242674 miscompil [...]
new da89a4d * config/bfin/linux.h (CPP_SPEC): Define.
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 | 4 ++++
gcc/config/bfin/linux.h | 3 +++
2 files changed, 7 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 fa5f3d1 Change Error unittest to use the LLVM_ENABLE_ABI_BREAKING_CHE [...]
new 2a4cea2 Add missing dependency.
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:
tools/llvm-cat/CMakeLists.txt | 1 +
tools/llvm-cat/LLVMBuild.txt | 2 +-
2 files changed, 2 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 3be67a6 * config/i386/sse.md (UNSPEC_MASKOP): Move from i386.md. (m [...]
new 72d5639 PR tree-optimization/78512 - [7 Regression] r242674 miscompil [...]
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 | 19 ++++
gcc/config/linux.h | 5 -
gcc/config/rs6000/linux.h | 4 -
gcc/config/rs6000/linux64.h | 4 -
gcc/config/sol2.c | 14 ---
gcc/config/sol2.h | 4 -
gcc/doc/tm.texi | 4 -
gcc/doc/tm.texi.in | 2 -
gcc/gimple-ssa-sprintf.c | 119 +++++----------------
gcc/target.def | 6 --
gcc/targhooks.c | 30 ------
gcc/targhooks.h | 4 -
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-6.c | 40 ++++++-
.../gcc.dg/tree-ssa/builtin-sprintf-warn-1.c | 24 -----
15 files changed, 92 insertions(+), 193 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.