This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxxabi.
from 5b1f0aa [CMake] Set per-runtime library directory suffix in runtimes build
new bcadcdd Merge changes to ItaniumDemangle over to libcxxabi.
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_demangle.cpp | 179 ++++++--------------------------------------
src/demangle/Compiler.h | 34 +++++++++
src/demangle/StringView.h | 98 ++++++++++++++++++++++++
src/demangle/Utility.h | 187 ++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 343 insertions(+), 155 deletions(-)
create mode 100644 src/demangle/Compiler.h
create mode 100644 src/demangle/StringView.h
create mode 100644 src/demangle/Utility.h
--
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 354367414b3 [X86][XOP] Fix SUB constant folding for VPSHA/VPSHL shift lowering
new c2a416a076b [MemorySSA] Add API to update MemoryPhis, following CFG changes.
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/Analysis/MemorySSA.h | 23 ++++++++++++-----------
include/llvm/Analysis/MemorySSAUpdater.h | 8 ++++++++
lib/Analysis/MemorySSAUpdater.cpp | 29 +++++++++++++++++++++++++++++
3 files changed, 49 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 clang.
from dca1b442e9 Rewrite the VS integration scripts.
new 4e2bc94eda [CodeGen][ObjC] Make copying and disposing of a non-escaping [...]
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/Block-ABI-Apple.rst | 8 ++++++++
lib/CodeGen/CGBlocks.cpp | 16 +++++++++++----
lib/CodeGen/CGBlocks.h | 9 ++++++++-
test/CodeGenObjC/noescape.m | 47 ++++++++++++++++++++++++++++++++++++++++++++-
4 files changed, 74 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 compiler-rt.
from 4f6d4b8d4 [scudo] Simplify internal names (NFC)
new 517b61328 On Darwin switch from the `VM_MEMORY_ANALYSIS_TOOL` VM tag to [...]
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/sanitizer_common/sanitizer_mac.cc | 8 +++++++-
1 file changed, 7 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 cd6f3910e90 Add llvm::Any.
new 6649de34e98 [ARM] Add new feature to enable optimizing the VFP registers
new ee762a8b97e Change bool_constant to integral_constant.
new 86a77cda68e [MSan] Hotfix compilation
new 354367414b3 [X86][XOP] Fix SUB constant folding for VPSHA/VPSHL shift lowering
The 4 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/ADT/STLExtras.h | 3 +-
lib/Target/ARM/A15SDOptimizer.cpp | 3 +-
lib/Target/ARM/ARM.td | 8 +
lib/Target/ARM/ARMSubtarget.h | 6 +-
lib/Target/X86/X86ISelLowering.cpp | 7 +-
lib/Transforms/Instrumentation/MemorySanitizer.cpp | 1 +
test/CodeGen/ARM/a15-SD-dep.ll | 26 ++-
test/CodeGen/X86/combine-sdiv.ll | 200 ++++++++++-----------
test/CodeGen/X86/vector-shift-ashr-128.ll | 20 +--
test/CodeGen/X86/vector-shift-ashr-256.ll | 77 ++++----
test/CodeGen/X86/vector-shift-lshr-128.ll | 16 +-
test/CodeGen/X86/vector-shift-lshr-256.ll | 66 +++----
12 files changed, 189 insertions(+), 244 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 2d38991535 MIPS/Linux/native: Convert to `get_ptrace_pid' for PID extraction
new d5f4da5e33 ld: Discard .rel.* and .rela.* sections
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:
ld/ChangeLog | 5 +++++
ld/testsuite/ld-elf/reloc-discard.ld | 2 +-
2 files changed, 6 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 f51ced79104 Rewrite the VS integration scripts.
new cd6f3910e90 Add llvm::Any.
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/ADT/Any.h | 147 ++++++++++++++++++++++++++++++++++++
include/llvm/ADT/STLExtras.h | 12 +++
unittests/ADT/AnyTest.cpp | 173 +++++++++++++++++++++++++++++++++++++++++++
unittests/ADT/CMakeLists.txt | 1 +
4 files changed, 333 insertions(+)
create mode 100644 include/llvm/ADT/Any.h
create mode 100644 unittests/ADT/AnyTest.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 zorg.
from b5d2a03 [zorg] Set CHECK_SCUDO to 1 for aarch64
new 2cc6700 [zorg] Set CHECK_SCUDO to 1 for ppc64
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:
zorg/buildbot/builders/sanitizers/buildbot_cmake.sh | 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 gcc.
from 9dcf2a1144c Add "-fsave-optimization-record"
new 7ee59520e9a PR tree-optimization/86613 - missing -Warray-bounds on a wi [...]
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 | 10 ++++++++++
gcc/testsuite/c-c++-common/Warray-bounds-2.c | 6 ++++++
gcc/testsuite/gcc.dg/Warray-bounds-31.c | 10 +++++-----
gcc/testsuite/gcc.dg/Warray-bounds-32.c | 3 +--
4 files changed, 22 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.