This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bcca9da [x86] add tests to show current codegen for vblendv*; NFC
new 85df517 [LVI] Switch from BFS to DFS exploration order
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/LazyValueInfo.cpp | 30 ++++++++++++++++--------------
1 file changed, 16 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 ff6fd30 GlobalISel: legalize narrow G_SELECTS on AArch64.
new bcca9da [x86] add tests to show current codegen for vblendv*; NFC
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/X86/vselect-pcmp.ll | 319 +++++++++++++++++++++++++++++++++++++++
1 file changed, 319 insertions(+)
create mode 100644 test/CodeGen/X86/vselect-pcmp.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 gcc.
from ceed77e * de.po, fr.po, sv.po: Update.
new c5d9a66 Daily bump.
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/DATESTAMP | 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-5-branch
in repository gcc.
from df26210 gcc/ChangeLog:
new 982f518 Daily bump.
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/DATESTAMP | 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-6-branch
in repository gcc.
from f269d51 2017-02-06 Dominique d'Humieres <dominiq(a)lps.ens.fr>
new 2dade89 Daily bump.
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/DATESTAMP | 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 binutils-gdb.
from 65f90e8 [ld, testsuite] Don't print to stdout for "readelf -w" to avo [...]
new 8a78ba5 Automatic date update in version.in
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:
bfd/version.h | 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 gdb-7.12-branch
in repository binutils-gdb.
from 3d22d23 Automatic date update in version.in
new 8aa972d Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_28-branch
in repository binutils-gdb.
from f674f79 Automatic date update in version.in
new 9a055a8 Automatic date update in version.in
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:
bfd/version.h | 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 8ee4396 Fix the samplepgo indirect call promotion bug: we should not [...]
new ff6fd30 GlobalISel: legalize narrow G_SELECTS on AArch64.
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/GlobalISel/LegalizerHelper.cpp | 23 ++++++++++++++++++++++
lib/Target/AArch64/AArch64LegalizerInfo.cpp | 5 ++++-
.../CodeGen/AArch64/GlobalISel/legalize-simple.mir | 20 ++++++++++++++-----
3 files changed, 42 insertions(+), 6 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 3d7650e [Hexagon] Adding gp+ to the syntax of gp-relative instructions
new 9075e80 Revert "[Hexagon] Address ASAN and UBSAN failures after r294226"
new 8ee4396 Fix the samplepgo indirect call promotion bug: we should not [...]
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/Analysis/IndirectCallSiteVisitor.h | 12 ++----------
include/llvm/IR/CallSite.h | 14 ++++++++++++++
lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp | 16 +++++++++-------
lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.h | 2 +-
lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.cpp | 10 +++-------
lib/Transforms/IPO/SampleProfile.cpp | 3 ++-
test/Transforms/SampleProfile/Inputs/indirect-call.prof | 3 +++
test/Transforms/SampleProfile/indirect-call.ll | 15 +++++++++++++++
8 files changed, 49 insertions(+), 26 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.