This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b6c562401cb Move "(void)variable" closer to the assertion that uses it, NFC
new fcedb0e8851 Revert "Improve TableGen performance of -gen-dag-isel (moti [...]
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:
utils/TableGen/CodeGenDAGPatterns.cpp | 80 ++++++----------
utils/TableGen/CodeGenDAGPatterns.h | 172 +++-------------------------------
utils/TableGen/InfoByHwMode.h | 15 +--
3 files changed, 45 insertions(+), 222 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 4035097ab [mips][compiler-rt] UnXFAIL test.
new af5d32eeb Ensure that armhf builtins library is created when using an hf abi
new 0feb616cb Set ANDROID when any android abi is used, not just androideabi
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 | 7 ++++++-
1 file 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 2e76b8570f1 Improve TableGen performance of -gen-dag-isel (motivated by [...]
new 6d72a2f9218 [cmake] Add SOURCE_DIR argument to llvm_check_source_file_list
new b6c562401cb Move "(void)variable" closer to the assertion that uses it, NFC
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/LLVMProcessSources.cmake | 20 ++++++++++++++++----
utils/TableGen/RegisterInfoEmitter.cpp | 2 +-
2 files changed, 17 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 1bfa1fd4c50 [X86] Convert X86ISD::SELECT to ISD::VSELECT just before in [...]
new 2e76b8570f1 Improve TableGen performance of -gen-dag-isel (motivated by [...]
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:
utils/TableGen/CodeGenDAGPatterns.cpp | 80 ++++++++++------
utils/TableGen/CodeGenDAGPatterns.h | 172 +++++++++++++++++++++++++++++++---
utils/TableGen/InfoByHwMode.h | 15 ++-
3 files changed, 222 insertions(+), 45 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 c1753efdd [ELF] - Do not merge sections from SHT_GROUP when -relocatable
new 11a284536 Tweak orphan section placement.
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 | 11 ++++++++
test/ELF/linkerscript/orphan-end.s | 57 ++++++++++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+)
create mode 100644 test/ELF/linkerscript/orphan-end.s
--
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 032e1608d64 Re-land r313400 "[DebugInfo] Insert DW_OP_deref when spilli [...]
new 058162edd37 Resubmit "Fix llvm-lit script generation in libcxx."
new 1bfa1fd4c50 [X86] Convert X86ISD::SELECT to ISD::VSELECT just before in [...]
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 | 6 +++---
lib/Target/X86/X86ISelDAGToDAG.cpp | 3 ++-
lib/Target/X86/X86InstrAVX512.td | 16 +---------------
lib/Target/X86/X86InstrFragmentsSIMD.td | 6 ------
4 files changed, 6 insertions(+), 25 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 libcxx.
from 81306615a Revert "Fix llvm-lit script generation in libcxx."
new 7a87049e4 Resubmit "Fix llvm-lit script generation in libcxx."
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:
CMakeLists.txt | 10 ++++++++++
cmake/Modules/HandleOutOfTreeLLVM.cmake | 5 +++++
test/CMakeLists.txt | 5 ++---
3 files changed, 17 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 compiler-rt.
from daa58c8bf [sanitizer] Don't define common ReportDeadlySignal on Fuchsia
new 4035097ab [mips][compiler-rt] UnXFAIL test.
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/sanitizer_common/TestCases/Linux/getpwnam_r_invalid_user.cc | 2 --
1 file changed, 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 lldb.
from da8caf405 Use ThreadLauncher to launch TaskPool threads
new e8409abbd Fix build of TaskPoolTest with xcodebuild
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:
lldb.xcodeproj/project.pbxproj | 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 gcc.
from 103be9bf674 Fix typo in simplify_binary_operation_1
new b22b73213fb PR libstdc++/71500 restore C++11 compatibility in <regex>
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:
libstdc++-v3/ChangeLog | 12 ++-
libstdc++-v3/include/bits/regex_executor.tcc | 18 ++--
libstdc++-v3/include/bits/stl_algobase.h | 96 +++++++++++++---------
.../variant/any.cc => 28_regex/simple_c++11.cc} | 20 ++---
4 files changed, 86 insertions(+), 60 deletions(-)
copy libstdc++-v3/testsuite/{20_util/variant/any.cc => 28_regex/simple_c++11.cc} (76%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.