This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 70215f556ff [Demangler] Add missing overrides
new cea401e58a5 [ORC] Replace SymbolResolvers in the new ORC layers with se [...]
new ec3e95710f4 [ORC] Simplify VSO::lookupFlags to return the flags map.
new 7891d706dae [ORC] Add new symbol lookup methods to ExecutionSessionBase [...]
new 3dd57df1d16 [Demangler] Correctly factor in assignment when allocating.
The 4 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:
.../ExecutionEngine/Orc/CompileOnDemandLayer.h | 76 +-
include/llvm/ExecutionEngine/Orc/Core.h | 254 ++++---
include/llvm/ExecutionEngine/Orc/LLJIT.h | 12 +-
include/llvm/ExecutionEngine/Orc/Legacy.h | 93 ++-
include/llvm/ExecutionEngine/Orc/NullResolver.h | 5 +-
.../ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h | 12 +-
lib/Demangle/MicrosoftDemangle.cpp | 53 +-
lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp | 63 +-
lib/ExecutionEngine/Orc/Core.cpp | 810 ++++++++++++++-------
lib/ExecutionEngine/Orc/LLJIT.cpp | 47 +-
lib/ExecutionEngine/Orc/Legacy.cpp | 15 +-
lib/ExecutionEngine/Orc/NullResolver.cpp | 5 +-
lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 17 +-
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 22 +-
.../Orc/RTDyldObjectLinkingLayer.cpp | 79 +-
unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 365 +++-------
.../ExecutionEngine/Orc/LegacyAPIInteropTest.cpp | 106 ++-
unittests/ExecutionEngine/Orc/OrcTestCommon.cpp | 5 +
unittests/ExecutionEngine/Orc/OrcTestCommon.h | 42 +-
.../Orc/RTDyldObjectLinkingLayerTest.cpp | 5 +-
20 files changed, 1196 insertions(+), 890 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 7ee59520e9a PR tree-optimization/86613 - missing -Warray-bounds on a wi [...]
new 0dbefa15caf Give up the inlining expansion for strcmp/strncmp/memcmp on [...]
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:
gcc/ChangeLog | 13 +++++++++++++
gcc/builtins.c | 36 +++++++++++++++++++++++-------------
2 files changed, 36 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 aeb65f137ae Fix a few warnings and style issues in MS demangler.
new 70215f556ff [Demangler] Add missing overrides
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/Demangle/MicrosoftDemangle.cpp | 6 +++---
1 file changed, 3 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 34f6b250b3e [X86] Remove isel patterns for MOVSS/MOVSD ISD opcodes with [...]
new aeb65f137ae Fix a few warnings and style issues in MS demangler.
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/Demangle/MicrosoftDemangle.cpp | 41 ++++++++++++++++++++++----------------
test/Demangle/ms-mangle.test | 3 ---
2 files changed, 24 insertions(+), 20 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 32922e691b8 Fix linker failure with Any.
new a7a130cbf71 [X86] Remove what appear to be unnecessary uses of DCI.CombineTo
new 34f6b250b3e [X86] Remove isel patterns for MOVSS/MOVSD ISD opcodes with [...]
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/X86ISelLowering.cpp | 58 +++++++------------------
lib/Target/X86/X86InstrAVX512.td | 10 -----
lib/Target/X86/X86InstrFragmentsSIMD.td | 10 +++--
lib/Target/X86/X86InstrSSE.td | 41 ------------------
test/CodeGen/X86/oddshuffles.ll | 72 +++++++++++++++----------------
test/CodeGen/X86/vector-shift-ashr-128.ll | 30 +++++++------
test/CodeGen/X86/vector-shift-lshr-128.ll | 30 +++++++------
test/CodeGen/X86/vector-shuffle-128-v8.ll | 17 ++++----
8 files changed, 96 insertions(+), 172 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 7d1ac03f353 [llvm-mca][x86] Add movsx/movzx instructions to general x86 [...]
new 32922e691b8 Fix linker failure with Any.
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/llvm/ADT/Any.h | 5 ++++-
1 file changed, 4 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 42e40ea33ee Add a Microsoft Demangler.
new 7d1ac03f353 [llvm-mca][x86] Add movsx/movzx instructions to general x86 [...]
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 | 71 +++++++++++++++++++++-
.../llvm-mca/X86/Broadwell/resources-x86_64.s | 71 +++++++++++++++++++++-
test/tools/llvm-mca/X86/BtVer2/resources-x86_64.s | 71 +++++++++++++++++++++-
test/tools/llvm-mca/X86/Generic/resources-x86_64.s | 71 +++++++++++++++++++++-
test/tools/llvm-mca/X86/Haswell/resources-x86_64.s | 71 +++++++++++++++++++++-
test/tools/llvm-mca/X86/SLM/resources-x86_64.s | 71 +++++++++++++++++++++-
.../llvm-mca/X86/SandyBridge/resources-x86_64.s | 71 +++++++++++++++++++++-
.../llvm-mca/X86/SkylakeClient/resources-x86_64.s | 71 +++++++++++++++++++++-
.../llvm-mca/X86/SkylakeServer/resources-x86_64.s | 71 +++++++++++++++++++++-
test/tools/llvm-mca/X86/Znver1/resources-x86_64.s | 71 +++++++++++++++++++++-
10 files changed, 700 insertions(+), 10 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 4e2bc94eda [CodeGen][ObjC] Make copying and disposing of a non-escaping [...]
new 3afc7e3fc4 Prevent Scoped Enums from being Integral constant expressions:
new 769fd39841 [CUDA] Provide integer SIMD functions for CUDA-9.2
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/AST/ExprConstant.cpp | 2 +-
lib/Headers/__clang_cuda_device_functions.h | 427 ++++++++++++++++++++++++++
lib/Headers/__clang_cuda_libdevice_declares.h | 3 +-
test/SemaCXX/PR38235.cpp | 14 +
4 files changed, 444 insertions(+), 2 deletions(-)
create mode 100644 test/SemaCXX/PR38235.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 3dac3fac6c9 [Any] Fix a typo: didn't use the correct argument
new 42e40ea33ee Add a Microsoft Demangler.
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/llvm/Demangle/Demangle.h | 4 +-
lib/Demangle/CMakeLists.txt | 3 +-
lib/Demangle/MicrosoftDemangle.cpp | 1533 ++++++++++++++++++++++++++++++++
test/Demangle/ms-basic.test | 230 +++++
test/Demangle/ms-mangle.test | 363 ++++++++
test/Demangle/ms-windows.test | 17 +
tools/LLVMBuild.txt | 1 +
tools/llvm-undname/CMakeLists.txt | 8 +
tools/{ => llvm-undname}/LLVMBuild.txt | 48 +-
tools/llvm-undname/llvm-undname.cpp | 79 ++
10 files changed, 2242 insertions(+), 44 deletions(-)
create mode 100644 lib/Demangle/MicrosoftDemangle.cpp
create mode 100644 test/Demangle/ms-basic.test
create mode 100644 test/Demangle/ms-mangle.test
create mode 100644 test/Demangle/ms-windows.test
create mode 100644 tools/llvm-undname/CMakeLists.txt
copy tools/{ => llvm-undname}/LLVMBuild.txt (50%)
create mode 100644 tools/llvm-undname/llvm-undname.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 c2a416a076b [MemorySSA] Add API to update MemoryPhis, following CFG changes.
new 3dac3fac6c9 [Any] Fix a typo: didn't use the correct argument
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/llvm/ADT/Any.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.