This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/hjl/x86
in repository binutils-gdb.
from 27328def89 Allow any registers with R_X86_64_THUNK_GOTPCRELX
new 74672c1048 Update gotpcrel2.dd
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:
ld/testsuite/ld-x86-64/gotpcrel2.dd | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 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 users/hjl/x86
in repository binutils-gdb.
discards b2c9266b63 Update irel_next check
discards f1b4b88983 Add a testcase for Write 2-byte nop + 5-byte nop
discards 064e2c24b6 Write 2-byte nop + 5-byte nop
new 8871197a96 Add a testcase for Write 2-byte nop + 5-byte nop
new 1126c6c001 Initial R_X86_64_R11_GOTPCRELX
new 32dd6e42a4 Support movq foo@GOTPCREL_R11(%rip), %r11
new fc03e121cc Rename to R_X86_64_GOTPCRELX_THUNK
new 122b3eab9c Support R_X86_64_GOTPCRELX_THUNK
new fef7280688 Rename to R_X86_64_THUNK_GOTPCRELX
new 2b2975ba2a Scan next reloc
new 27328def89 Allow any registers with R_X86_64_THUNK_GOTPCRELX
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 (b2c9266b63)
\
N -- N -- N refs/heads/users/hjl/x86 (27328def89)
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 8 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:
bfd/bfd-in2.h | 1 +
bfd/elf64-x86-64.c | 189 ++++++++++++++++--------------------
bfd/libbfd.h | 1 +
bfd/reloc.c | 2 +
gas/config/tc-i386.c | 31 +++++-
gas/write.h | 1 +
include/elf/x86-64.h | 1 +
ld/testsuite/ld-x86-64/gotpcrel2.dd | 24 ++---
ld/testsuite/ld-x86-64/gotpcrel2a.S | 43 ++++----
ld/testsuite/ld-x86-64/gotpcrel2d.S | 24 ++---
10 files changed, 160 insertions(+), 157 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 libcxx.
from f493c2fed libcxx: Provide overloads for basic_filebuf::open() et al tha [...]
new c0a476159 [cmake] Always respect existing CMAKE_REQUIRED_FLAGS when add [...]
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/CheckLibcxxAtomic.cmake | 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 glibc.
from 25fb7dd651 Fix the wording in NEWS to use "or later"
new 0f5e2da160 manual: Touch up documentation for strftime and ALTMON_* constants.
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:
ChangeLog | 7 +++++++
manual/locale.texi | 25 ++++++++++++++++---------
manual/time.texi | 8 ++++----
3 files changed, 27 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 libcxx.
from e2341acab Update cxx2a status
new 59f238987 libcxx: Move Windows threading support into a .cpp file.
new f493c2fed libcxx: Provide overloads for basic_filebuf::open() et al tha [...]
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/__config | 1 +
include/__threading_support | 298 +++------------------
include/fstream | 177 ++++++++++++
src/support/win32/thread_win32.cpp | 275 +++++++++++++++++++
.../fstreams/fstream.cons/wchar_pointer.pass.cpp} | 10 +-
.../fstream.members/open_wchar_pointer.pass.cpp} | 10 +-
.../file.streams/fstreams/ifstream.cons}/test.dat | 0
.../fstreams/ifstream.cons/wchar_pointer.pass.cpp} | 16 +-
.../ifstream.members/open_wchar_pointer.pass.cpp} | 8 +-
.../fstreams/ifstream.members/test.dat | 0
.../fstreams/ofstream.cons/wchar_pointer.pass.cpp} | 10 +-
.../ofstream.members/open_wchar_pointer.pass.cpp} | 10 +-
test/support/platform_support.h | 12 +
13 files changed, 535 insertions(+), 292 deletions(-)
create mode 100644 src/support/win32/thread_win32.cpp
copy test/{std/input.output/file.streams/fstreams/fstream.cons/pointer.pass.cpp => [...]
copy test/{std/input.output/file.streams/fstreams/fstream.members/open_pointer.pas [...]
copy test/{std/input.output/file.streams/fstreams/ifstream.assign => libcxx/input. [...]
copy test/{std/input.output/file.streams/fstreams/ifstream.cons/pointer.pass.cpp = [...]
copy test/{std/input.output/file.streams/fstreams/ifstream.members/open_pointer.pa [...]
copy test/{std => libcxx}/input.output/file.streams/fstreams/ifstream.members/test [...]
copy test/{std/input.output/file.streams/fstreams/ofstream.cons/pointer.pass.cpp = [...]
copy test/{std/input.output/file.streams/fstreams/ofstream.members/open_pointer.pa [...]
--
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 3183187fd5b Revert r322595: Specify inline for isWhitespace in CommandLine.cpp
new 5d85c66118c [WebAssembly] Store function index rather than table index [...]
new 0ac8747929f NewPM: Add an extension point for the start of the pipeline.
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/Passes/PassBuilder.h | 13 ++++
lib/MC/WasmObjectWriter.cpp | 112 +++++++++++++--------------
lib/Passes/PassBuilder.cpp | 9 ++-
test/MC/WebAssembly/external-func-address.ll | 2 +-
test/MC/WebAssembly/func-address.ll | 2 +-
test/MC/WebAssembly/global-ctor-dtor.ll | 4 +-
test/MC/WebAssembly/weak-alias.ll | 2 +-
test/Other/new-pm-defaults.ll | 11 +++
test/Other/new-pm-thinlto-defaults.ll | 7 +-
tools/opt/NewPMDriver.cpp | 11 +++
10 files changed, 105 insertions(+), 68 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 00c472cb9e Add hasTrailingReturn AST matcher
new 585dd5da50 NewPM: Improve/fix GCOV - which needs to run early in the pa [...]
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/BackendUtil.cpp | 10 +++++++---
test/CodeGen/code-coverage.c | 6 ++++++
2 files changed, 13 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 lld.
from aae4e2771 [COFF] don't replace import library if contents are unchanged
new 2840d63af [WebAssembly] Update to match llvm changes to TABLE relocations
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/wasm/Inputs/call-indirect.ll | 11 +++++----
test/wasm/call-indirect.ll | 21 ++++++++++-------
test/wasm/locals-duplicate.test | 6 ++---
test/wasm/relocatable.ll | 2 +-
wasm/InputChunks.cpp | 22 ++++--------------
wasm/InputChunks.h | 1 +
wasm/InputFiles.cpp | 49 ++++++++++++++++++++-------------------
wasm/InputFiles.h | 13 ++++++-----
wasm/Writer.cpp | 26 ++++++++++++++++-----
9 files changed, 80 insertions(+), 71 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 users/hjl/x86
in repository binutils-gdb.
from ec7a5fcbfd regcache::cooked_write test
new 3c735739f6 Convert movq foo@GOTPCREL(%rip), %reg
new dbc8e924ab Check for scratch register
new 064e2c24b6 Write 2-byte nop + 5-byte nop
new f1b4b88983 Add a testcase for Write 2-byte nop + 5-byte nop
new b2c9266b63 Update irel_next check
The 5 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:
bfd/elf64-x86-64.c | 159 +++++++++++++++++++--
ld/testsuite/ld-x86-64/gotpcrel2.dd | 25 ++++
.../ld-x86-64/{gotpcrel1.out => gotpcrel2.out} | 0
ld/testsuite/ld-x86-64/gotpcrel2a.S | 77 ++++++++++
.../{ld-i386/got1b.c => ld-x86-64/gotpcrel2b.c} | 0
.../{ld-i386/got1c.c => ld-x86-64/gotpcrel2c.c} | 0
ld/testsuite/ld-x86-64/gotpcrel2d.S | 42 ++++++
ld/testsuite/ld-x86-64/x86-64.exp | 32 +++++
8 files changed, 325 insertions(+), 10 deletions(-)
create mode 100644 ld/testsuite/ld-x86-64/gotpcrel2.dd
copy ld/testsuite/ld-x86-64/{gotpcrel1.out => gotpcrel2.out} (100%)
create mode 100644 ld/testsuite/ld-x86-64/gotpcrel2a.S
copy ld/testsuite/{ld-i386/got1b.c => ld-x86-64/gotpcrel2b.c} (100%)
copy ld/testsuite/{ld-i386/got1c.c => ld-x86-64/gotpcrel2c.c} (100%)
create mode 100644 ld/testsuite/ld-x86-64/gotpcrel2d.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 lld.
from 17b90924d Introduce the "retpoline" x86 mitigation technique for varian [...]
new aae4e2771 [COFF] don't replace import library if contents are unchanged
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:
COFF/Driver.cpp | 41 ++++++++++++++++++++++++++++++++------
test/COFF/unchanged-importlib.test | 7 +++++++
2 files changed, 42 insertions(+), 6 deletions(-)
create mode 100644 test/COFF/unchanged-importlib.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.