This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5498e18 IR, Bitcode: Change bitcode reader to no longer own its memor [...]
new 2b94bbb [AVX-512] Add an avx512f without avx512vl command line to vec [...]
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/CodeGen/X86/vec_fp_to_int.ll | 583 +++++++++++++++++++++++++++++---------
1 file changed, 454 insertions(+), 129 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 lldb.
from 6b8dd65 Convert some Expression parser functions to StringRef.
new fc59f42 [lldb] Don't build unit tests for unsupported targets
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:
unittests/UnwindAssembly/CMakeLists.txt | 5 ++++-
unittests/UnwindAssembly/InstEmulation/CMakeLists.txt | 4 +++-
2 files changed, 7 insertions(+), 2 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 1abb0e1 Daily bump.
new 5de8619 Fix bogus store_merging_x.c failures for avr.
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 | 11 +++++++++++
gcc/testsuite/gcc.dg/store_merging_1.c | 2 +-
gcc/testsuite/gcc.dg/store_merging_2.c | 2 +-
gcc/testsuite/gcc.dg/store_merging_4.c | 2 +-
gcc/testsuite/gcc.dg/store_merging_5.c | 2 +-
gcc/testsuite/gcc.dg/store_merging_6.c | 2 +-
gcc/testsuite/gcc.dg/store_merging_7.c | 2 +-
gcc/testsuite/gcc.dg/store_merging_8.c | 2 +-
gcc/testsuite/lib/target-supports.exp | 14 ++++++++++++++
9 files changed, 32 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 adbd909 cmake: Don't try to install exports if there aren't any
new 5498e18 IR, Bitcode: Change bitcode reader to no longer own its memor [...]
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/Bitcode/ReaderWriter.h | 14 ++-
include/llvm/IR/Module.h | 7 ++
lib/Bitcode/Reader/BitReader.cpp | 4 +-
lib/Bitcode/Reader/BitcodeReader.cpp | 165 +++++++++++------------------------
lib/IR/Module.cpp | 5 ++
lib/IRReader/IRReader.cpp | 2 +-
lib/LTO/LTO.cpp | 5 +-
lib/LTO/LTOBackend.cpp | 3 +-
lib/LTO/LTOModule.cpp | 6 +-
lib/Object/IRObjectFile.cpp | 5 +-
tools/llvm-dis/llvm-dis.cpp | 4 +-
unittests/Bitcode/BitReaderTest.cpp | 4 +-
12 files changed, 87 insertions(+), 137 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 f092121 clang-format: Use git-ls-tree to get file mode in diff mode
new c5671c5 IR, Bitcode: Change bitcode reader to no longer own its memor [...]
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/CodeGenAction.cpp | 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 clang-tools-extra.
from c34fad4 [clang-tidy] Don't warn implicit variables in peformance-unne [...]
new 4b3d0b3 [clang-tidy] Simplify matchers
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:
clang-tidy/misc/NonCopyableObjects.cpp | 47 ++++++++--------------------------
1 file changed, 11 insertions(+), 36 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 d4a1167 cmake: Don't try to install exports if there aren't any
new f092121 clang-format: Use git-ls-tree to get file mode in diff mode
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/clang-format/git-clang-format | 11 ++++++++++-
1 file changed, 10 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 compiler-rt.
from 2cbd418 [asan] Add missing header in a test.
new 5f787a1 tsan: more precise handling of atomic stores
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/tsan/rtl/tsan_interface_atomic.cc | 2 +-
test/tsan/atomic_store.cc | 49 +++++++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+), 1 deletion(-)
create mode 100644 test/tsan/atomic_store.cc
--
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 8fc9b4d Bitcode: Decouple block info block state from reader.
new adbd909 cmake: Don't try to install exports if there aren't 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:
cmake/modules/AddLLVM.cmake | 3 +++
cmake/modules/CMakeLists.txt | 7 +++++--
2 files changed, 8 insertions(+), 2 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 cf26f42 Bitcode: Decouple block info block state from reader.
new d4a1167 cmake: Don't try to install exports if there aren't 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:
cmake/modules/AddClang.cmake | 2 ++
cmake/modules/CMakeLists.txt | 5 ++++-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.