This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1cc98e6672b [OptRemarks] Add library for parsing optimization remarks
new f6b8b02db76 [GlobalISel] Fix the artifact combiner to fold G_IMPLICIT_D [...]
new b501cdb9f55 Revert "[OptRemarks] Add library for parsing optimization remarks"
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-c/OptRemarks.h | 197 ----------
.../GlobalISel/LegalizationArtifactCombiner.h | 24 +-
lib/CMakeLists.txt | 1 -
lib/LLVMBuild.txt | 1 -
lib/OptRemarks/CMakeLists.txt | 3 -
lib/OptRemarks/LLVMBuild.txt | 22 --
lib/OptRemarks/OptRemarksParser.cpp | 368 -----------------
test/CodeGen/AArch64/GlobalISel/legalize-ext.mir | 20 +-
test/CodeGen/X86/GlobalISel/legalize-ext.mir | 24 +-
test/CodeGen/X86/GlobalISel/legalize-undef.mir | 36 +-
tools/llvm-opt-report/CMakeLists.txt | 2 +-
tools/llvm-opt-report/OptReport.cpp | 144 +++++--
unittests/CMakeLists.txt | 1 -
unittests/OptRemarks/CMakeLists.txt | 8 -
unittests/OptRemarks/OptRemarksParsingTest.cpp | 433 ---------------------
15 files changed, 172 insertions(+), 1112 deletions(-)
delete mode 100644 include/llvm-c/OptRemarks.h
delete mode 100644 lib/OptRemarks/CMakeLists.txt
delete mode 100644 lib/OptRemarks/LLVMBuild.txt
delete mode 100644 lib/OptRemarks/OptRemarksParser.cpp
delete mode 100644 unittests/OptRemarks/CMakeLists.txt
delete mode 100644 unittests/OptRemarks/OptRemarksParsingTest.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 llvm.
from a50609a0fa1 Change the timestamp of llvmcache-foo file to meet the thin [...]
new 3b607cb1fc8 [VPlan] Fix CondBit quoting in dumpBasicBlock
new 1cc98e6672b [OptRemarks] Add library for parsing optimization remarks
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-c/OptRemarks.h | 197 +++++++++++
lib/CMakeLists.txt | 1 +
lib/LLVMBuild.txt | 1 +
lib/OptRemarks/CMakeLists.txt | 3 +
lib/{ => OptRemarks}/LLVMBuild.txt | 40 +--
lib/OptRemarks/OptRemarksParser.cpp | 368 +++++++++++++++++++++
lib/Transforms/Vectorize/VPlan.cpp | 4 +-
tools/llvm-opt-report/CMakeLists.txt | 2 +-
tools/llvm-opt-report/OptReport.cpp | 144 +++-----
unittests/CMakeLists.txt | 1 +
unittests/OptRemarks/CMakeLists.txt | 8 +
unittests/OptRemarks/OptRemarksParsingTest.cpp | 433 +++++++++++++++++++++++++
12 files changed, 1059 insertions(+), 143 deletions(-)
create mode 100644 include/llvm-c/OptRemarks.h
create mode 100644 lib/OptRemarks/CMakeLists.txt
copy lib/{ => OptRemarks}/LLVMBuild.txt (57%)
create mode 100644 lib/OptRemarks/OptRemarksParser.cpp
create mode 100644 unittests/OptRemarks/CMakeLists.txt
create mode 100644 unittests/OptRemarks/OptRemarksParsingTest.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 libcxx.
from f7d5bd26c Annotate scoped_lock as with scoped_lockable attribute
new 9c34c7726 Fix linking filesystem benchmarks
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:
benchmarks/CMakeLists.txt | 5 ++++-
1 file changed, 4 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 7b3bebb1978 Relax trivial cast requirements in CallPromotionUtils
new a50609a0fa1 Change the timestamp of llvmcache-foo file to meet the thin [...]
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:
test/tools/gold/X86/cache.ll | 3 +++
1 file changed, 3 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 c72f348e95 [Sema] Fix a multiple definition bug with friends and templates
new 73e11ddc10 [clang] Fix failing attribute test on Windows
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:
test/SemaCXX/attr-on-explicit-template-instantiation.cpp | 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 libcxxabi.
from d9d19cc Make libc++abi work better with gcc's ARM unwind library. Rev [...]
new 2d93dd2 Blind attempt to fix linker errors when building libc++abit w [...]
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:
src/cxa_noexception.cpp | 5 +++++
1 file changed, 5 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 27fe8790f1 [CodeGenCXX] Treat 'this' as noalias in constructors
new c72f348e95 [Sema] Fix a multiple definition bug with friends and templates
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/DeclTemplate.h | 3 +++
lib/AST/DeclTemplate.cpp | 36 +++++++++++++++++++++++++++++++++
lib/Sema/SemaDecl.cpp | 10 +++++++--
test/SemaCXX/friend-template-redecl.cpp | 20 ++++++++++++++++++
4 files changed, 67 insertions(+), 2 deletions(-)
create mode 100644 test/SemaCXX/friend-template-redecl.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 gcc.
from 3393067f401 PR libstdc++/87544 limit max_size() to PTRDIFF_MAX / sizeof(T)
new 59a01615063 PR c/54391 - transparent_union typedef'ing inconsistent
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/testsuite/gcc.dg/transparent-union-6.c | 17 +++++++++++++++++
2 files changed, 22 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/transparent-union-6.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 test-suite.
from d55770cf CTMark: Copy lit.local.cfg
new abab223c cmake: Add TEST_SUITE_EXTRA_*_FLAGS variable
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 | 14 ++++++++++++++
1 file changed, 14 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.