This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 459a6e8 [PM] Remove a pointless optimization.
new 447ea17 [NewGVN] Simplify a bit removing else after return. NFCI.
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/NewGVN.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 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 0f9492a [PM] Add more dedicated testing to cover the invalidation log [...]
new 124216b Attempt to make the Windows bots green after r290609.
new 459a6e8 [PM] Remove a pointless optimization.
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:
lib/Analysis/AliasAnalysis.cpp | 3 ---
lib/Analysis/BasicAliasAnalysis.cpp | 3 ---
test/MC/AArch64/shift_extend_op_w_symbol.s | 2 +-
3 files changed, 1 insertion(+), 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 21f0f3a [ThinLTO] Fix "||" vs "|" mixup.
new 7c0b2ec [MemCpyOpt] Don't sink LoadInst below possible clobber.
new 0f9492a [PM] Add more dedicated testing to cover the invalidation log [...]
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:
lib/Transforms/Scalar/MemCpyOptimizer.cpp | 16 +++++---
test/Analysis/BasicAA/invalidation.ll | 47 +++++++++++++++++++++++
test/Transforms/MemCpyOpt/load-store-to-memcpy.ll | 36 +++++++++++++++++
3 files changed, 94 insertions(+), 5 deletions(-)
create mode 100644 test/Analysis/BasicAA/invalidation.ll
create mode 100644 test/Transforms/MemCpyOpt/load-store-to-memcpy.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 d3de145 [AArch64][AsmParser] Add support for parsing shift/extend ope [...]
new 21f0f3a [ThinLTO] Fix "||" vs "|" mixup.
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/Analysis/ModuleSummaryAnalysis.cpp | 2 +-
test/ThinLTO/X86/Inputs/module_asm2.ll | 4 +++
test/ThinLTO/X86/module_asm2.ll | 58 +++++++++++++++++++++++++++++-----
3 files changed, 55 insertions(+), 9 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 ccb8b7f Declare getentropy in <unistd.h> [BZ #17252]
new c32bb03 Fix typo in manual for iseqsig
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 | 4 ++++
manual/arith.texi | 2 +-
2 files changed, 5 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 aed6803 libmpx/
new 94ac533 * config/i386/i386.md (VI_512): Remove. (vcond<V_512:mode>< [...]
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 | 7 +++++++
gcc/config/i386/sse.md | 22 ++++++++--------------
2 files changed, 15 insertions(+), 14 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 d8dc65b [AMDGPU][llvm-mc] Predefined symbols to access register count [...]
new d3de145 [AArch64][AsmParser] Add support for parsing shift/extend ope [...]
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/AArch64/AsmParser/AArch64AsmParser.cpp | 8 +++--
test/MC/AArch64/shift_extend_op_w_symbol.s | 42 +++++++++++++++++++++++
2 files changed, 47 insertions(+), 3 deletions(-)
create mode 100644 test/MC/AArch64/shift_extend_op_w_symbol.s
--
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 7d68cda resolv: Remove processing of unimplemented "spoof" host.conf options
new ccb8b7f Declare getentropy in <unistd.h> [BZ #17252]
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 | 5 +++++
posix/unistd.h | 5 +++++
2 files changed, 10 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 4c397d7 [MemDep] Operand visited twice bugfix
new d8dc65b [AMDGPU][llvm-mc] Predefined symbols to access register count [...]
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/AsmParser/AMDGPUAsmParser.cpp | 63 ++++++++++++++++++++---
test/MC/AMDGPU/sym_kernel_scope.s | 59 +++++++++++++++++++++
test/MC/AMDGPU/{symbol_special.s => sym_option.s} | 0
3 files changed, 115 insertions(+), 7 deletions(-)
create mode 100644 test/MC/AMDGPU/sym_kernel_scope.s
rename test/MC/AMDGPU/{symbol_special.s => sym_option.s} (100%)
--
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 5c6e674 sunrpc: Always obtain AF_INET addresses from NSS [BZ #20964]
new 7d68cda resolv: Remove processing of unimplemented "spoof" host.conf options
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 | 9 +++++++++
resolv/res_hconf.c | 36 ------------------------------------
resolv/res_hconf.h | 2 --
3 files changed, 9 insertions(+), 38 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.