This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3d1a12c18cb Reapply "[llvm-mca] Return the total number of cycles from [...]
new ccefd880658 [DebugInfo] IR/Bitcode changes for DISubprogram flags.
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/llvm/IR/DebugInfoFlags.def | 4 +-
include/llvm/IR/DebugInfoMetadata.h | 14 +++-
lib/AsmParser/LLLexer.cpp | 5 ++
lib/AsmParser/LLParser.cpp | 63 +++++++++++++--
lib/AsmParser/LLToken.h | 1 +
lib/Bitcode/Reader/MetadataLoader.cpp | 63 ++++++++++-----
lib/Bitcode/Writer/BitcodeWriter.cpp | 10 +--
lib/IR/AsmWriter.cpp | 31 ++++++--
lib/IR/DebugInfoMetadata.cpp | 34 ++++++++
test/Assembler/disubprogram.ll | 25 ++++--
.../invalid-disubprogram-uniqued-definition.ll | 2 +-
test/Bindings/llvm-c/debug_info.ll | 2 +-
test/Bitcode/DISubprogram-distinct-definitions.ll | 2 +-
test/Bitcode/DISubprogram-v4.ll | 86 +++++++++++++++++++++
test/Bitcode/DISubprogram-v4.ll.bc | Bin 0 -> 1372 bytes
test/DebugInfo/Generic/invalid.ll | 4 +-
test/DebugInfo/debugify.ll | 4 +-
.../replaced-function-matches-first-subprogram.ll | 2 +-
.../GCOVProfiling/three-element-mdnode.ll | 2 +-
19 files changed, 295 insertions(+), 59 deletions(-)
create mode 100644 test/Bitcode/DISubprogram-v4.ll
create mode 100644 test/Bitcode/DISubprogram-v4.ll.bc
--
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 5c8a5adf22 [Coverage] Specify the Itanium ABI triple for a C++ test
new 517d5ea128 Correct 'target' default behavior on redecl, allow forward d [...]
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/AST/ASTContext.cpp | 4 ++--
lib/CodeGen/CodeGenModule.cpp | 6 +++--
lib/Sema/SemaDecl.cpp | 52 ++++++++++++++++++++++++++++++++++++++----
test/CodeGen/attr-target-mv.c | 53 ++++++++++++++++++++++++++++++++++++++++++-
test/Sema/attr-target-mv.c | 3 +--
5 files changed, 106 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 gcc.
from 837c58f7be7 * lto.c (lto_read_decls): Fix handling of INTEGER_CST.
new 63c3361d21b * predict.c (determine_unlikely_bbs): Forward declare; als [...]
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 | 8 +++
gcc/predict.c | 47 +++++++++++++----
gcc/testsuite/ChangeLog | 8 +++
gcc/testsuite/gcc.dg/predict-13.c | 4 +-
.../gcc.dg/{predict-13.c => predict-13b.c} | 6 ++-
gcc/testsuite/gcc.dg/predict-22.c | 59 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/ipa-split-4.c | 4 +-
7 files changed, 120 insertions(+), 16 deletions(-)
copy gcc/testsuite/gcc.dg/{predict-13.c => predict-13b.c} (90%)
create mode 100644 gcc/testsuite/gcc.dg/predict-22.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.