This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 70284788c6b [libFuzzer] try to use less RAM while processing the initia [...]
new 68d0bd1ed4f Add strictfp attribute to prevent unwanted optimizations of [...]
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/LangRef.rst | 6 +
include/llvm/Bitcode/LLVMBitCodes.h | 3 +-
include/llvm/IR/Attributes.td | 3 +
include/llvm/IR/CallSite.h | 5 +
include/llvm/IR/Instructions.h | 6 +
include/llvm/Transforms/Utils/SimplifyLibCalls.h | 3 +
lib/Analysis/ConstantFolding.cpp | 6 +-
lib/AsmParser/LLLexer.cpp | 1 +
lib/AsmParser/LLParser.cpp | 3 +
lib/AsmParser/LLToken.h | 1 +
lib/Bitcode/Reader/BitcodeReader.cpp | 3 +
lib/Bitcode/Writer/BitcodeWriter.cpp | 2 +
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 6 +-
lib/IR/Attributes.cpp | 2 +
lib/IR/Verifier.cpp | 1 +
lib/Transforms/IPO/ForceFunctionAttrs.cpp | 1 +
lib/Transforms/Utils/SimplifyLibCalls.cpp | 173 ++++++++++++---------
test/Bitcode/compatibility.ll | 5 +
test/Transforms/DCE/calls-errno.ll | 4 +
.../InstCombine/constant-fold-libfunc.ll | 11 ++
test/Transforms/InstCombine/memcpy-1.ll | 9 ++
utils/vim/syntax/llvm.vim | 1 +
22 files changed, 172 insertions(+), 83 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 d1858ee6f [COFF] Add support for aligncomm directives
new fb777a316 Update comments as the function does not write to the first p [...]
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/Writer.cpp | 34 +++++++++++++++-------------------
1 file changed, 15 insertions(+), 19 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 lnt.
from 67fb58f Further cleanup in old code
new ab12a7f Fix submissions without complete machine fields getting rejected.
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:
lnt/server/db/testsuitedb.py | 28 +++++++++++++---------------
tests/lnttool/Inputs/compile_submission.json | 3 ++-
tests/lnttool/submit.shtest | 4 ++--
3 files changed, 17 insertions(+), 18 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 3caa058f8 [PGO] Add support for relocate profile dumping directory
new 435b4b3eb Fix a cmake typo.
new 4ae44f4ac [builtins][ARM] Select correct code fragments when compiling [...]
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:
CMakeLists.txt | 4 ++--
lib/builtins/arm/aeabi_cdcmp.S | 4 ++--
lib/builtins/arm/aeabi_cfcmp.S | 4 ++--
lib/builtins/arm/aeabi_idivmod.S | 8 ++++---
lib/builtins/arm/aeabi_uidivmod.S | 6 +++--
lib/builtins/arm/bswapdi2.S | 8 +------
lib/builtins/arm/bswapsi2.S | 8 +------
lib/builtins/arm/clzdi2.S | 9 +------
lib/builtins/arm/clzsi2.S | 8 +------
lib/builtins/arm/comparesf2.S | 28 +++++++++++-----------
lib/builtins/arm/divmodsi4.S | 8 +------
lib/builtins/arm/divsi3.S | 18 +++++---------
lib/builtins/arm/modsi3.S | 8 +------
lib/builtins/arm/udivmodsi4.S | 13 +++--------
lib/builtins/arm/udivsi3.S | 32 +++++++++++--------------
lib/builtins/arm/umodsi3.S | 12 +++-------
lib/builtins/assembly.h | 49 +++++++++++++++++++++++++++++----------
17 files changed, 97 insertions(+), 130 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 29a5193a622 [libFuzzer] explicitly use -fsanitize-coverage=trace-pc-gua [...]
new 70284788c6b [libFuzzer] try to use less RAM while processing the initia [...]
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/Fuzzer/FuzzerLoop.cpp | 3 ++-
1 file changed, 2 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 gcc.
from c8616982bf8 PR c/81117 - Improve buffer overflow checking in strncpy - part 1
new 9d3c24b9a2b PR c/81117 - Improve buffer overflow checking in strncpy - part 2
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 | 5 +++++
gcc/c-family/ChangeLog | 6 ++++++
gcc/c-family/c-attribs.c | 45 +++++++++++++++++++++++++++++++++++++++++++++
gcc/doc/extend.texi | 24 ++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 5 +++++
5 files changed, 85 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 lnt.
from 6c021e9 Consistently indent shell scripts with 4 spaces
new 34e3cdd Update to newer exception type
new 67fb58f Further cleanup in old code
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:
lnt/server/db/migrations/upgrade_0_to_1.py | 56 +++++++++++++++---------------
1 file changed, 28 insertions(+), 28 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 dejagnu.
from b8108df * runtest.exp (usage): Improve --strace message.
new 3073ac1 Fix bug reported by Andrey ``Bass'' Shcheglov.
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 | 9 +++++++++
doc/dejagnu.texi | 6 +++---
doc/runtest.1 | 6 +++---
lib/framework.exp | 6 +-----
runtest.exp | 6 ++----
5 files changed, 18 insertions(+), 15 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 74b28d63c32 Revert r310869 "[InstSimplify][InstCombine] Modify the inte [...]
new 2e825a56b64 IPRA: Run RegUsageInfoPropagate much later
new e0ef9f327ad IPRA: Allow target to enable IPRA by default
new 29a5193a622 [libFuzzer] explicitly use -fsanitize-coverage=trace-pc-gua [...]
The 3 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/Target/TargetMachine.h | 6 ++++++
lib/CodeGen/TargetPassConfig.cpp | 16 +++++++++++++---
lib/Fuzzer/FuzzerFlags.def | 4 ++--
lib/Fuzzer/test/dump_coverage.test | 8 ++++----
lib/Fuzzer/test/fuzzer.test | 2 +-
lib/Target/TargetMachine.cpp | 6 ------
6 files changed, 26 insertions(+), 16 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 430fd9ec7c [OPENMP] Fix for PR33922: New ident_t flags for __kmpc_for_s [...]
new edee0359a8 [Sema] Improve some -Wunguarded-availability diagnostics
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/Basic/DiagnosticSemaKinds.td | 18 +---
lib/Sema/SemaDeclAttr.cpp | 153 +++++++++++++++--------------
test/SemaObjC/attr-availability.m | 4 +-
test/SemaObjC/unguarded-availability-new.m | 8 +-
test/SemaObjC/unguarded-availability.m | 18 ++--
5 files changed, 95 insertions(+), 106 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.