This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from eb208de [clang-cl] Diagnose duplicate uuids.
new 32a0264 [analyzer] Fix ExprEngine::VisitMemberExpr
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/StaticAnalyzer/Core/ExprEngine.cpp | 2 +-
test/Analysis/array-struct.c | 11 +++++++++++
2 files changed, 12 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 llvm.
from 9330005 [LTO] Don't pass SF_Undefined symbols to the IRmover.
new 470b8e4 [LV] Clean up uniform induction variable analysis (NFC)
new ec4f2a0 AMDGPU: Support commuting a FrameIndex operand
new a3d7c71 .clang-tidy: correct style name is 'camelBack' not 'lowerCase'.
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:
.clang-tidy | 2 +-
include/llvm/CodeGen/MachineOperand.h | 3 ++
lib/CodeGen/MachineInstr.cpp | 10 ++++++
lib/Target/AMDGPU/SIInstrInfo.cpp | 25 +++++++++-----
lib/Transforms/Vectorize/LoopVectorize.cpp | 54 +++++++++++++++++-------------
test/CodeGen/AMDGPU/commute-compares.ll | 15 +++++++++
6 files changed, 76 insertions(+), 33 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 68d7ac1 [asan] Re-poison all redzones on activation.
new bd67606 Switch to 64-bit allocator on android/aarch64.
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/asan_allocator.h | 10 ++++++++--
lib/sanitizer_common/sanitizer_platform.h | 4 +++-
2 files changed, 11 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 clang.
from 087efca Work around a GCC 4.7-specific issue: due to implementing old [...]
new eb208de [clang-cl] Diagnose duplicate uuids.
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 | 2 +
include/clang/Sema/AttributeList.h | 13 +++++
include/clang/Sema/Sema.h | 2 +
lib/Parse/ParseDecl.cpp | 16 ++++-
lib/Sema/SemaDecl.cpp | 10 ++++
lib/Sema/SemaDeclAttr.cpp | 19 +++++-
test/SemaCXX/ms-uuid.cpp | 94 ++++++++++++++++++++++++++++++
7 files changed, 152 insertions(+), 4 deletions(-)
create mode 100644 test/SemaCXX/ms-uuid.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 f5f2db2 Fix MSVC 2013 build by using our <thread> wrapper header
new 9330005 [LTO] Don't pass SF_Undefined symbols to the IRmover.
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/LTO/LTO.cpp | 2 ++
test/tools/gold/X86/asm_undefined.ll | 18 ++++++++++++++++++
2 files changed, 20 insertions(+)
create mode 100644 test/tools/gold/X86/asm_undefined.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 llvm.
from 9a0a97c Revert r281336 (and r281337), it caused PR30372.
new 8288ccf [DAGCombiner] Use APInt directly in (shl (zext (srl x, C)), C [...]
new f5f2db2 Fix MSVC 2013 build by using our <thread> wrapper header
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/ExecutionEngine/Orc/RPCSerialization.h | 2 +-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 4 ++--
test/CodeGen/X86/shift-i128.ll | 7 +++++++
3 files changed, 10 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 clang.
from 1286300 ObjectiveC Generics: Start using ObjCTypeParamType.
new 087efca Work around a GCC 4.7-specific issue: due to implementing old [...]
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/TableGen/ClangDiagnosticsEmitter.cpp | 5 +++++
1 file changed, 5 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 compiler-rt.
from e4c1b91 [asan] Add missing include for rand()
new 68d7ac1 [asan] Re-poison all redzones on activation.
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/asan_allocator.cc | 34 +++++++++++++++++++++
test/asan/TestCases/Posix/start-deactivated.cc | 41 ++++++++++++++++++--------
2 files changed, 63 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 e353f57 [Myriad]: set LeonCASA processor feature
new 9a0a97c Revert r281336 (and r281337), it caused PR30372.
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/MC/MCParser/MCAsmLexer.h | 6 -
include/llvm/MC/MCParser/MCAsmParser.h | 42 +-
include/llvm/Support/SMLoc.h | 2 -
lib/MC/MCParser/AsmParser.cpp | 254 +++++----
lib/MC/MCParser/MCAsmLexer.cpp | 3 +-
lib/MC/MCParser/MCAsmParser.cpp | 19 +-
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 43 +-
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 75 ++-
lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp | 54 +-
lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 60 +-
lib/Target/Sparc/AsmParser/SparcAsmParser.cpp | 16 +-
lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp | 3 +
lib/Target/X86/AsmParser/X86AsmParser.cpp | 78 ++-
test/MC/AArch64/armv8.1a-rdma.s | 46 +-
test/MC/AArch64/inst-directive-diagnostic.s | 2 -
test/MC/AArch64/neon-diagnostics.s | 646 +++++++++++++++-------
16 files changed, 830 insertions(+), 519 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 cc279de fixup Xcode build for removal of MIUtilParse.*
new cdc1419 Some more pointer safety in Breakpoint.
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/Breakpoint/BreakpointOptions.h | 12 ++--
include/lldb/Breakpoint/WatchpointOptions.h | 10 +--
include/lldb/Core/Baton.h | 40 ++++++++---
source/API/SBBreakpoint.cpp | 20 ++----
source/Breakpoint/Breakpoint.cpp | 2 +-
source/Breakpoint/BreakpointLocation.cpp | 4 +-
source/Breakpoint/BreakpointOptions.cpp | 35 +++++++---
source/Breakpoint/Watchpoint.cpp | 3 +-
source/Breakpoint/WatchpointOptions.cpp | 4 +-
source/Commands/CommandObjectBreakpointCommand.cpp | 12 ++--
source/Commands/CommandObjectWatchpointCommand.cpp | 7 +-
source/Core/Baton.cpp | 3 +-
.../Python/ScriptInterpreterPython.cpp | 79 ++++++++++------------
13 files changed, 123 insertions(+), 108 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.