This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 819f32ff4c4 Make llvm-cfi-verify CMakeLists.txt formatting more consist [...]
new 86a524c901c fix path to llvm-cfi-verify unittests in docs
new e0c7deb8d5f Make CMakeLists.txt formatting more consistent with the res [...]
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:
docs/CFIVerify.rst | 4 ++--
unittests/tools/llvm-cfi-verify/CMakeLists.txt | 3 ++-
2 files changed, 4 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 glibc.
from aaee3cd88e Move math_narrow_eval to separate math-narrow-eval.h.
new 5460617d15 Fix BZ 22786: integer addition overflow may cause stack buff [...]
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:
ChangeLog | 8 +++++
stdlib/Makefile | 2 +-
stdlib/canonicalize.c | 2 +-
stdlib/test-bz22786.c | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 100 insertions(+), 2 deletions(-)
create mode 100644 stdlib/test-bz22786.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 5a09fce19db Support a funclet operand bundle in LowerInvoke
new 819f32ff4c4 Make llvm-cfi-verify CMakeLists.txt formatting more consist [...]
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:
tools/llvm-cfi-verify/CMakeLists.txt | 3 ++-
tools/llvm-cfi-verify/lib/CMakeLists.txt | 8 +++++---
2 files changed, 7 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 db9d4d0ae2b Inline contents of LLVM_XRAY_TOOLS variable into its only use.
new 5a09fce19db Support a funclet operand bundle in LowerInvoke
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/Utils/LowerInvoke.cpp | 6 +++--
test/Transforms/Util/lowerinvoke-funclet.ll | 39 +++++++++++++++++++++++++++++
2 files changed, 43 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/Util/lowerinvoke-funclet.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 llvm.
from 31dcd106587 [CMake] Use CMAKE_OBJCOPY and CMAKE_STRIP to externalize de [...]
new db9d4d0ae2b Inline contents of LLVM_XRAY_TOOLS variable into its only use.
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:
tools/llvm-xray/CMakeLists.txt | 12 ++++--------
1 file changed, 4 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 compiler-rt.
from 1b2e8fb0c [libFuzzer] Guard symbolization with try-lock.
new 156914615 [sanitizer] Update .clang-format in compiler-rt
new 65b4b157b [sanitizer] Remove unneeded blank lines
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/asan/.clang-format | 1 +
lib/dfsan/.clang-format | 1 +
lib/hwasan/.clang-format | 1 +
lib/interception/.clang-format | 1 +
lib/lsan/.clang-format | 1 +
lib/msan/.clang-format | 1 +
lib/safestack/.clang-format | 1 +
lib/sanitizer_common/.clang-format | 1 +
lib/tsan/.clang-format | 1 +
9 files changed, 9 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 gcc.
from 79c14b729a8 Daily bump.
new e2945c0d9da 2018-05-08 Kelvin Nilsen <kelvin(a)gcc.gnu.org>
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/ChangeLog | 18 ++
gcc/doc/extend.texi | 912 ++++++++++++++++++++++++----------------------------
2 files changed, 443 insertions(+), 487 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 160bc8a20 New option -z keep-text-section-prefix to keep text sections [...]
new 065a161ad Fix test by adding -triple=x86_64-unknown-linux
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/ELF/text-section-prefix.s | 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 33b646c4289 [SimplifyCFG] Fix a crash when folding PHIs.
new 31dcd106587 [CMake] Use CMAKE_OBJCOPY and CMAKE_STRIP to externalize 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:
cmake/modules/AddLLVM.cmake | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.