This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from b0c264b Resubmit "Change RegisterValue getters / setters to use StringRef."
new bbbc363 Remove some 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:
source/Core/ValueObject.cpp | 65 +++++++++++++++------------------------------
1 file changed, 21 insertions(+), 44 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 3962c3a MachineOperand: Add dump() method
new fde9b8b Object: Simplify; remove unnecessary use of unique_ptr.
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/Object/IRObjectFile.cpp | 8 ++++----
1 file changed, 4 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 llvm.
from bc5bb8c convert bpf assembler to look like kernel verifier output
new 3962c3a MachineOperand: Add dump() method
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/CodeGen/MachineOperand.h | 1 +
lib/CodeGen/MachineInstr.cpp | 6 ++++++
2 files changed, 7 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 llvm.
from 3d85988 [Docs][TableGen] Remove reference to tablegen supporting octa [...]
new bc5bb8c convert bpf assembler to look like kernel verifier output
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/BPF/BPF.td | 6 ++
lib/Target/BPF/BPFInstrInfo.td | 102 +++++++++++++-------------
lib/Target/BPF/InstPrinter/BPFInstPrinter.cpp | 18 +++--
test/CodeGen/BPF/alu8.ll | 16 ++--
test/CodeGen/BPF/atomics.ll | 4 +-
test/CodeGen/BPF/basictest.ll | 10 +--
test/CodeGen/BPF/cc_args.ll | 48 ++++++------
test/CodeGen/BPF/cc_args_be.ll | 48 ++++++------
test/CodeGen/BPF/cc_ret.ll | 18 ++---
test/CodeGen/BPF/cmp.ll | 20 ++---
test/CodeGen/BPF/ex1.ll | 10 +--
test/CodeGen/BPF/fi_ri.ll | 14 ++--
test/CodeGen/BPF/intrinsics.ll | 16 ++--
test/CodeGen/BPF/load.ll | 12 +--
test/CodeGen/BPF/loops.ll | 10 +--
test/CodeGen/BPF/sanity.ll | 36 ++++-----
test/CodeGen/BPF/setcc.ll | 24 +++---
test/CodeGen/BPF/shifts.ll | 30 ++++----
test/CodeGen/BPF/sockex2.ll | 7 +-
test/CodeGen/BPF/undef.ll | 60 +++++++--------
20 files changed, 260 insertions(+), 249 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 0d69418 Change sym_check to filter non-stdlib symbols.
new 9167363 update Apples ABI list to ignore non-std symbols
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/abi/x86_64-apple-darwin16.0.0.abilist | 4825 ++++++++++++++---------------
utils/sym_check/sym_check/util.py | 138 +-
2 files changed, 2488 insertions(+), 2475 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 dc5eb21 Add an option to disable libedit
new fdec4f5 [AVX-512] Support FCOPYSIGN for v16f32 and v8f64
new 3d85988 [Docs][TableGen] Remove reference to tablegen supporting octa [...]
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:
docs/TableGen/LangIntro.rst | 3 -
lib/Target/X86/X86ISelLowering.cpp | 3 +-
test/Analysis/CostModel/X86/arith-fp.ll | 4 +-
test/CodeGen/X86/vec-copysign-avx512.ll | 118 +++++++++++++++++++++++++
test/Transforms/SLPVectorizer/X86/fcopysign.ll | 54 ++++++-----
5 files changed, 156 insertions(+), 26 deletions(-)
create mode 100644 test/CodeGen/X86/vec-copysign-avx512.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 94b3ec6 [ELF] Use std::for_each() and hoist common code in a lambda.
new 47f84d3 [ELF] Rename an historical leftover, `Chunk` is now `InputSection`.
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/OutputSections.cpp | 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 lld.
from 5abf248 Add missing REQUIRES.
new 94b3ec6 [ELF] Use std::for_each() and hoist common code in a lambda.
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/OutputSections.cpp | 12 +++++-------
1 file changed, 5 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 clang.
from 8d4a555 [CUDA] Attempt to fix test failures in cuda-macos-includes.cu.
new 832a07c Add doxygen comments to fxsrintrin.h's intrinsics.
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/Headers/fxsrintrin.h | 56 ++++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 52 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 libcxx.
from a93ebec Workaround compilers w/o C++1z inline variables
new 0d69418 Change sym_check to filter non-stdlib symbols.
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/abi/CMakeLists.txt | 2 +-
lib/abi/x86_64-unknown-linux-gnu.abilist | 3898 +++++++++++++++---------------
utils/sym_check/sym_check/extract.py | 10 +-
utils/sym_check/sym_check/util.py | 39 +-
utils/sym_check/sym_diff.py | 7 +
utils/sym_check/sym_extract.py | 5 +
6 files changed, 1948 insertions(+), 2013 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.