This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 8e31caf Clear list of acquired robust mutexes in the child process af [...]
new 8f9450a Add compiler barriers around modifications of the robust mutex list.
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 | 8 +++++++
nptl/descr.h | 21 +++++++++++++++++-
nptl/pthread_mutex_lock.c | 48 ++++++++++++++++++++++++++++++++++++++----
nptl/pthread_mutex_timedlock.c | 48 ++++++++++++++++++++++++++++++++++++++----
nptl/pthread_mutex_unlock.c | 17 +++++++++++++++
5 files changed, 133 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 master
in repository llvm.
from f53524b [NVPTX] Added support for half-precision floating point.
new b9565c5 "Use" lambda captures which are otherwise only used in asserts. NFC
new beabb63 Cleanup how DWARFDie attributes are accessed and decoded.
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/DebugInfo/DWARF/DWARFDie.h | 73 +---
include/llvm/DebugInfo/DWARF/DWARFFormValue.h | 152 +++++++++
lib/DebugInfo/DWARF/DWARFContext.cpp | 5 +-
lib/DebugInfo/DWARF/DWARFDie.cpp | 98 ++----
lib/DebugInfo/DWARF/DWARFTypeUnit.cpp | 2 +-
lib/DebugInfo/DWARF/DWARFUnit.cpp | 30 +-
lib/Target/Hexagon/HexagonBitSimplify.cpp | 1 +
lib/Transforms/Scalar/SROA.cpp | 1 +
lib/Transforms/Utils/ValueMapper.cpp | 1 +
tools/dsymutil/DwarfLinker.cpp | 71 ++--
tools/obj2yaml/dwarf2yaml.cpp | 4 +-
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 404 ++++++++++++++++-------
12 files changed, 516 insertions(+), 326 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 9353fa2 Don't add DT_INIT/DT_FINI for undef and shared symbols.
new eea64b3 Implement -Map.
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/CMakeLists.txt | 1 +
ELF/Config.h | 1 +
ELF/Driver.cpp | 1 +
ELF/MapFile.cpp | 135 +++++++++++++++++++++++++++++++++++++++++
COFF/Writer.h => ELF/MapFile.h | 16 +++--
ELF/Options.td | 5 +-
ELF/OutputSections.cpp | 14 +++++
ELF/OutputSections.h | 3 +
ELF/Writer.cpp | 2 +
test/ELF/Inputs/map-file2.s | 8 +++
test/ELF/Inputs/map-file3.s | 2 +
test/ELF/Inputs/map-file4.s | 3 +
test/ELF/map-file.s | 54 +++++++++++++++++
13 files changed, 234 insertions(+), 11 deletions(-)
create mode 100644 ELF/MapFile.cpp
copy COFF/Writer.h => ELF/MapFile.h (54%)
create mode 100644 test/ELF/Inputs/map-file2.s
create mode 100644 test/ELF/Inputs/map-file3.s
create mode 100644 test/ELF/Inputs/map-file4.s
create mode 100644 test/ELF/map-file.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 999a657 [AMDGPU] Implement f16 fcopysign and fcopysign(f32, f64)
new f53524b [NVPTX] Added support for half-precision floating point.
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/NVPTX/InstPrinter/NVPTXInstPrinter.cpp | 9 +-
lib/Target/NVPTX/NVPTX.h | 3 +-
lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 21 +-
lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp | 71 +-
lib/Target/NVPTX/NVPTXISelDAGToDAG.h | 1 +
lib/Target/NVPTX/NVPTXISelLowering.cpp | 88 +-
lib/Target/NVPTX/NVPTXISelLowering.h | 1 +
lib/Target/NVPTX/NVPTXInstrInfo.cpp | 3 +
lib/Target/NVPTX/NVPTXInstrInfo.td | 222 ++++-
lib/Target/NVPTX/NVPTXIntrinsics.td | 50 +-
lib/Target/NVPTX/NVPTXMCExpr.cpp | 7 +
lib/Target/NVPTX/NVPTXMCExpr.h | 10 +-
lib/Target/NVPTX/NVPTXRegisterInfo.cpp | 48 +-
lib/Target/NVPTX/NVPTXRegisterInfo.td | 2 +
lib/Target/NVPTX/NVPTXSubtarget.cpp | 9 +
lib/Target/NVPTX/NVPTXSubtarget.h | 2 +
test/CodeGen/NVPTX/f16-instructions.ll | 1034 +++++++++++++++++++++
test/CodeGen/NVPTX/half.ll | 8 +-
18 files changed, 1487 insertions(+), 102 deletions(-)
create mode 100644 test/CodeGen/NVPTX/f16-instructions.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 clang.
from d117f0b Fix shared library build after r291938 by adding missing depe [...]
new 4ad7038 PR31606: Generalize our tentative DR resolution for inheritin [...]
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/clang/Basic/DiagnosticSemaKinds.td | 4 +-
lib/Sema/SemaOverload.cpp | 54 +++++++++++-----------
.../basic.namespace/namespace.udecl/p15.cpp | 28 +++++------
test/CXX/dcl.decl/dcl.init/dcl.init.aggr/p1.cpp | 8 ++--
test/CXX/drs/dr16xx.cpp | 4 +-
test/CXX/drs/dr19xx.cpp | 17 ++++---
test/CXX/special/class.inhctor/p1.cpp | 4 +-
test/CXX/special/class.inhctor/p3.cpp | 8 ++--
test/CXX/special/class.inhctor/p7.cpp | 8 ++--
test/SemaCXX/cxx11-inheriting-ctors.cpp | 41 ++++++++++++----
test/SemaTemplate/cxx1z-using-declaration.cpp | 6 +--
11 files changed, 104 insertions(+), 78 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 47a876a Add a description how to checkout the LLD repository.
new 999a657 [AMDGPU] Implement f16 fcopysign and fcopysign(f32, f64)
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/AMDGPU/AMDGPUInstructions.td | 6 +
lib/Target/AMDGPU/SIInstructions.td | 31 ++++
test/CodeGen/AMDGPU/fcopysign.f16.ll | 262 ++++++++++++++++++++++++++++++++
3 files changed, 299 insertions(+)
create mode 100644 test/CodeGen/AMDGPU/fcopysign.f16.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 release_40
in repository clang.
from 959137d Merging r291871: -------------------------------------------- [...]
new 0e2702f Merging r291877: -------------------------------------------- [...]
new 2227088 Merging r291907: -------------------------------------------- [...]
new 77e5388 Merging r291881: -------------------------------------------- [...]
new a5eaae1 Merging r291879: -------------------------------------------- [...]
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:
bindings/python/clang/cindex.py | 145 ++++++++-------------
.../python/tests/cindex/test_translation_unit.py | 8 +-
include/clang/Basic/AttrDocs.td | 1 +
lib/Sema/SemaTemplate.cpp | 6 +-
test/CodeGenCXX/dllexport.cpp | 20 ++-
test/Driver/disable-llvm.c | 8 +-
6 files changed, 82 insertions(+), 106 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 bb177a9 Remove unused lambda captures. NFC
new d117f0b Fix shared library build after r291938 by adding missing depe [...]
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:
unittests/Driver/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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_40
in repository llvm.
from 0b45bfe Merging r291863: -------------------------------------------- [...]
new ea937a7 Merging r291875: -------------------------------------------- [...]
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/Support/AlignOf.h | 54 ++++++++++++++++++++++-----------------
unittests/Support/AlignOfTest.cpp | 18 -------------
2 files changed, 31 insertions(+), 41 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.