This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 3ff0fb5 Fix false positive in -Wunsequenced and templates.
new bd30b4e [clang-tblgen] Remove unused #include (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:
utils/TableGen/TableGen.cpp | 1 -
1 file changed, 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 compiler-rt.
from 0a2b693 Disable a few win asan64 tests that don't reliably pass, http [...]
new d2fca48 Disable a few more flaky asan64 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:
lib/sanitizer_common/tests/sanitizer_allocator_test.cc | 12 ++++++++++++
1 file changed, 12 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 llvm.
from 466b4f2 [MSSA] Use depth first iterator instead of custom version.
new 5d9e141 Revert "Make YAML support SmallVector"
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/Support/YAMLTraits.h | 91 ++++++++++++++++++++-------------------
1 file changed, 47 insertions(+), 44 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 c550a8b Fix two tests in Win64 ASan
new 0a2b693 Disable a few win asan64 tests that don't reliably pass, http [...]
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/sanitizer_common/tests/sanitizer_allocator_test.cc | 12 ++++++++++++
1 file changed, 12 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 llvm.
from 4aa9fee CodeView: Remove an unused variable
new 466b4f2 [MSSA] Use depth first iterator instead of custom version.
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/Utils/MemorySSA.cpp | 22 +++-------------------
1 file changed, 3 insertions(+), 19 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 8704c36 Tweaks to the reporting of "missing dyld shared cached" that [...]
new 79efd24 Add a few more needed bits to the scripted thread plans.
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/API/SBThread.h | 3 +++
include/lldb/API/SBThreadPlan.h | 3 +++
include/lldb/Interpreter/ScriptInterpreter.h | 7 ++++++
include/lldb/Target/ThreadPlanPython.h | 3 +++
scripts/interface/SBThread.i | 3 +++
scripts/interface/SBThreadPlan.i | 3 +++
source/API/SBThread.cpp | 25 ++++++++++++++++++----
source/API/SBThreadPlan.cpp | 9 ++++++++
.../Python/ScriptInterpreterPython.cpp | 17 +++++++++++++++
.../Python/ScriptInterpreterPython.h | 2 ++
source/Target/ThreadPlanPython.cpp | 23 ++++++++++++++++++++
11 files changed, 94 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 d1226ba Fix non portable include path.
new 41d635e [LoopSimplify] Fix updating LCSSA after separating nested loops.
new 4aa9fee CodeView: Remove an unused variable
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:
lib/DebugInfo/CodeView/CVTypeVisitor.cpp | 1 -
lib/Transforms/Utils/LoopSimplify.cpp | 15 ++++++++++++++
test/Transforms/LoopSimplify/pr28272.ll | 34 +++++++++++++++++++++++++++++++-
3 files changed, 48 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 716b378 AMDGPU/SI: Increase SGPR limit to 96 on Tonga/Iceland
new a377039 Make YAML support SmallVector
new 3483f21 [CodeView] Decouple record deserialization from visitor dispatch.
new f5e11c4 Rewrite domination verifier to handle local domination as well.
new b081e9c [MSSA] Match assert vs llvm_unreachable style in verification [...]
new 029b060 PowerPC: Add a triple to this test
new d1226ba Fix non portable include path.
The 6 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/CVTypeVisitor.h | 7 +-
include/llvm/DebugInfo/CodeView/CodeView.h | 2 -
include/llvm/DebugInfo/CodeView/CodeViewError.h | 1 +
.../DebugInfo/CodeView/FieldListRecordBuilder.h | 20 ++--
.../llvm/DebugInfo/CodeView/ListRecordBuilder.h | 2 +-
.../llvm/DebugInfo/CodeView/RecordSerialization.h | 9 +-
include/llvm/DebugInfo/CodeView/TypeDeserializer.h | 101 ++++++++++++++++++++
include/llvm/DebugInfo/CodeView/TypeDumper.h | 3 +-
include/llvm/DebugInfo/CodeView/TypeRecord.h | 54 +++++++++++
include/llvm/DebugInfo/CodeView/TypeRecords.def | 3 +-
include/llvm/DebugInfo/CodeView/TypeTableBuilder.h | 40 ++++----
.../llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h | 13 +--
include/llvm/Support/YAMLTraits.h | 91 +++++++++---------
include/llvm/Transforms/Utils/MemorySSA.h | 4 +
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 71 +++++++-------
lib/DebugInfo/CodeView/CMakeLists.txt | 1 +
lib/DebugInfo/CodeView/CVTypeVisitor.cpp | 88 +++--------------
lib/DebugInfo/CodeView/CodeViewError.cpp | 2 +
lib/DebugInfo/CodeView/FieldListRecordBuilder.cpp | 18 ++--
lib/DebugInfo/CodeView/ListRecordBuilder.cpp | 2 +-
lib/DebugInfo/CodeView/TypeDeserializer.cpp | 81 ++++++++++++++++
lib/DebugInfo/CodeView/TypeDumper.cpp | 106 ++++++++++++++-------
lib/DebugInfo/CodeView/TypeRecord.cpp | 5 +
lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 59 ++++++++----
lib/DebugInfo/CodeView/TypeTableBuilder.cpp | 48 ++++------
lib/DebugInfo/PDB/Raw/TpiStream.cpp | 25 +++--
lib/Transforms/Utils/MemorySSA.cpp | 78 ++++++---------
test/CodeGen/PowerPC/vec_shuffle.ll | 2 +-
tools/llvm-pdbdump/LLVMOutputStyle.cpp | 16 ++--
tools/llvm-pdbdump/LLVMOutputStyle.h | 2 +-
tools/llvm-readobj/llvm-readobj.cpp | 6 +-
tools/llvm-readobj/llvm-readobj.h | 2 +-
32 files changed, 591 insertions(+), 371 deletions(-)
create mode 100644 include/llvm/DebugInfo/CodeView/TypeDeserializer.h
create mode 100644 lib/DebugInfo/CodeView/TypeDeserializer.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 compiler-rt.
from 1e3ef23 [sanitizers] remove failing test.
new c550a8b Fix two tests in Win64 ASan
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_win.cc | 19 +++++++++++++++----
test/asan/TestCases/Windows/dll_host.cc | 1 +
test/asan/TestCases/ill.cc | 7 +++++--
3 files changed, 21 insertions(+), 6 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 libunwind.
from f1034cf libunwind: correct return code in unwinding trace log message
new 6a38e34 unwind: disable executable stacks
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/UnwindRegistersRestore.S | 3 +++
src/UnwindRegistersSave.S | 3 +++
src/assembly.h | 15 +++++++++++++++
3 files changed, 21 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.