This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from dd1044b4d HostInfoMacOSX: Support finding the clang resource directory [...]
new b8d851a5d ManualDWARFIndex: reduce long parameter lists
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:
.../Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp | 181 +++++++++------------
source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.h | 29 ++--
2 files changed, 93 insertions(+), 117 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 cc53486e922 [RegUsageInfoCollector] Bugfix for callee saved registers.
new 8c15b1c4737 [SystemZ] Bugfix in combineSTORE().
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/SystemZ/SystemZISelLowering.cpp | 2 +-
test/CodeGen/SystemZ/dag-combine-04.ll | 19 +++++++++++++++++++
2 files changed, 20 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/SystemZ/dag-combine-04.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 llvm.
from dde13123001 [AMDGPU] Fixed incorrect break from loop
new cc53486e922 [RegUsageInfoCollector] Bugfix for callee saved registers.
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/CodeGen/RegUsageInfoCollector.cpp | 70 +++++++++++++++++++++++++++++------
test/CodeGen/SystemZ/ipra-04.ll | 34 +++++++++++++++++
2 files changed, 93 insertions(+), 11 deletions(-)
create mode 100644 test/CodeGen/SystemZ/ipra-04.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 lnt.
from da5edf6 API: add Tests resource.
new 6099fb8 Sort machines in Compare to by names.
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:
lnt/server/ui/views.py | 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 llvm.
from 87a4c58e539 [x86] invpcid LLVM intrinsic
new dde13123001 [AMDGPU] Fixed incorrect break from loop
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/AMDGPU/SILowerControlFlow.cpp | 42 +++++++++++++-
test/CodeGen/AMDGPU/loop_exit_with_xor.ll | 93 +++++++++++++++++++++++++++++++
test/CodeGen/AMDGPU/multilevel-break.ll | 7 ++-
test/CodeGen/AMDGPU/valu-i1.ll | 4 +-
4 files changed, 141 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/loop_exit_with_xor.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 lnt.
from c79e0ff lnt profile upgrade command for large Spec2017 perf.data aborts.
new da5edf6 API: add Tests resource.
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:
docs/api.rst | 2 ++
lnt/server/ui/api.py | 16 ++++++++++++++++
tests/server/ui/test_api.py | 15 +++++++++++++++
3 files changed, 33 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 compiler-rt.
from 8cccdbc1f [libFuzzer] [NFC] Generalize fdmask test.
new 487e6a9c1 Revert "[libFuzzer] [NFC] Generalize DSO tests to work even w [...]
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/fuzzer/dso.test | 6 +++---
test/fuzzer/dump_coverage.test | 10 +++++-----
2 files changed, 8 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 96dd58bd6cd AMDGPU: Remove AMDGPUMCInstLower.h
new 87a4c58e539 [x86] invpcid LLVM intrinsic
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 | 8 +++++++
lib/Support/Host.cpp | 1 +
lib/Target/X86/X86.td | 3 +++
lib/Target/X86/X86InstrInfo.td | 1 +
lib/Target/X86/X86InstrSystem.td | 20 +++++++++++++---
lib/Target/X86/X86Subtarget.cpp | 1 +
lib/Target/X86/X86Subtarget.h | 4 ++++
test/CodeGen/X86/invpcid-intrinsic.ll | 43 +++++++++++++++++++++++++++++++++++
8 files changed, 78 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/X86/invpcid-intrinsic.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 clang.
from 956d9d40ee Make atomic non-member functions as nonnull
new 724adfbac3 [x86] invpcid intrinsic
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 | 3 +++
include/clang/Driver/Options.td | 2 ++
lib/Basic/Targets/X86.cpp | 7 +++++++
lib/Basic/Targets/X86.h | 1 +
lib/Headers/CMakeLists.txt | 1 +
lib/Headers/cpuid.h | 1 +
lib/Headers/immintrin.h | 4 ++++
lib/Headers/{wbnoinvdintrin.h => invpcidintrin.h} | 19 +++++++++----------
lib/Headers/module.modulemap | 1 +
test/CodeGen/invpcid.c | 12 ++++++++++++
test/Driver/x86-target-features.c | 5 +++++
test/Preprocessor/predefined-arch-macros.c | 14 ++++++++++++++
12 files changed, 60 insertions(+), 10 deletions(-)
copy lib/Headers/{wbnoinvdintrin.h => invpcidintrin.h} (74%)
create mode 100644 test/CodeGen/invpcid.c
--
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 binutils-gdb.
from 629dabe3b7 Fix hidden visibility compiler test
new 277eb7f64a s12z regen
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:
bfd/ChangeLog | 5 +++++
bfd/Makefile.in | 4 ++--
bfd/po/SRC-POTFILES.in | 2 ++
gas/ChangeLog | 4 ++++
gas/po/POTFILES.in | 2 ++
ld/ChangeLog | 4 ++++
ld/po/BLD-POTFILES.in | 1 +
opcodes/ChangeLog | 5 +++++
opcodes/Makefile.in | 2 +-
opcodes/po/POTFILES.in | 1 +
10 files changed, 27 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.