This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f206c4fa84f [Hexagon] Avoid predicate copies to integer registers from [...]
new 6df0758cb97 [llvm-mca][x86] Add scalar nt-store instruction tests
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/tools/llvm-mca/X86/Atom/resources-sse2.s | 9 ++++++++-
test/tools/llvm-mca/X86/Broadwell/resources-sse2.s | 9 ++++++++-
test/tools/llvm-mca/X86/BtVer2/resources-sse2.s | 9 ++++++++-
test/tools/llvm-mca/X86/Haswell/resources-sse2.s | 9 ++++++++-
test/tools/llvm-mca/X86/SLM/resources-sse2.s | 9 ++++++++-
test/tools/llvm-mca/X86/SandyBridge/resources-sse2.s | 9 ++++++++-
test/tools/llvm-mca/X86/SkylakeClient/resources-sse2.s | 9 ++++++++-
test/tools/llvm-mca/X86/SkylakeServer/resources-sse2.s | 9 ++++++++-
test/tools/llvm-mca/X86/Znver1/resources-sse2.s | 9 ++++++++-
9 files changed, 72 insertions(+), 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 lldb.
from 433de8b04 Fix macosx build broken by r332250
new b8f67549e Revert "Remove Process references from the Host module"
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/lldb/Host/Host.h | 3 ---
include/lldb/Host/MonitoringProcessLauncher.h | 3 ---
include/lldb/Target/ProcessLaunchInfo.h | 6 ------
source/Host/common/MonitoringProcessLauncher.cpp | 16 +++++++++++++---
source/Host/common/NativeProcessProtocol.cpp | 1 +
source/Host/macosx/Host.mm | 15 ++++++++++-----
source/Plugins/Platform/POSIX/PlatformPOSIX.cpp | 11 +++++------
source/Target/ProcessLaunchInfo.cpp | 7 -------
unittests/tools/lldb-server/tests/TestClient.cpp | 5 -----
9 files changed, 29 insertions(+), 38 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 08ef88f001b [mips] Fix the predicates of round, ceiling, floor and trunc.
new f206c4fa84f [Hexagon] Avoid predicate copies to integer registers from [...]
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/Hexagon/HexagonPatterns.td | 15 +++++++++++++++
.../CodeGen/Hexagon/intrinsics/atomicrmw_addsub_native.ll | 6 +++---
.../Hexagon/intrinsics/atomicrmw_bitwise_native.ll | 4 ++--
test/CodeGen/Hexagon/intrinsics/atomicrmw_nand.ll | 4 ++--
4 files changed, 22 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 lld.
from 93cfa1a8f [ELF][PPC64] Fix getRelExpr for R_PPC64_REL32
new c38fb6dfa [ELF][PPC64] Fix getRelExpr for R_PPC64_REL64
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/Arch/PPC64.cpp | 1 +
test/ELF/ppc64-relocs.s | 44 ++++++++++++++++++++++++++++++++++++--------
2 files changed, 37 insertions(+), 8 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 fb6636e6dac [llvm-mca][x86] Add and/not/or/xor instruction tests
new 08ef88f001b [mips] Fix the predicates of round, ceiling, floor and trunc.
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/MicroMipsInstrFPU.td | 47 +++++++++++-----------
lib/Target/Mips/MipsInstrFPU.td | 27 ++++++-------
.../Disassembler/Mips/micromips32r3/valid-el.txt | 10 +++++
test/MC/Disassembler/Mips/micromips32r3/valid.txt | 10 +++++
test/MC/Mips/micromips-fpu-instructions.s | 16 ++++++++
test/MC/Mips/mips2/valid.s | 19 ++++++---
test/MC/Mips/mips3/valid.s | 20 ++++++---
test/MC/Mips/mips32/valid.s | 19 ++++++---
test/MC/Mips/mips32r2/valid.s | 19 ++++++---
test/MC/Mips/mips32r3/valid.s | 19 ++++++---
test/MC/Mips/mips32r5/valid.s | 19 ++++++---
test/MC/Mips/mips32r6/valid.s | 12 ++++++
test/MC/Mips/mips4/valid.s | 20 ++++++---
test/MC/Mips/mips5/valid.s | 20 ++++++---
test/MC/Mips/mips64/valid.s | 20 ++++++---
test/MC/Mips/mips64r2/valid.s | 20 ++++++---
test/MC/Mips/mips64r3/valid.s | 20 ++++++---
test/MC/Mips/mips64r5/valid.s | 20 ++++++---
test/MC/Mips/mips64r6/valid.s | 12 ++++++
19 files changed, 259 insertions(+), 110 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 3b3c5030615 [NFC] [Power] Fix instruction format for xsrqpi
new fb6636e6dac [llvm-mca][x86] Add and/not/or/xor instruction tests
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/tools/llvm-mca/X86/Atom/resources-x86_64.s | 309 ++++++++++++++++++++-
.../llvm-mca/X86/Broadwell/resources-x86_64.s | 309 ++++++++++++++++++++-
test/tools/llvm-mca/X86/BtVer2/resources-x86_64.s | 309 ++++++++++++++++++++-
test/tools/llvm-mca/X86/Haswell/resources-x86_64.s | 309 ++++++++++++++++++++-
test/tools/llvm-mca/X86/SLM/resources-x86_64.s | 309 ++++++++++++++++++++-
.../llvm-mca/X86/SandyBridge/resources-x86_64.s | 309 ++++++++++++++++++++-
.../llvm-mca/X86/SkylakeClient/resources-x86_64.s | 309 ++++++++++++++++++++-
.../llvm-mca/X86/SkylakeServer/resources-x86_64.s | 309 ++++++++++++++++++++-
test/tools/llvm-mca/X86/Znver1/resources-x86_64.s | 309 ++++++++++++++++++++-
9 files changed, 2772 insertions(+), 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 glibc.
from e322ec3282 x86-64: Remove the unnecessary testl in strlen-avx2.S
new 98ee36c7a4 x86: Add sysdeps/x86/ldsodefs.h
new a15529fda8 i386: Replace PREINIT_FUNCTION@PLT with *%eax in call
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:
ChangeLog | 15 ++++++++++++++
sysdeps/i386/crti.S | 2 +-
sysdeps/i386/ldsodefs.h | 41 --------------------------------------
sysdeps/{x86_64 => x86}/ldsodefs.h | 14 +++++++++++--
4 files changed, 28 insertions(+), 44 deletions(-)
delete mode 100644 sysdeps/i386/ldsodefs.h
rename sysdeps/{x86_64 => x86}/ldsodefs.h (79%)
--
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 cfbf163f3a [CodeComplete] Provide completion in decls even for incomple [...]
new 49c0890586 [ASTImporter] Turn StringRefs back to std::strings to avoid [...]
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/AST/ASTImporterTest.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 lldb.
from 9b7a6ded8 Remove Process references from the Host module
new 433de8b04 Fix macosx build broken by r332250
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:
source/Host/macosx/Host.mm | 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 compiler-rt.
from 504c4196a [XRay][compiler-rt] Relocate a DCHECK to the correct location.
new 7bb5a5d2e Fix another case where libstdc++ is being inappropriately req [...]
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:
.../TestCases/Linux/throw_invoke_test_libstdcxx.cc | 48 ----------------------
test/asan/TestCases/throw_invoke_test.cc | 1 +
test/lit.common.cfg | 8 ++++
test/tsan/static_init6.cc | 3 +-
4 files changed, 11 insertions(+), 49 deletions(-)
delete mode 100644 test/asan/TestCases/Linux/throw_invoke_test_libstdcxx.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.