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 10ab38d When configuring GAS treat as sparcv9 target the same way as [...]
new d74d488 [AArch64] Add separate feature flag for weaker release consis [...]
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:
gas/ChangeLog | 10 ++++++++++
gas/config/tc-aarch64.c | 2 ++
.../aarch64/{ldst-exclusive-armv8_3.d => ldst-rcpc-armv8_2.d} | 3 ++-
.../gas/aarch64/{ldst-exclusive-armv8_3.d => ldst-rcpc.d} | 0
.../gas/aarch64/{ldst-exclusive-armv8_3.s => ldst-rcpc.s} | 0
include/ChangeLog | 5 +++++
include/opcode/aarch64.h | 4 +++-
opcodes/ChangeLog | 5 +++++
opcodes/aarch64-tbl.h | 11 ++++++++---
9 files changed, 35 insertions(+), 5 deletions(-)
copy gas/testsuite/gas/aarch64/{ldst-exclusive-armv8_3.d => ldst-rcpc-armv8_2.d} (90%)
rename gas/testsuite/gas/aarch64/{ldst-exclusive-armv8_3.d => ldst-rcpc.d} (100%)
rename gas/testsuite/gas/aarch64/{ldst-exclusive-armv8_3.s => ldst-rcpc.s} (100%)
--
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 b196175 [CMake] Fix install rules for tools included in the framework
new bebf8ba Add a debuginfo version check for RenderScript modules
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:
.../RenderScriptRuntime/RenderScriptRuntime.cpp | 47 +++++++++++++++++++++-
.../RenderScriptRuntime/RenderScriptRuntime.h | 7 ++++
2 files changed, 53 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 da53be3 [ADT] Speculative attempt to fix build bot issues with r290952.
new 8e285bf [framelowering] Skip dbg values when getting next/previous in [...]
new 7b65390 [X86] Merged Reverse/Alternate shuffle cost tables. NFCI.
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/X86FrameLowering.cpp | 22 +-
lib/Target/X86/X86TargetTransformInfo.cpp | 222 ++++++++-------------
.../X86/frame-lowering-debug-intrinsic-2.ll | 72 +++++++
test/CodeGen/X86/frame-lowering-debug-intrinsic.ll | 41 +++-
test/DebugInfo/X86/dbg-value-frame-index.ll | 39 ++++
5 files changed, 239 insertions(+), 157 deletions(-)
create mode 100644 test/CodeGen/X86/frame-lowering-debug-intrinsic-2.ll
create mode 100644 test/DebugInfo/X86/dbg-value-frame-index.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.
Charles Baylis pushed a change to branch master
in repository toolchain/abe-tests.
from 17b0bad Add --only-prev-abe-test switch
new 1ec17f3 Add option to choose ABE revisions for comparison.
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-checkout.sh | 14 +++++++++++++-
1 file changed, 13 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.
Charles Baylis pushed a change to branch master
in repository toolchain/abe-tests.
from bf329c7 test-checkout.sh: Keep abe's configure output in log.
new 17b0bad Add --only-prev-abe-test switch
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-checkout.sh | 37 ++++++++++++++++++++++---------------
1 file changed, 22 insertions(+), 15 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 5ab3c96 [Inliner] Fix a test where I typo'ed 'CHECK' as 'CHCEK' when [...]
new da53be3 [ADT] Speculative attempt to fix build bot issues with r290952.
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/PriorityWorklist.h | 6 +++++-
unittests/ADT/PriorityWorklistTest.cpp | 8 ++++++++
2 files changed, 13 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 binutils-gdb.
from 2aaaf25 Fix an internal error on writing pieced value
new 10ab38d When configuring GAS treat as sparcv9 target the same way as [...]
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:
gas/ChangeLog | 5 +++++
gas/configure.tgt | 2 +-
2 files changed, 6 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 cd91cb1 Fix for InlineSpiller accessing not updated dom tree base inf [...]
new 564b1d1 [ADT] Enhance the PriorityWorklist to support bulk insertion.
new 5ab3c96 [Inliner] Fix a test where I typo'ed 'CHECK' as 'CHCEK' when [...]
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/llvm/ADT/PriorityWorklist.h | 35 +++++++++++++++++++++++++
test/Transforms/Inline/inline-invoke-tail.ll | 2 +-
unittests/ADT/PriorityWorklistTest.cpp | 39 ++++++++++++++++++++++++++++
3 files changed, 75 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.