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 f339952e6 [asan] Remove check for stack size
new f863c64e6 [tsan] Use pthread_sigmask instead of sigprocmask to block si [...]
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/sanitizer_common/sanitizer_mac.cc | 3 +-
test/tsan/Darwin/signals-blocked.cc | 75 +++++++++++++++++++++++++++++++++++
2 files changed, 77 insertions(+), 1 deletion(-)
create mode 100644 test/tsan/Darwin/signals-blocked.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 lld.
from df6a91d41 Remove two dummy casts. NFC.
new c412513ac Using existing variable. NFC.
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/Relocations.cpp | 13 ++++++-------
1 file changed, 6 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 8b70926d838 Fix std::min ambiguity between uint32 and size_t.
new a671f7f9d2b Fix libcall expansion creating DAG nodes with invalid type [...]
new 4065b5e3989 [IR] Use CmpInst::isIntPredicate()/isFPPredicate in some as [...]
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/IR/Instructions.h | 6 ++----
include/llvm/Target/TargetLowering.h | 8 ++++++++
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 20 ++++++++------------
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 17 +++++++++++++++++
test/CodeGen/WebAssembly/umulo-i64.ll | 21 +++++++++++++++++++++
5 files changed, 56 insertions(+), 16 deletions(-)
create mode 100644 test/CodeGen/WebAssembly/umulo-i64.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 openmp.
from 1c31fda OpenMP RTL cleanup: eliminated warnings with -Wcast-qual.
new 3c37ab9 Fix wrong website in messages
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:
runtime/src/i18n/en_US.txt | 4 ++--
1 file changed, 2 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 lld.
from ed949cacd Revert "Revert "Replace trivial use of external rc.exe by wri [...]
new df6a91d41 Remove two dummy casts. NFC.
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 | 4 ++--
1 file changed, 2 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 lnt.
from 8ed1160 Make Regression object printable even when SQLAlchemy invalidates it
new 324fb84 testsuite(db)?.py: Fix pep8 warnings; NFC
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/testsuite.py | 25 +++--
lnt/server/db/testsuitedb.py | 250 +++++++++++++++++++++++--------------------
2 files changed, 147 insertions(+), 128 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 f2a18395661 [DependenceAnalysis] Make sure base objects are the same wh [...]
new 8ba482dc483 [llvm-pdbutil] Add the ability to truncate stream purpose names.
new 8b70926d838 Fix std::min ambiguity between uint32 and size_t.
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:
tools/llvm-pdbutil/FormatUtil.cpp | 41 +++++++++++++++++++++++
tools/llvm-pdbutil/FormatUtil.h | 7 ++++
tools/llvm-pdbutil/StreamUtil.cpp | 68 +++++++++++++++++++--------------------
tools/llvm-pdbutil/StreamUtil.h | 3 +-
4 files changed, 83 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 llvm.
from 0aff1ea91d8 Added more info on silent master to the doc.
new f2a18395661 [DependenceAnalysis] Make sure base objects are the same wh [...]
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/Analysis/DependenceAnalysis.cpp | 3 +-
test/Analysis/DependenceAnalysis/BasePtrBug.ll | 80 ++++++++++++++++++++++++++
2 files changed, 82 insertions(+), 1 deletion(-)
create mode 100644 test/Analysis/DependenceAnalysis/BasePtrBug.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 clang.
from a1cfa91c1c Fix one more reference to lit.util.capture()
new 4f0208412a Fix test case in pre-C++11 mode; address Aaron Ballman's cod [...]
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/Sema/SemaTemplate.cpp | 4 ++--
test/SemaTemplate/overload-candidates.cpp | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.