This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 982b970546 [HIP] Add -fvisibility hidden option to clang
new 13f92347b3 [libFuzzer] Port to Windows
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/MSVC.cpp | 13 +++++++++++++
1 file changed, 13 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 compiler-rt.
from 63e473d06 [Xray] Darwin improving slightly the support
new 0364b6483 [libFuzzer] Port to Windows
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:
cmake/config-ix.cmake | 5 +-
lib/fuzzer/FuzzerDefs.h | 7 +++
lib/fuzzer/FuzzerIO.cpp | 8 ----
lib/fuzzer/FuzzerIO.h | 2 +-
lib/fuzzer/FuzzerIOPosix.cpp | 7 +++
lib/fuzzer/FuzzerIOWindows.cpp | 20 ++++++++
lib/fuzzer/FuzzerTracePC.cpp | 3 +-
lib/fuzzer/FuzzerUtilWindows.cpp | 4 +-
lib/fuzzer/tests/CMakeLists.txt | 2 +
lib/fuzzer/tests/FuzzerUnittest.cpp | 7 +++
.../sanitizer_coverage_win_sections.cc | 53 +++++++++++++++++++---
test/CMakeLists.txt | 5 +-
12 files changed, 103 insertions(+), 20 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 binutils-gdb.
from a0dc02a6df Fix compile-cplus-types.c build errors
new c67f2e1518 gdb: Ensure compiler doesn't optimise variable out in test
new 0b3f9efc04 gdb/riscv: remove extra caching of misa register
new ff3a05b3f8 gdb/riscv: Extend instruction decode to cover more instructions
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:
gdb/ChangeLog | 15 ++++
gdb/riscv-tdep.c | 146 +++++++++++---------------------------
gdb/testsuite/ChangeLog | 5 ++
gdb/testsuite/gdb.base/funcargs.c | 9 +++
4 files changed, 72 insertions(+), 103 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 386f7a697fe Move test/Analysis/DivergenceAnalysis/AMDGPU/loads.ll
new 9a75e493e80 [WebAssembly] Made disassembler only use stack instructions.
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:
.../Disassembler/WebAssemblyDisassembler.cpp | 17 +++---
test/MC/Disassembler/WebAssembly/wasm.txt | 4 +-
utils/TableGen/WebAssemblyDisassemblerEmitter.cpp | 61 ++++++++++++++++------
3 files changed, 55 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 lldb.
from 9b6b462a3 Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.
new 348470156 Remove redundant initialization
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/Plugins/ExpressionParser/Clang/ClangExpressionParser.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 14ea008c517 [IR] add shuffle queries for identity extend/extract
new 386f7a697fe Move test/Analysis/DivergenceAnalysis/AMDGPU/loads.ll
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:
.../{DivergenceAnalysis => LegacyDivergenceAnalysis}/AMDGPU/loads.ll | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename test/Analysis/{DivergenceAnalysis => LegacyDivergenceAnalysis}/AMDGPU/loads [...]
--
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 1f9877970 Provide a default implementation of TypeSystem::GetNumTemplat [...]
new 9b6b462a3 Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.
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/SBTarget.h | 5 ++
include/lldb/Breakpoint/BreakpointResolver.h | 6 +-
.../lldb/Breakpoint/BreakpointResolverFileLine.h | 15 +++--
include/lldb/Target/Target.h | 2 +-
.../Makefile | 2 +-
.../TestBreakpointByLineAndColumn.py | 44 +++++++++++++
.../breakpoint_by_line_and_column}/main.c | 13 ++--
.../breakpoint_command/TestBreakpointCommand.py | 4 +-
.../serialize/TestBreakpointSerialization.py | 9 ++-
packages/Python/lldbsuite/test/lldbutil.py | 26 +++++++-
scripts/interface/SBTarget.i | 5 ++
source/API/SBTarget.cpp | 11 +++-
source/Breakpoint/BreakpointResolver.cpp | 74 ++++++++++++++++++----
source/Breakpoint/BreakpointResolverFileLine.cpp | 35 +++++++---
source/Commands/CommandObjectBreakpoint.cpp | 3 +-
source/Core/IOHandler.cpp | 2 +
source/Symbol/LineEntry.cpp | 14 ++--
source/Target/Target.cpp | 6 +-
18 files changed, 217 insertions(+), 59 deletions(-)
copy packages/Python/lldbsuite/test/functionalities/breakpoint/{address_breakpoint [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/break [...]
copy packages/Python/lldbsuite/test/{lang/c/function_types => functionalities/brea [...]
--
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 5204bd3692 [Sema][NFC] Trivial cleanup in ActOnCallExpr
new 982b970546 [HIP] Add -fvisibility hidden option to clang
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/HIP.cpp | 6 ++++++
test/Driver/hip-toolchain.hip | 6 ++++--
2 files changed, 10 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 azanella/bz20480
in repository glibc.
discards 516ae423a2 Fix ifunc support with DT_TEXTREL segments (BZ#20480)
new 48ebdd282d Fix ifunc support with DT_TEXTREL segments (BZ#20480)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (516ae423a2)
\
N -- N -- N refs/heads/azanella/bz20480 (48ebdd282d)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
configure | 44 +++++++++++++++++++++++---------------------
configure.ac | 43 ++++++++++++++++++++++---------------------
2 files changed, 45 insertions(+), 42 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 binutils-gdb.
from 385e5b9039 Treat SHT_FINI_ARRAY and SHT_PREINIT_ARRAY as relocatable sections
new a0dc02a6df Fix compile-cplus-types.c build errors
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 | 8 ++++++++
gdb/compile/compile-cplus-types.c | 7 +++++--
2 files changed, 13 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.