This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e2da263c289 Minor refactoring regarding Cast::isNoopCast(), NFC
new 17f5bd1520b [MergeICmps] Disable mergeicmps if the target does not want [...]
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/Transforms/Scalar/MergeICmps.cpp | 21 ++++--
.../MergeICmps}/X86/lit.local.cfg | 0
.../MergeICmps/{ => X86}/pair-int32-int32.ll | 60 ++++++++--------
.../MergeICmps/{ => X86}/tuple-four-int8.ll | 39 ++++++++---
test/Transforms/MergeICmps/X86/volatile.ll | 48 +++++++++++++
test/Transforms/MergeICmps/pair-int32-int32.ll | 81 ++++++++++++----------
test/Transforms/MergeICmps/volatile.ll | 30 --------
7 files changed, 168 insertions(+), 111 deletions(-)
copy test/{Analysis/CostModel => Transforms/MergeICmps}/X86/lit.local.cfg (100%)
copy test/Transforms/MergeICmps/{ => X86}/pair-int32-int32.ll (53%)
rename test/Transforms/MergeICmps/{ => X86}/tuple-four-int8.ll (57%)
create mode 100644 test/Transforms/MergeICmps/X86/volatile.ll
delete mode 100644 test/Transforms/MergeICmps/volatile.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 522941b772e Daily bump.
new 566980e966c 2017-10-05 Richard Biener <rguenther(a)suse.de>
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 | 11 +++++++++++
gcc/testsuite/gfortran.dg/graphite/id-17.f | 2 +-
gcc/testsuite/gfortran.dg/graphite/id-19.f | 2 +-
gcc/testsuite/gfortran.dg/graphite/pr29832.f90 | 2 +-
gcc/testsuite/gfortran.dg/graphite/pr42326-1.f90 | 2 +-
gcc/testsuite/gfortran.dg/graphite/pr42326.f90 | 2 +-
gcc/testsuite/gfortran.dg/graphite/pr68550-2.f90 | 2 +-
gcc/testsuite/gfortran.dg/graphite/run-id-2.f90 | 2 +-
gcc/testsuite/gfortran.dg/graphite/run-id-3.f90 | 2 +-
9 files changed, 19 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 c91933e9e3 Update my email address.
new 9c0f3d3f20 PR22239 - invalid memory read in display_debug_frames
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:
binutils/ChangeLog | 8 ++++++++
binutils/dwarf.c | 15 ++++-----------
2 files changed, 12 insertions(+), 11 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 728dd9a060f [XRay][tools] Support arg1 logging entries in the basic log [...]
new e2da263c289 Minor refactoring regarding Cast::isNoopCast(), 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/llvm/IR/InstrTypes.h | 21 +++------------------
lib/CodeGen/SelectionDAG/FastISel.cpp | 3 +--
lib/IR/Instructions.cpp | 28 +++-------------------------
3 files changed, 7 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 compiler-rt.
from 9433990fc [sanitizer] Move cxx-abi library earlier in link flags.
new 3d259d643 [XRay][compiler-rt] Write out arg1 payload in naive mode logging
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/xray/xray_records.h | 30 ++++++++++-
lib/xray/xray_inmemory_log.cc | 120 +++++++++++++++++++++++++++++++++++++-----
2 files changed, 135 insertions(+), 15 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 abd8a85848e Enabling new pass manager in LTO (and thinLTO) link step.
new 728dd9a060f [XRay][tools] Support arg1 logging entries in the basic log [...]
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/XRay/Trace.cpp | 72 +++++++++++++++------
.../X86/Inputs/naive-with-arg1-entries.xray | Bin 0 -> 192 bytes
.../llvm-xray/X86/convert-basic-arg1-to-yaml.txt | 15 +++++
3 files changed, 66 insertions(+), 21 deletions(-)
create mode 100644 test/tools/llvm-xray/X86/Inputs/naive-with-arg1-entries.xray
create mode 100644 test/tools/llvm-xray/X86/convert-basic-arg1-to-yaml.txt
--
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 2ca7de3746 bfd_set_input_error
new c91933e9e3 Update my email address.
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:
binutils/ChangeLog | 5 +++++
binutils/MAINTAINERS | 6 +++---
gdb/ChangeLog | 4 ++++
gdb/MAINTAINERS | 4 ++--
4 files changed, 14 insertions(+), 5 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 lld.
from 783564f63 Refactor duplicated code.
new 5abbe5b33 Remove dead code.
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:
ELF/Config.h | 7 -------
1 file changed, 7 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 libcxx.
from f7e906386 [libc++] Move cache variable definition. NFC
new 7762784b9 [libc++] Clarify names of ABI forcing macros
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:
CMakeLists.txt | 12 ++++++------
include/__config | 8 +++++++-
include/__config_site.in | 4 ++--
3 files changed, 15 insertions(+), 9 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 812f8f999c [Analyzer Tests] Fix misc bugs in analyzer reference results [...]
new e2787a6b93 Enabling new pass manager in LTO (and thinLTO) link step.
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/Driver/ToolChains/CommonArgs.cpp | 8 ++++++++
test/Driver/gold-lto-new-pass-man.c | 7 +++++++
2 files changed, 15 insertions(+)
create mode 100644 test/Driver/gold-lto-new-pass-man.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.