This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a1f02c4 Remove unused #includes of TimeValue.h. NFC.
new f62fc7a [Chrono] Fix !HAVE_FUTIMENS build
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/Unix/Path.inc | 3 ++-
1 file changed, 2 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 lldb.
from 7c894fd Add the new arm64 sub-register definitions to NativeRegisterC [...]
new 6248497 Reformat RegisterInfos_arm64 into a table. NFC
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/Process/Utility/RegisterInfos_arm64.h | 2170 ++------------------
1 file changed, 184 insertions(+), 1986 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 6df9562 [Object] Replace TimeValue with std::chrono
new a1f02c4 Remove unused #includes of TimeValue.h. NFC.
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/LinkAllIR.h | 1 -
lib/MC/WinCOFFObjectWriter.cpp | 1 -
lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 1 -
3 files changed, 3 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 1c01a24 [RDF] Add default move constructors/assignment operators
new f215294 AArch64 ILP32 relocations for assembly and ELF
new 6df9562 [Object] Replace TimeValue with std::chrono
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/Object/Archive.h | 6 +-
include/llvm/Object/ArchiveWriter.h | 2 +-
include/llvm/Support/ELFRelocs/AArch64.def | 338 ++++++++++++---------
lib/Object/Archive.cpp | 7 +-
lib/Object/ArchiveWriter.cpp | 45 +--
lib/Target/AArch64/AArch64TargetMachine.cpp | 12 +-
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 4 +-
.../AArch64/MCTargetDesc/AArch64AsmBackend.cpp | 14 +-
.../MCTargetDesc/AArch64ELFObjectWriter.cpp | 202 ++++++++----
.../AArch64/MCTargetDesc/AArch64MCTargetDesc.h | 3 +-
.../{arm64-elf-relocs.s => arm32-elf-relocs.s} | 148 +++++----
test/MC/AArch64/arm64-elf-relocs.s | 142 ++++-----
test/MC/AArch64/arm64-ilp32.s | 37 +++
test/MC/AArch64/ilp32-diagnostics.s | 67 ++++
.../Inputs/relocs.obj.elf-aarch64-ilp32 | 0
test/tools/llvm-readobj/Inputs/relocs.py | 91 ++++++
tools/llvm-ar/llvm-ar.cpp | 2 +-
17 files changed, 726 insertions(+), 394 deletions(-)
copy test/MC/AArch64/{arm64-elf-relocs.s => arm32-elf-relocs.s} (54%)
create mode 100644 test/MC/AArch64/arm64-ilp32.s
create mode 100644 test/MC/AArch64/ilp32-diagnostics.s
copy bindings/python/llvm/__init__.py => test/tools/llvm-readobj/Inputs/relocs.obj [...]
--
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 11cb770 2016-10-24 Richard Biener <rguenther(a)suse.de>
new edf212c Cross-port exception-safety and move fixes of std::any to std [...]
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:
libstdc++-v3/ChangeLog | 14 ++++++
libstdc++-v3/include/experimental/any | 17 ++-----
.../testsuite/experimental/any/assign/2.cc | 56 +++++++++++++++++++---
.../any/assign/exception.cc | 28 +++++------
libstdc++-v3/testsuite/experimental/any/cons/2.cc | 47 +++++++++++++++---
.../experimental/any/misc/any_cast_neg.cc | 2 +-
6 files changed, 122 insertions(+), 42 deletions(-)
copy libstdc++-v3/testsuite/{20_util => experimental}/any/assign/exception.cc (78%)
--
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 cfd5008 [JumpThreading] Unfold selects that depend on the same condition
new 1c01a24 [RDF] Add default move constructors/assignment operators
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/Hexagon/RDFGraph.h | 8 ++++++--
1 file changed, 6 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 llvm.
from 39e6b39 Fix windows builds by swapping windows.h and wincrypt.h ordering.
new cfd5008 [JumpThreading] Unfold selects that depend on the same condition
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/Transforms/Scalar/JumpThreading.h | 2 +
lib/Transforms/Scalar/JumpThreading.cpp | 111 ++++++++++++++-------
.../JumpThreading/unfold-selects-same-cond.ll | 23 +++++
3 files changed, 98 insertions(+), 38 deletions(-)
create mode 100644 test/Transforms/JumpThreading/unfold-selects-same-cond.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 lldb.
from 5290894 Add some additional logging to DynamicLoaderDarwinKernel::Che [...]
new 7c894fd Add the new arm64 sub-register definitions to NativeRegisterC [...]
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:
.../Linux/NativeRegisterContextLinux_arm64.cpp | 26 +++++-
.../Process/Utility/RegisterContextPOSIX_arm64.cpp | 26 +++++-
.../Process/Utility/lldb-arm64-register-enums.h | 99 +++++++++++++++++++++-
3 files changed, 148 insertions(+), 3 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 09177fa revert r284963
new 8a06ec9 [analyzer] Fix an ARM buildbot after r284960.
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/Analysis/std-c-library-functions.c | 2 +-
test/Analysis/std-c-library-functions.cpp | 2 +-
2 files changed, 2 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 gcc.
from c8bcfa5 Cross-port the latest resolution of LWG2756 and some bug-fixe [...]
new 11cb770 2016-10-24 Richard Biener <rguenther(a)suse.de>
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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/vect/slp-43.c | 3 ++-
gcc/testsuite/gcc.dg/vect/slp-45.c | 3 ++-
3 files changed, 10 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.