This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 0bec460 Minidump plugin: Fix flaky test
new 0fa1688 Remove TimeValue usage from FileSpec.h
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/lldb/Core/Module.h | 6 ++--
include/lldb/Core/ModuleSpec.h | 1 +
include/lldb/Core/SourceManager.h | 10 ++++---
include/lldb/Host/FileSpec.h | 3 --
include/lldb/Host/FileSystem.h | 13 +++++----
include/lldb/Host/TimeValue.h | 13 +++++----
include/lldb/Interpreter/OptionValueFileSpec.h | 8 ++----
source/Core/Module.cpp | 33 ++++++++--------------
source/Core/ModuleList.cpp | 5 ++--
source/Core/SourceManager.cpp | 16 +++++------
source/Host/common/FileSpec.cpp | 8 ------
source/Host/common/FileSystem.cpp | 10 +++++++
source/Interpreter/OptionValueFileSpec.cpp | 8 ++----
.../MacOSX-DYLD/DynamicLoaderDarwin.cpp | 7 +++--
.../BSD-Archive/ObjectContainerBSDArchive.cpp | 3 +-
source/Plugins/Platform/Android/AdbClient.cpp | 8 ++++--
.../SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 3 +-
.../SymbolFile/DWARF/SymbolFileDWARFDebugMap.h | 1 +
unittests/Host/CMakeLists.txt | 1 +
unittests/Host/FileSystemTest.cpp | 32 +++++++++++++++++++++
20 files changed, 111 insertions(+), 78 deletions(-)
create mode 100644 unittests/Host/FileSystemTest.cpp
--
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 caa8396 [InstCombine] fix tests for adjusted min/max
new d6c57ac This is a 1 character fix for an ARM build attribute test (r2 [...]
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/CodeGen/ARM/build-attributes-fn-attr6.ll | 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 clang.
from 1cd2ec8 [PowerPC] Implement vector shift builtins - clang portion
new 63cbcda [OpenCL] Override supported OpenCL extensions with -cl-ext option
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/OpenCLOptions.h | 38 ++++++++++++++++++++++++++++++++++---
include/clang/Basic/TargetInfo.h | 7 +++++++
include/clang/Basic/TargetOptions.h | 4 ++++
include/clang/Driver/CC1Options.td | 7 +++++++
lib/Basic/Targets.cpp | 1 +
lib/Frontend/CompilerInvocation.cpp | 1 +
test/SemaOpenCL/extensions.cl | 26 ++++++++++++++++++++++++-
7 files changed, 80 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 cf8d483 [InstCombine] Folding of shifts by the sum of positive values
new caa8396 [InstCombine] fix tests for adjusted min/max
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/Transforms/InstCombine/adjust-for-minmax.ll | 273 ++++++++++++++++++++++
test/Transforms/InstCombine/adjust-for-sminmax.ll | 181 --------------
2 files changed, 273 insertions(+), 181 deletions(-)
create mode 100644 test/Transforms/InstCombine/adjust-for-minmax.ll
delete mode 100644 test/Transforms/InstCombine/adjust-for-sminmax.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 lldb.
from a6df4df Fix a bug where the EmulateInstructionARM64 handling of STP/L [...]
new 0bec460 Minidump plugin: Fix flaky 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:
.../postmortem/minidump-new/TestMiniDumpNew.py | 76 +++++++++++++++++++---
.../Plugins/Process/minidump/ProcessMinidump.cpp | 26 ++++++--
source/Plugins/Process/minidump/ProcessMinidump.h | 5 +-
3 files changed, 90 insertions(+), 17 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 8883740 Protect lock tests under libcpp-no-exceptions
new c091160 Protect exceptional paths under libcpp-no-exceptions
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:
.../strings/basic.string/string.access/at.pass.cpp | 31 +++++++++---
.../basic.string/string.capacity/reserve.pass.cpp | 18 +++++--
.../string.capacity/resize_size.pass.cpp | 18 +++++--
.../string.capacity/resize_size_char.pass.cpp | 18 +++++--
.../basic.string/string.cons/substr.pass.cpp | 58 +++++++++++++++++-----
.../string_append/T_size_size.pass.cpp | 35 +++++++++----
.../string_append/string_size_size.pass.cpp | 35 +++++++++----
.../string_assign/T_size_size.pass.cpp | 35 +++++++++----
.../string_assign/string_size_size.pass.cpp | 35 +++++++++----
.../string.modifiers/string_copy/copy.pass.cpp | 20 +++++---
.../string_erase/size_size.pass.cpp | 43 +++++++++++-----
.../string_insert/size_T_size_size.pass.cpp | 43 +++++++++++-----
.../string_insert/size_pointer.pass.cpp | 22 +++++---
.../string_insert/size_pointer_size.pass.cpp | 22 +++++---
.../string_insert/size_size_char.pass.cpp | 22 +++++---
.../string_insert/size_string.pass.cpp | 22 +++++---
.../string_insert/size_string_size_size.pass.cpp | 43 +++++++++++-----
.../string_replace/size_size_T_size_size.pass.cpp | 43 +++++++++++-----
.../string_replace/size_size_pointer.pass.cpp | 22 +++++---
.../string_replace/size_size_pointer_size.pass.cpp | 22 +++++---
.../string_replace/size_size_size_char.pass.cpp | 22 +++++---
.../string_replace/size_size_string.pass.cpp | 22 +++++---
.../size_size_string_size_size.pass.cpp | 43 +++++++++++-----
.../string_compare/size_size_T_size_size.pass.cpp | 43 ++++++++++------
.../string_compare/size_size_pointer.pass.cpp | 22 +++++---
.../string_compare/size_size_pointer_size.pass.cpp | 22 +++++---
.../string_compare/size_size_string.pass.cpp | 22 +++++---
.../size_size_string_size_size.pass.cpp | 43 ++++++++++------
28 files changed, 598 insertions(+), 248 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 5d99995 [InstCombine] auto-generate better checks
new cf8d483 [InstCombine] Folding of shifts by the sum of positive values
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/InstCombine/InstCombineShifts.cpp | 11 +++-
test/Transforms/InstCombine/shift-add.ll | 74 ++++++++++++++++++++++++
2 files changed, 84 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/InstCombine/shift-add.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 gcc.
from 84efd52 runtime: recreate function called by cgo -gccgo
new a5f9f7f Mark fallthrough cases with gcc_fallthrough.
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 | 4 ++++
gcc/combine.c | 2 ++
2 files changed, 6 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 6168a5e Protect tests that expect an exception for an unknown std::ra [...]
new 8883740 Protect lock tests under libcpp-no-exceptions
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:
.../thread.mutex/thread.lock.algorithm/lock.pass.cpp | 15 ++++++++++++---
.../thread.mutex/thread.lock.algorithm/try_lock.pass.cpp | 13 +++++++++++--
.../thread.lock.shared.locking/lock.pass.cpp | 5 ++++-
.../thread.lock.shared.locking/try_lock.pass.cpp | 8 ++++++--
.../thread.lock.shared.locking/try_lock_for.pass.cpp | 7 ++++++-
.../thread.lock.shared.locking/try_lock_until.pass.cpp | 7 ++++++-
.../thread.lock.shared.locking/unlock.pass.cpp | 7 ++++++-
.../thread.lock.unique.locking/lock.pass.cpp | 7 ++++++-
.../thread.lock.unique.locking/try_lock.pass.cpp | 7 ++++++-
.../thread.lock.unique.locking/try_lock_for.pass.cpp | 7 ++++++-
.../thread.lock.unique.locking/try_lock_until.pass.cpp | 7 ++++++-
.../thread.lock.unique.locking/unlock.pass.cpp | 7 ++++++-
.../thread.once/thread.once.callonce/call_once.pass.cpp | 7 +++++--
13 files changed, 86 insertions(+), 18 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 2f61048 [x86][inline-asm][clang] accept 'v' constraint Commit on beha [...]
new 1cd2ec8 [PowerPC] Implement vector shift builtins - clang portion
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/BuiltinsPPC.def | 4 +
lib/Headers/altivec.h | 219 +++++++++++++++++++++++++++++++++++
test/CodeGen/builtins-ppc-altivec.c | 73 ++++++++++++
test/CodeGen/builtins-ppc-p9vector.c | 21 +++-
test/CodeGen/builtins-ppc-vsx.c | 136 ++++++++++++++++++++--
5 files changed, 439 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.