This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 0b743c472e [analyzer] Fix the Z3 backend always generating unsigned APSInt
new 1ab19fc539 [ASTImporter] Changed constant int to unsigned int in test code.
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:
unittests/AST/ASTImporterTest.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 e3f7652b7bd Revert one more symbol_summary::get to ::get_create (PR ipa [...]
new 229a49247d3 2018-07-16 Richard Biener <rguenther(a)suse.de>
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 | 6 ++++++
gcc/dwarf2out.c | 2 ++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.dg/lto/pr86523-1_0.C | 21 +++++++++++++++++++++
gcc/testsuite/g++.dg/lto/pr86523-2_0.C | 18 ++++++++++++++++++
5 files changed, 53 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/lto/pr86523-1_0.C
create mode 100644 gcc/testsuite/g++.dg/lto/pr86523-2_0.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 f85073912f3 [MIPS GlobalISel] Select instructions to load and store i32 [...]
new 7d9d92b62e4 [mips] Eliminate the usage of hasStdEnc in MipsPat.
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/Mips/MicroMips32r6InstrInfo.td | 5 +
lib/Target/Mips/MicroMipsInstrFPU.td | 7 ++
lib/Target/Mips/MicroMipsInstrInfo.td | 18 +--
lib/Target/Mips/Mips64InstrInfo.td | 203 +++++++++++++++++-------------
lib/Target/Mips/MipsInstrFPU.td | 43 +++----
lib/Target/Mips/MipsInstrInfo.td | 78 ++++++------
lib/Target/Mips/MipsMSAInstrInfo.td | 13 +-
7 files changed, 206 insertions(+), 161 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 18d98c753 Add a test with __gcov_flush called before terminating the program.
new f0786cf08 [cfi] Don't pass a uint16_t to memset. Make sure the 16-bit c [...]
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/cfi/cfi.cc | 5 ++++-
1 file changed, 4 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 90760b6c94d [ARC] Update ARCHS scheduling rules.
new e3f7652b7bd Revert one more symbol_summary::get to ::get_create (PR ipa [...]
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 | 6 ++++++
gcc/ipa-pure-const.c | 3 +--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/ipa/pr86529.C | 44 ++++++++++++++++++++++++++++++++++++++
4 files changed, 56 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ipa/pr86529.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 0c94a3b5119 [X86][AArch64][DAGCombine] Unfold 'check for [no] signed tr [...]
new f85073912f3 [MIPS GlobalISel] Select instructions to load and store i32 [...]
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/Mips/MipsInstructionSelector.cpp | 68 +++++++++++++++++++++-
lib/Target/Mips/MipsLegalizerInfo.cpp | 13 +++++
lib/Target/Mips/MipsRegisterBankInfo.cpp | 9 +++
.../GlobalISel/instruction-select/stack_args.mir | 65 +++++++++++++++++++++
.../Mips/GlobalISel/legalizer/stack_args.mir | 62 ++++++++++++++++++++
test/CodeGen/Mips/GlobalISel/llvm-ir/stack_args.ll | 29 +++++++++
.../Mips/GlobalISel/regbankselect/stack_args.mir | 63 ++++++++++++++++++++
7 files changed, 307 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/Mips/GlobalISel/instruction-select/stack_args.mir
create mode 100644 test/CodeGen/Mips/GlobalISel/legalizer/stack_args.mir
create mode 100644 test/CodeGen/Mips/GlobalISel/llvm-ir/stack_args.ll
create mode 100644 test/CodeGen/Mips/GlobalISel/regbankselect/stack_args.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 clang.
from 6fda594059 [analyzer] Fix constraint being dropped when analyzing a pro [...]
new 0b743c472e [analyzer] Fix the Z3 backend always generating unsigned APSInt
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/StaticAnalyzer/Core/Z3ConstraintManager.cpp | 8 +++++---
1 file changed, 5 insertions(+), 3 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 binutils-2_31-branch
in repository binutils-gdb.
from 0028e23c4a Add the new top level files test-driver and ar-lib to the sr [...]
new 0694d6e5fb Import patch from mainline to fix gold's handling of already [...]
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:
gold/ChangeLog | 15 +++++++++++++++
gold/symtab.cc | 7 +++++--
gold/testsuite/Makefile.am | 9 +++++++++
gold/testsuite/Makefile.in | 19 +++++++++++++++++--
.../{ver_test_13.sh => ver_test_pr23409.sh} | 21 +++++++++++++--------
.../testsuite/ver_test_pr23409_1.script | 2 +-
.../testsuite/ver_test_pr23409_2.script | 2 +-
7 files changed, 61 insertions(+), 14 deletions(-)
copy gold/testsuite/{ver_test_13.sh => ver_test_pr23409.sh} (66%)
copy ld/testsuite/ld-mips-elf/tlslib.ver => gold/testsuite/ver_test_pr23409_1.scri [...]
copy ld/testsuite/ld-mips-elf/tlslib.ver => gold/testsuite/ver_test_pr23409_2.scri [...]
--
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 90809faeea [ASTImporter] Import implicit methods of existing class.
new 6fda594059 [analyzer] Fix constraint being dropped when analyzing a pro [...]
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/StaticAnalyzer/Core/AnalyzerOptions.cpp | 2 +-
.../Core/RangedConstraintManager.cpp | 23 +++++++-------
lib/StaticAnalyzer/Core/SValBuilder.cpp | 4 +--
test/Analysis/PR37855.c | 2 +-
test/Analysis/bitwise-ops.c | 5 ++-
test/Analysis/std-c-library-functions.c | 3 +-
test/Analysis/svalbuilder-rearrange-comparisons.c | 36 +++++++++++-----------
7 files changed, 36 insertions(+), 39 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 3ac21baa84 x86: fix operand size checking
new 0a8288f78a Update the src-release script to include the new top level f [...]
new ad96220cc7 Update release making notes to metion checking for new top l [...]
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:
ChangeLog | 4 ++++
binutils/ChangeLog | 5 +++++
binutils/README-how-to-make-a-release | 13 ++++++++++---
src-release.sh | 2 +-
4 files changed, 20 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.