This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7c73f3f IR: Stop copying vectors of TrackingMDRef in DIBuilder
new b398943 IR: Use SmallVector instead of std::vector of TrackingMDRef
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/DIBuilder.h | 6 +++++-
lib/Bitcode/Reader/BitcodeReader.cpp | 7 ++++++-
lib/IR/DIBuilder.cpp | 2 +-
3 files changed, 12 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 lld.
from a3acd04 [LTO] Another type merge test.
new a306109 ELF: Template LinkerScript class.
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/Driver.cpp | 11 ++++--
ELF/LinkerScript.cpp | 98 +++++++++++++++++++++-----------------------------
ELF/LinkerScript.h | 53 +++++++++++++++------------
ELF/MarkLive.cpp | 2 +-
ELF/OutputSections.cpp | 2 +-
ELF/Writer.cpp | 12 +++----
6 files changed, 87 insertions(+), 91 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 8a574c1 Add -mtune-ctrl=sse_typeless_stores to avx256-unaligned-store-2.c
new 2b073aa cp/ PR c++/55635 * init.c (build_vec_delete_1): Protect op [...]
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/cp/ChangeLog | 8 ++++
gcc/cp/init.c | 12 +++++-
gcc/cp/optimize.c | 24 ++++++------
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/g++.dg/eh/delete1.C | 79 +++++++++++++++++++++++++++++++++++++++
5 files changed, 113 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/eh/delete1.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 llvm.
from 3421c1b Typo.
new 923c75e Rename asan-check-lifetime into asan-stack-use-after-scope
new 7c73f3f IR: Stop copying vectors of TrackingMDRef in DIBuilder
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:
lib/IR/DIBuilder.cpp | 18 ++++++++++++------
lib/Transforms/Instrumentation/AddressSanitizer.cpp | 10 ++++------
test/Instrumentation/AddressSanitizer/lifetime-uar.ll | 2 +-
test/Instrumentation/AddressSanitizer/lifetime.ll | 2 +-
4 files changed, 18 insertions(+), 14 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 559b36a Fix std::codecvt_utf8* for big-endian targets
new e340075 Update load scan avx256-unaligned-load-1.c
new 8a574c1 Add -mtune-ctrl=sse_typeless_stores to avx256-unaligned-store-2.c
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:
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.target/i386/avx256-unaligned-load-1.c | 4 ++--
gcc/testsuite/gcc.target/i386/avx256-unaligned-store-2.c | 2 +-
3 files changed, 12 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 d5de81e Replace a loop with a for-each loop. No behavior change.
new dd01bef [ValueTracking] Make isImpliedCondition return an Optional<bo [...]
new 3421c1b Typo.
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/Analysis/ValueTracking.h | 15 +++--
lib/Analysis/InstructionSimplify.cpp | 9 +--
lib/Analysis/ValueTracking.cpp | 113 +++++++++++++++-----------------
lib/Transforms/Scalar/EarlyCSE.cpp | 2 +-
lib/Transforms/Scalar/JumpThreading.cpp | 9 +--
lib/Transforms/Utils/SimplifyCFG.cpp | 21 +++---
6 files changed, 80 insertions(+), 89 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 19c2c53 [MC] Silence warning due to unused variable in !Debug builds.
new 1487a2e IR: Avoid mallocs in constructor of ModuleSlotTracker
new d5de81e Replace a loop with a for-each loop. No behavior change.
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/ModuleSlotTracker.h | 6 +++++-
lib/IR/AsmWriter.cpp | 19 +++++++++++++++----
lib/Object/ArchiveWriter.cpp | 3 +--
3 files changed, 21 insertions(+), 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 llvm.
from 68a7a2f Verifier: Add ModuleSlotTracker to printAsOperand call
new 19c2c53 [MC] Silence warning due to unused variable in !Debug builds.
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/Target/X86/X86MCInstLower.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 f38ea34 [lanai] Add subword scheduling itineraries.
new 68a7a2f Verifier: Add ModuleSlotTracker to printAsOperand call
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/IR/Verifier.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.