This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_27-branch
in repository binutils-gdb.
from 5e5ef16 Automatic date update in version.in
new 8e8d3ea Automatic date update in version.in
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:
bfd/version.h | 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 gcc.
from 367964f Add validation and consolidation of fix-it hints
new 881ea1e PR target/77349 * config/rs6000/xcoff.h (DWARF_OFFSET_SIZE): [...]
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 | 5 +++++
gcc/config/rs6000/xcoff.h | 3 +++
2 files changed, 8 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 d80408f [ThinLTO] Move loading of cache entry to client
new 6dff9d7 [MFProperties] Introduce a FailedISel property.
new c15079f [IRTranslator] Do not abort when the target wants to fall back.
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/GlobalISel/IRTranslator.h | 6 +++
include/llvm/CodeGen/MachineFunction.h | 1 +
lib/CodeGen/GlobalISel/IRTranslator.cpp | 57 +++++++++++++++++++++++---
lib/CodeGen/MachineFunction.cpp | 1 +
4 files changed, 60 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 lldb.
from 760113a Tables of command options in LLDB benefit from hand-formattin [...]
new f3e91ce Fixed a bad lldbassert() condition.
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 bc94ace Adding document describing the use of the -opt-bisect-limit option.
new d80408f [ThinLTO] Move loading of cache entry to client
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/LTO/Caching.h | 8 ++++----
lib/LTO/Caching.cpp | 10 ++--------
tools/gold/gold-plugin.cpp | 7 +++----
tools/llvm-lto2/llvm-lto2.cpp | 10 ++++++++--
4 files changed, 17 insertions(+), 18 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 72cb0e6 Don't crash when trying to capture persistent variables in a block.
new 760113a Tables of command options in LLDB benefit from hand-formattin [...]
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/Commands/CommandObjectArgs.cpp | 6 +-
source/Commands/CommandObjectBreakpoint.cpp | 257 +++++++++------------
source/Commands/CommandObjectBreakpointCommand.cpp | 32 +--
source/Commands/CommandObjectCommands.cpp | 56 +++--
source/Commands/CommandObjectDisassemble.cpp | 48 ++--
source/Commands/CommandObjectExpression.cpp | 27 ++-
source/Commands/CommandObjectFrame.cpp | 6 +-
source/Commands/CommandObjectHelp.cpp | 10 +-
source/Commands/CommandObjectLog.cpp | 24 +-
source/Commands/CommandObjectMemory.cpp | 33 +--
source/Commands/CommandObjectPlatform.cpp | 92 ++++----
source/Commands/CommandObjectProcess.cpp | 71 +++---
source/Commands/CommandObjectRegister.cpp | 8 +-
source/Commands/CommandObjectSettings.cpp | 6 +-
source/Commands/CommandObjectSource.cpp | 49 ++--
source/Commands/CommandObjectTarget.cpp | 117 +++++-----
source/Commands/CommandObjectThread.cpp | 92 ++++----
source/Commands/CommandObjectType.cpp | 136 ++++++-----
source/Commands/CommandObjectWatchpoint.cpp | 28 +--
source/Commands/CommandObjectWatchpointCommand.cpp | 20 +-
20 files changed, 564 insertions(+), 554 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 be4c110 [TargetPassConfig] Add a target hook to know what GlobalISel [...]
new bc94ace Adding document describing the use of the -opt-bisect-limit option.
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/OptBisect.rst | 197 +++++++++++++++++++++++++++++++++++++++++++++++++++++
docs/index.rst | 4 ++
2 files changed, 201 insertions(+)
create mode 100644 docs/OptBisect.rst
--
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 f832762 Revert "Start reifying error descriptions"
new 7d07acf [asan] Mark symbolize_pc.cc as UNSUPPORTED on i386-apple.
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:
test/sanitizer_common/TestCases/symbolize_pc.cc | 1 +
1 file changed, 1 insertion(+)
--
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 ea4e88c TableGen: Switch from a std::map to a DenseMap in CodeGenSubR [...]
new ac0c6d3 [MachineFunction] Introduce a reset method.
new aaa2879 [SelectionDAG] Do not run the ISel process on already selected code.
new 65ce6c6 [IRTranslator][NFC] Use DEBUG_TYPE instead of repeating the name.
new be4c110 [TargetPassConfig] Add a target hook to know what GlobalISel [...]
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:
include/llvm/CodeGen/MachineFunction.h | 17 +++++++++++++++++
include/llvm/CodeGen/TargetPassConfig.h | 5 +++++
lib/CodeGen/GlobalISel/IRTranslator.cpp | 2 +-
lib/CodeGen/MachineFunction.cpp | 19 ++++++++++++++-----
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 4 ++++
lib/CodeGen/TargetPassConfig.cpp | 13 +++++++++++++
6 files changed, 54 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 llvm.
from 7e94389 [MFProperties] Introduce a reset method with no argument.
new ea4e88c TableGen: Switch from a std::map to a DenseMap in CodeGenSubR [...]
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:
utils/TableGen/CodeGenRegisters.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.