This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a350f5d [X86][SSE] Demonstrate inability to recognise that (v)cvtpd2d [...]
new 0504d91 Fix some more asserts after r279466.
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/MachineInstr.cpp | 2 +-
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 2 +-
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 +-
3 files changed, 3 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 master
in repository llvm.
from 7fd3acf [Hexagon] Packetize return value setup with the return instruction
new a350f5d [X86][SSE] Demonstrate inability to recognise that (v)cvtpd2d [...]
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/sse2-intrinsics-x86.ll | 38 +++++++++++++++++++++++++++++++++
1 file changed, 38 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 newlib.
from 3f36c6f Add __get_C_locale inline function and fix new locale code fo [...]
new 7501249 Mention strerror_l in libc/string/strings.tex
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:
newlib/libc/string/strings.tex | 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 629209c Add C++17 constexpr to debug and profile mode arrays
new 56610eb 2016-08-23 Fritz Reese <fritzoreese(a)gmail.com>
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 | 4 ++++
gcc/fortran/interface.c | 2 +-
2 files changed, 5 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 llvm.
from ee836b9 [Profile] refactor meta data copying/swapping code
new bda1572 Rename unittests/ADT/ilistTest.cpp to ilistTestTemp.cpp (temp [...]
new d2746ea Fix windows build failure
new 7fd3acf [Hexagon] Packetize return value setup with the return instruction
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/IR/Instruction.h | 3 +-
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 7 ++--
test/CodeGen/Hexagon/packetize-return-arg.ll | 37 ++++++++++++++++++++++
unittests/ADT/CMakeLists.txt | 2 +-
unittests/ADT/{ilistTest.cpp => ilistTestTemp.cpp} | 5 ++-
5 files changed, 48 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/Hexagon/packetize-return-arg.ll
rename unittests/ADT/{ilistTest.cpp => ilistTestTemp.cpp} (97%)
--
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 newlib.
from 2ea3993 Export and document strerror_l, strptime_l, wcsftime_l from Cygwin
new 3f36c6f Add __get_C_locale inline function and fix new locale code fo [...]
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:
newlib/libc/locale/duplocale.c | 8 ++++++--
newlib/libc/locale/freelocale.c | 5 ++++-
newlib/libc/locale/locale.c | 5 +++++
newlib/libc/locale/newlocale.c | 8 ++++++--
newlib/libc/locale/setlocale.h | 16 +++++++++++++++-
5 files changed, 36 insertions(+), 6 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 19961a7 2016-08-23 Richard Biener <rguenther(a)suse.de>
new 629209c Add C++17 constexpr to debug and profile mode arrays
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:
libstdc++-v3/ChangeLog | 4 +++
libstdc++-v3/include/debug/array | 52 +++++++++++++++++++-------------------
libstdc++-v3/include/profile/array | 36 +++++++++++++-------------
3 files changed, 48 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 newlib.
from 9e0f9ec Send thread names to debugger
new 80e0ad1 Add missing declarations of str{n}casecmp_l to strings.h.
new 463a8af Implement missing POSIX-1.2008 function strerror_l
new e636fe3 Implement GNU extension wcsftime_l
new 0ecb846 Implement GNU extension strptime_l
new 2ea3993 Export and document strerror_l, strptime_l, wcsftime_l from Cygwin
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:
newlib/libc/include/strings.h | 5 +++
newlib/libc/include/time.h | 5 +++
newlib/libc/include/wchar.h | 4 ++
newlib/libc/string/strerror.c | 19 +++++++-
newlib/libc/time/strftime.c | 5 +--
newlib/libc/time/strptime.c | 80 +++++++++++++++++-----------------
winsup/cygwin/common.din | 3 ++
winsup/cygwin/errno.cc | 7 +++
winsup/cygwin/include/cygwin/version.h | 3 +-
winsup/cygwin/libc/strptime.cc | 74 +++++++++++++++++++------------
winsup/cygwin/release/2.6.0 | 12 ++---
winsup/doc/new-features.xml | 10 ++---
winsup/doc/posix.xml | 3 ++
13 files changed, 148 insertions(+), 82 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 66bde5c [X86][AVX] Updated fptosi_2f64_to_4i32 test to show missed op [...]
new 20885de Work around PR29097 to get the module bots going again. This [...]
new ee836b9 [Profile] refactor meta data copying/swapping code
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/ADT/ilist.h | 4 +--
include/llvm/IR/Instruction.h | 10 +++++++
lib/IR/Instruction.cpp | 54 +++++++++++++++++++++++++++-------
lib/IR/Instructions.cpp | 10 +------
lib/Transforms/Scalar/LoopUnswitch.cpp | 45 +++++-----------------------
5 files changed, 64 insertions(+), 59 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 8479207 [X86][AVX] Add v2i32 fp to int conversion tests
new 66bde5c [X86][AVX] Updated fptosi_2f64_to_4i32 test to show missed op [...]
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/vec_fp_to_int.ll | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.