This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bc322249805 Revert "[DWARFv5] Emit file 0 to the line table." Caused an [...]
new 6dbdbdd86ab Updated docs in CrashRecoveryContext.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/llvm/Support/CrashRecoveryContext.h | 92 ++++++++++++++++++++++++-----
1 file changed, 78 insertions(+), 14 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 434547e0c59 [MergeICmp] Simplify how BCECmpBlock instructions are blacklisted
new bc322249805 Revert "[DWARFv5] Emit file 0 to the line table." Caused an [...]
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/MCContext.h | 9 +---
include/llvm/MC/MCDwarf.h | 29 +++--------
include/llvm/MC/MCStreamer.h | 6 ---
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 11 ++--
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 2 +-
lib/CodeGen/AsmPrinter/DwarfUnit.h | 8 +--
lib/MC/MCAsmStreamer.cpp | 86 ++++++++++---------------------
lib/MC/MCDwarf.cpp | 61 ++++++++++------------
lib/MC/MCParser/AsmParser.cpp | 6 +--
lib/MC/MCStreamer.cpp | 9 ----
test/CodeGen/Generic/dwarf-md5.ll | 35 +++++++------
test/CodeGen/Generic/dwarf-source.ll | 39 +++++++-------
test/DebugInfo/X86/dbg-file-name.ll | 2 +-
test/DebugInfo/X86/inline-asm-locs.ll | 2 +-
test/MC/ARM/dwarf-asm-multiple-sections.s | 4 +-
test/MC/ELF/debug-file-options.s | 15 ++----
test/MC/ELF/debug-md5.s | 12 ++---
test/MC/ELF/debug-source.s | 14 ++---
test/MC/ELF/dwarf-file0.s | 17 ------
tools/llvm-mc/llvm-mc.cpp | 11 ----
20 files changed, 130 insertions(+), 248 deletions(-)
delete mode 100644 test/MC/ELF/dwarf-file0.s
--
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 806f65e3f52 [MergeICmp] Fix printing. NFC
new 434547e0c59 [MergeICmp] Simplify how BCECmpBlock instructions are blacklisted
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/Scalar/MergeICmps.cpp | 14 ++++----------
1 file changed, 4 insertions(+), 10 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 5ac350a859c Disable llvm-opt-fuzzer/exec-options.ll on Windows, it is t [...]
new 13c8f235f10 [DWARFv5] Emit file 0 to the line table.
new 806f65e3f52 [MergeICmp] Fix printing. NFC
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/MC/MCContext.h | 9 +++-
include/llvm/MC/MCDwarf.h | 29 ++++++++---
include/llvm/MC/MCStreamer.h | 6 +++
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 11 ++--
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 2 +-
lib/CodeGen/AsmPrinter/DwarfUnit.h | 8 +--
lib/MC/MCAsmStreamer.cpp | 86 +++++++++++++++++++++----------
lib/MC/MCDwarf.cpp | 61 ++++++++++++----------
lib/MC/MCParser/AsmParser.cpp | 6 ++-
lib/MC/MCStreamer.cpp | 9 ++++
lib/Transforms/Scalar/MergeICmps.cpp | 2 +-
test/CodeGen/Generic/dwarf-md5.ll | 35 ++++++-------
test/CodeGen/Generic/dwarf-source.ll | 39 +++++++-------
test/DebugInfo/X86/dbg-file-name.ll | 2 +-
test/DebugInfo/X86/inline-asm-locs.ll | 2 +-
test/MC/ARM/dwarf-asm-multiple-sections.s | 4 +-
test/MC/ELF/debug-file-options.s | 15 ++++--
test/MC/ELF/debug-md5.s | 12 +++--
test/MC/ELF/debug-source.s | 14 +++--
test/MC/ELF/dwarf-file0.s | 17 ++++++
tools/llvm-mc/llvm-mc.cpp | 11 ++++
21 files changed, 249 insertions(+), 131 deletions(-)
create mode 100644 test/MC/ELF/dwarf-file0.s
--
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 4507b0d0e Remove more references to ptrace_pt_{g,s}et_sigmask
new 115b7e9a6 [sanitizer] Fix the return type for GetTid in Fuchsia implementation
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/sanitizer_fuchsia.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 gcc.
from 8db5f116fb6 Daily bump.
new b35ddf18641 [gcc]
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/config/rs6000/rs6000-builtin.def | 2 +-
gcc/config/rs6000/rs6000.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/powerpc/spec-barr-1.c | 2 +-
5 files changed, 15 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 5b2644fdf5 [analyzer] [quickfix] Prevent a crash in NamedDecl::getName()
new 09a80cc504 [StaticAnalyzer] Fix some Clang-tidy modernize and Include W [...]
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:
.../Core/PathSensitive/ProgramStateTrait.h | 142 +++++++-------
.../Core/PathSensitive/SValBuilder.h | 40 ++--
.../StaticAnalyzer/Core/PathSensitive/SVals.h | 203 +++++++++++++--------
.../Core/PathSensitive/SymbolManager.h | 82 +++++----
lib/StaticAnalyzer/Core/SValBuilder.cpp | 49 +++--
lib/StaticAnalyzer/Core/SVals.cpp | 51 +++---
lib/StaticAnalyzer/Core/SymbolManager.cpp | 37 ++--
7 files changed, 348 insertions(+), 256 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 1a8b92e3e LLDBStandalone.cmake: set path to llvm-lit inside of llvm build dir
new 9ef077243 Upstreaming avx512 register support in debugserver. These ch [...]
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/RegisterValue.h | 2 +-
packages/Python/lldbsuite/test/decorators.py | 18 +
.../register/intel_avx/TestYMMRegister.py | 8 +-
.../{TestYMMRegister.py => TestZMMRegister.py} | 60 ++-
.../test/functionalities/register/intel_avx/main.c | 108 +++-
tools/debugserver/source/DNBDefs.h | 20 +-
tools/debugserver/source/MacOSX/MachProcess.mm | 39 ++
.../source/MacOSX/i386/DNBArchImplI386.cpp | 378 +++++++++++++-
.../source/MacOSX/i386/DNBArchImplI386.h | 8 +
.../source/MacOSX/i386/MachRegisterStatesI386.h | 64 +++
.../source/MacOSX/x86_64/DNBArchImplX86_64.cpp | 567 ++++++++++++++++++++-
.../source/MacOSX/x86_64/DNBArchImplX86_64.h | 8 +
.../MacOSX/x86_64/MachRegisterStatesX86_64.h | 106 ++++
tools/debugserver/source/RNBRemote.cpp | 61 ++-
14 files changed, 1389 insertions(+), 58 deletions(-)
copy packages/Python/lldbsuite/test/functionalities/register/intel_avx/{TestYMMReg [...]
--
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 1e79c49965 [analyzer] AST-matching checker to detect global central dis [...]
new 5b2644fdf5 [analyzer] [quickfix] Prevent a crash in NamedDecl::getName()
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:
.../Checkers/GCDAsyncSemaphoreChecker.cpp | 6 ++--
test/gcdasyncsemaphorechecker_test.m | 36 +++++++++++++++++++++-
2 files changed, 39 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 gcc.
from fc25a333707 PR c++/84708 - ICE with lambda in local class NSDMI.
new 8db5f116fb6 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.