This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 2c1163593 Recommit "Use possibly cached directory entry values when per [...]
new b3e55b246 Handle DT_UNKNOWN correctly during directory iteration.
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:
src/experimental/filesystem/directory_iterator.cpp | 5 ++++-
1 file changed, 4 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 clang.
from bcd3d176cb [ASTMatchers] Add an isMain() matcher
new fc6962eb2a [Sema] Fix crash on BlockExprs in a default member initializers
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/Sema/SemaTemplateInstantiate.cpp | 5 +++++
test/SemaCXX/instantiate-blocks.cpp | 9 +++++++++
2 files changed, 14 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 libcxx.
from f581ed201 Fix accidentally removed test.
new 2c1163593 Recommit "Use possibly cached directory entry values when per [...]
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/experimental/filesystem | 12 ++++++++++--
src/experimental/filesystem/directory_iterator.cpp | 7 ++++---
2 files changed, 14 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 master
in repository llvm.
from faddb71dd9f [demangler] call terminate() if allocation failed
new 073f01b8db4 [LTO] Handle __imp_ (dllimport) symbols consistently with lld
new 3e597f45e6c [DWARF v5] Refactor range lists dumping by using a more gen [...]
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/DWARFDebugRnglists.h | 116 ++-------
include/llvm/DebugInfo/DWARF/DWARFListTable.h | 278 +++++++++++++++++++++
lib/DebugInfo/DWARF/CMakeLists.txt | 1 +
lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp | 210 ++--------------
lib/DebugInfo/DWARF/DWARFListTable.cpp | 109 ++++++++
lib/DebugInfo/DWARF/DWARFUnit.cpp | 2 +-
lib/LTO/LTO.cpp | 9 +-
test/DebugInfo/X86/fission-ranges.ll | 4 +-
test/LTO/X86/Inputs/dllimport.ll | 17 ++
test/LTO/X86/dllimport.ll | 30 +++
test/tools/llvm-dwarfdump/X86/debug_rnglists.s | 36 +--
.../llvm-dwarfdump/X86/debug_rnglists_invalid.s | 16 +-
12 files changed, 515 insertions(+), 313 deletions(-)
create mode 100644 include/llvm/DebugInfo/DWARF/DWARFListTable.h
create mode 100644 lib/DebugInfo/DWARF/DWARFListTable.cpp
create mode 100644 test/LTO/X86/Inputs/dllimport.ll
create mode 100644 test/LTO/X86/dllimport.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 libcxx.
from 7485d577a Revert "Use possibly cached directory entry values when perfo [...]
new f581ed201 Fix accidentally removed 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:
.../rec.dir.itr.members/increment.pass.cpp | 17 +++++++++++++++--
1 file changed, 15 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 llvm.
from ae3e2f02439 [MC] Add a separate flag for skipping comdat constant secti [...]
new faddb71dd9f [demangler] call terminate() if allocation failed
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/Demangle/ItaniumDemangle.cpp | 17 +++++++++++++----
lib/Demangle/Utility.h | 4 ++++
2 files changed, 17 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 libcxxabi.
from 3633019 Implement a GCC compatible SEH unwinding personality, __gxx_p [...]
new 64f6c6a [demangler] call terminate() if allocation failed
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:
src/cxa_demangle.cpp | 17 +++++++++++++----
src/demangle/Utility.h | 4 ++++
2 files changed, 17 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 lldb.
from ff77c07c1 [cmake] Remove unused ${LLDB_PLUGINS} dependency from our Obj [...]
new 90b7ac437 Fix Xcode project for unit tests.
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:
lldb.xcodeproj/project.pbxproj | 4 ----
1 file changed, 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 clang.
from 9c96ba60ab [clang-cl] Expose -fblocks and -fno-builtin as driver flags
new 3787b2b6af [ASTMatchers] [NFC] Regenerate HTML docs.
new bcd3d176cb [ASTMatchers] Add an isMain() matcher
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:
docs/LibASTMatchersReference.html | 14 ++++++++++----
include/clang/ASTMatchers/ASTMatchers.h | 6 ++++++
lib/ASTMatchers/Dynamic/Registry.cpp | 1 +
unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp | 8 ++++++++
4 files changed, 25 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 217be219024 [utils] Fix the llvm::Optional data formatter
new 09465e9be5f [AArch64] Use MCAsmInfoMicrosoft and MCAsmInfoGNUCOFF as ba [...]
new c819c64d039 [COFF] Fix assembly output of comdat sections without an at [...]
new ae3e2f02439 [MC] Add a separate flag for skipping comdat constant secti [...]
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:
include/llvm/MC/MCAsmInfo.h | 5 ++
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 8 ++-
lib/MC/MCAsmInfoCOFF.cpp | 8 +++
lib/MC/MCSectionCOFF.cpp | 25 ++++---
.../AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp | 15 +++-
lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.h | 8 +--
test/CodeGen/AArch64/win_cst_pool.ll | 13 ++++
test/CodeGen/X86/mingw-comdats-xdata.ll | 81 ++++++++++++++++++++++
8 files changed, 141 insertions(+), 22 deletions(-)
create mode 100644 test/CodeGen/AArch64/win_cst_pool.ll
create mode 100644 test/CodeGen/X86/mingw-comdats-xdata.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.