This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e879f96 NewGVN: Rename InitialClass to TOP, which is what most people [...]
new 27b5bfd [GlobalISel] Translate insertelement and extractelement
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/CodeGen/GlobalISel/IRTranslator.h | 10 +++---
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 24 +++++++++++++
include/llvm/Target/GenericOpcodes.td | 18 ++++++++++
include/llvm/Target/TargetOpcodes.def | 6 ++++
lib/CodeGen/GlobalISel/IRTranslator.cpp | 30 ++++++++++++++++
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 40 ++++++++++++++++++++++
.../AArch64/GlobalISel/arm64-irtranslator.ll | 32 +++++++++++++++++
7 files changed, 154 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 49e0bf2 [SelectionDAG] Add support for BUILD_VECTOR to ComputeNumSignBits
new 70d8785 [SLP] Revert everything that has to do with memory access sorting.
new e879f96 NewGVN: Rename InitialClass to TOP, which is what most people [...]
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/LoopAccessAnalysis.h | 10 --
lib/Analysis/LoopAccessAnalysis.cpp | 51 ------
lib/Transforms/Scalar/NewGVN.cpp | 50 +++---
lib/Transforms/Vectorize/SLPVectorizer.cpp | 179 +++++++--------------
test/Transforms/SLPVectorizer/X86/jumbled-load.ll | 154 +++---------------
test/Transforms/SLPVectorizer/X86/jumbled-same.ll | 43 -----
.../SLPVectorizer/X86/reduction_loads.ll | 27 ++--
test/Transforms/SLPVectorizer/X86/store-jumbled.ll | 27 ++--
8 files changed, 137 insertions(+), 404 deletions(-)
delete mode 100644 test/Transforms/SLPVectorizer/X86/jumbled-same.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 84ebe3f Fix out-of-bounds write in RTL function reader (PR bootstrap/79952)
new 3b496eb c-indentation.c: workaround xgettext limitation (PR c/79921)
new 7ea97fb 2017-03-10 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
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:
gcc/ChangeLog | 10 ++++++++++
gcc/c-family/ChangeLog | 6 ++++++
gcc/c-family/c-indentation.c | 4 ++--
gcc/config/rs6000/rs6000-builtin.def | 4 ----
gcc/config/rs6000/rs6000.c | 4 ----
5 files changed, 18 insertions(+), 10 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 b101e28 [X86][SSE] Added tests showing missed truncations for sitofp [...]
new e953f86 [Support] Don't return an error if realPath fails.
new 05da18f CODE_OWNERS: Sort names
new b30be73 CODE_OWNERS: Take code ownership of instruction scheduling.
new 56bf757 [GlobalISel] Make LegalizerInfo accessible in LegalizerHelper
new 49e0bf2 [SelectionDAG] Add support for BUILD_VECTOR to ComputeNumSignBits
The 5 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:
CODE_OWNERS.TXT | 22 +++---
CREDITS.TXT | 4 +
include/llvm/CodeGen/GlobalISel/LegalizerHelper.h | 7 +-
lib/CodeGen/GlobalISel/Legalizer.cpp | 3 +-
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 16 ++--
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 6 ++
lib/Support/Windows/Path.inc | 5 +-
test/CodeGen/X86/known-signbits-vector.ll | 91 +++++++----------------
8 files changed, 63 insertions(+), 91 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 8828c0f rs6000: float128 on BE and 32-bit
new 84ebe3f Fix out-of-bounds write in RTL function reader (PR bootstrap/79952)
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 | 10 ++++++++++
gcc/read-rtl-function.c | 32 ++++++++++++++++++++++++++------
2 files changed, 36 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 compiler-rt.
from eb84803 Reapply r297382: "[compiler-rt][builtins] Add __isOSVersionAt [...]
new 2f55ecd [Builtin][ARM] Fix test case for uldivmod
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/builtins/Unit/arm/aeabi_uldivmod_test.c | 1 +
1 file changed, 1 insertion(+)
--
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 7b5d482 Make objdump's --wide command line option affect its output o [...]
new 5f4d108 c++/8218: Destructors w/arguments.
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 | 5 +++++
gdb/c-typeprint.c | 12 ++++++++++--
gdb/testsuite/ChangeLog | 8 ++++++++
gdb/testsuite/gdb.cp/templates.exp | 24 +++++++++++++++---------
4 files changed, 38 insertions(+), 11 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 9ae6227 Fix test failure when Home directory cannot be found.
new b101e28 [X86][SSE] Added tests showing missed truncations for sitofp [...]
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/known-signbits-vector.ll | 109 ++++++++++++++++++++++++++++++
1 file changed, 109 insertions(+)
create mode 100644 test/CodeGen/X86/known-signbits-vector.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 clang.
from 7281b53 [OpenCL] Fix type compatibility check and generic AS mangling.
new 4dfcf06 [mips][msa] Remove range checks for non-immediate sld.[bhwd] [...]
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/Sema/SemaChecking.cpp | 4 ----
test/CodeGen/builtins-mips-msa-error.c | 10 ----------
test/CodeGen/builtins-mips-msa.c | 5 +++++
3 files changed, 5 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 gcc.
from 12ac128 PR c++/79960 - alias templates and partial ordering
new 8828c0f rs6000: float128 on BE and 32-bit
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/rs6000/rs6000.c | 8 ++++++++
libgcc/ChangeLog | 9 +++++++++
libgcc/config.in | 3 ---
libgcc/configure | 12 +++++++-----
libgcc/configure.ac | 12 +++++++-----
6 files changed, 37 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.