This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from a6e4d47 Simplify MergeOutputSection.
new a1cf4a4 Use consistent variable name.
new ac4dff2 Split ScriptParser::readVersionDeclaration.
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:
ELF/Config.h | 2 +-
ELF/LinkerScript.cpp | 97 +++++++++++++++++++++++++++++++---------------------
ELF/SymbolTable.cpp | 4 +--
3 files changed, 61 insertions(+), 42 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 e5e77e4 [AVX-512] Replace masked 16-bit element variable shift intrin [...]
new 35b775d [InstCombine][AVX-512] Teach InstCombineCalls how to handle t [...]
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/Transforms/InstCombine/InstCombineCalls.cpp | 18 ++
test/Transforms/InstCombine/x86-vector-shifts.ll | 384 +++++++++++++++++++++++
2 files changed, 402 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 lldb.
from e6e506b Delete more dead code in ValueObject.
new 4e075a9 Remove an out param from ValueObject::GetValueForExpressionPath.
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/Core/ValueObject.h | 5 ++-
source/Core/FormatEntity.cpp | 42 ++++++++++------------
source/Core/ValueObject.cpp | 54 +++-------------------------
source/Plugins/Language/CPlusPlus/LibCxx.cpp | 22 ++++++------
source/Symbol/Variable.cpp | 10 +-----
5 files changed, 37 insertions(+), 96 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 94dac3b AMDGPU: Move redundant setting of inst properties
new e5e77e4 [AVX-512] Replace masked 16-bit element variable shift intrin [...]
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/IR/IntrinsicsX86.td | 56 +++++++++++++++----------------
lib/IR/AutoUpgrade.cpp | 43 +++++++++++++++---------
lib/Target/X86/X86IntrinsicsInfo.h | 18 +++++-----
test/CodeGen/X86/avx512bw-intrinsics.ll | 48 +++++++++++++-------------
test/CodeGen/X86/avx512bwvl-intrinsics.ll | 48 +++++++++++++-------------
5 files changed, 112 insertions(+), 101 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 832a07c Add doxygen comments to fxsrintrin.h's intrinsics.
new dcd77fc [AVX-512] Replace masked 16-bit element variable shift builti [...]
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/clang/Basic/BuiltinsX86.def | 18 ++--
lib/Headers/avx512bwintrin.h | 84 +++++++-----------
lib/Headers/avx512vlbwintrin.h | 168 +++++++++++++-----------------------
test/CodeGen/avx512bw-builtins.c | 24 ++++--
test/CodeGen/avx512vlbw-builtins.c | 48 +++++++----
5 files changed, 144 insertions(+), 198 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 47f84d3 [ELF] Rename an historical leftover, `Chunk` is now `InputSection`.
new a6e4d47 Simplify MergeOutputSection.
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/InputSection.cpp | 43 ++++++++++++++-------------------------
ELF/InputSection.h | 12 ++++++-----
ELF/OutputSections.cpp | 55 ++++++++++++++++++++++++++++----------------------
ELF/OutputSections.h | 3 ---
ELF/Writer.cpp | 5 -----
5 files changed, 53 insertions(+), 65 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 fde9b8b Object: Simplify; remove unnecessary use of unique_ptr.
new cbafc58 AMDGPU: Fix crash on illegal type for inlineasm
new 94dac3b AMDGPU: Move redundant setting of inst properties
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/AMDGPU/SIISelLowering.cpp | 2 +
lib/Target/AMDGPU/VOPInstructions.td | 4 +-
test/CodeGen/AMDGPU/inlineasm-illegal-type.ll | 83 +++++++++++++++++++++++++++
3 files changed, 86 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/inlineasm-illegal-type.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 lldb.
from bbbc363 Remove some dead code in ValueObject.
new e6e506b Delete more dead code in ValueObject.
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/Core/ValueObject.h | 21 ---
source/Core/ValueObject.cpp | 394 ----------------------------------------
2 files changed, 415 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 9167363 update Apples ABI list to ignore non-std symbols
new f66194b [libc++] Fix preprocessor guard for overload declaration
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/new | 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 gcc.
from 95b98f2 Daily bump.
new 4a27358 Update libgo/configure to restore it to the master version.
new 8882c20 Correct gcc/go/gofrontend/lex.cc and libgo/aclocal.m4 to the [...]
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:
gcc/go/gofrontend/lex.cc | 4 +-
libgo/aclocal.m4 | 94 +----------------
libgo/configure | 50 ++++++++-
libgo/go/archive/zip/testdata/readme.notzip | Bin 1905 -> 1906 bytes
libgo/go/archive/zip/testdata/readme.zip | Bin 1885 -> 1886 bytes
libgo/go/compress/gzip/testdata/issue6550.gz | Bin 65536 -> 65536 bytes
libgo/go/encoding/json/testdata/code.json.gz | Bin 120432 -> 120432 bytes
.../pending-spec-changes-plain-text-unsafe.dat | Bin 115 -> 0 bytes
.../exp/html/testdata/webkit/plain-text-unsafe.dat | 8 --
libgo/runtime/go-trampoline.c | 113 ---------------------
10 files changed, 52 insertions(+), 217 deletions(-)
delete mode 100644 libgo/go/exp/html/testdata/webkit/pending-spec-changes-plain-te [...]
delete mode 100644 libgo/go/exp/html/testdata/webkit/plain-text-unsafe.dat
delete mode 100644 libgo/runtime/go-trampoline.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.