This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from e01eadd Match backslashes in undef.s test on Windows
new 4da58c3 Fix test now that --reproduce takes a full filename.
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/ELF/reproduce-windows2.s | 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 compiler-rt.
from 56faee7 [ubsan] Minimize size of data for type_mismatch (Redo of D19668)
new 9fcfdd0 [builtins] Implement __floattitf() & __floatuntitf()
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/builtins/CMakeLists.txt | 2 +
lib/builtins/{floattixf.c => floattitf.c} | 70 ++++----
lib/builtins/{floatuntixf.c => floatuntitf.c} | 68 ++++----
test/builtins/Unit/floattitf_test.c | 213 +++++++++++++++++++++++++
test/builtins/Unit/floatuntitf_test.c | 220 ++++++++++++++++++++++++++
5 files changed, 502 insertions(+), 71 deletions(-)
copy lib/builtins/{floattixf.c => floattitf.c} (52%)
copy lib/builtins/{floatuntixf.c => floatuntitf.c} (52%)
create mode 100644 test/builtins/Unit/floattitf_test.c
create mode 100644 test/builtins/Unit/floatuntitf_test.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 d130989 Use %z for size_t and avoid deprecated string functions
new 2d3796d [DWARF] Null out the debug locs of (loop invariant) instructi [...]
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/Transforms/Scalar/LICM.cpp | 8 +++
test/DebugInfo/Generic/licm-hoist-debug-loc.ll | 75 ++++++++++++++++++++++++++
2 files changed, 83 insertions(+)
create mode 100644 test/DebugInfo/Generic/licm-hoist-debug-loc.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 bd6c6bf 2017-01-06 Aaron Sawdey <acsawdey(a)linux.vnet.ibm.com> * gc [...]
new 50079af * read-rtl.c (rtx_reader::read_rtx_code): Avoid -Wsign-compa [...]
new 4004d22 * system.h (GCC_DIAGNOSTIC_PUSH_IGNORED, GCC_DIAGNOSTIC_POP, [...]
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 | 8 ++++++++
gcc/fortran/ChangeLog | 6 ++++++
gcc/fortran/simplify.c | 5 ++---
gcc/read-rtl.c | 2 +-
gcc/system.h | 12 ++++++++++++
5 files changed, 29 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 ed5adf8 [AArch64] Reduce vector insert/extract cost for Falkor.
new d130989 Use %z for size_t and avoid deprecated string functions
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/Support/TarWriter.cpp | 8 ++++----
1 file changed, 4 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 lld.
from f968aa9 Unbreak Darwin buildbots.
new e01eadd Match backslashes in undef.s test on Windows
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/ELF/undef.s | 6 +++---
1 file 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 clang.
from 6ad4377 Make ASTContext::getDeclAlign return the correct alignment fo [...]
new 91d69c3 [CUDA] Add a host target triple to cuda-version-check.cu
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/Driver/cuda-version-check.cu | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 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 40caa97 [X86][SSE] Pass float domain flag to shuffle combine match fu [...]
new ed5adf8 [AArch64] Reduce vector insert/extract cost for Falkor.
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/AArch64/AArch64Subtarget.cpp | 1 +
test/Analysis/CostModel/AArch64/{kryo.ll => falkor.ll} | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
copy test/Analysis/CostModel/AArch64/{kryo.ll => falkor.ll} (93%)
--
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 df2df3e Add missing <cassert> include to testcase
new bd6c6bf 2017-01-06 Aaron Sawdey <acsawdey(a)linux.vnet.ibm.com> * gc [...]
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/testsuite/ChangeLog | 4 +
gcc/testsuite/gcc.dg/memcmp-1.c | 604 +++++++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/strncmp-1.c | 630 +++++++++++++++++++++++++++++++++++++++
3 files changed, 1238 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/memcmp-1.c
create mode 100644 gcc/testsuite/gcc.dg/strncmp-1.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 clang.
from 471e0b2 Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInv [...]
new 95fe8f8 Revert "Fix examples for recent shared_ptrification"
new 6ad4377 Make ASTContext::getDeclAlign return the correct alignment fo [...]
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:
examples/clang-interpreter/main.cpp | 2 +-
lib/AST/ASTContext.cpp | 4 +++-
test/Sema/warn-cast-align.c | 8 ++++++++
3 files changed, 12 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.