This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from cd789d8cfe1 Add a linker script to version LLVM symbols
new b662731542a [libFuzzer] experimental option -cleanse_crash: tries to re [...]
new c2c171286cf Fix an unused variable error in rL300494.
new 2e4163e54d5 [SCEV] Fix another unused variable warning in release builds.
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:
lib/Analysis/ScalarEvolution.cpp | 2 +
lib/Fuzzer/FuzzerDriver.cpp | 63 ++++++++++++++++++++++
lib/Fuzzer/FuzzerFlags.def | 2 +
lib/Fuzzer/test/CMakeLists.txt | 1 +
.../{SingleByteInputTest.cpp => CleanseTest.cpp} | 9 ++--
lib/Fuzzer/test/cleanse.test | 3 ++
6 files changed, 75 insertions(+), 5 deletions(-)
copy lib/Fuzzer/test/{SingleByteInputTest.cpp => CleanseTest.cpp} (56%)
create mode 100644 lib/Fuzzer/test/cleanse.test
--
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 9f2031f243 CodeGen: Let byval parameter use alloca address space
new 4b44baf46b Revert "Address http://bugs.llvm.org/pr30994 so that a non-f [...]
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/DeclBase.h | 2 --
lib/AST/Decl.cpp | 4 ----
lib/AST/DeclBase.cpp | 15 ---------------
test/SemaTemplate/friend-template.cpp | 26 +++++++++++++-------------
4 files changed, 13 insertions(+), 34 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 e35a5f55184 [SCEV] Add a local cache for getZeroExtendExpr and getSignE [...]
new 61710dfa3ab [InstCombine] Matchers work with both ConstExpr and Instructions.
new cd789d8cfe1 Add a linker script to version LLVM symbols
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:
cmake/modules/AddLLVM.cmake | 3 ++-
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 4 ++--
test/Transforms/InstCombine/pr32686.ll | 22 ++++++++++++++++++++++
tools/llvm-shlib/CMakeLists.txt | 6 +++++-
tools/llvm-shlib/simple_version_script.map.in | 1 +
5 files changed, 32 insertions(+), 4 deletions(-)
create mode 100644 test/Transforms/InstCombine/pr32686.ll
create mode 100644 tools/llvm-shlib/simple_version_script.map.in
--
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 9fc2ff7f340 Update the test to fix the buildbot failure introduced by r [...]
new 4aa15d3d334 [InstSimplify] add/move tests for (icmp X, C1 & icmp X, C2); NFC
new e35a5f55184 [SCEV] Add a local cache for getZeroExtendExpr and getSignE [...]
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/ScalarEvolution.h | 12 +
lib/Analysis/ScalarEvolution.cpp | 176 +-
test/Transforms/InstSimplify/AndOrXor.ll | 20 -
test/Transforms/InstSimplify/icmp-ranges.ll | 2912 +++++++++++++++++++++++++++
unittests/Analysis/ScalarEvolutionTest.cpp | 90 +
5 files changed, 3129 insertions(+), 81 deletions(-)
create mode 100644 test/Transforms/InstSimplify/icmp-ranges.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 3b1256dc1d7 Add GNU_discriminator support for inline callsites in llvm- [...]
new e39a78c9519 [WebAssembly] Encode block signatures as SLEB instead of ULEB
new 9fc2ff7f340 Update the test to fix the buildbot failure introduced by r [...]
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:
.../MCTargetDesc/WebAssemblyMCCodeEmitter.cpp | 2 ++
test/tools/llvm-symbolizer/sym-verbose.test | 24 +++++++++++-----------
2 files changed, 14 insertions(+), 12 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 a5928c107 [tsan] Add missing include for uint64_t in test.
new 279da8dd0 Update suspended threads info to be compatible with darwin
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/lsan/lsan_common.cc | 4 +-
lib/sanitizer_common/sanitizer_stoptheworld.h | 32 ++++-------
.../sanitizer_stoptheworld_linux_libcdep.cc | 55 ++++++++++++++----
lib/sanitizer_common/sanitizer_stoptheworld_mac.cc | 65 ++++++++++++++++++++--
4 files changed, 119 insertions(+), 37 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 73ae962cee7 PR c++/80415 - wrong error with default arg and array reference.
new 13be6c20301 017-04-17 Bernd Edlinger <bernd.edlinger(a)hotmail.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:
gcc/cp/ChangeLog | 5 +++++
gcc/cp/class.c | 8 +++++---
gcc/testsuite/ChangeLog | 5 +++++
.../any/assign/2.cc => gcc/testsuite/g++.dg/lto/pr80287_0.C | 8 ++++----
4 files changed, 19 insertions(+), 7 deletions(-)
copy libstdc++-v3/testsuite/20_util/any/assign/2.cc => gcc/testsuite/g++.dg/lto/pr [...]
--
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 634a2b53 [optional] Update synopsis for LWG2934
new 7e698523 Fix passing incorrectly value-category when constructing uniq [...]
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/memory | 2 +-
.../unique.ptr.ctor/move_convert.pass.cpp | 103 ++++++++++++++++++++-
2 files changed, 100 insertions(+), 5 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 74ac54ec5bb AMDGPU: Use MachineRegisterInfo to find max used register
new 3b1256dc1d7 Add GNU_discriminator support for inline callsites in llvm- [...]
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/DebugInfo/DWARF/DWARFDie.h | 4 +-
lib/DebugInfo/DWARF/DWARFContext.cpp | 6 +-
lib/DebugInfo/DWARF/DWARFDie.cpp | 4 +-
test/tools/llvm-symbolizer/Inputs/discrim | Bin 9973 -> 9056 bytes
test/tools/llvm-symbolizer/Inputs/discrim.c | 13 ++--
test/tools/llvm-symbolizer/Inputs/discrim.inp | 9 ++-
test/tools/llvm-symbolizer/sym-verbose.test | 98 ++++++++++++++++++++------
7 files changed, 102 insertions(+), 32 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 b51118de43 CodeGen: Let lifetime intrinsic use alloca address space
new 9f2031f243 CodeGen: Let byval parameter use alloca address space
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/CodeGen/CGCall.cpp | 5 +++--
test/CodeGenOpenCL/byval.cl | 18 ++++++++++++++++++
2 files changed, 21 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGenOpenCL/byval.cl
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.