This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 727b6a4 Enable -threads by default.
new 4e5d78d Use llvm::reverse to get a reverse range.
new ac38be2 Use consistent variable name.
new 2878289 Add single quotes to error messages.
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:
ELF/SymbolTable.cpp | 19 ++++++++++---------
test/ELF/version-script-noundef.s | 6 +++---
2 files changed, 13 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 cd5b3fa Fix spelling mistakes in X86 target comments. NFC.
new 48bbdf7 Fix spelling mistakes in Hexagon target comments. NFC.
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/Hexagon/AsmParser/HexagonAsmParser.cpp | 2 +-
lib/Target/Hexagon/HexagonExpandCondsets.cpp | 2 +-
lib/Target/Hexagon/HexagonHardwareLoops.cpp | 2 +-
lib/Target/Hexagon/HexagonInstrFormats.td | 2 +-
lib/Target/Hexagon/HexagonInstrFormatsV60.td | 4 ++--
lib/Target/Hexagon/HexagonInstrInfo.cpp | 4 ++--
lib/Target/Hexagon/HexagonInstrInfo.td | 2 +-
lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h | 4 ++--
lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp | 2 +-
9 files changed, 12 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 libcxx.
from e6479bc [libc++] Introduce `_LIBCPP_OVERRIDABLE_FUNC_VIS`
new 77dabb3 Test changes for P0504R0 "Revisiting in-place tag types for a [...]
new 8d33526 Implement P0504R0: Revisiting in-place tag types for any/opti [...]
new c0ccadb Remove files missed in r287250
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/any | 6 +-
include/utility | 82 +++++++------------
.../utility.inplace/__is_inplace_tag.pass.cpp | 36 ---------
.../any/any.class/any.cons/in_place_type.pass.cpp | 22 +++---
.../any/any.class/any.cons/value.pass.cpp | 12 +--
.../any/any.class/any.modifiers/emplace.pass.cpp | 14 ++--
.../any.cast/any_cast_reference.pass.cpp | 1 -
.../utility/utility.inplace/inplace.pass.cpp | 91 ++++++++--------------
8 files changed, 86 insertions(+), 178 deletions(-)
delete mode 100644 test/libcxx/utilities/utility/utility.inplace/__is_inplace_tag. [...]
--
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 9927ed3 [CodeView] Fix some Clang-tidy modernize-use-default, moderni [...]
new cd5b3fa Fix spelling mistakes in X86 target comments. NFC.
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/X86/X86FrameLowering.cpp | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 2 +-
lib/Target/X86/X86OptimizeLEAs.cpp | 6 +++---
3 files changed, 5 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 compiler-rt.
from bb14ea9c [tests] Use __SSE2__ (rather than __i686__...) for SSE2 ASAN test
new 1ab93d4 [asan] Create a .ASAN$G(A-Z) section for global registration
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/asan/CMakeLists.txt | 4 ++
lib/asan/asan_globals.cc | 1 +
lib/asan/asan_globals_win.cc | 54 ++++++++++++++++++++++
lib/asan/asan_globals_win.h | 34 ++++++++++++++
lib/asan/asan_win.cc | 4 +-
lib/asan/asan_win_dll_thunk.cc | 3 ++
lib/asan/asan_win_dynamic_runtime_thunk.cc | 3 ++
lib/asan/tests/CMakeLists.txt | 2 +
.../asan/TestCases/Windows/dll_global_dead_strip.c | 31 +++++++++++++
test/asan/TestCases/Windows/global_dead_strip.c | 26 +++++++++++
10 files changed, 161 insertions(+), 1 deletion(-)
create mode 100644 lib/asan/asan_globals_win.cc
create mode 100644 lib/asan/asan_globals_win.h
create mode 100644 test/asan/TestCases/Windows/dll_global_dead_strip.c
create mode 100644 test/asan/TestCases/Windows/global_dead_strip.c
--
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 6815d85 PR middle-end/78201 * varasm.c (default_use_anchors_for_sym [...]
new 175cdef 2016-11-17 Aaron Sawdey <acsawdey(a)linux.vnet.ibm.com>
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 | 7 +++++++
gcc/builtins.c | 32 ++++++++++++--------------------
gcc/config/i386/i386.md | 15 +++++++++++++++
3 files changed, 34 insertions(+), 20 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 9d3affe Use unique_ptr for cached tokens for default arguments in C++.
new 5b8679e ObjC Module: try to make objc module deterministic.
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/AST/DeclarationName.cpp | 10 ++++++++--
test/Modules/stress-objc.m | 22 ++++++++++++++++++++++
2 files changed, 30 insertions(+), 2 deletions(-)
create mode 100644 test/Modules/stress-objc.m
--
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 1bc443a [asan] Update the tests as Mach-O metadata liveness tracking [...]
new bb14ea9c [tests] Use __SSE2__ (rather than __i686__...) for SSE2 ASAN 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:
lib/asan/tests/asan_test.cc | 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 f6d63cc [libFuzzer] better documentation for -fsanitize-coverage=trace-cmp
new 9927ed3 [CodeView] Fix some Clang-tidy modernize-use-default, moderni [...]
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/DebugInfo/CodeView/CVRecord.h | 19 ++++---
include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h | 16 +++---
.../DebugInfo/CodeView/ModuleSubstreamVisitor.h | 17 +++++--
.../llvm/DebugInfo/CodeView/SymbolDumpDelegate.h | 10 ++--
include/llvm/DebugInfo/CodeView/SymbolRecord.h | 14 +++--
.../CodeView/SymbolVisitorCallbackPipeline.h | 22 ++++----
.../DebugInfo/CodeView/SymbolVisitorCallbacks.h | 13 +++--
.../DebugInfo/CodeView/SymbolVisitorDelegate.h | 10 ++--
include/llvm/DebugInfo/CodeView/TypeDeserializer.h | 23 ++++++---
include/llvm/DebugInfo/CodeView/TypeRecord.h | 59 ++++++++++++++++------
.../CodeView/TypeVisitorCallbackPipeline.h | 28 +++++-----
.../llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h | 15 +++---
12 files changed, 153 insertions(+), 93 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 c31157a Fix one more build error with lldb-server.
new 59ea62a Rewrite all Property related functions in terms of StringRef.
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/DataBufferHeap.h | 1 +
include/lldb/Core/Debugger.h | 4 +-
include/lldb/Core/Disassembler.h | 4 +-
include/lldb/Core/UserSettingsController.h | 8 +-
include/lldb/Interpreter/OptionValue.h | 14 +-
include/lldb/Interpreter/OptionValueArray.h | 2 +-
include/lldb/Interpreter/OptionValueDictionary.h | 7 +-
include/lldb/Interpreter/OptionValueProperties.h | 20 +-
include/lldb/Target/ProcessInfo.h | 4 +-
include/lldb/Target/Target.h | 4 +-
source/Commands/CommandObjectMemory.cpp | 3 +-
source/Commands/CommandObjectProcess.cpp | 6 +-
source/Commands/CommandObjectSettings.cpp | 2 +-
source/Core/Debugger.cpp | 13 +-
source/Core/Disassembler.cpp | 5 +-
source/Core/UserSettingsController.cpp | 23 +--
source/Interpreter/OptionValue.cpp | 8 +-
source/Interpreter/OptionValueArgs.cpp | 15 +-
source/Interpreter/OptionValueArray.cpp | 109 ++++++-----
source/Interpreter/OptionValueDictionary.cpp | 131 +++++--------
source/Interpreter/OptionValueProperties.cpp | 208 ++++++++++-----------
.../DarwinLog/StructuredDataDarwinLog.cpp | 4 +-
source/Target/ProcessInfo.cpp | 11 +-
source/Target/Target.cpp | 8 +-
24 files changed, 269 insertions(+), 345 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.