This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from eceac97 Refactor write{Global,Local}Symbols.
new 2ff220b [PDB] Make streams carry their own endianness.
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:
COFF/PDB.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 gcc.
from 3d3eac6 Update .po files.
new 851e788 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 b84f8ec Daily bump.
new 246f6fb 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 3d39435 Daily bump.
new 78fe49f 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 9dfd0db Fix compilation with GCC 4.4.7.
new 279a558 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 f78016c Automatic date update in version.in
new 19ee0ef 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 6632f6a bfd: RISC-V: relax to gp in more cases.
new feab5b4 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 3ee59b3 [SLP] Load sorting should not try to sort things that aren't loads.
new 01609a3 [DebugInfo] Fix some Clang-tidy modernize and Include What Yo [...]
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/DebugInfo/DIContext.h | 22 +++++++-------
.../DebugInfo/DWARF/DWARFAbbreviationDeclaration.h | 34 +++++++++++++--------
.../llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h | 17 ++++++-----
include/llvm/DebugInfo/DWARF/DWARFAttribute.h | 20 ++++++-------
include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h | 18 ++++++-----
include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h | 12 ++++----
include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h | 13 ++++----
include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h | 14 +++++----
include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h | 35 ++++++++++------------
include/llvm/DebugInfo/DWARF/DWARFDebugLine.h | 33 +++++++++++++-------
include/llvm/DebugInfo/DWARF/DWARFDie.h | 30 ++++++++++++-------
include/llvm/DebugInfo/DWARF/DWARFFormValue.h | 26 +++++++++++-----
.../DWARF/DWARFAbbreviationDeclaration.cpp | 8 ++++-
lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp | 12 ++++++--
lib/DebugInfo/DWARF/DWARFDebugAbbrev.cpp | 6 +++-
lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp | 7 +++--
lib/DebugInfo/DWARF/DWARFDebugAranges.cpp | 10 ++++---
lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp | 18 +++++------
lib/DebugInfo/DWARF/DWARFDebugLine.cpp | 11 ++++++-
lib/DebugInfo/DWARF/DWARFDie.cpp | 29 ++++++++++--------
lib/DebugInfo/DWARF/DWARFFormValue.cpp | 28 +++++++++--------
21 files changed, 244 insertions(+), 159 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 6915c75 update pbxproj to match cmake config, broken in r296335
new 8607c9b Ah, this was an early exit to leave built products around, it [...]
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:
.../lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py | 1 -
1 file changed, 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 d6b8f75 Remove some code accidentally left in.
new f5567ad AMDGPU: Basic folds for fmed3 intrinsic
new 4b87fbf [MC] Implement the COFF directives in MCNullStreamer.
new 3ee59b3 [SLP] Load sorting should not try to sort things that aren't loads.
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:
include/llvm/IR/IRBuilder.h | 16 ++
include/llvm/IR/PatternMatch.h | 13 ++
lib/Analysis/LoopAccessAnalysis.cpp | 5 +
lib/IR/IRBuilder.cpp | 8 +
lib/MC/MCNullStreamer.cpp | 4 +
lib/Transforms/InstCombine/InstCombineCalls.cpp | 76 +++++++++
test/Transforms/InstCombine/amdgcn-intrinsics.ll | 182 ++++++++++++++++++++++
test/Transforms/SLPVectorizer/X86/jumbled-same.ll | 43 +++++
8 files changed, 347 insertions(+)
create mode 100644 test/Transforms/SLPVectorizer/X86/jumbled-same.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.