This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aaribaud/y2038-2.26-rfc-2
in repository glibc.
at 32547625ef Y2038: add _TIME_BITS support
This branch includes the following new commits:
new 2f9c6cafba Y2038: add type __time64_t
new ef315223aa Y2038: add function __difftime64
new f02ab7e93f Y2038: add functions which have struct tm arguments
new d3b953a5ab Y2038: add function __mktime64 (and timelocal)
new 61b9402e9c Y2038: add function __timegm64
new 41fc696795 Y2038: add struct __timespec64
new eacd212ad2 Y2038: add function __clock_gettime64
new 6f085bbe99 Y2038: add function __clock_settime64
new 9de839d83c Y2038: add function __clock_getres64
new 0bc0d1dea9 Y2038: add function __clock_nanosleep64
new 4c21ac78ea Y2038: add function __timespec_get64
new 79a3e171e9 Y2038: add function __futimens64
new d67912b594 Y2038: add function __utimensat64
new 0210affdd1 Y2038: add function __sigtimedwait64
new 666c838ec6 Y2038: add struct __timeval64
new e0dcc04aa3 Y2038: add function __futimes64
new 32b48ad019 Y2038: add function __lutimes64
new df2398b633 Y2038: add struct __itimerspec64
new 7138a4fbd8 Y2038: add function __timer_gettime64
new d35a0f6336 Y2038: add function __timer_settime64
new ec976bd050 Y2038: add function __timerfd_gettime64
new 4f595f16ce Y2038: add function __timerfd_settime64
new 9b32cdcdbe Y2038: add struct __stat64_t64
new 8d83506c96 Y2038: add function __fstat64_t64 (and __fxstat64_t64)
new 7998a87d4a Y2038: add function __stat64_t64 (and __xstat64_t64)
new 02dc5c1d28 Y2038: add function __lstat64_t64 (and __lxstat64_t64)
new 0f7cd6e899 Y2038: add function __fstatat64_t64 (and __fxstatat_t64)
new c5f681ee5d Y2038: add function __time_t64
new 9d18bf1706 Y2038: add function __stime_t64
new 16f13de035 Y2038: add function __utimes_t64
new 1bf9b397d1 Y2038: add function __gettimeofday_t64
new d98a1dc82d Y2038: add function __settimeofday_t64
new 453ceca3a9 Y2038: add function __mq_timedreceived_t64
new 00bd3868ea Y2038: add function __mq_timedsend_t64
new cde3b2e417 Y2038: add function __msgctl_t64
new 22bb8d31c2 Y2038: add function __sched_rr_get_interval_t64
new 8ba43c0b20 Y2038: add function __nanosleep64_t64
new 3dc41d54cb Y2038: add function __adjtime_t64
new f0b1d8ea19 Y2038: add function __utime_t64
new d4510e8668 Y2038: add struct __itimerval_t64
new 71944d0f54 Y2038: add function __getitimer_t64
new 91400f4f4d Y2038: add function __setitimer_t64
new 6ee85296ac Y2038: add functions using futexes
new d79aae6566 Y2038: add function __getrusage_t64
new bbe7e2b387 Y2038: add struct __ntp_timeval_t64
new 020fee08d6 Y2038: add function __ntp_gettime_t64
new 1a0aeae1a8 Y2038: add function __ntp_gettimex_t64
new 617e42d434 Y2038: add function __adjtimex_t64 (and __ntp_adjtime_t64)
new 7901ca5392 Y2038: add function pselect
new fab4e3b361 Y2038: add function select
new 957839da80 Y2038: add RPC functions
new 32547625ef Y2038: add _TIME_BITS support
The 52 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.
--
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 c97363b2c1 Add a testcase to check that debug info is upgraded when com [...]
new 7b93fc9054 [refactor] Simplify the refactoring interface
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:
.../Tooling/Refactoring/RefactoringActionRule.h | 20 ++-
.../RefactoringActionRuleRequirements.h | 71 ++++----
.../RefactoringActionRuleRequirementsInternal.h | 104 ------------
.../Tooling/Refactoring/RefactoringActionRules.h | 114 +++++++------
.../Refactoring/RefactoringActionRulesInternal.h | 178 +++++++++------------
.../Refactoring/RefactoringResultConsumer.h | 23 ---
.../Refactoring/SourceSelectionConstraints.h | 114 -------------
lib/Tooling/Refactoring/CMakeLists.txt | 1 -
lib/Tooling/Refactoring/Rename/RenamingAction.cpp | 90 +++++++----
.../Refactoring/SourceSelectionConstraints.cpp | 23 ---
unittests/Tooling/RefactoringActionRulesTest.cpp | 129 +++++++--------
11 files changed, 308 insertions(+), 559 deletions(-)
delete mode 100644 include/clang/Tooling/Refactoring/RefactoringActionRuleRequirem [...]
delete mode 100644 include/clang/Tooling/Refactoring/SourceSelectionConstraints.h
delete mode 100644 lib/Tooling/Refactoring/SourceSelectionConstraints.cpp
--
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 gcc-6-branch
in repository gcc.
from 0f3a480c262 [gcc]
new 0cdb3630f58 Backported from mainline 2017-09-30 Jakub Jelinek <jaku [...]
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/ChangeLog | 8 ++++++++
gcc/config/i386/i386.c | 8 ++++----
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 gcc-5-branch
in repository gcc.
from e841888236a [gcc]
new 50b1b076ff0 Backported from mainline 2017-09-30 Jakub Jelinek <jaku [...]
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/ChangeLog | 8 ++++++++
gcc/config/i386/i386.c | 8 ++++----
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 clang.
from c6d74ce7e8 Revert "Add /System/Library/PrivateFrameworks as a header se [...]
new c97363b2c1 Add a testcase to check that debug info is upgraded when 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:
test/CodeGen/verify-debuginfo.ll | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 test/CodeGen/verify-debuginfo.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 86395f102e [Analyzer] Make testing scripts flake8 compliant
new c6d74ce7e8 Revert "Add /System/Library/PrivateFrameworks as a header se [...]
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/Frontend/InitHeaderSearch.cpp | 1 -
1 file changed, 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 03048ddd782 [InstCombine] add icmp (lshr X, C1), C2 test; NFC
new fc20547ae6d [InstCombine] remove one-use restriction for icmp (shr exac [...]
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/InstCombine/InstCombineCompares.cpp | 12 ++++++------
test/Transforms/InstCombine/icmp-shr.ll | 2 +-
2 files changed, 7 insertions(+), 7 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 669e5cb88da CodeView symbol dumper: use symbolic names for registers
new 50b210a97a6 Update getMergedLocation to check the instruction type and [...]
new 03048ddd782 [InstCombine] add icmp (lshr X, C1), C2 test; NFC
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/DebugInfoMetadata.h | 12 +++++++----
include/llvm/IR/Instruction.h | 15 +++++++++++++
lib/IR/DebugInfo.cpp | 23 ++++++++++++++++++++
lib/Transforms/IPO/FunctionImport.cpp | 4 ++++
lib/Transforms/InstCombine/InstCombineInternal.h | 4 ++--
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 3 +--
lib/Transforms/InstCombine/InstCombinePHI.cpp | 25 +++++++++++-----------
lib/Transforms/Utils/SimplifyCFG.cpp | 25 ++++++++++------------
test/Transforms/InstCombine/icmp-shr.ll | 15 +++++++++++++
test/Transforms/SimplifyCFG/remove-debug.ll | 22 +++++++++++--------
10 files changed, 105 insertions(+), 43 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 libunwind.
from 1af0a82 SjLj: Fix building after SVN r314632
new 02a106e Fix building on macOS after SVN r314492
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/UnwindRegistersRestore.S | 6 +++---
src/UnwindRegistersSave.S | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.