This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from de564eb5cc Prevent the --keep-global-symbol and --globalize-symbol opti [...]
new d4330bde68 Fix pathname regexp in gdb.base/solib-vanish.exp.
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:
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.base/solib-vanish.exp | 2 +-
2 files changed, 6 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 clang.
from 0fe246dfa0 [analyzer] Experiment with an iteration order only based on [...]
new e16c2548c1 Update user's manual documentation of profile remapping file [...]
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:
docs/UsersManual.rst | 13 ++++++++-----
1 file changed, 8 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 llvm.
from f7c87d986fb X86/TargetTransformInfo: Report div/rem constant immediate [...]
new 639949cb150 Revert "AMDGPU/GlobalISel: Implement select for G_INSERT"
new 0af72938856 Revert "DwarfDebug: Pick next location in case of missing l [...]
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/CodeGen/AsmPrinter/DwarfDebug.cpp | 112 ++++++++-------------
lib/CodeGen/AsmPrinter/DwarfDebug.h | 3 -
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp | 30 ------
lib/Target/AMDGPU/AMDGPUInstructionSelector.h | 1 -
.../AMDGPU/GlobalISel/inst-select-insert.mir | 49 ---------
test/DebugInfo/AArch64/line-header.ll | 2 +-
.../ARM/single-constant-use-preserves-dbgloc.ll | 3 +-
test/DebugInfo/Mips/delay-slot.ll | 2 +-
test/DebugInfo/NVPTX/debug-info.ll | 2 +-
test/DebugInfo/X86/dwarf-no-source-loc.ll | 11 +-
test/DebugInfo/X86/dwarf-no-source-loc.mir | 74 --------------
11 files changed, 52 insertions(+), 237 deletions(-)
delete mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-insert.mir
delete mode 100644 test/DebugInfo/X86/dwarf-no-source-loc.mir
--
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 libcxxabi.
from c3f4753 Use C++03 friendly version of alignof
new 1ac1e4c Override libcxxabi's .clang-format in the demangle directory
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/demangle/.clang-format | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 src/demangle/.clang-format
--
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 3770d6de426 [testsuite]
new b051fcf18eb PR libstdc++/77691 increase allocation size to at least alignment
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:
libstdc++-v3/ChangeLog | 9 +++++++++
libstdc++-v3/include/experimental/memory_resource | 9 ++++++++-
.../experimental/memory_resource/new_delete_resource.cc | 10 ++++++----
3 files changed, 23 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 llvm.
from 8e011ae1984 merge two near-identical functions createPrivateGlobalForSt [...]
new f7c87d986fb X86/TargetTransformInfo: Report div/rem constant immediate [...]
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/X86TargetTransformInfo.cpp | 6 ++-
test/Transforms/ConstantHoisting/X86/bad-cases.ll | 47 +++++++++++++++++++++++
2 files changed, 52 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/ConstantHoisting/X86/bad-cases.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 1a0ffaa4541 AMDGPU/GlobalISel: Implement select for G_INSERT
new 8e011ae1984 merge two near-identical functions createPrivateGlobalForSt [...]
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/Transforms/Instrumentation.h | 5 +++++
.../Instrumentation/AddressSanitizer.cpp | 22 ++++------------------
.../Instrumentation/EfficiencySanitizer.cpp | 15 ---------------
lib/Transforms/Instrumentation/Instrumentation.cpp | 17 +++++++++++++++++
4 files changed, 26 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 clang.
from 85eb8042cc Revert "[Driver] Default Android toolchains to libc++."
new 29a45489b4 [analyzer] Retain count checker for OSObject: recognize OSDy [...]
new 0cd1f88e8c [analyzer] Avoid unneeded invalidation in RetainCountChecker
new 0fe246dfa0 [analyzer] Experiment with an iteration order only based on [...]
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/StaticAnalyzer/Core/AnalyzerOptions.h | 1 +
.../StaticAnalyzer/Core/PathSensitive/WorkList.h | 1 +
.../RetainCountChecker/RetainCountChecker.cpp | 32 +++++-------
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 2 +
lib/StaticAnalyzer/Core/CoreEngine.cpp | 7 ++-
lib/StaticAnalyzer/Core/WorkList.cpp | 60 ++++++++++++++++++++++
test/Analysis/osobject-retain-release.cpp | 30 ++++++++++-
7 files changed, 110 insertions(+), 23 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 0739d3ad547 Inline variable into assert to avoid unused variable warning.
new 81c9e86b06f [RISCV] Fix disassembling of fence instruction with invalid field
new 1a0ffaa4541 AMDGPU/GlobalISel: Implement select for G_INSERT
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/Target/AMDGPU/AMDGPUInstructionSelector.cpp | 30 +++++++++++++
lib/Target/AMDGPU/AMDGPUInstructionSelector.h | 1 +
lib/Target/RISCV/InstPrinter/RISCVInstPrinter.cpp | 4 ++
.../AMDGPU/GlobalISel/inst-select-insert.mir | 49 ++++++++++++++++++++++
test/MC/Disassembler/RISCV/unknown-fence-field.txt | 9 ++++
test/MC/RISCV/rv32i-invalid.s | 1 +
6 files changed, 94 insertions(+)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-insert.mir
create mode 100644 test/MC/Disassembler/RISCV/unknown-fence-field.txt
--
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 bd934ffaabd [llvm-objcopy] Factor out CopyConfig
new 0739d3ad547 Inline variable into assert to avoid unused variable warning.
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/X86ISelLowering.cpp | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.