This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from cd33f6b [CMake] Fixing a small hack in add_lldb_library
new 343f44b Serilize the thread options within the breakpoint options.
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/Breakpoint/BreakpointOptions.h | 8 +++--
include/lldb/Target/ThreadSpec.h | 21 ++++++++++++
source/Breakpoint/BreakpointOptions.cpp | 35 +++++++++++++++++---
source/Target/ThreadSpec.cpp | 51 +++++++++++++++++++++++++++++
4 files changed, 108 insertions(+), 7 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 a86d297 MachineScheduler: Slightly simplify release node
new ef76be0 [llvm-cov] Add the ability to specify directories of input so [...]
new ae0e243 [llvm-cov] Document some fields in a class (NFC)
new c2ac1a7 [utils] Teach the code coverage prep script about --restrict
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:
test/tools/llvm-cov/scan-directory.test | 9 ++++
tools/llvm-cov/CodeCoverage.cpp | 85 +++++++++++++++++++++++++++------
utils/prepare-code-coverage-artifact.py | 41 ++++++++++------
3 files changed, 107 insertions(+), 28 deletions(-)
create mode 100644 test/tools/llvm-cov/scan-directory.test
--
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 579bab4 Revert r282168 "GVN-hoist: fix store past load dependence ana [...]
new c3e16a5 MachineScheduler: Remove ineffective heuristic; NFC
new a86d297 MachineScheduler: Slightly simplify release node
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/CodeGen/MachineScheduler.h | 26 +++++++++++---------------
lib/CodeGen/MachineScheduler.cpp | 25 -------------------------
2 files changed, 11 insertions(+), 40 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 105f9a2 compiler: compile runtime.getcaller{pc,sp} into builtin f [...]
new ff982ab PR target/77676 - powerpc64 and powerpc64le stage2 bootstrap fail
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 | 16 ++++++++
gcc/gimple-ssa-sprintf.c | 33 ++++++++++------
gcc/testsuite/ChangeLog | 8 ++++
gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-2.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-3.c | 40 ++++++++++++++++++++
.../gcc.dg/tree-ssa/builtin-sprintf-warn-1.c | 44 +++++++++++-----------
.../gcc.dg/tree-ssa/builtin-sprintf-warn-5.c | 28 ++++++++++++++
gcc/varasm.c | 2 +-
8 files changed, 138 insertions(+), 35 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-3.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-5.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 llvm.
from 319d69e [RDF] Add initial support for lane masks in the DFG
new 579bab4 Revert r282168 "GVN-hoist: fix store past load dependence ana [...]
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/GVNHoist.cpp | 63 +++++++++++++++++--------------------
test/Transforms/GVNHoist/pr30216.ll | 52 ------------------------------
2 files changed, 28 insertions(+), 87 deletions(-)
delete mode 100644 test/Transforms/GVNHoist/pr30216.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 compiler-rt.
from 3687fff [Profile] suppress verbose rt message by default
new a38f071 [Profile] Remove unused variable
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/profile/InstrProfiling.c | 1 -
lib/profile/InstrProfilingInternal.h | 1 -
2 files changed, 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 d657b2d Convert option tables to ArrayRefs.
new 90a7f02 Try to fix build errors on Android.
new cd33f6b [CMake] Fixing a small hack in add_lldb_library
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:
cmake/modules/AddLLDB.cmake | 5 ++++-
source/Commands/CommandObjectArgs.cpp | 2 +-
source/Commands/CommandObjectBreakpoint.cpp | 16 ++++++++--------
source/Commands/CommandObjectBreakpointCommand.cpp | 4 ++--
source/Commands/CommandObjectCommands.cpp | 12 ++++++------
source/Commands/CommandObjectDisassemble.cpp | 2 +-
source/Commands/CommandObjectExpression.cpp | 2 +-
source/Commands/CommandObjectFrame.cpp | 4 ++--
source/Commands/CommandObjectHelp.cpp | 2 +-
source/Commands/CommandObjectLog.cpp | 2 +-
source/Commands/CommandObjectMemory.cpp | 6 +++---
source/Commands/CommandObjectPlatform.cpp | 16 +++++++---------
source/Commands/CommandObjectProcess.cpp | 12 ++++++------
source/Commands/CommandObjectRegister.cpp | 2 +-
source/Commands/CommandObjectSettings.cpp | 2 +-
source/Commands/CommandObjectSource.cpp | 4 ++--
source/Commands/CommandObjectTarget.cpp | 10 +++++-----
source/Commands/CommandObjectThread.cpp | 14 +++++++-------
source/Commands/CommandObjectType.cpp | 20 ++++++++++----------
source/Commands/CommandObjectWatchpoint.cpp | 6 +++---
source/Commands/CommandObjectWatchpointCommand.cpp | 2 +-
source/Interpreter/OptionGroupArchitecture.cpp | 2 +-
source/Interpreter/OptionGroupFormat.cpp | 2 +-
source/Interpreter/OptionGroupOutputFile.cpp | 2 +-
source/Interpreter/OptionGroupUUID.cpp | 2 +-
source/Interpreter/OptionGroupValueObjectDisplay.cpp | 2 +-
source/Interpreter/OptionGroupVariable.cpp | 2 +-
source/Interpreter/OptionGroupWatchpoint.cpp | 2 +-
.../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 2 +-
.../RenderScriptRuntime/RenderScriptRuntime.cpp | 6 +++---
.../DarwinLog/StructuredDataDarwinLog.cpp | 2 +-
source/Target/Platform.cpp | 6 +++---
source/Target/Process.cpp | 2 +-
33 files changed, 89 insertions(+), 88 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 lld.
from cc51392 [lld] Add llvm-pdbdump as a test dependency
new 0849d8d [ELF/GC] Don't crash while processing Discarded sections.
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:
ELF/MarkLive.cpp | 7 +++++++
test/ELF/comdat.s | 9 +++++++++
2 files changed, 16 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 llvm.
from d1714b5 i386 does not support optimized swifterror handling
new 6baa853 [RDF] Use uint32_t for register numbers instead of unsigned
new b505adc [RDF] Print the function name for calls in dumps
new a9c167e [Hexagon] Remove USR_OVF from CtrRegs register class
new 319d69e [RDF] Add initial support for lane masks in the DFG
The 4 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/Hexagon/HexagonRDF.cpp | 24 +++---
lib/Target/Hexagon/HexagonRDF.h | 6 +-
lib/Target/Hexagon/HexagonRegisterInfo.td | 5 +-
lib/Target/Hexagon/RDFGraph.cpp | 129 +++++++++++++++++++++---------
lib/Target/Hexagon/RDFGraph.h | 69 ++++++++++++++--
lib/Target/Hexagon/RDFLiveness.cpp | 26 +++---
6 files changed, 189 insertions(+), 70 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 08cd4cf tsan: fix bug introduced in 282152
new 18d49e2 cfi: Fixes for check-cfi when configured as an external project.
new 3687fff [Profile] suppress verbose rt message by default
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:
cmake/Modules/CompilerRTUtils.cmake | 2 +-
cmake/config-ix.cmake | 2 ++
lib/profile/InstrProfilingFile.c | 12 +++++++-----
test/cfi/CMakeLists.txt | 13 ++++++++-----
test/lit.common.configured.in | 2 +-
5 files changed, 19 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.