This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 01f2ebb1c COFF: Implement safe ICF on rodata using address-significance [...]
new 5e5fdca58 [PPC64] Fix DQ-form instruction handling and emit error for m [...]
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/Arch/PPC64.cpp | 42 +++++++++++++++++++++++++++++------
test/ELF/ppc64-dq.s | 32 ++++++++++++++++++++++++++
test/ELF/ppc64-error-missaligned-dq.s | 26 ++++++++++++++++++++++
test/ELF/ppc64-error-missaligned-ds.s | 26 ++++++++++++++++++++++
4 files changed, 119 insertions(+), 7 deletions(-)
create mode 100644 test/ELF/ppc64-dq.s
create mode 100644 test/ELF/ppc64-error-missaligned-dq.s
create mode 100644 test/ELF/ppc64-error-missaligned-ds.s
--
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 3ca5f1a805f Fix typo 'exapnded' to 'expanded'
new 12554a625f3 2018-08-23 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.org>
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 | 5 +++++
gcc/tree-vect-data-refs.c | 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 647d93d2e22 [ValueTracking] Fix assert message and add test case for r3 [...]
new 65dbe3021d2 Fixup AreCoreFilesPrevented() to consider first LLVM_ENABLE [...]
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/Support/Process.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 lldb.
from 7c65b47ca [cmake] Add option to skip building lldb-server
new 7be4bcc36 Fix format string issue introduced in r340548
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/Plugins/Language/CPlusPlus/LibCxx.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 lldb.
from 9069c2678 Fix check for dictionary entry
new 7c65b47ca [cmake] Add option to skip building lldb-server
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:
cmake/modules/LLDBConfig.cmake | 2 ++
tools/CMakeLists.txt | 2 +-
unittests/tools/CMakeLists.txt | 2 +-
3 files changed, 4 insertions(+), 2 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 lldb.
from 3d67d55d7 XFAIL test for older versions of dsymutil
new 9069c2678 Fix check for dictionary entry
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:
lit/Suite/lldbtest.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 clang.
from 85e4484647 Driver: Enable address-significance tables by default when t [...]
new c316b0cb6f [options] Document -(static|shared)-libsan
new d95e5231fa [docs] Regenerate ClangCommandLineReference.rst
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/ClangCommandLineReference.rst | 288 ++++++++++++++++++++++++-------------
include/clang/Driver/Options.td | 6 +-
2 files changed, 196 insertions(+), 98 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 17b68c25c6f [RegisterCoalescer] Fix for assert in removePartialRedundancy
new d18e2f25882 [DEBUGINFO] Fix misprint in the name of DebugDirectivesOnly, NFC.
new 647d93d2e22 [ValueTracking] Fix assert message and add test case for r3 [...]
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/Analysis/ValueTracking.cpp | 2 +-
lib/IR/DebugInfoMetadata.cpp | 2 +-
test/Transforms/InstCombine/pr38677.ll | 33 +++++++++++++++++++++++++++++++++
3 files changed, 35 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/InstCombine/pr38677.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 43ee86bb6e [ASTMatchers] Let hasObjectExpression also support Unresolve [...]
new 85e4484647 Driver: Enable address-significance tables by default when 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/Driver/ToolChains/Clang.cpp | 3 ++-
test/Driver/addrsig.c | 1 +
2 files changed, 3 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 zorg.
from caa02f0 lldb-cmake: set LLVM version to 99 to avoid accidental versio [...]
new 03b023f lldb-cmake: add an option to set custom dotest arguments
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:
zorg/jenkins/build.py | 4 ++++
1 file changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.