This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from da8a463 Add the corresponding modulemap entry, following up r273066.
new 06be9d5 [X86] Use SmallVector::assign instead of resize to ensure we [...]
new 437e16f [X86] Pre-allocate a SmallVector instead of using push_back i [...]
new eb31e16 [X86] Remove a dead path through one of the shuffle lowering [...]
new b495ce5 [X86] Make is128BitLaneRepeatedShuffleMask correct the indice [...]
new 33f8e15 [X86] Add an assert to ensure that a routine is only used wit [...]
The 5 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 | 84 ++++++++++++++++++--------------------
1 file changed, 40 insertions(+), 44 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 8de2ba1 [SPARC] Additional condition required for DelaySlot fixing er [...]
new da8a463 Add the corresponding modulemap entry, following up r273066.
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/module.modulemap | 1 +
1 file changed, 1 insertion(+)
--
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 release/2.22/master
in repository glibc.
from cf3a189 S390: Fix build failure in test string/tst-endian.c with gcc 6.
new 65ecfef MIPS, SPARC: fix wrong vfork aliases in libpthread.so
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:
ChangeLog | 7 +++++++
sysdeps/unix/sysv/linux/mips/vfork.S | 2 ++
sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S | 2 ++
sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S | 2 ++
4 files changed, 13 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 release/2.23/master
in repository glibc.
from 321e1ce libio: Fix fmemopen append mode failure (BZ# 20012)
new 80bf719 MIPS, SPARC: fix wrong vfork aliases in libpthread.so
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:
ChangeLog | 7 +++++++
sysdeps/unix/sysv/linux/mips/vfork.S | 2 ++
sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S | 2 ++
sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S | 2 ++
4 files changed, 13 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 cfa5f91 [SPARC[ Correcting out-of-date unit tests checked in as part [...]
new 8de2ba1 [SPARC] Additional condition required for DelaySlot fixing er [...]
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/Sparc/DelaySlotFiller.cpp | 7 +++++++
1 file changed, 7 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 808b3e0 Indent consistently.
new cfa5f91 [SPARC[ Correcting out-of-date unit tests checked in as part [...]
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/SPARC/LeonFixFSMULDPassUT.ll | 11 ++++++++---
test/CodeGen/SPARC/LeonReplaceFMULSPassUT.ll | 5 ++++-
2 files changed, 12 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 2ac3a33 [SPARC] Fixes for hardware errata on LEON processor.
new 808b3e0 Indent consistently.
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/SelectionDAG/SelectionDAGDumper.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 llvm.
from 099f7f2 [LoadCombine] Combine Loads formed from GEPS with negative indexes
new 2ac3a33 [SPARC] Fixes for hardware errata on LEON processor.
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/Sparc/LeonFeatures.td | 21 ++
lib/Target/Sparc/LeonPasses.cpp | 335 ++++++++++++++++++++++++
lib/Target/Sparc/LeonPasses.h | 45 ++++
lib/Target/Sparc/Sparc.td | 2 +-
lib/Target/Sparc/SparcISelLowering.cpp | 13 +
lib/Target/Sparc/SparcInstrInfo.td | 13 +
lib/Target/Sparc/SparcSubtarget.cpp | 3 +
lib/Target/Sparc/SparcSubtarget.h | 6 +
lib/Target/Sparc/SparcTargetMachine.cpp | 12 +
test/CodeGen/SPARC/LeonFixFSMULDPassUT.ll | 26 ++
test/CodeGen/SPARC/LeonReplaceFMULSPassUT.ll | 16 ++
test/CodeGen/SPARC/LeonSMACUMACInstructionUT.ll | 20 ++
12 files changed, 511 insertions(+), 1 deletion(-)
create mode 100755 test/CodeGen/SPARC/LeonFixFSMULDPassUT.ll
create mode 100755 test/CodeGen/SPARC/LeonReplaceFMULSPassUT.ll
create mode 100755 test/CodeGen/SPARC/LeonSMACUMACInstructionUT.ll
--
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 726f604 Daily bump.
new 14c0a03 Use gfc_add_*_component defines where appropriate
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 | 12 ++++++++++++
gcc/fortran/class.c | 4 ++--
gcc/fortran/trans-intrinsic.c | 2 +-
gcc/fortran/trans.c | 4 ++--
4 files changed, 17 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 libcxx.
from fe6d50f Implement LWG issue 1169. num_get not fully compatible with strto*
new 897b2f9 Fix various undefined behavior found by UBSan.
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:
src/strstream.cpp | 6 ++++-
test/libcxx/test/config.py | 3 ++-
.../atomics.flag/atomic_flag_clear.pass.cpp | 2 ++
.../atomic_flag_clear_explicit.pass.cpp | 20 +++++++++++------
test/std/atomics/atomics.flag/clear.pass.cpp | 26 ++++++++++++++--------
.../algorithms/alg.random.sample/sample.pass.cpp | 12 +++++-----
6 files changed, 45 insertions(+), 24 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.