This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from baef3d539e1 Revert "Hopefully one last commit to fix this patch, addres [...]
new 38dd80a0aa7 [SCEV] Have getRangeForAffineARHelper take StartRange by co [...]
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/Analysis/ScalarEvolution.cpp | 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 llvm.
from fffb7130ddd Hopefully one last commit to fix this patch, addresses stri [...]
new baef3d539e1 Revert "Hopefully one last commit to fix this patch, addres [...]
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/Object/COFF.h | 40 -------
include/llvm/Support/COFF.h | 24 ----
lib/Object/COFFObjectFile.cpp | 45 +-------
.../llvm-readobj/Inputs/resources/cursor_small.bmp | Bin 822 -> 0 bytes
.../llvm-readobj/Inputs/resources/okay_small.bmp | Bin 822 -> 0 bytes
.../Inputs/resources/test_resource.obj.coff | Bin 3200 -> 0 bytes
.../llvm-readobj/Inputs/resources/test_resource.rc | 44 -------
.../Inputs/resources/test_resource.res | Bin 2200 -> 0 bytes
test/tools/llvm-readobj/resources.test | 128 +++------------------
tools/llvm-readobj/COFFDumper.cpp | 105 ++---------------
10 files changed, 28 insertions(+), 358 deletions(-)
delete mode 100644 test/tools/llvm-readobj/Inputs/resources/cursor_small.bmp
delete mode 100644 test/tools/llvm-readobj/Inputs/resources/okay_small.bmp
delete mode 100644 test/tools/llvm-readobj/Inputs/resources/test_resource.obj.coff
delete mode 100644 test/tools/llvm-readobj/Inputs/resources/test_resource.rc
delete mode 100644 test/tools/llvm-readobj/Inputs/resources/test_resource.res
--
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 720637d9f Fix shared_mutex dll import errors on Windows
new ca052ce73 Fix Windows locale detection
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:
utils/libcxx/test/target_info.py | 26 ++++++++++++++------------
1 file changed, 14 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 master
in repository llvm.
from a03681ed239 Quick fix to D32609, it seems .o files are not transferred [...]
new fffb7130ddd Hopefully one last commit to fix this patch, addresses stri [...]
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/Object/COFF.h | 5 +++--
lib/Object/COFFObjectFile.cpp | 10 +++-------
tools/llvm-readobj/COFFDumper.cpp | 8 ++++++--
3 files changed, 12 insertions(+), 11 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 78f5dc09c [libc++] Implement exception_ptr on Windows
new 720637d9f Fix shared_mutex dll import errors on Windows
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/shared_mutex | 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 libcxx.
from 1133de5f1 Fix DLL import/export on Win32 locale helpers
new 78f5dc09c [libc++] Implement exception_ptr on Windows
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/exception | 57 ++++++++++++-
lib/CMakeLists.txt | 1 +
src/exception.cpp | 2 +-
src/support/runtime/exception_pointer_msvc.ipp | 94 ++++++++++++++++++++++
.../futures/futures.promise/set_exception.pass.cpp | 4 -
.../set_exception_at_thread_exit.pass.cpp | 3 -
.../except.nested/assign.pass.cpp | 3 -
.../except.nested/ctor_copy.pass.cpp | 3 -
.../except.nested/ctor_default.pass.cpp | 3 -
.../except.nested/rethrow_if_nested.pass.cpp | 5 +-
.../except.nested/rethrow_nested.pass.cpp | 3 -
.../except.nested/throw_with_nested.pass.cpp | 3 -
.../propagation/current_exception.pass.cpp | 3 +-
.../propagation/exception_ptr.pass.cpp | 3 -
.../propagation/make_exception_ptr.pass.cpp | 9 ++-
.../propagation/rethrow_exception.pass.cpp | 9 ++-
16 files changed, 167 insertions(+), 38 deletions(-)
create mode 100644 src/support/runtime/exception_pointer_msvc.ipp
--
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 c5a600a26 Fix DLL import for __time_get_c_storage member functions.
new 1133de5f1 Fix DLL import/export on Win32 locale helpers
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/support/win32/locale_win32.h | 7 ++++---
1 file changed, 4 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 compiler-rt.
from b9bbfab71 [builtins] Fixup emulated TLS for mingw.
new 874321695 [XRay][compiler-rt] XFAIL on ppc
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/xray/TestCases/Linux/func-id-utils.cc | 2 ++
1 file changed, 2 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 46795cca2 Revert "Actually remove the MSVC STL when linking and testing [...]
new c5a600a26 Fix DLL import for __time_get_c_storage member functions.
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/locale | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.