This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b9c0a17b9f2 [X86] Fix 32-bit mingw comdat names, only add one underscore
new 3499852bee2 [Instrumentation] Add Call Graph Profile pass
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:
.../llvm/CodeGen/TargetLoweringObjectFileImpl.h | 3 +
include/llvm/InitializePasses.h | 1 +
include/llvm/LinkAllPasses.h | 1 +
include/llvm/Transforms/Instrumentation.h | 2 +
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 54 ++++++++--
lib/IR/Verifier.cpp | 20 ++++
lib/Transforms/IPO/PassManagerBuilder.cpp | 2 +
lib/Transforms/Instrumentation/CGProfile.cpp | 110 +++++++++++++++++++++
lib/Transforms/Instrumentation/CMakeLists.txt | 1 +
lib/Transforms/Instrumentation/Instrumentation.cpp | 1 +
test/Instrumentation/cgprofile.ll | 28 ++++++
test/MC/ELF/cgprofile.ll | 50 ++++++++++
test/Verifier/module-flags-cgprofile.ll | 30 ++++++
13 files changed, 296 insertions(+), 7 deletions(-)
create mode 100644 lib/Transforms/Instrumentation/CGProfile.cpp
create mode 100644 test/Instrumentation/cgprofile.ll
create mode 100644 test/MC/ELF/cgprofile.ll
create mode 100644 test/Verifier/module-flags-cgprofile.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 4f96c7da9e1 2018-06-21 Michael Meissner <meissner(a)linux.ibm.com>
new ab127dab999 PR libstdc++/86138 prevent implicit instantiation of COW empty rep
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:
libstdc++-v3/ChangeLog | 13 +++++++++++
libstdc++-v3/include/bits/basic_string.tcc | 25 +++++++++++++++++++---
.../basic_string/cons/char/86138.cc} | 14 +++++++-----
.../basic_string/cons/wchar_t/86138.cc} | 14 +++++++-----
4 files changed, 53 insertions(+), 13 deletions(-)
copy libstdc++-v3/testsuite/{18_support/byte/81076.cc => 21_strings/basic_string/c [...]
copy libstdc++-v3/testsuite/{18_support/byte/81076.cc => 21_strings/basic_string/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 clang.
from 8fa8ac3e9e Test commit, made a minor change to a comment
new ae3ac6af8d Ignore blacklist when generating __cfi_check_fail.
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/CodeGen/CGExpr.cpp | 5 +++++
test/CodeGen/cfi-check-fail2.c | 6 ++++++
2 files changed, 11 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 ebb24b101d3 [gdb] Update llvm::Optional
new b9c0a17b9f2 [X86] Fix 32-bit mingw comdat names, only add one underscore
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/CodeGen/TargetLoweringObjectFileImpl.h | 5 -----
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 17 ++++++-----------
test/CodeGen/X86/mingw-comdats.ll | 8 ++++++++
3 files changed, 14 insertions(+), 16 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 130abbe46d1 cmd/go: re-enable a couple of tests of gccgo
new 4f96c7da9e1 2018-06-21 Michael Meissner <meissner(a)linux.ibm.com>
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 | 14 +++++++++
gcc/testsuite/gcc.target/powerpc/pack02.c | 44 +++++++++++++++++++--------
gcc/testsuite/gcc.target/powerpc/pr57150.c | 18 +++++++++--
gcc/testsuite/gcc.target/powerpc/pr60203.c | 22 +++++++++++---
gcc/testsuite/gcc.target/powerpc/pr67808.c | 26 ++++++++++++----
gcc/testsuite/gcc.target/powerpc/pr70117.c | 22 +++++++++++---
gcc/testsuite/gcc.target/powerpc/tfmode_off.c | 14 ++++++++-
7 files changed, 130 insertions(+), 30 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 894c22627b4 2018-06-21 Paul Thomas <pault(a)gcc.gnu.org>
new 9cd571c4e7f 2018-06-21 Michael Meissner <meissner(a)linux.ibm.com>
new bc18915d9b6 2018-06-23 Michael Meissner <meissner(a)linux.ibm.com>
new 130abbe46d1 cmd/go: re-enable a couple of tests of gccgo
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:
gcc/ChangeLog | 5 +++++
gcc/config/rs6000/rs6000.c | 9 +++++++--
gcc/config/rs6000/rs6000.md | 2 +-
gcc/go/gofrontend/MERGE | 2 +-
libgo/go/cmd/go/go_test.go | 2 --
5 files changed, 14 insertions(+), 6 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 a9e9a64d65d 2018-06-21 Michael Meissner <meissner(a)linux.ibm.com>
new 894c22627b4 2018-06-21 Paul Thomas <pault(a)gcc.gnu.org>
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/resolve.c | 18 ++++++++++--
gcc/fortran/trans-expr.c | 2 +-
gcc/testsuite/ChangeLog | 5 ++++
.../gfortran.dg/assumed_charlen_function_7.f90 | 34 ++++++++++++++++++++++
5 files changed, 65 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/assumed_charlen_function_7.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 llvm.
from e204dd61053 [IR] fix typo in comment; NFC
new 7bbbb631136 [AMDGPU] Fix lit failures introduced in r335281
new ebb24b101d3 [gdb] Update llvm::Optional
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:
test/MC/AMDGPU/hsa-sgpr-init-bug-v3.s | 3 +++
test/MC/AMDGPU/hsa-v3.s | 3 +++
utils/gdb-scripts/prettyprinters.py | 7 ++++---
3 files changed, 10 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 4f887057969 [X86] Commit some comments that weren't in the medium code [...]
new b3881872a5b Revert r335297 "[X86] Implement more of x86-64 large and me [...]
new e204dd61053 [IR] fix typo in comment; 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:
include/llvm/IR/Instruction.h | 2 +-
lib/Target/X86/X86ISelDAGToDAG.cpp | 8 +-
lib/Target/X86/X86InstrCompiler.td | 4 -
lib/Target/X86/X86InstrInfo.cpp | 60 ++--
lib/Target/X86/X86MCInstLower.cpp | 35 ---
lib/Target/X86/X86Subtarget.cpp | 32 +--
lib/Target/X86/X86TargetMachine.cpp | 5 +-
test/CodeGen/X86/cleanuppad-large-codemodel.ll | 2 +-
test/CodeGen/X86/code-model.ll | 384 -------------------------
test/CodeGen/X86/fast-isel-call-cleanup.ll | 4 +-
test/CodeGen/X86/fast-isel-constpool.ll | 24 +-
test/CodeGen/X86/hipe-cc64.ll | 2 +-
utils/UpdateTestChecks/asm.py | 5 +-
utils/update_llc_test_checks.py | 5 -
14 files changed, 40 insertions(+), 532 deletions(-)
delete mode 100644 test/CodeGen/X86/code-model.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 clang.
from be7bb4eaa5 Re-apply: Add python tool to dump and construct header maps
new 8fa8ac3e9e Test commit, made a minor change to a comment
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/clang-fuzzer/ExampleClangLoopProtoFuzzer.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.