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 e31efe5645 Automatic date update in version.in
new 1632f8baf0 rust: Fix null deref when casting (PR 23124)
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/ChangeLog | 6 ++++++
gdb/rust-exp.y | 7 +++++--
gdb/testsuite/ChangeLog | 6 ++++++
gdb/testsuite/gdb.rust/expr.exp | 4 +++-
4 files changed, 20 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 llvm.
from d3fc40c71bb Temporarily revert "[DEBUG] Initial adaptation of NVPTX tar [...]
new 52c132f528d [X86] Remove 'opaque ptr' from the intel syntax parser and [...]
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/AsmParser/X86AsmParser.cpp | 1 -
lib/Target/X86/InstPrinter/X86IntelInstPrinter.h | 1 -
lib/Target/X86/X86InstrControl.td | 12 ++--
lib/Target/X86/X86InstrFPStack.td | 8 +--
lib/Target/X86/X86InstrInfo.td | 15 +++--
lib/Target/X86/X86InstrSystem.td | 76 ++++++++++++------------
test/MC/Disassembler/X86/intel-syntax-32.txt | 8 +--
test/MC/Disassembler/X86/intel-syntax.txt | 6 +-
test/MC/X86/intel-syntax.s | 4 +-
utils/TableGen/X86RecognizableInstr.cpp | 10 +---
10 files changed, 66 insertions(+), 75 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 cfb807cb5 Log to the process channel, not target twice.
new 6ed5d4c08 Fix type_lookup test to make buildbots happy
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:
packages/Python/lldbsuite/test/lang/cpp/type_lookup/Makefile | 2 +-
.../lang/cpp/type_lookup/{TestTypeLookup.py => TestCppTypeLookup.py} | 2 +-
packages/Python/lldbsuite/test/lang/cpp/type_lookup/main.cpp | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
rename packages/Python/lldbsuite/test/lang/cpp/type_lookup/{TestTypeLookup.py => T [...]
--
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 c3ae85dbc [libcxx] [test] Remove non-portable assertions from filebuf tests
new b110f3808 Fix return type of isinf(double) and isnan(double) where possible.
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/math.h | 28 ++++++++++++++++++++++++++++
test/std/numerics/c.math/cmath.pass.cpp | 14 ++++++++------
2 files changed, 36 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 test-suite.
from ebb32994 Add a missing `||` operator in a preprocessor condition.
new 15b8571d [ubsan] Make the C++ code here not cast floating point values [...]
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:
Bitcode/Regression/vector_widen/driver.cpp | 2 +-
Bitcode/simd_ops/simd_ops.cpp | 2 +-
2 files changed, 2 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 lldb.
from d9cbbce6f Add logging when ArchSpec::SetArchitecture is given a cputype [...]
new cfb807cb5 Log to the process channel, not target twice.
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:
source/Utility/ArchSpec.cpp | 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 b787db4da51 [InstCombine] fix test to restore intent
new d3fc40c71bb Temporarily revert "[DEBUG] Initial adaptation of NVPTX tar [...]
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/CodeGen/AsmPrinter/DwarfDebug.cpp | 22 +-
lib/Target/NVPTX/MCTargetDesc/CMakeLists.txt | 1 -
lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp | 26 +-
lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.h | 11 -
.../NVPTX/MCTargetDesc/NVPTXMCTargetDesc.cpp | 12 +-
.../NVPTX/MCTargetDesc/NVPTXTargetStreamer.cpp | 94 -
.../NVPTX/MCTargetDesc/NVPTXTargetStreamer.h | 46 -
lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 150 +-
lib/Target/NVPTX/NVPTXAsmPrinter.h | 8 +-
lib/Target/NVPTX/NVPTXISelLowering.cpp | 28 +-
lib/Target/NVPTX/NVPTXSection.h | 45 +
lib/Target/NVPTX/NVPTXTargetObjectFile.h | 59 +-
test/DebugInfo/NVPTX/cu-range-hole.ll | 291 -
test/DebugInfo/NVPTX/dbg-declare-alloca.ll | 252 -
test/DebugInfo/NVPTX/debug-file-loc.ll | 74 +-
test/DebugInfo/NVPTX/debug-info.ll | 8339 +-------------------
16 files changed, 308 insertions(+), 9150 deletions(-)
delete mode 100644 lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.cpp
delete mode 100644 lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.h
create mode 100644 lib/Target/NVPTX/NVPTXSection.h
delete mode 100644 test/DebugInfo/NVPTX/cu-range-hole.ll
delete mode 100644 test/DebugInfo/NVPTX/dbg-declare-alloca.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 clang.
from 2ed6f58935 [Modules] Fix testcases from r331232
new 3c933618f3 [ShadowCallStack] fix the docs
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/ShadowCallStack.rst | 4 ++--
1 file changed, 2 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 gcc.
from 1f9995dc47e selftest: remove "Yoda ordering" in assertions
new 80213470b39 Add gcc_rich_location::add_fixit_insert_formatted
new bfb370f2db4 Daily bump.
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:
gcc/ChangeLog | 9 ++
gcc/DATESTAMP | 2 +-
gcc/gcc-rich-location.c | 111 +++++++++++++++++++++
gcc/gcc-rich-location.h | 36 +++++++
gcc/testsuite/ChangeLog | 12 +++
.../diagnostic-test-show-locus-generate-patch.c | 32 ++++++
.../plugin/diagnostic_plugin_test_show_locus.c | 24 +++++
7 files changed, 225 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.