This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from f544500eef [XRay][clang] Emit "never-instrument" attribute
new 44383fe7b4 gcc is now returning the same output on this example, removi [...]
new 2cf9113b81 update the doc to compare with gcc 4.9 instead of 4.2
new 6667b4e8eb [analyzer][UninitializedObjectChecker] Fixed dereferencing
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:
.../UninitializedObject/UninitializedObject.h | 10 +-
.../UninitializedObjectChecker.cpp | 25 ++--
.../UninitializedObject/UninitializedPointee.cpp | 128 ++++++++++-----------
test/Analysis/cxx-uninitialized-object-ptr-ref.cpp | 92 ++++++++++++++-
test/Analysis/cxx-uninitialized-object.cpp | 41 +++++--
test/Analysis/objcpp-uninitialized-object.mm | 2 +-
www/diagnostics.html | 6 -
www/features.html | 7 +-
8 files changed, 212 insertions(+), 99 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 ca5f750004 Automatic date update in version.in
new bf32645253 Testsuite: Add gdb_simple_compile
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/testsuite/ChangeLog | 14 +++
gdb/testsuite/lib/gdb.exp | 245 ++++++++++++++--------------------------------
2 files changed, 89 insertions(+), 170 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 users/ahayward/variable_sve
in repository binutils-gdb.
at 9ad94eaded Aarch64 SVE: Support changing vector lengths in gdbserver
This branch includes the following new commits:
new 9eae688f9a Aarch64 SVE: Support changing vector lengths for ptrace
new ce7ec4c76f Aarch64 SVE: Support changing vector lengths in GDB
new 94db4093aa Name and seperate the union in gdbarch_info
new c749ff472d Add target_description_changed_p and target_get_tdep_info methods
new 182f44d672 Add gdbserver target methods target_validate_tdesc and arch_setup
new 9ad94eaded Aarch64 SVE: Support changing vector lengths in gdbserver
The 6 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 llvm.
from 95265ffb1fe [LoopInterchange] Preserve ScalarEvolution, by forgetting a [...]
new ad72545325c [ARM] bottom-top mul support in ARMParallelDSP
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/ARM/ARMParallelDSP.cpp | 179 +++++++++++++++---
test/CodeGen/ARM/paralleldsp-top-bottom-neg.ll | 209 ++++++++++++++++++++
test/CodeGen/ARM/paralleldsp-top-bottom.ll | 251 +++++++++++++++++++++++++
3 files changed, 612 insertions(+), 27 deletions(-)
create mode 100644 test/CodeGen/ARM/paralleldsp-top-bottom-neg.ll
create mode 100644 test/CodeGen/ARM/paralleldsp-top-bottom.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 linux.
from 0f9aeeac1df7 Merge tag 'drm-fixes-2018-09-14' of git://anongit.freedesk [...]
new e4b069e0945f dm verity: fix crash on bufio buffer that was allocated wi [...]
new 432061b3da64 dm: disable CRYPTO_TFM_REQ_MAY_SLEEP to fix a GFP_KERNEL r [...]
new 38b0bd0cda07 dm raid: fix reshape race on small devices
new 644e2537fdc7 dm raid: fix stripe adding reshape deadlock
new c44a5ee803d2 dm raid: fix rebuild of specific devices by updating superblock
new 36a240a706d4 dm raid: fix RAID leg rebuild errors
new 5380c05b6829 dm raid: bump target version, update comments and documentation
new 3ab918281668 dm thin metadata: try to avoid ever aborting transactions
new a0efc03b7925 Merge tag 'for-4.19/dm-fixes' of git://git.kernel.org/pub/ [...]
new 8407879c4e0d nvmet-rdma: fix possible bogus dereference under heavy load
new bf93585ee1e2 Merge branch 'nvme-4.19' of git://git.infradead.org/nvme i [...]
new 01c5f85aebaa blk-cgroup: increase number of supported policies
new b228ba1cb95a null_blk: fix zoned support for non-rq based operation
new 4d8d9f540b78 Merge tag 'for-linus-20180913' of git://git.kernel.dk/linux-block
new 80d34810815b ovl: respect FIEMAP_FLAG_SYNC flag
new 5b910bd615ba ovl: fix GPF in swapfile_activate of file from overlayfs over xfs
new 17ef445f9bef Documentation/filesystems: update documentation of file_op [...]
new 45cd0faae371 vfs: add the fadvise() file operation
new 3d8f7615319b vfs: implement readahead(2) using POSIX_FADV_WILLNEED
new b833a3660394 ovl: add ovl_fadvise()
new 8c25741aaad8 ovl: fix oopses in ovl_fill_super() failure paths
new 48751b562bce Merge tag 'ovl-fixes-4.19-rc4' of git://git.kernel.org/pub [...]
new a6ae928c2583 Revert "printk: make sure to print log on console."
new a06b0c82a049 Merge tag 'printk-for-4.19-rc4' of git://git.kernel.org/pu [...]
The 24 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:
Documentation/device-mapper/dm-raid.txt | 4 +
Documentation/filesystems/vfs.txt | 21 ++++-
block/blk-cgroup.c | 4 +-
drivers/block/null_blk.h | 17 ++--
drivers/block/null_blk_main.c | 45 ++++++++--
drivers/block/null_blk_zoned.c | 34 +++----
drivers/md/dm-crypt.c | 10 +--
drivers/md/dm-integrity.c | 4 +-
drivers/md/dm-raid.c | 154 +++++++++++++-------------------
drivers/md/dm-thin-metadata.c | 36 +++++++-
drivers/md/dm-thin.c | 73 +++++++++++++--
drivers/md/dm-verity-target.c | 24 ++++-
drivers/nvme/target/rdma.c | 27 +++++-
fs/overlayfs/file.c | 23 ++++-
fs/overlayfs/inode.c | 10 +++
fs/overlayfs/super.c | 26 +++---
include/linux/blkdev.h | 2 +-
include/linux/fs.h | 5 ++
kernel/printk/printk.c | 12 ++-
mm/Makefile | 3 +-
mm/fadvise.c | 81 ++++++++++-------
mm/readahead.c | 45 ++++------
22 files changed, 422 insertions(+), 238 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 e7a6d63e5e1 [SystemZ] Adjust cost functions for subtargets that use LI [...]
new 95265ffb1fe [LoopInterchange] Preserve ScalarEvolution, by forgetting a [...]
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/LoopInterchange.cpp | 5 +++++
test/Transforms/LoopInterchange/interchangeable.ll | 2 +-
test/Transforms/LoopInterchange/phi-ordering.ll | 2 +-
3 files changed, 7 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 lldb.
from a5870b18f svn add the new files...
new db0a8e802 [PDB] Use the raw PDB symbol interface more accurately
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:
source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 52 +++++++++++++++++++-------
1 file changed, 39 insertions(+), 13 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 7af57b1c5fc * builtins.h (c_srlen): Add argument. * builtins.c (warn_ [...]
new 2ab0b41696e 2018-09-14 Richard Biener <rguenther(a)suse.de>
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 | 6 ++++++
gcc/tree-ssa-coalesce.c | 6 +++++-
2 files changed, 11 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 llvm.
from 54e576d2821 [Support] Treat null bytes as separator in windows command [...]
new e7a6d63e5e1 [SystemZ] Adjust cost functions for subtargets that use LI [...]
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/SystemZ/SystemZTargetTransformInfo.cpp | 12 +-
.../SystemZ/{cmp-ext.ll => cmp-ext-01.ll} | 96 ++--
test/Analysis/CostModel/SystemZ/cmp-ext-02.ll | 484 +++++++++++++++++++++
.../CostModel/SystemZ/scalar-cmp-cmp-log-sel.ll | 110 +++--
4 files changed, 614 insertions(+), 88 deletions(-)
rename test/Analysis/CostModel/SystemZ/{cmp-ext.ll => cmp-ext-01.ll} (96%)
create mode 100644 test/Analysis/CostModel/SystemZ/cmp-ext-02.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 llvm.
from 0d8c8e520f3 [InstCombine] Add some test cases for (add (sext x), (sext [...]
new 54e576d2821 [Support] Treat null bytes as separator in windows command [...]
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/CommandLine.cpp | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.