This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8601d9b * config/pdp11/pdp11.md (movmemhi): Adjust operand numbers t [...]
new f30f43f * config/riscv/riscv.c (riscv_emit_float_compare): Us [...]
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 | 3 +++
gcc/config/riscv/riscv.c | 4 ++--
2 files changed, 5 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 llvm.
from 8d6966f Add missing include on <limits>.
new 27a7060 [SelectionDAG] Enhance SDTCisSameNumEltsAs to work with scala [...]
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/Target/TargetSelectionDAG.td | 14 ++---
utils/TableGen/CodeGenDAGPatterns.cpp | 88 +++++++++++++++++++------------
utils/TableGen/CodeGenDAGPatterns.h | 7 +--
3 files changed, 64 insertions(+), 45 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 5ef2d51 objdump -dS: warn if source is more recent than object
new c793cac Sync libiberty sources with GCC.
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/ChangeLog | 9 ++++++
include/demangle.h | 9 ++++--
libiberty/ChangeLog | 15 +++++++++
libiberty/cp-demangle.c | 59 ++++++++++++++++++++---------------
libiberty/cp-demint.c | 3 ++
libiberty/testsuite/demangle-expected | 31 ++++++++++++++++++
6 files changed, 99 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 gcc.
from 313dfc4 Do not warn -Wsuggest-attribute=noreturn for main.chkp (PR mi [...]
new 8601d9b * config/pdp11/pdp11.md (movmemhi): Adjust operand numbers t [...]
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/pdp11/pdp11.md | 8 ++++----
2 files changed, 9 insertions(+), 4 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 8b1d5b7 Use numeric_limits<size_t>::max() instead of size_t(-1).
new 5a7c5f7 API gardening: Rename FindAllocaDbgValue to findDbgValue (NFC [...]
new 8d6966f Add missing include on <limits>.
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/ADT/STLExtras.h | 1 +
include/llvm/Transforms/Utils/Local.h | 6 ++----
lib/Transforms/Utils/Local.cpp | 14 ++++++--------
3 files changed, 9 insertions(+), 12 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 8681bd8 ELF: Resolve _end symbols correctly.
new 460833a [ELF] Fail the link early if an output path is invalid
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/Driver.cpp | 19 +++++++++++++++++++
test/ELF/driver.test | 6 +++---
test/ELF/early-exit-for-bad-paths.s | 25 +++++++++++++++++++++++++
3 files changed, 47 insertions(+), 3 deletions(-)
create mode 100644 test/ELF/early-exit-for-bad-paths.s
--
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 7fc3de5 Fix a warning due to signed/unsigned comparison.
new 8b1d5b7 Use numeric_limits<size_t>::max() instead of size_t(-1).
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/STLExtras.h | 7 +++++--
1 file changed, 5 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 3946997 Fix another occurrence of needing to use member accessors.
new 94e7945 Fix up some enumerate() callsites in LLDB.
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/CommandObjectType.cpp | 4 ++--
source/Interpreter/Args.cpp | 10 +++++-----
source/Interpreter/CommandInterpreter.cpp | 4 ++--
source/Interpreter/CommandObject.cpp | 6 +++---
5 files changed, 15 insertions(+), 15 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 379fd9a [CodeCompletion] Format block parameter placeholders in impli [...]
new 8d959eb [X86] Add checking of the scale argument to scatter/gather builtins
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/clang/Basic/DiagnosticSemaKinds.td | 2 +
include/clang/Sema/Sema.h | 1 +
lib/Sema/SemaChecking.cpp | 107 +++++++++++++++++++++++++++++
test/Sema/builtins-x86.c | 14 ++++
4 files changed, 124 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 7880ee0 Use the new member accessors of llvm::enumerate.
new 7fc3de5 Fix a warning due to signed/unsigned comparison.
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/STLExtras.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.