This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 4861f6dfd [libcxx] Support getentropy as a source of randomness for std [...]
new 9627e9b9f Corrected a typo in the building libc++ docs
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:
docs/BuildingLibcxx.rst | 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 gcc-7-branch
in repository gcc.
from 1b14570822a Daily bump.
new e125fe3cb99 2017-12-02 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
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:
libgfortran/ChangeLog | 11 +++++++++++
libgfortran/io/io.h | 2 +-
libgfortran/io/transfer.c | 10 ++++++----
libgfortran/io/unit.c | 1 +
4 files changed, 19 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 eb4696c3756 2017-12-02 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new 26148e208db Fix spelling error in log.
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:
libgfortran/ChangeLog | 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 fec09ca00e8 [SelectionDAG] Use the inlined APInt shift methods since we [...]
new 8b47f7bedd2 CodeGen: Fix SelectionDAGISel::LowerArguments for sret addr space
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/SelectionDAG/SelectionDAGBuilder.cpp | 20 +++++++++++++-------
test/CodeGen/AMDGPU/function-returns.ll | 16 ++++++++--------
2 files changed, 21 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 gcc.
from 57697c7afae Daily bump.
new eb4696c3756 2017-12-02 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
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:
libgfortran/ChangeLog | 10 ++++++++++
libgfortran/io/io.h | 2 +-
libgfortran/io/transfer.c | 10 ++++++----
libgfortran/io/unit.c | 1 +
4 files changed, 18 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 clang.
from ed13d69638 [WebAssembly] Pass through --undefined to Wasm LLD
new 9a4191042e Revert "[CodeGen] Add initial support for union members in TBAA"
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/CGExpr.cpp | 33 ++++++---------
lib/CodeGen/CodeGenModule.h | 5 +--
lib/CodeGen/CodeGenTBAA.cpp | 42 +++++++------------
lib/CodeGen/CodeGenTBAA.h | 19 ++-------
test/CodeGen/tbaa-union.cpp | 100 --------------------------------------------
test/CodeGen/union-tbaa1.c | 14 +++----
6 files changed, 38 insertions(+), 175 deletions(-)
delete mode 100644 test/CodeGen/tbaa-union.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 master
in repository llvm.
from 1f4bd62fa30 Reland "[WebAssembly] Add visibility flag to Wasm symbol flags""
new fec09ca00e8 [SelectionDAG] Use the inlined APInt shift methods since we [...]
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/SelectionDAG/SelectionDAG.cpp | 19 +++++++++++--------
1 file changed, 11 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 lld.
from 0f9513de8 [WebAssembly] Revert r319592 "Add support for visibility flag"
new 8ed8fd509 Reland "[WebAssembly] Add support for visibility flag""
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/wasm/Inputs/call-indirect.ll | 4 +--
test/wasm/Inputs/{ret32.ll => hidden.ll} | 9 +++++--
test/wasm/Inputs/ret32.ll | 2 +-
test/wasm/Inputs/ret64.ll | 2 +-
test/wasm/Inputs/weak-alias.ll | 2 +-
test/wasm/call-indirect.ll | 12 ++++-----
test/wasm/entry.ll | 2 +-
test/wasm/visibility-hidden.ll | 46 ++++++++++++++++++++++++++++++++
test/wasm/weak-alias-overide.ll | 6 ++---
test/wasm/weak-alias.ll | 6 ++---
test/wasm/weak-external.ll | 12 ++++-----
wasm/Symbols.cpp | 2 ++
wasm/Symbols.h | 1 +
wasm/Writer.cpp | 41 +++++++++++++---------------
14 files changed, 98 insertions(+), 49 deletions(-)
copy test/wasm/Inputs/{ret32.ll => hidden.ll} (54%)
create mode 100644 test/wasm/visibility-hidden.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 binutils-gdb.
from 6d83e819df Fix typo in poison.h
new 634a3254c8 Remove usage of find_inferior in regcache_invalidate_pid
new c91bb56b06 Remove usage of find_inferior in lynx_mourn
new da25033cd9 Remove usages of find_inferior in linux-mips-low.c
new 8dc7b443a6 Remove find_inferior_id
new 83e1b6c13a Remove find_inferior_in_random
new e4eb0dec0b Remove usage of find_inferior in last_thread_of_process_p
new 798a38e8de Remove usage of find_inferior in linux_detach
new 6b2a85daf5 Remove usage of find_inferior in linux_mourn
new 454296a2c1 Remove usage of find_inferior in find_lwp_pid
new a1385b7b88 Remove usages of find_inferior calling not_stopped_callback
new 39a64da5fc Remove usages of find_inferior in select_event_lwp
new 5a6b0a41df Remove usage of find_inferior in linux_stabilize_threads
new df3e4dbe66 Remove usages of find_inferior in stop_all_lwps
new c80825ff32 Remove usage of find_inferior in linux_resume
new e2b4407579 Remove usages of find_inferior that call proceed_one_lwp
new 8f86d7aa85 Update comments
new 9521758bf9 Remove find_inferior
new f004534791 Remove for_each_inferior
new c0e15c9bfd Remove for_each_inferior_with_data
The 19 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:
gdb/gdbserver/ChangeLog | 140 +++++++++++++++
gdb/gdbserver/inferiors.c | 63 +------
gdb/gdbserver/inferiors.h | 13 --
gdb/gdbserver/linux-low.c | 377 ++++++++++++++++++-----------------------
gdb/gdbserver/linux-mips-low.c | 37 ++--
gdb/gdbserver/lynx-low.c | 16 +-
gdb/gdbserver/regcache.c | 17 +-
gdb/gdbserver/server.c | 38 ++---
gdb/gdbserver/thread-db.c | 8 +-
gdb/gdbserver/win32-low.c | 29 +---
10 files changed, 352 insertions(+), 386 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 binutils-gdb.
from 035d856f2c Automatic date update in version.in
new 6d83e819df Fix typo in poison.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:
gdb/ChangeLog | 4 ++++
gdb/common/poison.h | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.