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 2f11426d3 [asan] Include asan-dynamic into check-all
new 234cf084c [scudo] Fix improper TSD init after TLS destructors are called
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/scudo/scudo_allocator.cpp | 8 +++++++-
lib/scudo/scudo_tls.h | 2 +-
lib/scudo/scudo_tls_android.cpp | 2 +-
lib/scudo/scudo_tls_android.inc | 4 ++--
lib/scudo/scudo_tls_linux.cpp | 4 +++-
lib/scudo/scudo_tls_linux.inc | 6 +++---
test/scudo/tsd_destruction.cpp | 42 +++++++++++++++++++++++++++++++++++++++++
7 files changed, 59 insertions(+), 9 deletions(-)
create mode 100644 test/scudo/tsd_destruction.cpp
--
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 e4e1eed1d79 AMDGPU: Allow coldcc calls
new c18e8bc0df8 [InstSimplify] add tests for possible sdiv/srem simplificat [...]
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/Transforms/InstSimplify/signed-div-rem.ll | 354 +++++++++++++++++++++++++
1 file changed, 354 insertions(+)
create mode 100644 test/Transforms/InstSimplify/signed-div-rem.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 compiler-rt.
from 4224e9ead [ubsan] Save binary name before parsing options
new 2f11426d3 [asan] Include asan-dynamic into check-all
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/asan/CMakeLists.txt | 9 ---------
1 file changed, 9 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 a8d62de5963 Adjust test to pass with old std::string
new f8c733e861c PR libstdc++/71500 * include/bits/regex_executor.tcc: Sup [...]
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 | 7 ++++
libstdc++-v3/include/bits/regex_executor.tcc | 55 +++++++++++++++++++++++++--
libstdc++-v3/testsuite/28_regex/regression.cc | 12 ++++++
3 files changed, 71 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 llvm.
from 1f93574a106 [mips][microMIPS] add lapc instruction
new e4e1eed1d79 AMDGPU: Allow coldcc calls
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/Target/AMDGPU/AMDGPUISelLowering.cpp | 2 ++
test/CodeGen/AMDGPU/calling-conventions.ll | 34 ++++++++++++++++++++++++++++++
2 files changed, 36 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 407c060 Remove info_keys; NFC
new 3546005 regression_views: Add some missing session parameters
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/ui/regression_views.py | 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 compiler-rt.
from 8726d8366 [asan] Fix tests broken by r312858
new 4224e9ead [ubsan] Save binary name before parsing options
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/ubsan/ubsan_init.cc | 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 llvm.
from b6b25740b76 Unmerge GEPs to reduce register pressure on IndirectBr edges.
new 1f93574a106 [mips][microMIPS] add lapc instruction
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/Target/Mips/MicroMips32r6InstrInfo.td | 3 +++
lib/Target/Mips/Mips32r6InstrInfo.td | 3 +++
test/MC/Disassembler/Mips/micromips32r6/valid.txt | 2 +-
test/MC/Disassembler/Mips/mips32r6/valid-mips32r6-el.txt | 2 +-
test/MC/Disassembler/Mips/mips32r6/valid-mips32r6.txt | 2 +-
test/MC/Disassembler/Mips/mips64r6/valid-mips64r6-el.txt | 2 +-
test/MC/Disassembler/Mips/mips64r6/valid-mips64r6.txt | 2 +-
test/MC/Mips/micromips32r6/invalid.s | 4 ++++
test/MC/Mips/micromips32r6/relocations.s | 9 +++++++--
test/MC/Mips/micromips32r6/valid.s | 5 ++++-
test/MC/Mips/micromips64r6/relocations.s | 11 ++++++++---
test/MC/Mips/mips32r6/invalid.s | 4 ++++
test/MC/Mips/mips32r6/relocations.s | 7 ++++++-
test/MC/Mips/mips32r6/valid.s | 3 ++-
test/MC/Mips/mips64r6/invalid.s | 4 ++++
test/MC/Mips/mips64r6/relocations.s | 11 ++++++++---
test/MC/Mips/mips64r6/valid.s | 3 ++-
17 files changed, 60 insertions(+), 17 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 ff400da26 Add include of <string> to <system_error>, since things in th [...]
new 60f8ad1b1 mark mersenne_twister_engine<>::seed(result_type __sd) with _ [...]
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/random | 1 +
1 file changed, 1 insertion(+)
--
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 b42b3bc59 LLD: Introduce a GNU LD style driver for COFF
new a44825a15 Remove cross-target test dependency.
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/MinGW/{output.test => driver.s} | 33 ++++++++++++++++++---------------
1 file changed, 18 insertions(+), 15 deletions(-)
rename test/MinGW/{output.test => driver.s} (73%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.