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 54a27fe598 Fix a typo.
new f4a69c9aea Automatic date update in version.in
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/version.h | 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 gdb-8.1-branch
in repository binutils-gdb.
from 736073a51f Automatic date update in version.in
new 0295e8585e Automatic date update in version.in
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/version.h | 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 binutils-2_30-branch
in repository binutils-gdb.
from c594e0266e Automatic date update in version.in
new 21a376dbb0 Automatic date update in version.in
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/version.h | 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 d4a6a59bf38 [InstCombine] add some random FMF to tests so we know it's [...]
new e4507fb8c94 bpf: disable DwarfUsesRelocationsAcrossSections
new 4acf80e7043 [X86][MMX] Generlize MMX_MOVD64rr combines to accept v4i16/ [...]
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:
lib/Target/BPF/MCTargetDesc/BPFMCAsmInfo.h | 2 +
lib/Target/X86/X86ISelLowering.cpp | 24 +-
test/CodeGen/X86/mmx-build-vector.ll | 406 ++++-------------------------
3 files changed, 75 insertions(+), 357 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 274527c9b5c Resubmit r325107 (case folding DJB hash)
new d4a6a59bf38 [InstCombine] add some random FMF to tests so we know it'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:
test/Transforms/InstCombine/fmul.ll | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 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 fda791f47a1 [Hexagon] Add TargetRegisterInfo::getPointerRegClass() override
new 274527c9b5c Resubmit r325107 (case folding DJB hash)
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/Support/DJB.h | 4 +
include/llvm/Support/Unicode.h | 4 +
lib/Support/CMakeLists.txt | 1 +
lib/Support/DJB.cpp | 80 ++++-
lib/Support/UnicodeCaseFold.cpp | 742 +++++++++++++++++++++++++++++++++++++++
unittests/Support/CMakeLists.txt | 1 +
unittests/Support/DJBTest.cpp | 96 +++++
utils/unicode-case-fold.py | 137 ++++++++
8 files changed, 1063 insertions(+), 2 deletions(-)
create mode 100644 lib/Support/UnicodeCaseFold.cpp
create mode 100644 unittests/Support/DJBTest.cpp
create mode 100755 utils/unicode-case-fold.py
--
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 838f6d8d22 CodeGen: handle blocks correctly when inalloca'ed
new 30f9051d7d [Driver] Generate .eh_frame_hdr for static executables too.
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/Driver/ToolChains/Gnu.cpp | 4 +---
test/Driver/linux-ld.c | 2 +-
2 files changed, 2 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 glibc.
from 30bfee2630 Remove miscellaneous debris from libio.
new 315304d24a hurd: Add sysdep-cancel.h
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 | 1 +
sysdeps/{generic => mach/hurd}/sysdep-cancel.h | 7 ++++---
2 files changed, 5 insertions(+), 3 deletions(-)
copy sysdeps/{generic => mach/hurd}/sysdep-cancel.h (56%)
--
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 2f11b47f482 [X86][MMX] Add MMX_MOVD64rr build vector tests showing unde [...]
new 8ff0fbbcf6b [InstCombine] add and use Create*FMF functions; NFC
new fda791f47a1 [Hexagon] Add TargetRegisterInfo::getPointerRegClass() override
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/InstrTypes.h | 21 +++++++++++++++++++++
lib/Target/Hexagon/HexagonRegisterInfo.cpp | 5 +++++
lib/Target/Hexagon/HexagonRegisterInfo.h | 4 ++++
.../InstCombine/InstCombineMulDivRem.cpp | 22 +++++++---------------
4 files changed, 37 insertions(+), 15 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 734c4808f82 [ORC] Switch to shared_ptr ownership for SymbolSources in VSOs.
new 2f11b47f482 [X86][MMX] Add MMX_MOVD64rr build vector tests showing unde [...]
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/mmx-build-vector.ll | 204 +++++++++++++++++++++++++++++++++++
1 file changed, 204 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.