This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1ec957b 2016-05-09 Richard Biener <rguenther(a)suse.de>
new e2ea3e5 * regrename.c (base_reg_class_for_rename): New static functi [...]
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/regrename.c | 55 +++++++++++++++++++++++++++++++++++++++++--------------
2 files changed, 46 insertions(+), 14 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-tools-extra.
from ed84b00 clang-rename: when renaming a field, rename initializers of t [...]
new d6dc031 clang-rename tests: move the run lines to the top of the test files
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/clang-rename/ClassTest.cpp | 6 +++---
test/clang-rename/FieldTest.cpp | 6 +++---
test/clang-rename/VarTest.cpp | 6 +++---
3 files changed, 9 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 linaro/gcc-6-branch
in repository gcc.
at 47fdfa6 Create Linaro branch from gcc-6-branch at r236016.
No new revisions were added by this update.
--
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 c0fdf88 [dsymutil] Fix -arch option for thumb variants.
new dc02050 [mips][microMIPS] Implement LWP and SWP instructions Differen [...]
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/AsmParser/MipsAsmParser.cpp | 33 ++++++++++++++++++-----
lib/Target/Mips/Disassembler/MipsDisassembler.cpp | 3 ++-
lib/Target/Mips/MicroMips32r6InstrFormats.td | 15 +++++++++++
lib/Target/Mips/MicroMips32r6InstrInfo.td | 30 +++++++++++++++++++++
lib/Target/Mips/MicroMipsInstrInfo.td | 20 ++++++++++++--
test/MC/Disassembler/Mips/micromips32r6/valid.txt | 2 ++
test/MC/Disassembler/Mips/micromips64r6/valid.txt | 2 ++
test/MC/Mips/micromips/invalid.s | 8 ++++++
test/MC/Mips/micromips32r6/invalid.s | 8 ++++++
test/MC/Mips/micromips32r6/valid.s | 2 ++
test/MC/Mips/micromips64r6/invalid.s | 8 ++++++
test/MC/Mips/micromips64r6/valid.s | 2 ++
12 files changed, 123 insertions(+), 10 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 b1ac107 Daily bump.
new 1ec957b 2016-05-09 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/fortran/ChangeLog | 7 +++++++
gcc/fortran/trans-decl.c | 3 ++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr70937.f90 | 10 ++++++++++
4 files changed, 24 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr70937.f90
--
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 9c92895 [X86] Fix up type arguments of __builtin_ia32_cvtss2sd_round_ [...]
new e88f7f6 Fix spurious warnings about unused private field
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/Sema/SemaExpr.cpp | 10 ++++++----
test/SemaCXX/warn-unused-private-field.cpp | 2 ++
2 files changed, 8 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 gcc-4_9-branch
in repository gcc.
from 304371d Daily bump.
new 7bbbd95 [RTEMS] Redefine microblaze LINK_SPEC
new 624631d [libatomic] Add RTEMS support
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 | 15 +++++++++++++++
gcc/config/microblaze/rtems.h | 7 +++++++
gcc/config/rtems.h | 2 +-
libatomic/ChangeLog | 10 ++++++++++
.../{linux/arm/init.c => rtems/host-config.h} | 21 +++++++++++++--------
libatomic/config/{linux/arm/init.c => rtems/lock.c} | 19 ++++++++++---------
libatomic/configure.tgt | 9 +++++++++
7 files changed, 65 insertions(+), 18 deletions(-)
copy libatomic/config/{linux/arm/init.c => rtems/host-config.h} (69%)
copy libatomic/config/{linux/arm/init.c => rtems/lock.c} (79%)
--
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 3c29a69 [X86] Strengthen some type contraints for floating point roun [...]
new c0fdf88 [dsymutil] Fix -arch option for thumb variants.
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/tools/dsymutil/ARM/thumb.c | 13 +++++++++++++
.../Inputs/thumb.armv7m} | Bin 4220 -> 4288 bytes
test/tools/dsymutil/Inputs/thumb.o | Bin 0 -> 1224 bytes
tools/dsymutil/MachODebugMapParser.cpp | 6 +++++-
4 files changed, 18 insertions(+), 1 deletion(-)
create mode 100644 test/tools/dsymutil/ARM/thumb.c
copy test/tools/{llvm-objdump/X86/Inputs/dylibSubUmbrella.macho-x86_64 => dsymutil [...]
create mode 100644 test/tools/dsymutil/Inputs/thumb.o
--
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 437f2fc ThinLTOCodeGenerator: ignore 0 values for the cache settings.
new 63eccc2 [AVX512] Fix up types for arguments of int_x86_avx512_mask_cv [...]
new 3c29a69 [X86] Strengthen some type contraints for floating point roun [...]
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/IR/IntrinsicsX86.td | 4 +--
lib/Target/X86/X86InstrAVX512.td | 14 +++++------
lib/Target/X86/X86InstrFragmentsSIMD.td | 44 +++++++++++++++------------------
test/CodeGen/X86/avx512-intrinsics.ll | 16 ++++++------
4 files changed, 37 insertions(+), 41 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.