This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 87dc5aca14d [X86] Fix x86-64 call *foo@tlsdesc(%rax) and support R_386_ [...]
new ffe7e184a7d [X86] Use 'llvm_unreachable' instead of nullptr in unreacha [...]
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/GlobalISel/RegisterBankInfo.cpp | 4 +++-
lib/Target/X86/X86InstructionSelector.cpp | 6 +++---
2 files changed, 6 insertions(+), 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 gcc.
from 9617e0f87d8 Daily bump.
new 930abdadbc6 2019-05-28 Michael Meissner <meissner(a)linux.ibm.com>
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 | 4 ++++
gcc/rtl.h | 4 ++++
2 files changed, 8 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 lld.
from 3a6ea272c Revert r361842 as it breaks LLDB :: tools/lldb-mi/exec/exec-f [...]
new ca4795ea5 [ELF] Implement General Dynamic style TLSDESC for x86-64
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/X86_64.cpp | 115 ++++++++++++++++++++++++-----------
ELF/InputSection.cpp | 2 +
ELF/Relocations.cpp | 11 ++--
ELF/Relocations.h | 1 +
test/ELF/invalid/x86-64-tlsdesc-gd.s | 15 +++++
test/ELF/x86-64-tlsdesc-gd.s | 69 +++++++++++++++++++++
6 files changed, 172 insertions(+), 41 deletions(-)
create mode 100644 test/ELF/invalid/x86-64-tlsdesc-gd.s
create mode 100644 test/ELF/x86-64-tlsdesc-gd.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 llvm.
from 224fbc5082f [AArch64] auto-generate complete test checks; NFC
new 87dc5aca14d [X86] Fix x86-64 call *foo@tlsdesc(%rax) and support R_386_ [...]
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/MC/MCELFStreamer.cpp | 2 ++
lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp | 4 ++++
lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp | 20 ++++++++++++++---
test/MC/ELF/relocation-tls.s | 26 ----------------------
test/MC/X86/tlsdesc-32.s | 19 ++++++++++++++++
test/MC/X86/tlsdesc-64.s | 19 ++++++++++++++++
6 files changed, 61 insertions(+), 29 deletions(-)
delete mode 100644 test/MC/ELF/relocation-tls.s
create mode 100644 test/MC/X86/tlsdesc-32.s
create mode 100644 test/MC/X86/tlsdesc-64.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-bootstrap
in repository toolchain/ci/base-artifacts.
discards 6ad415a3c 0: update: gcc-ba4754978356ca8a1192ebe9f5b68746933a99fb: -5
new ba78275f6 0: update: gcc-e761c9a017b074466535f0064ac442011b92145b: -5
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (6ad415a3c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-arm-boots [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 137 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-bootstrap/console.log | 88568 +++++++++++++++++-----------------
console.log | 89139 +++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
5 files changed, 89114 insertions(+), 89172 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 compiler-rt.
from 8afdb0877 [compiler-rt] Fix cmake warnings
new 8a268717b [builtins] Move the compare2f definition outside of the macro
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/builtins/arm/comparesf2.S | 30 +++++++++++++++++++-----------
1 file changed, 19 insertions(+), 11 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 076472cd861 [WebAssembly] Add signatures for RINT builtins
new 12ec6d46da0 [AArch64] auto-generate complete test checks; NFC
new 224fbc5082f [AArch64] auto-generate complete test checks; NFC
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:
test/CodeGen/AArch64/sdag-store-merging-bug.ll | 20 ++++++++------
test/CodeGen/AArch64/strqu.ll | 38 ++++++++++++++++++++------
2 files changed, 40 insertions(+), 18 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 5842cf258e [Driver] Search the toolchain dir with -print-file-name
new 5240ba5698 Fix failure of lit test dependent-libs.cu
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/CodeGenCUDA/dependent-libs.cu | 6 ++++--
1 file 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 clang-tools-extra.
from 7ab7b30d [clangd] Add SourceManager accessor to ParsedAST. NFC
new c2840d1a Revise the google-objc-global-variable-declaration check to 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:
.../google/GlobalVariableDeclarationCheck.cpp | 22 ++++++++++++++--------
.../google-objc-global-variable-declaration.m | 20 +++++++++++++++++---
2 files changed, 31 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.