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 6ec1600f2 [hwasan] introduce __hwasan_print_memory_usage
new 5f312b5cc [hwasan] fix pthread_exit
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/hwasan/hwasan_thread.cc | 2 +-
test/hwasan/TestCases/pthread_exit.c | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)
create mode 100644 test/hwasan/TestCases/pthread_exit.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 binutils-gdb.
from d82b3862f1 compile: Remove non-const reference parameters
new 739ab2e92e Generate NT_PROCSTAT_{AUXV,VMMAP,PS_STRINGS} in FreeBSD coredumps
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 | 11 +++++++++++
gdb/fbsd-nat.c | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
gdb/fbsd-tdep.c | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
gdb/target.h | 4 ++++
4 files changed, 126 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 llvm.
from 63ca6b52d57 Revert r341413
new 9b5f11d5746 Fix a configure issue with Visual Studio generators.
new e465d88cdec [SampleFDO] Make sample profile loader unaware of compact f [...]
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:
cmake/modules/AddLLVM.cmake | 2 +-
include/llvm/ProfileData/SampleProf.h | 86 +++++++++++++++++++--
lib/ProfileData/SampleProf.cpp | 8 ++
lib/ProfileData/SampleProfReader.cpp | 1 +
lib/Testing/Support/SupportHelpers.cpp | 43 ++++++++---
lib/Transforms/IPO/SampleProfile.cpp | 23 +++---
.../Inputs/function_metadata.compact.afdo | Bin 0 -> 280 bytes
.../SampleProfile/Inputs/function_metadata.prof | 10 ++-
.../Inputs/indirect-call.compact.afdo | Bin 0 -> 497 bytes
test/Transforms/SampleProfile/function_metadata.ll | 1 +
test/Transforms/SampleProfile/indirect-call.ll | 1 +
11 files changed, 141 insertions(+), 34 deletions(-)
create mode 100644 test/Transforms/SampleProfile/Inputs/function_metadata.compact.afdo
create mode 100644 test/Transforms/SampleProfile/Inputs/indirect-call.compact.afdo
--
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 475f14d20 [libfuzzer] Correct typo in comment (test commit).
new 6ec1600f2 [hwasan] introduce __hwasan_print_memory_usage
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:
include/sanitizer/hwasan_interface.h | 3 ++
lib/hwasan/hwasan.cc | 18 +++++++
lib/hwasan/hwasan_allocator.cc | 4 ++
lib/hwasan/hwasan_allocator.h | 1 +
lib/hwasan/hwasan_interface_internal.h | 3 ++
lib/hwasan/hwasan_thread.cc | 18 +++++--
lib/hwasan/hwasan_thread.h | 14 ++++++
lib/sanitizer_common/sanitizer_ring_buffer.h | 8 ++--
test/hwasan/TestCases/print-memory-usage.c | 71 ++++++++++++++++++++++++++++
9 files changed, 133 insertions(+), 7 deletions(-)
create mode 100644 test/hwasan/TestCases/print-memory-usage.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 gcc.
from e5e29686920 [gcc]
new 449bd5bad5e * reg-stack.c (get_true_reg) <case FLOAT_TRUNCATE>: Reorde [...]
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 | 5 +++++
gcc/reg-stack.c | 17 +++++++++--------
2 files changed, 14 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 llvm.
from 9e212806533 Output per-function size-info remarks
new 63ca6b52d57 Revert r341413
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/AMDGPU/SIInstrInfo.cpp | 285 ++++++------------------
lib/Target/AMDGPU/SIInstrInfo.h | 6 -
lib/Target/AMDGPU/SIInstrInfo.td | 8 -
test/CodeGen/AMDGPU/mubuf-legalize-operands.ll | 230 -------------------
test/CodeGen/AMDGPU/mubuf-legalize-operands.mir | 239 --------------------
5 files changed, 67 insertions(+), 701 deletions(-)
delete mode 100644 test/CodeGen/AMDGPU/mubuf-legalize-operands.ll
delete mode 100644 test/CodeGen/AMDGPU/mubuf-legalize-operands.mir
--
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 bb146ec5a09 [LoopPassManager] MemorySSA should be preserved when enabled.
new 9e212806533 Output per-function size-info remarks
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:
include/llvm/IR/LegacyPassManagers.h | 15 ++++-
lib/Analysis/CallGraphSCCPass.cpp | 6 +-
lib/Analysis/LoopPass.cpp | 6 +-
lib/IR/LegacyPassManager.cpp | 123 ++++++++++++++++++++++++++++++----
test/Other/size-remarks.ll | 126 +++++++++++++++++++++++++++++++++--
5 files changed, 250 insertions(+), 26 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 linux.
from db44bf4b4768 Merge tag 'apparmor-pr-2018-09-06' of git://git.kernel.org [...]
new 6b0654620686 Revert "blk-throttle: fix race between blkcg_bio_issue_che [...]
new 59b57717fff8 blkcg: delay blkg destruction until after writeback has finished
new 3111885015b4 blkcg: use tryget logic when associating a blkg with a bio
new bc811f05d77f nbd: don't allow invalid blocksize settings
new 8b2ded1c94c0 block: don't warn when doing fsync on read-only devices
new d5274b3cd6a8 block: bfq: swap puts in bfqg_and_blkg_put
new ca16eb342ebe Merge tag 'for-linus-20180906' of git://git.kernel.dk/linux-block
The 7 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:
block/bfq-cgroup.c | 4 +-
block/bio.c | 3 +-
block/blk-cgroup.c | 105 +++++++++++++++++++++------------------------
block/blk-core.c | 5 ++-
block/blk-throttle.c | 5 ++-
drivers/block/nbd.c | 3 ++
include/linux/blk-cgroup.h | 45 ++++++++++++++++++-
mm/backing-dev.c | 5 +++
8 files changed, 111 insertions(+), 64 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 f2dd6bb73f6 Reland rL341509: "[llvm-dwp] Use buffer_stream if output fi [...]
new bb146ec5a09 [LoopPassManager] MemorySSA should be preserved when enabled.
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:
include/llvm/Transforms/Scalar/LoopPassManager.h | 4 ++--
lib/Analysis/LoopAnalysisManager.cpp | 4 ++--
2 files 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 llvm.
from 06ee15c9a59 Add missing #include for Testing/Support/SupportHelpers.h
new c04d05920ed [llvm-dwp] Use cl:: instead of using namespace cl
new f2dd6bb73f6 Reland rL341509: "[llvm-dwp] Use buffer_stream if output fi [...]
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:
test/tools/llvm-dwp/X86/merge.test | 6 ++----
tools/llvm-dwp/llvm-dwp.cpp | 36 ++++++++++++++++++++++--------------
2 files changed, 24 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.