This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d87af292910 PR bootstrap/81216 * parser.c (cp_parser_already_scoped_s [...]
new 983fdeb3e49 PR middle-end/81207 * gimple-fold.c (replace_call_with_ca [...]
new 37a1f585aec PR sanitizer/81209 * ubsan.c (ubsan_encode_value): Initia [...]
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 | 11 +++++++++--
gcc/gimple-fold.c | 3 ++-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/ubsan/{pr81125.C => pr81209.C} | 7 ++++---
gcc/testsuite/gcc.c-torture/compile/pr81207.c | 13 +++++++++++++
gcc/ubsan.c | 1 +
6 files changed, 37 insertions(+), 6 deletions(-)
copy gcc/testsuite/g++.dg/ubsan/{pr81125.C => pr81209.C} (56%)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr81207.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 5d353d47501 [GlobalISel][X86] Add fp32/62 legalizer, regbank-select, se [...]
new 1921b1c5edc [TableGen] Fix bug in TableGen CodeGenPatterns when adding [...]
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/CodeGenDAGPatterns.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 gcc.
from da2a4c82cf3 2017-06-27 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.org>
new d87af292910 PR bootstrap/81216 * parser.c (cp_parser_already_scoped_s [...]
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/cp/ChangeLog | 6 ++++++
gcc/cp/parser.c | 5 +++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/warn/Wmultistatement-macros-1.C | 13 +++++++++++++
4 files changed, 27 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wmultistatement-macros-1.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 025f924a12a Fixed the warning introduced by r306289 to make ubuntu-gcc7 [...]
new 5d353d47501 [GlobalISel][X86] Add fp32/62 legalizer, regbank-select, se [...]
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/CodeGen/X86/GlobalISel/fadd-scalar.ll | 20 ++++
test/CodeGen/X86/GlobalISel/fdiv-scalar.ll | 20 ++++
test/CodeGen/X86/GlobalISel/fmul-scalar.ll | 20 ++++
test/CodeGen/X86/GlobalISel/fsub-scalar.ll | 20 ++++
.../X86/GlobalISel/legalize-fadd-scalar.mir | 74 +++++++++++++
.../X86/GlobalISel/legalize-fdiv-scalar.mir | 74 +++++++++++++
.../X86/GlobalISel/legalize-fmul-scalar.mir | 74 +++++++++++++
.../X86/GlobalISel/legalize-fsub-scalar.mir | 74 +++++++++++++
.../X86/GlobalISel/regbankselect-X86_64.mir | 118 ++++++++++++++++++++
test/CodeGen/X86/GlobalISel/select-add.mir | 80 --------------
test/CodeGen/X86/GlobalISel/select-fadd-scalar.mir | 119 +++++++++++++++++++++
test/CodeGen/X86/GlobalISel/select-fdiv-scalar.mir | 119 +++++++++++++++++++++
test/CodeGen/X86/GlobalISel/select-fmul-scalar.mir | 119 +++++++++++++++++++++
test/CodeGen/X86/GlobalISel/select-fsub-scalar.mir | 119 +++++++++++++++++++++
test/CodeGen/X86/GlobalISel/select-sub.mir | 77 -------------
15 files changed, 970 insertions(+), 157 deletions(-)
create mode 100644 test/CodeGen/X86/GlobalISel/fadd-scalar.ll
create mode 100644 test/CodeGen/X86/GlobalISel/fdiv-scalar.ll
create mode 100644 test/CodeGen/X86/GlobalISel/fmul-scalar.ll
create mode 100644 test/CodeGen/X86/GlobalISel/fsub-scalar.ll
create mode 100644 test/CodeGen/X86/GlobalISel/legalize-fadd-scalar.mir
create mode 100644 test/CodeGen/X86/GlobalISel/legalize-fdiv-scalar.mir
create mode 100644 test/CodeGen/X86/GlobalISel/legalize-fmul-scalar.mir
create mode 100644 test/CodeGen/X86/GlobalISel/legalize-fsub-scalar.mir
create mode 100644 test/CodeGen/X86/GlobalISel/select-fadd-scalar.mir
create mode 100644 test/CodeGen/X86/GlobalISel/select-fdiv-scalar.mir
create mode 100644 test/CodeGen/X86/GlobalISel/select-fmul-scalar.mir
create mode 100644 test/CodeGen/X86/GlobalISel/select-fsub-scalar.mir
--
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 029ab41a287 [Reassociate] Make sure EraseInst sets MadeChange
new 025f924a12a Fixed the warning introduced by r306289 to make ubuntu-gcc7 [...]
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/Target/X86/X86ISelLowering.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 gcc.
from aaff1ad73c5 libgo: add misc/cgo files
new da2a4c82cf3 2017-06-27 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.org>
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/value-prof.c | 2 --
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 1d9383cd849 [PowerPC] set optimization level in SelectionDAGISel
new 029ab41a287 [Reassociate] Make sure EraseInst sets MadeChange
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/Reassociate.cpp | 2 ++
.../erase_inst_made_change.ll} | 18 ++++++++----------
2 files changed, 10 insertions(+), 10 deletions(-)
copy test/Transforms/{InstCombine/early_dce_clobbers_callgraph.ll => Reassociate/e [...]
--
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 79cb3f75de MIPS/GAS/testsuite: Drop the `mips16e-' prefix from SAVE/RES [...]
new ea9aafc41a Warning fix
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/ChangeLog | 12 +++++++++---
bfd/libbfd.c | 4 ++--
2 files changed, 11 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 2a1334dd59a [AVR] Migrate to new MCAsmBackend applyFixup and processFixupValue
new 6309a52c0bc [InstCombine] Add test cases demonstrating that we don't op [...]
new 64cca8fa27a [COFF, ARM64] Fix typo in COFF ARM64 Relocation Type
new 1d9383cd849 [PowerPC] set optimization level in SelectionDAGISel
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:
include/llvm/BinaryFormat/COFF.h | 2 +-
lib/Target/PowerPC/PPC.h | 3 +-
lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 9 ++--
lib/Target/PowerPC/PPCTargetMachine.cpp | 2 +-
test/CodeGen/PowerPC/anon_aggr.ll | 62 +++++++++++-----------
test/CodeGen/PowerPC/floatPSA.ll | 2 +-
test/CodeGen/PowerPC/ppc64-align-long-double.ll | 24 ++++-----
test/CodeGen/PowerPC/tls.ll | 2 +-
.../Transforms/InstCombine/select-cmp-cttz-ctlz.ll | 27 ++++++++++
9 files changed, 81 insertions(+), 52 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 0113b11a31 Remove redundant check.
new 11150dad8c [CodeGen][ObjC] Fix GNU's encoding of bit-field ivars.
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/AST/ASTContext.h | 5 ++++
lib/AST/ASTContext.cpp | 16 ++++++++---
lib/AST/RecordLayoutBuilder.cpp | 35 ++++++++++++++++++++++++
lib/CodeGen/CGObjCRuntime.cpp | 51 +++++++----------------------------
test/CodeGenObjC/ivar-type-encoding.m | 16 +++++++++++
5 files changed, 78 insertions(+), 45 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.