This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 6ba336d Don't produce an error for undefined entry symbol.
new 7ef1038 Simplify SORT and --sort-section command line option handling.
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:
ELF/LinkerScript.cpp | 54 ++++++++++++++++++++------------------------
test/ELF/linkerscript/sort.s | 4 ++++
2 files changed, 28 insertions(+), 30 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 2c46d11 Build s_nan* objects from a generic template
new aea5c83 Fix exc2signal.c template
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 +++++++
hurd/exc2signal.c | 24 ++++++++++++------------
2 files changed, 19 insertions(+), 12 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 8837917 Remove remnants of .og patterns
new 9f9834f Make ldexpF generic.
new fc7f469 Remove __nan{f,,l} macros
new 2c46d11 Build s_nan* objects from a generic template
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:
ChangeLog | 61 ++++++++++++++++++++++
math/Makefile | 25 ++++++---
math/{s_ldexp.c => s_ldexp_template.c} | 20 ++++---
math/s_ldexpf.c | 32 ------------
math/s_ldexpl.c | 33 ------------
math/{s_nan.c => s_nan_template.c} | 16 +++---
math/s_nanf.c | 33 ------------
math/s_nanl.c | 33 ------------
sysdeps/generic/math-type-macros-double.h | 11 ++--
sysdeps/generic/math-type-macros-float.h | 1 +
sysdeps/generic/math-type-macros-ldouble.h | 1 +
sysdeps/generic/math-type-macros.h | 17 +++++-
sysdeps/generic/math_private.h | 7 ---
sysdeps/ieee754/ldbl-opt/math-type-macros-double.h | 1 +
sysdeps/ieee754/ldbl-opt/s_ldexp.c | 25 ++++++++-
sysdeps/ieee754/ldbl-opt/s_ldexpl.c | 27 ++++++++--
sysdeps/ieee754/ldbl-opt/s_nan.c | 5 --
sysdeps/ieee754/ldbl-opt/s_nanl.c | 5 --
18 files changed, 169 insertions(+), 184 deletions(-)
rename math/{s_ldexp.c => s_ldexp_template.c} (63%)
delete mode 100644 math/s_ldexpf.c
delete mode 100644 math/s_ldexpl.c
rename math/{s_nan.c => s_nan_template.c} (84%)
delete mode 100644 math/s_nanf.c
delete mode 100644 math/s_nanl.c
delete mode 100644 sysdeps/ieee754/ldbl-opt/s_nan.c
delete mode 100644 sysdeps/ieee754/ldbl-opt/s_nanl.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 19dfeb0 [Profile] code refactoring: make getStep a method in base class
new ba03c81 [x86] split up tests, regenerate checks
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/copysign-constant-magnitude.ll | 215 +++++++++++++++---------
1 file changed, 133 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 3051c6d ASAN: Don't drop debug info attachements for global variables [...]
new ba27f9f Revert "[AArch64] Properly validate the reciprocal estimation."
new 1bacc96 Revert "[AArch64] Use the reciprocal estimation machinery"
new 121f676 Revert part of "AArch64: Do not test for CPUs, use SubtargetF [...]
new 19dfeb0 [Profile] code refactoring: make getStep a method in base class
The 4 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/IntrinsicInst.h | 2 +-
lib/IR/IntrinsicInst.cpp | 10 +
lib/Target/AArch64/AArch64.td | 4 -
lib/Target/AArch64/AArch64ISelLowering.cpp | 42 ----
lib/Target/AArch64/AArch64ISelLowering.h | 9 -
lib/Target/AArch64/AArch64InstrInfo.td | 29 ---
lib/Target/AArch64/AArch64Subtarget.h | 2 -
lib/Target/AArch64/AArch64TargetMachine.cpp | 28 +--
lib/Target/AArch64/AArch64TargetMachine.h | 2 +-
lib/Transforms/Instrumentation/InstrProfiling.cpp | 10 +-
test/CodeGen/AArch64/recp-fastmath.ll | 113 -----------
test/CodeGen/AArch64/sqrt-fastmath.ll | 230 ----------------------
12 files changed, 15 insertions(+), 466 deletions(-)
delete mode 100644 test/CodeGen/AArch64/recp-fastmath.ll
delete mode 100644 test/CodeGen/AArch64/sqrt-fastmath.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 clang.
from 616f116 Add some entropy to the folder name in Driver/warning-options.cpp.
new 736e9a7 [CMake] Support overriding CLANG_VERSION_*
new 5c8f490 Fix a regex error breaking tests.
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:
CMakeLists.txt | 14 ++++++++++----
test/Driver/warning-options.cpp | 2 +-
2 files changed, 11 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 gcc.
from bd2d757 syscall: build export_unix_test.go on solaris
new 4345f45 * trans-intrinsic.c (conv_expr_ref_to_caf_ref): Adjust fall [...]
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 | 5 +++++
gcc/fortran/trans-intrinsic.c | 2 +-
2 files changed, 6 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 gcc.
from 4175b76 * config/i386/i386.md (mult->ashift peephole2s): Use pow2p_h [...]
new bd2d757 syscall: build export_unix_test.go on solaris
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/go/gofrontend/MERGE | 2 +-
libgo/go/syscall/export_unix_test.go | 2 +-
2 files changed, 2 insertions(+), 2 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 95aa5d9 [docs] Extend the code coverage docs some more
new bcac03f [cleanup] Remove excessive padding from TextTokenRetokenizer: [...]
new 6ec8bc1 Fix typo in documentation.
new f127b47 CodeGen: further merge cstring literal construction
new 616f116 Add some entropy to the folder name in Driver/warning-options.cpp.
The 4 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:
docs/UndefinedBehaviorSanitizer.rst | 4 ++--
lib/AST/CommentParser.cpp | 2 +-
lib/CodeGen/CGObjCMac.cpp | 32 +++++++++++++++++++-------------
test/CodeGenObjCXX/arc-blocks.mm | 2 +-
test/Driver/warning-options.cpp | 4 ++--
5 files changed, 25 insertions(+), 19 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 864e0ff Fix syntactical nit from r281990.
new 3051c6d ASAN: Don't drop debug info attachements for global variables [...]
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:
.../Instrumentation/AddressSanitizer.cpp | 7 ++++++
.../AddressSanitizer/debug-info-global-var.ll | 28 ++++++++++++++++++++++
2 files changed, 35 insertions(+)
create mode 100644 test/Instrumentation/AddressSanitizer/debug-info-global-var.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.