This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bebeb6f17e2 [AArch64][Falkor] Remove some non-existent opcodes from sch [...]
new d24edfe46ae [llvm-readobj] Fix COFF RVA table dumping bug
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-readobj/Inputs/coff-load-config-data-end.exe | Bin 0 -> 1536 bytes
test/tools/llvm-readobj/coff-load-config.test | 6 ++++++
tools/llvm-readobj/COFFDumper.cpp | 6 +++++-
3 files changed, 11 insertions(+), 1 deletion(-)
create mode 100644 test/tools/llvm-readobj/Inputs/coff-load-config-data-end.exe
--
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 4130d398 [clang-tidy][Part1] Add a new module Android and three new checks.
new 58485565 [clang-tidy] doc format fix
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:
docs/ReleaseNotes.rst | 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 hjl/gold
in repository glibc.
discards 8474d6998d Allow gold to configire glibc
new 2928381a81 Support build glibc with gold 1.14 or above [BZ #14995]
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 (8474d6998d)
\
N -- N -- N refs/heads/hjl/gold (2928381a81)
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:
configure | 4 ++--
configure.ac | 4 ++--
2 files changed, 4 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 llvm.
from a5b199883c2 [ORC] Move ORC IR layer interface from addModuleSet to addM [...]
new 5d2c9175233 [llvm-pdbutil] Dump raw bytes of type and id records.
new 6a1d3e987ba [ORC] Remove redundant semicolons from DEFINE_SIMPLE_CONVER [...]
new 84310abf197 [DebugInfo] Fix some Clang-tidy modernize-use-using and Inc [...]
new bebeb6f17e2 [AArch64][Falkor] Remove some non-existent opcodes from sch [...]
The 4 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:
.../DebugInfo/CodeView/LazyRandomTypeCollection.h | 2 +
include/llvm/DebugInfo/DIContext.h | 5 +-
.../DebugInfo/DWARF/DWARFAbbreviationDeclaration.h | 7 ++-
.../llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h | 5 +-
include/llvm/DebugInfo/DWARF/DWARFContext.h | 22 +++++---
include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h | 10 ++--
include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h | 4 +-
include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h | 4 +-
include/llvm/DebugInfo/DWARF/DWARFDebugLine.h | 20 ++++---
include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h | 4 +-
include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h | 2 +-
include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h | 4 +-
include/llvm/DebugInfo/DWARF/DWARFRelocMap.h | 3 +-
include/llvm/DebugInfo/DWARF/DWARFUnit.h | 14 ++---
include/llvm/DebugInfo/MSF/MSFBuilder.h | 13 ++---
include/llvm/DebugInfo/MSF/MSFCommon.h | 18 +++---
include/llvm/DebugInfo/MSF/MappedBlockStream.h | 20 +++----
include/llvm/DebugInfo/PDB/Native/TpiStream.h | 5 ++
.../llvm/DebugInfo/Symbolize/SymbolizableModule.h | 16 ++----
include/llvm/DebugInfo/Symbolize/Symbolize.h | 21 +++++--
include/llvm/Support/BinaryStreamRef.h | 4 ++
.../CodeView/LazyRandomTypeCollection.cpp | 7 +++
lib/DebugInfo/DWARF/DWARFContext.cpp | 15 +++--
lib/DebugInfo/DWARF/DWARFDebugFrame.cpp | 3 +-
lib/DebugInfo/DWARF/DWARFDebugLine.cpp | 12 +++-
lib/DebugInfo/DWARF/DWARFUnit.cpp | 10 ++--
lib/DebugInfo/MSF/MSFBuilder.cpp | 27 ++++++---
lib/DebugInfo/MSF/MSFCommon.cpp | 6 +-
lib/DebugInfo/MSF/MappedBlockStream.cpp | 23 ++++++--
lib/DebugInfo/PDB/Native/TpiStream.cpp | 12 +++-
lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 4 +-
lib/Target/AArch64/AArch64SchedFalkorDetails.td | 24 ++++----
test/DebugInfo/PDB/tpi-bytes.test | 27 +++++++++
tools/llvm-pdbutil/BytesOutputStyle.cpp | 64 ++++++++++++++++++++++
tools/llvm-pdbutil/BytesOutputStyle.h | 12 ++++
tools/llvm-pdbutil/llvm-pdbutil.cpp | 11 ++++
tools/llvm-pdbutil/llvm-pdbutil.h | 3 +
37 files changed, 325 insertions(+), 138 deletions(-)
create mode 100644 test/DebugInfo/PDB/tpi-bytes.test
--
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 hjl/gold
in repository glibc.
discards ecbaf760a0 Allow gold to configire glibc
adds 7dcdfbcf67 powerpc: Update AT_HWCAP[2] bits
adds 1301c20f6c powerpc: fix sysconf support for cache geometries
adds 76c4c838e7 powerpc: Fix sinf() IFUNC fallback.
adds c340290de8 Optimized version of powf()
adds 9f0170af26 Include libc-header-start.h in include/float.h
adds 18a336772d Prepare the manual to display math errors for float128 functions
adds 7fa1d9462b Add libio-mtsafe flags to the build of strfromf128
adds 3ec7c02cc3 x86-64: memcmp-avx2-movbe.S needs saturating subtraction [BZ [...]
adds b1e7c13cc5 resolv: Clean up declarations of the __res_initstamp variable
adds b87d47396f resolv/res_libc.c: Reformat to GNU style
adds bc0382ae90 x86-64: Fix comment typo in memcmp-avx2-movbe.S
adds 52a8e5cb43 Document _FloatN and _FloatNx versions of math functions
adds 049816c3be x86-64: Optimize L(between_2_3) in memcmp-avx2-movbe.S
adds 16000c8d04 Avoid localplt issues from x86 fereaiseexcept inline.
adds 48273d42bc Make libm-test-support code clear exceptions after each test.
adds 06a5b8f799 Update x86 ulps for GCC 7.
adds fa872e1b62 Clean pthread functions namespaces for C11 threads
adds 9a0cc8c1bd inet_pton: Reject IPv6 addresses with many leading zeros [BZ [...]
adds 388b4f1a02 Avoid .symver on common symbols [BZ #21666]
new 8474d6998d Allow gold to configire glibc
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 (ecbaf760a0)
\
N -- N -- N refs/heads/hjl/gold (8474d6998d)
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:
ChangeLog | 226 ++++++++++++++++
include/float.h | 3 +
include/sched.h | 2 +
include/sys/mman.h | 4 +
include/termios.h | 2 +
include/time.h | 2 +-
manual/arith.texi | 286 ++++++++++++++++++---
manual/libm-err-tab.pl | 7 +-
manual/math.texi | 276 +++++++++++++++++++-
math/libm-test-support.c | 7 +
misc/Versions | 2 +
misc/mmap.c | 1 +
misc/mmap64.c | 1 +
misc/regexp.c | 9 +-
nptl/allocatestack.c | 32 +--
nptl/pthreadP.h | 9 +
nptl/pthread_cancel.c | 7 +-
nptl/pthread_create.c | 18 +-
nptl/pthread_detach.c | 3 +-
nptl/pthread_equal.c | 2 +-
nptl/pthread_exit.c | 4 +-
nptl/pthread_getspecific.c | 2 +-
nptl/pthread_join.c | 3 +-
nptl/pthread_key_create.c | 2 +-
nptl/pthread_key_delete.c | 3 +-
nptl/pthread_mutex_destroy.c | 2 +-
nptl/pthread_mutex_init.c | 2 +-
nptl/pthread_mutex_lock.c | 2 +-
nptl/pthread_mutex_timedlock.c | 5 +-
nptl/pthread_mutex_trylock.c | 3 +-
nptl/pthread_mutex_unlock.c | 2 +-
nptl/pthread_mutexattr_init.c | 3 +-
nptl/pthread_mutexattr_settype.c | 3 +-
nptl/pthread_self.c | 2 +-
nptl/pthread_setspecific.c | 2 +-
nptl/tpp.c | 4 +-
posix/nanosleep.c | 2 +-
resolv/inet_pton.c | 17 +-
resolv/res_init.c | 2 +-
resolv/res_libc.c | 155 ++++++-----
resolv/resolv-internal.h | 3 +
resolv/tst-inet_pton.c | 16 +-
string/test-memcmp.c | 11 +-
sysdeps/i386/fpu/libm-test-ulps | 16 +-
sysdeps/i386/i686/fpu/multiarch/libm-test-ulps | 16 +-
sysdeps/ieee754/float128/Makefile | 4 +
sysdeps/ieee754/flt-32/e_powf.c | 171 +++++-------
sysdeps/posix/gethostname.c | 2 +-
sysdeps/powerpc/bits/hwcap.h | 3 +
sysdeps/powerpc/dl-procinfo.c | 2 +-
.../powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c | 2 +-
sysdeps/unix/sysv/linux/i386/Versions | 2 +-
sysdeps/unix/sysv/linux/i386/smp.h | 2 +-
sysdeps/unix/sysv/linux/mmap.c | 1 +
sysdeps/unix/sysv/linux/mmap64.c | 2 +
sysdeps/unix/sysv/linux/nanosleep.c | 2 +-
sysdeps/unix/sysv/linux/powerpc/ioctl.c | 6 +-
sysdeps/unix/sysv/linux/powerpc/sysconf.c | 37 +--
sysdeps/unix/sysv/linux/tcsetattr.c | 3 +-
sysdeps/x86/fpu/bits/fenv.h | 2 +
sysdeps/x86/fpu/include/bits/fenv.h | 9 +
sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S | 18 +-
62 files changed, 1081 insertions(+), 368 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 48d560bf0c6 Revert "[LoopDeletion] NFC: Move phi node value setting int [...]
new a5b199883c2 [ORC] Move ORC IR layer interface from addModuleSet to addM [...]
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:
.../BuildingAJIT/Chapter1/KaleidoscopeJIT.h | 14 +--
.../BuildingAJIT/Chapter2/KaleidoscopeJIT.h | 20 ++--
.../BuildingAJIT/Chapter3/KaleidoscopeJIT.h | 20 ++--
.../BuildingAJIT/Chapter4/KaleidoscopeJIT.h | 20 ++--
.../BuildingAJIT/Chapter5/KaleidoscopeJIT.h | 20 ++--
examples/Kaleidoscope/include/KaleidoscopeJIT.h | 16 +--
include/llvm-c/OrcBindings.h | 49 +++++++-
.../ExecutionEngine/Orc/CompileOnDemandLayer.h | 50 +++++----
include/llvm/ExecutionEngine/Orc/ExecutionUtils.h | 4 +-
include/llvm/ExecutionEngine/Orc/IRCompileLayer.h | 57 +++++-----
.../llvm/ExecutionEngine/Orc/IRTransformLayer.h | 53 ++++-----
.../llvm/ExecutionEngine/Orc/LazyEmittingLayer.h | 125 ++++++++++-----------
lib/ExecutionEngine/Orc/OrcCBindings.cpp | 32 +++++-
lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 31 +++--
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 15 ++-
tools/lli/OrcLazyJIT.cpp | 11 +-
tools/lli/OrcLazyJIT.h | 93 +++++++--------
.../ExecutionEngine/Orc/LazyEmittingLayerTest.cpp | 8 +-
.../Orc/ObjectTransformLayerTest.cpp | 2 +-
unittests/ExecutionEngine/Orc/OrcCAPITest.cpp | 13 ++-
unittests/ExecutionEngine/Orc/OrcTestCommon.h | 48 ++++----
21 files changed, 370 insertions(+), 331 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 glibc.
from 9a0cc8c1bd inet_pton: Reject IPv6 addresses with many leading zeros [BZ [...]
new 388b4f1a02 Avoid .symver on common symbols [BZ #21666]
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 +++++++
misc/regexp.c | 9 +++++----
2 files changed, 12 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 6c8e87cfc64 Testcase for FSF GCC bug 79794.
new be581e60c53 Fix missing Aarch64 falkor/qdf24xx options.
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 | 5 +++++
gcc/doc/invoke.texi | 3 ++-
2 files changed, 7 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 777bbb5e05c [llvm-pdbutil] Dump raw bytes of various DBI stream subsections.
new 48d560bf0c6 Revert "[LoopDeletion] NFC: Move phi node value setting int [...]
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/Scalar/LoopDeletion.cpp | 24 +++++++++++-------------
1 file changed, 11 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.