This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository newlib.
from 6158b30e3 RISC-V: Do not use _init/_fini
new 2ec54fb1d Patch from Richard Earnshaw <Richard.Earnshaw(a)arm.com>
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:
libgloss/aarch64/cpu-init/rdimon-aem-el3.S | 12 ++++++++----
1 file changed, 8 insertions(+), 4 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 fe1098c848 [Format] Fix for bug 35641
new db9b7f32ca Revert r338455 "[constexpr] Support for constant evaluation [...]
new 651282142f [Android] Increase default new alignment for Android
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/clang/Basic/Builtins.def | 4 -
include/clang/Basic/DiagnosticASTKinds.td | 14 --
lib/AST/ExprConstant.cpp | 246 ++++++------------------------
lib/Basic/TargetInfo.cpp | 5 +-
test/CodeGen/builtin-memfns.c | 17 ---
test/Preprocessor/init.c | 2 +-
test/SemaCXX/constexpr-string.cpp | 148 +-----------------
7 files changed, 58 insertions(+), 378 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 zorg.
from c38603b [CUDA, buildbot] Install clang we've just built.
new 423b69d [zorg] Add LLDB test bot lldb-x86_64-fedora-28-cmake
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:
buildbot/osuosl/master/config/builders.py | 9 ++++++++-
buildbot/osuosl/master/config/slaves.py | 3 +++
2 files changed, 11 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 17a47fdd425 [llvm-mca][x86] Add CMPXCHG instruction resource tests
new 41983c4c676 [X86] Assign from a brace initializer to match style guide. NFCI.
new 48d710e2cb4 [X86] FastISel fall back on !absolute_symbol GVs
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:
lib/Target/X86/X86FastISel.cpp | 4 ++++
lib/Target/X86/X86ISelLowering.cpp | 2 +-
test/CodeGen/X86/absolute-bit-mask-fastisel.ll | 28 ++++++++++++++++++++++++++
3 files changed, 33 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/X86/absolute-bit-mask-fastisel.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 lld.
from a2df96004 Simplify. NFC.
new 3c2fe2429 Revert r338596: Simplify. 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/Driver.cpp | 11 +++++++----
1 file changed, 7 insertions(+), 4 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-tools-extra.
from e1fbda6f Update docs version and clear release notes after 8.0.0 version bump
new 1747bfa3 [clangd] allow clients to control the compilation database 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:
clangd/ClangdLSPServer.cpp | 102 ++++++++++++++++++++---
clangd/ClangdLSPServer.h | 53 +++++++++++-
clangd/GlobalCompilationDatabase.cpp | 24 ++++++
clangd/GlobalCompilationDatabase.h | 23 +++++
clangd/Protocol.cpp | 10 ++-
clangd/Protocol.h | 14 ++++
clangd/tool/ClangdMain.cpp | 16 +++-
test/clangd/did-change-configuration-params.test | 52 ++++++++++++
8 files changed, 279 insertions(+), 15 deletions(-)
create mode 100644 test/clangd/did-change-configuration-params.test
--
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 5b94c38dd Update docs version and clear release notes after 8.0.0 version bump
new a2df96004 Simplify. 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/Driver.cpp | 11 ++++-------
1 file changed, 4 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 1bf2ea0a053 [x86] remove stale FIXME note from test; NFC
new 17a47fdd425 [llvm-mca][x86] Add CMPXCHG instruction resource 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-cmpxchg.s | 30 ++++++++++++++++
.../llvm-mca/X86/Broadwell/resources-cmpxchg.s | 38 ++++++++++++++++++++
test/tools/llvm-mca/X86/BtVer2/resources-cmpxchg.s | 42 ++++++++++++++++++++++
.../tools/llvm-mca/X86/Generic/resources-cmpxchg.s | 36 +++++++++++++++++++
.../tools/llvm-mca/X86/Haswell/resources-cmpxchg.s | 38 ++++++++++++++++++++
test/tools/llvm-mca/X86/SLM/resources-cmpxchg.s | 36 +++++++++++++++++++
.../llvm-mca/X86/SandyBridge/resources-cmpxchg.s | 36 +++++++++++++++++++
.../llvm-mca/X86/SkylakeClient/resources-cmpxchg.s | 38 ++++++++++++++++++++
.../llvm-mca/X86/SkylakeServer/resources-cmpxchg.s | 38 ++++++++++++++++++++
test/tools/llvm-mca/X86/Znver1/resources-cmpxchg.s | 40 +++++++++++++++++++++
10 files changed, 372 insertions(+)
create mode 100644 test/tools/llvm-mca/X86/Atom/resources-cmpxchg.s
create mode 100644 test/tools/llvm-mca/X86/Broadwell/resources-cmpxchg.s
create mode 100644 test/tools/llvm-mca/X86/BtVer2/resources-cmpxchg.s
create mode 100644 test/tools/llvm-mca/X86/Generic/resources-cmpxchg.s
create mode 100644 test/tools/llvm-mca/X86/Haswell/resources-cmpxchg.s
create mode 100644 test/tools/llvm-mca/X86/SLM/resources-cmpxchg.s
create mode 100644 test/tools/llvm-mca/X86/SandyBridge/resources-cmpxchg.s
create mode 100644 test/tools/llvm-mca/X86/SkylakeClient/resources-cmpxchg.s
create mode 100644 test/tools/llvm-mca/X86/SkylakeServer/resources-cmpxchg.s
create mode 100644 test/tools/llvm-mca/X86/Znver1/resources-cmpxchg.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 lldb.
from 14b125029 Don't ignore byte_order in Stream::PutMaxHex64
new 1c36a09b4 Introduce install-lldb-framework target
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 | 6 ++----
cmake/modules/AddLLDB.cmake | 19 ++++++++++++++++++-
cmake/modules/LLDBFramework.cmake | 11 +++--------
source/API/CMakeLists.txt | 11 +++++++++++
4 files changed, 34 insertions(+), 13 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 887eb8d03ab [x86] add tests to show miscompile for funnel shift with we [...]
new 8fe02fad970 [SelectionDAG] fix bug in translating funnel shift with non [...]
new 1bf2ea0a053 [x86] remove stale FIXME note from test; 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:
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 70 ++++---
test/CodeGen/AArch64/funnel-shift-rot.ll | 40 ++--
test/CodeGen/AArch64/funnel-shift.ll | 66 +++---
test/CodeGen/PowerPC/funnel-shift-rot.ll | 32 ++-
test/CodeGen/PowerPC/funnel-shift.ll | 32 +--
test/CodeGen/X86/funnel-shift-rot.ll | 41 ++--
test/CodeGen/X86/funnel-shift.ll | 250 ++++++++---------------
7 files changed, 218 insertions(+), 313 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.