This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 66282c2c6a3 Fix a logic error in DwarfExpression::addMachineReg()
new 5f69ca899a5 Revert "Fix cmake check for futimens when deploying to earl [...]
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/config-ix.cmake | 1 -
cmake/modules/HandleLLVMOptions.cmake | 1 -
2 files changed, 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 libcxx.
from e8c8bc943 [libcxx] [test] Update for C++17 feature removals.
new 25a78dcd7 Fix PR31166: std::inplace_merge seems to be unstable. Thanks [...]
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/algorithm | 10 +++++-----
.../alg.merge/inplace_merge_comp.pass.cpp | 21 +++++++++++++++++++++
2 files changed, 26 insertions(+), 5 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 release_50
in repository libcxx.
from 3fa4f9bbd Merging r309474: -------------------------------------------- [...]
new f22cb8b8c Update ABI lists for 5.0
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/abi/{4.0 => 5.0}/x86_64-apple-darwin16.abilist | 0
lib/abi/{ => 5.0}/x86_64-unknown-linux-gnu.abilist | 0
2 files changed, 0 insertions(+), 0 deletions(-)
copy lib/abi/{4.0 => 5.0}/x86_64-apple-darwin16.abilist (100%)
copy lib/abi/{ => 5.0}/x86_64-unknown-linux-gnu.abilist (100%)
--
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 66c13b13caf [llvm-rc] Add ACCELERATORS parsing ability. (parser, pt 3/8).
new 0827f9ac832 Remove an unnecessary const_cast.
new cf4d2631981 Fix cmake check for futimens when deploying to earlier macO [...]
new 66282c2c6a3 Fix a logic error in DwarfExpression::addMachineReg()
The 3 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/config-ix.cmake | 1 +
cmake/modules/HandleLLVMOptions.cmake | 1 +
lib/Analysis/OptimizationDiagnosticInfo.cpp | 3 +-
lib/CodeGen/AsmPrinter/DwarfExpression.cpp | 7 ++--
test/DebugInfo/Sparc/subreg.ll | 60 +++++++++++++++++++++++++++++
5 files changed, 67 insertions(+), 5 deletions(-)
create mode 100644 test/DebugInfo/Sparc/subreg.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 lnt.
from 1818f8c Match schema in the migration
new bfaf238 Fix MySQL funnyness where test names are not in the cache
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:
lnt/server/db/testsuitedb.py | 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 llvm.
from 6358f3836e1 Define NetBSD/amd64 ASAN Shadow Offset
new b1f57a78bae [AArch64] Adjust the cost model for Exynos M1 and M2
new 12cc150c849 [AArch64] Adjust the cost model for Exynos M1 and M2
new 66c13b13caf [llvm-rc] Add ACCELERATORS parsing ability. (parser, pt 3/8).
The 3 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/AArch64/AArch64InstrInfo.cpp | 103 ++++++++++++++-------
lib/Target/AArch64/AArch64InstrInfo.h | 3 +
lib/Target/AArch64/AArch64SchedM1.td | 82 ++++++++++------
.../llvm-rc/Inputs/parser-accelerators-bad-flag.rc | 3 +
.../parser-accelerators-bad-int-or-string.rc | 3 +
.../Inputs/parser-accelerators-no-comma-2.rc | 3 +
.../llvm-rc/Inputs/parser-accelerators-no-comma.rc | 3 +
.../llvm-rc/Inputs/parser-correct-everything.rc | 13 +++
test/tools/llvm-rc/parser.test | 30 ++++++
tools/llvm-rc/ResourceScriptParser.cpp | 61 ++++++++++--
tools/llvm-rc/ResourceScriptParser.h | 17 +++-
tools/llvm-rc/ResourceScriptStmt.cpp | 17 ++++
tools/llvm-rc/ResourceScriptStmt.h | 43 ++++++++-
13 files changed, 311 insertions(+), 70 deletions(-)
create mode 100644 test/tools/llvm-rc/Inputs/parser-accelerators-bad-flag.rc
create mode 100644 test/tools/llvm-rc/Inputs/parser-accelerators-bad-int-or-string.rc
create mode 100644 test/tools/llvm-rc/Inputs/parser-accelerators-no-comma-2.rc
create mode 100644 test/tools/llvm-rc/Inputs/parser-accelerators-no-comma.rc
--
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 44a7b6b871 Remove trailing space.
new 68dcb655ed [analyzer] Adjust ptr arithmetic test
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/ptr-arith.cpp | 4 ++--
1 file 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 compiler-rt.
from 1cca2c591 Add NetBSD ASAN shadow mapping for x86-64
new ebae6acb2 [libFuzzer] allow -print_funcs=N: N is the max number of new [...]
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/fuzzer/FuzzerFlags.def | 3 ++-
lib/fuzzer/FuzzerOptions.h | 2 +-
lib/fuzzer/FuzzerTracePC.cpp | 10 ++++++++--
lib/fuzzer/FuzzerTracePC.h | 4 ++--
test/fuzzer/print-func.test | 6 +++---
5 files changed, 16 insertions(+), 9 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 8099e19785 Initial elfxx-x86.h
adds 41e5237748 Automatic date update in version.in
adds 565ed01a4e [GOLD] Symbol flag for PowerPC64 localentry:0 tracking
adds cefdd1cd64 Fix bad offset calculation for R_AARCH64_TLSDESC_* relocs.
adds 90efb64229 x86: Check for valid PLT section size
adds fd437cbc43 define_command: Don't convert command name to lower case
adds 3804a3431a Add missing PR number in ChangeLog
adds 5e89eb3ab0 gdb.base/commands.exp: Remove unused global references
adds 0fb0a76778 Remove unused _bfd_elf_ifunc_get_synthetic_symtab
new b17cd06af9 Initial elfxx-x86.h
new 06ef28794b Add _bfd_x86_elf_merge_symbol_attribute
new 2fb3d7fb68 Add _bfd_x86_elf_always_size_sections
new 8550f1d853 Add 3 x86 TLS functions
new c2a3dd2214 Move 3 more functions to elfxx-x86.c
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 (8099e19785)
\
N -- N -- N refs/heads/users/hjl/x86 (c2a3dd2214)
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 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/ChangeLog | 12 +
bfd/Makefile.am | 4 +
bfd/Makefile.in | 5 +
bfd/configure | 34 +-
bfd/configure.ac | 34 +-
bfd/elf-bfd.h | 3 -
bfd/elf-ifunc.c | 125 ------
bfd/elf32-i386.c | 839 +++++++++++-------------------------
bfd/elf64-x86-64.c | 14 +-
bfd/elfxx-x86.c | 280 ++++++++++++
bfd/elfxx-x86.h | 70 +--
bfd/version.h | 2 +-
gdb/ChangeLog | 6 +
gdb/cli/cli-script.c | 6 -
gdb/testsuite/ChangeLog | 18 +
gdb/testsuite/gdb.base/commands.exp | 51 ++-
gold/ChangeLog | 26 ++
gold/aarch64.cc | 6 +-
gold/powerpc.cc | 23 +-
gold/resolve.cc | 4 +-
gold/symtab.cc | 1 +
gold/symtab.h | 12 +
gold/target.h | 2 +-
gold/testsuite/Makefile.am | 11 +
gold/testsuite/Makefile.in | 17 +-
gold/testsuite/aarch64_tlsdesc.s | 12 +
gold/testsuite/aarch64_tlsdesc.sh | 110 +++++
gold/testsuite/aarch64_tlsdesc.t | 6 +
28 files changed, 922 insertions(+), 811 deletions(-)
create mode 100644 bfd/elfxx-x86.c
create mode 100644 gold/testsuite/aarch64_tlsdesc.s
create mode 100755 gold/testsuite/aarch64_tlsdesc.sh
create mode 100644 gold/testsuite/aarch64_tlsdesc.t
--
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 binutils-gdb.
from 5e89eb3ab0 gdb.base/commands.exp: Remove unused global references
new 0fb0a76778 Remove unused _bfd_elf_ifunc_get_synthetic_symtab
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:
bfd/ChangeLog | 5 +++
bfd/elf-bfd.h | 3 --
bfd/elf-ifunc.c | 125 --------------------------------------------------------
3 files changed, 5 insertions(+), 128 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.