This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2f11a75319f [InstCombine] move constant check into foldBinOpIntoSelectO [...]
new 8053b777d69 [InstCombine] move invariant call out of loop; NFC
new 548f25596d8 [InstCombine] auto-generate complete checks; NFC
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:
.../InstCombine/InstCombineMulDivRem.cpp | 8 +--
test/Transforms/InstCombine/select_arithmetic.ll | 62 +++++++++++++---------
2 files changed, 40 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 clang.
from 163901b2a2 [analyzer] Fix a compiler warning
new c84a897364 Test commit access: apply clang-format suggestion
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/ClangAttrEmitter.cpp | 4 ++--
1 file changed, 2 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 binutils-gdb.
from 25e3c82c0e Make gdbserver work with filename-only binaries
new 815615463b Change order of error message printed when gdbserver can't find CWD
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/gdbserver/ChangeLog | 5 +++++
gdb/gdbserver/server.c | 2 +-
2 files changed, 6 insertions(+), 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 3fd5b6302c5 Remove config/i386/i386.opt from revision 258001 ChangeLog
new 59ae3c9cf30 * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range [...]
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/aarch64/aarch64.c | 8 +++-----
2 files changed, 8 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 llvm.
from 61e1774e4ed [DEBUGINFO] Add flag for DWARF2 or less to use sections as [...]
new 2f11a75319f [InstCombine] move constant check into foldBinOpIntoSelectO [...]
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/InstCombine/InstCombineAddSub.cpp | 7 ++---
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 15 ++++------
lib/Transforms/InstCombine/InstCombineInternal.h | 2 +-
.../InstCombine/InstCombineMulDivRem.cpp | 32 ++++++++++------------
lib/Transforms/InstCombine/InstCombineShifts.cpp | 2 +-
.../InstCombine/InstructionCombining.cpp | 5 ++--
6 files changed, 29 insertions(+), 34 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 3083294d65 testsuite: Restore gdb_is_target_remote_prompt
new b4987c956d Create new common/pathstuff.[ch]
new 25e3c82c0e Make gdbserver work with filename-only binaries
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 | 43 ++++++
gdb/Makefile.in | 2 +
gdb/auto-load.c | 1 +
gdb/common/common-defs.h | 3 +
gdb/common/common-utils.c | 32 +++++
gdb/common/common-utils.h | 5 +
gdb/common/gdb_tilde_expand.c | 13 ++
gdb/common/gdb_tilde_expand.h | 4 +
gdb/common/pathstuff.c | 156 +++++++++++++++++++++
gdb/common/pathstuff.h | 53 +++++++
gdb/compile/compile.c | 1 +
gdb/defs.h | 4 -
gdb/dwarf2read.c | 1 +
gdb/exec.c | 1 +
gdb/gdbserver/ChangeLog | 18 +++
gdb/gdbserver/Makefile.in | 2 +
gdb/gdbserver/server.c | 64 +++++++--
gdb/guile/scm-safe-call.c | 1 +
gdb/linux-thread-db.c | 1 +
gdb/main.c | 1 +
gdb/nto-tdep.c | 1 +
gdb/objfiles.c | 1 +
gdb/source.c | 35 +----
gdb/symtab.c | 1 +
gdb/testsuite/ChangeLog | 5 +
.../gdb.server/{wrapper.exp => abspath.exp} | 42 +++---
gdb/testsuite/lib/gdb.exp | 24 ++++
gdb/utils.c | 120 +---------------
gdb/utils.h | 6 -
29 files changed, 446 insertions(+), 195 deletions(-)
create mode 100644 gdb/common/pathstuff.c
create mode 100644 gdb/common/pathstuff.h
copy gdb/testsuite/gdb.server/{wrapper.exp => abspath.exp} (55%)
--
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 439e6eb5ecc PR target/83399 * gcc.target/powerpc/pr83399.c: Only run [...]
new 3fd5b6302c5 Remove config/i386/i386.opt from revision 258001 ChangeLog
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 | 1 -
1 file changed, 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 b2d780af5fc PR preprocessor/84517 allow double-underscore macros after [...]
new ca74fb2bfc8 2018-02-28 Richard Biener <rguenther(a)suse.de>
new 439e6eb5ecc PR target/83399 * gcc.target/powerpc/pr83399.c: Only run [...]
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:
gcc/ChangeLog | 6 ++++++
gcc/graphite-scop-detection.c | 9 +++++++++
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/gcc.dg/graphite/pr84584.c | 23 +++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/pr83399.c | 2 +-
5 files changed, 49 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/graphite/pr84584.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 e1bc82cda4c ada/ * libgnat/i-cexten.ads (Float_128): New type. c-famil [...]
new b2d780af5fc PR preprocessor/84517 allow double-underscore macros after [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/udlit-macros.C | 2 +-
libcpp/ChangeLog | 7 +++++++
libcpp/lex.c | 27 +++++++++++++++++++--------
4 files changed, 32 insertions(+), 9 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 c28e9497695 [WebAssembly] Fix copy-paste error in debugging string
new 61e1774e4ed [DEBUGINFO] Add flag for DWARF2 or less to use sections as [...]
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/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 23 +++++++-----
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 29 +++++++++++++--
lib/CodeGen/AsmPrinter/DwarfDebug.h | 9 +++++
test/DebugInfo/X86/sections_as_references.ll | 54 ++++++++++++++++++++++++++++
4 files changed, 104 insertions(+), 11 deletions(-)
create mode 100644 test/DebugInfo/X86/sections_as_references.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.