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 d4dd32824a Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPE
new 37c33887bd MIPS: Reorder ABI determination ahead of target description loading
new c5196c9298 MIPS: Don't use a 32-bit BFD architecture with a 64-bit ABI
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:
gdb/ChangeLog | 10 ++
gdb/mips-tdep.c | 368 ++++++++++++++++++++++++++++----------------------------
2 files changed, 196 insertions(+), 182 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 372c2d93cda PR c++/84551 - ICE with concepts and -g.
new 9e8a86cf47f PR debug/83917 * config/i386/i386-asm.h (PACKAGE_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:
libgcc/ChangeLog | 18 ++++++++++++++++++
libgcc/config/i386/cygwin.S | 26 ++++----------------------
libgcc/config/i386/i386-asm.h | 39 +++++++++++++++++++++++++++++++++++++++
libgcc/config/i386/resms64fx.h | 5 +++++
libgcc/config/i386/resms64x.h | 4 ++++
5 files changed, 70 insertions(+), 22 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 3d8b511bc0d [ADT] Simplify and optimize StringSwitch
new f1f02e34556 [InstCombine] Switch to using FileCheck instead of grep. Au [...]
new e1ded312c92 [InstCombine] Add test cases with vector constants to fpextend.ll
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:
test/Transforms/InstCombine/fpextend.ll | 132 ++++++++++++++++++++++++--------
1 file changed, 102 insertions(+), 30 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 newlib.
from b995936ab Cygwin: sockets: Add missing cleanup if socket/socketpair cre [...]
new fbdae2c21 Cygwin: reduce size of fhandler_cygdrive
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:
winsup/cygwin/fhandler.h | 8 -------
winsup/cygwin/fhandler_disk_file.cc | 45 +++++++++++++++++++++----------------
2 files changed, 26 insertions(+), 27 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 8cb6286a95 Fix for LLVM r326109
new 78e545f25d Emit proper CodeView when -gcodeview is passed without the c [...]
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/Driver/ToolChains/Clang.cpp | 4 +++-
test/Driver/codeview-column-info.c | 13 +++++++++++++
2 files changed, 16 insertions(+), 1 deletion(-)
create mode 100644 test/Driver/codeview-column-info.c
--
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 033f482d8e0 PR c++/84325 * tree.c (replace_placeholders_r): Only chec [...]
new 372c2d93cda PR c++/84551 - ICE with concepts and -g.
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/cp/ChangeLog | 5 +++++
gcc/cp/parser.c | 3 +++
gcc/testsuite/g++.dg/concepts/debug1.C | 10 ++++++++++
3 files changed, 18 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/concepts/debug1.C
--
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 81ccdacce Fix tabs/spaces indentation problem in TestUnicodeSymbols.py
new 423f80f60 Add "lldb-test breakpoint" command and convert the case-sensi [...]
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:
lit/Breakpoint/Inputs/case-sensitive.c | 4 +
lit/Breakpoint/case-insensitive.test | 44 +++++++
lit/Breakpoint/case-sensitive.test | 46 ++++++++
lit/{Expr => Breakpoint}/lit.local.cfg | 0
lit/lit.cfg | 4 +-
.../breakpoint_case_sensitivity/Makefile | 6 -
.../TestBreakpointCaseSensitivity.py | 129 ---------------------
.../breakpoint/breakpoint_case_sensitivity/main.c | 8 --
tools/lldb-test/lldb-test.cpp | 121 +++++++++++++++++++
9 files changed, 217 insertions(+), 145 deletions(-)
create mode 100644 lit/Breakpoint/Inputs/case-sensitive.c
create mode 100644 lit/Breakpoint/case-insensitive.test
create mode 100644 lit/Breakpoint/case-sensitive.test
copy lit/{Expr => Breakpoint}/lit.local.cfg (100%)
delete mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/break [...]
delete mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/break [...]
delete mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/break [...]
--
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 cc03b6aaf8d [LTO] Support filtering by hotness threshold
new 3d8b511bc0d [ADT] Simplify and optimize StringSwitch
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/ADT/StringRef.h | 10 +++
include/llvm/ADT/StringSwitch.h | 173 +++++++++++++++----------------------
unittests/ADT/StringSwitchTest.cpp | 6 +-
3 files changed, 82 insertions(+), 107 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 7fab66ed2f [DebugInfo] Support DWARF v5 source code embedding extension
new 54a7830c13 [Driver] Forward opt-remark hotness threshold to LTO
new 8cb6286a95 Fix for LLVM r326109
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/Basic/SourceManager.cpp | 6 ++++--
lib/Driver/ToolChains/Darwin.cpp | 11 ++++++++++-
test/Driver/darwin-ld.c | 4 ++++
3 files changed, 18 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 compiler-rt.
from 7049a1add [asan] Be more careful and verbose when allocating dynamic sh [...]
new 4a681734b Fix-up for r326106: FindAvailableMemoryRange needs a nullptr [...]
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 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.