This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from 900b7ac99db Daily bump.
new 5f358decb87 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 abbfc8ddd86 GlobalISel: Add G_ATOMICRMW_{FADD|FSUB}
new 16956a69793 Revert "[Remarks] Add an LLVM-bitstream-based remark serializer"
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/Remarks.rst | 245 -------------
include/llvm/Bitcode/BitcodeAnalyzer.h | 1 -
include/llvm/Remarks/BitstreamRemarkContainer.h | 106 ------
include/llvm/Remarks/BitstreamRemarkSerializer.h | 188 ----------
include/llvm/Remarks/Remark.h | 6 +-
include/llvm/Remarks/RemarkFormat.h | 2 +-
lib/Bitcode/Reader/BitcodeAnalyzer.cpp | 10 -
lib/IR/RemarkStreamer.cpp | 1 -
lib/Remarks/BitstreamRemarkSerializer.cpp | 383 ---------------------
lib/Remarks/CMakeLists.txt | 1 -
lib/Remarks/RemarkFormat.cpp | 3 +-
lib/Remarks/RemarkParser.cpp | 9 -
lib/Remarks/RemarkSerializer.cpp | 5 -
lib/Remarks/YAMLRemarkParser.cpp | 4 +-
lib/Remarks/YAMLRemarkSerializer.cpp | 2 +-
test/Bitcode/stream-types.c | 3 -
test/Bitcode/stream-types.c.opt.bitstream | Bin 384 -> 0 bytes
unittests/Remarks/BitstreamRemarksFormatTest.cpp | 48 ---
.../Remarks/BitstreamRemarksSerializerTest.cpp | 341 ------------------
unittests/Remarks/CMakeLists.txt | 3 -
20 files changed, 7 insertions(+), 1354 deletions(-)
delete mode 100644 include/llvm/Remarks/BitstreamRemarkContainer.h
delete mode 100644 include/llvm/Remarks/BitstreamRemarkSerializer.h
delete mode 100644 lib/Remarks/BitstreamRemarkSerializer.cpp
delete mode 100644 test/Bitcode/stream-types.c.opt.bitstream
delete mode 100644 unittests/Remarks/BitstreamRemarksFormatTest.cpp
delete mode 100644 unittests/Remarks/BitstreamRemarksSerializerTest.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 binutils-gdb.
from a2bd7b82ee Don't declare tui_copy_win or tui_box_win
new 0630887d4e Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 gdb-8.3-branch
in repository binutils-gdb.
from 708c7c8ea3 Automatic date update in version.in
new 05e432469a Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 binutils-2_32-branch
in repository binutils-gdb.
from c9d6fcf535 Automatic date update in version.in
new 2a49bd76ec Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 7eff0466563 gn build: Merge r367364
new abbfc8ddd86 GlobalISel: Add G_ATOMICRMW_{FADD|FSUB}
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/GlobalISel/MachineIRBuilder.h | 14 ++++++-
include/llvm/Support/TargetOpcodes.def | 2 +
include/llvm/Target/GenericOpcodes.td | 2 +
.../llvm/Target/GlobalISel/SelectionDAGCompat.td | 2 +
lib/CodeGen/GlobalISel/IRTranslator.cpp | 7 +++-
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 43 +++++++++++++------
.../GlobalISel/legalizer-info-validation.mir | 6 +++
.../AMDGPU/GlobalISel/irtranslator-atomicrmw.ll | 48 ++++++++++++++++++++++
.../CodeGen/GlobalISel/MachineIRBuilderTest.cpp | 30 ++++++++++++++
9 files changed, 138 insertions(+), 16 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/irtranslator-atomicrmw.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 lldb.
from 3652de06d [TableGen] Reuse typedef across emitters (NFC)
new 77061ae87 [SymbolFilePDB] Fix windows bots after rL367360
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:
unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 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 ccbae1eab2c [DAGCombiner] Add an option to control whether or not to en [...]
new 7eff0466563 gn build: Merge r367364
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/gn/secondary/llvm/lib/Remarks/BUILD.gn | 1 +
utils/gn/secondary/llvm/unittests/Remarks/BUILD.gn | 3 +++
2 files changed, 4 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 clang.
from 9bfb20fa13 Revert "[NFC][clang] Refactor getCompilationPhases()+Types.d [...]
new 11e9c519f5 [Sema] Actually map a variable template specialization from [...]
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/Sema/Sema.h | 5 +++
lib/Sema/SemaExprMember.cpp | 16 ++++-----
lib/Sema/SemaTemplateInstantiateDecl.cpp | 40 ++++++++++------------
test/SemaCXX/cxx1y-variable-templates_in_class.cpp | 29 ++++++++++++++++
4 files changed, 61 insertions(+), 29 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.