This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4a35644b43f DebugInfo: Generalize LoadedObjectInfoHelper from RuntimeDyld
new 38fe5d7dca5 [globalisel][tablegen] Fix another unused variable warning [...]
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/GlobalISel/InstructionSelectorImpl.h | 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 b26b47eeb0d [globalisel][tablegen] Finish fixing compile-time regressio [...]
new 4a35644b43f DebugInfo: Generalize LoadedObjectInfoHelper from RuntimeDyld
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/DebugInfo/DIContext.h | 20 ++++++++++++++++++--
include/llvm/ExecutionEngine/RuntimeDyld.h | 15 ---------------
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp | 7 +++++--
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 3 ++-
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp | 3 ++-
5 files changed, 27 insertions(+), 21 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 2428ca344 [ELF] Fix nullptr dereference when creating an error message [...]
new 780dbb690 Use LoadedObjectInfoHelper to simplify/delegate the implement [...]
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/InputFiles.cpp | 5 +----
1 file changed, 1 insertion(+), 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 18b9e001a84 [SLPVectorizer] Add an extra parameter to cancelScheduling [...]
new b26b47eeb0d [globalisel][tablegen] Finish fixing compile-time regressio [...]
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:
.../llvm/CodeGen/GlobalISel/InstructionSelector.h | 21 +-
.../CodeGen/GlobalISel/InstructionSelectorImpl.h | 165 +++++++-
lib/CodeGen/GlobalISel/InstructionSelector.cpp | 149 -------
test/TableGen/GlobalISelEmitter.td | 440 ++++++++-------------
utils/TableGen/GlobalISelEmitter.cpp | 62 ++-
5 files changed, 360 insertions(+), 477 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 f91475e24 Update lldb architecture docs
new 65ab055fa Fix "process load" on new android targets
new 97da9930c Fix assorted compiler warnings (mismatched signedness and pri [...]
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:
source/Commands/CommandObjectThread.cpp | 6 +--
source/Host/common/SocketAddress.cpp | 2 +-
.../Plugins/Platform/Android/PlatformAndroid.cpp | 8 ++-
source/Plugins/Platform/Android/PlatformAndroid.h | 2 +-
source/Plugins/Platform/POSIX/PlatformPOSIX.cpp | 8 +--
source/Plugins/Platform/POSIX/PlatformPOSIX.h | 4 +-
source/Plugins/Process/Linux/ProcessorTrace.cpp | 2 +-
tools/lldb-server/lldb-platform.cpp | 57 ++++++++++------------
8 files changed, 44 insertions(+), 45 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 e40c9748e [ELF] Fix Windows build error
new 2428ca344 [ELF] Fix nullptr dereference when creating an error message [...]
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 | 4 +++-
test/ELF/duplicated-synthetic-sym.s | 10 ++++++++++
2 files changed, 13 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/duplicated-synthetic-sym.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.
Yvan Roux pushed a change to branch linaro-local/gcc-7-integration-branch
in repository toolchain/gcc.
from ed3800bb37f gcc/ Backport from trunk r248953. 2017-06-07 Tamar Chri [...]
new b1241da7bee gcc/ Backport from trunk r249187. 2017-06-14 Andrew Pin [...]
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/config/aarch64/aarch64.c | 55 ++++++++++++++++++++++++--
gcc/testsuite/gcc.target/aarch64/vect-init-1.c | 12 ++++++
gcc/testsuite/gcc.target/aarch64/vect-init-2.c | 12 ++++++
gcc/testsuite/gcc.target/aarch64/vect-init-3.c | 12 ++++++
gcc/testsuite/gcc.target/aarch64/vect-init-4.c | 12 ++++++
gcc/testsuite/gcc.target/aarch64/vect-init-5.c | 12 ++++++
6 files changed, 111 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/vect-init-1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/vect-init-2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/vect-init-3.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/vect-init-4.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/vect-init-5.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 gcc.
from 967ec7427cf [Patch ARM] Remove %? string from some Advanced SIMD patterns.
new d557a46f00e gcc/ Graceful degrade if Binutils PR21472 is not available [...]
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 | 15 +++++++++++++++
gcc/config.in | 7 +++++++
gcc/config/avr/avr.c | 7 ++++++-
gcc/configure | 15 +++++++++------
gcc/configure.ac | 12 ++++++------
5 files changed, 43 insertions(+), 13 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 a33c5722b06 [IndVarSimplify] Add AShr exact flags using induction varia [...]
new 18b9e001a84 [SLPVectorizer] Add an extra parameter to cancelScheduling [...]
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/Vectorize/SLPVectorizer.cpp | 45 +++++++++++++++---------------
1 file changed, 23 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.