This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 68b20ca4d Fix building libc++ with the macOS 10.13 SDK with -mmacosx-ve [...]
new 52f9ca28a Implement P0777: Treating unnecessay decay
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/optional | 6 +++---
include/tuple | 8 ++++----
include/type_traits | 4 +---
include/variant | 8 ++++----
4 files changed, 12 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 lldb.
from c369d58de More correct handling of error cases C++ name parser
new 3a0c745b9 Pass --build-dir to dotest in the Xcode project
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:
lldb.xcodeproj/project.pbxproj | 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 1fb795d68ff [Hexagon] Extract HVX lowering and selection into HVX-speci [...]
new 92a98cdeb44 [DWARFv5] Emit .debug_line_str (in a non-DWO file).
new 0f44c538fb0 [InferAddressSpaces] Update uses of IRBuilder memory intrin [...]
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/MC/MCDwarf.h | 15 ++-
include/llvm/MC/MCObjectFileInfo.h | 2 +
include/llvm/MC/StringTableBuilder.h | 2 +-
lib/MC/MCDwarf.cpp | 131 ++++++++++++++++++++++-----
lib/MC/MCObjectFileInfo.cpp | 14 ++-
lib/MC/StringTableBuilder.cpp | 2 +
lib/Transforms/Scalar/InferAddressSpaces.cpp | 12 ++-
test/MC/ELF/debug-md5.s | 19 ++--
8 files changed, 157 insertions(+), 40 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 zorg.
from ed0da88 some initial dependences for LNT CTMark
new 08c66fe Also check dependencies on lnt-test-suite builds
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:
tasks/lnt-test-suite.sh | 4 ++++
1 file changed, 4 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 gcc.
from 9bb6ae625bc 2018-02-06 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 6c2f76d0f16 2018-02-06 Michael Collison <michael.collison(a)arm.com>
new ed6fa6f483e PR target/84146 * config/i386/i386.c (rest_of_insert_endb [...]
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 | 15 +++++++++++++++
gcc/config/arm/thumb2.md | 4 ++--
gcc/config/i386/i386.c | 22 +++++++++-------------
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.target/arm/pr7676.c | 20 ++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr84146.c | 14 ++++++++++++++
6 files changed, 69 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/pr7676.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr84146.c
--
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 5eede4c237a [Hexagon] Lower concat of more than 2 vectors into build_vector
new 1fb795d68ff [Hexagon] Extract HVX lowering and selection into HVX-speci [...]
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/Hexagon/Hexagon.td | 1 +
lib/Target/Hexagon/HexagonISelLowering.cpp | 246 ++-----------------
lib/Target/Hexagon/HexagonISelLowering.h | 7 +
lib/Target/Hexagon/HexagonISelLoweringHVX.cpp | 222 ++++++++++++++++-
lib/Target/Hexagon/HexagonPatterns.td | 339 --------------------------
lib/Target/Hexagon/HexagonPatternsHVX.td | 338 +++++++++++++++++++++++++
6 files changed, 572 insertions(+), 581 deletions(-)
create mode 100644 lib/Target/Hexagon/HexagonPatternsHVX.td
--
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 35f84d86666 [SLP] Update test checks, NFC.
new 5eede4c237a [Hexagon] Lower concat of more than 2 vectors into build_vector
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/Hexagon/HexagonISelLowering.cpp | 18 +++++------
lib/Target/Hexagon/HexagonISelLoweringHVX.cpp | 21 +++++++++----
.../Hexagon/autohvx/isel-concat-multiple.ll | 35 ++++++++++++++++++++++
3 files changed, 59 insertions(+), 15 deletions(-)
create mode 100644 test/CodeGen/Hexagon/autohvx/isel-concat-multiple.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 zorg.
from bd9d9bb Use normalized absolute paths for dependency files
new ed0da88 some initial dependences for LNT CTMark
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:
tasks/lnt-ctmark.sh | 4 ++++
tasks/lnt-testsuite.dep | 3 +++
tasks/utils/check_dependencies.sh | 4 ++++
3 files changed, 11 insertions(+)
create mode 100644 tasks/lnt-testsuite.dep
create mode 100644 tasks/utils/check_dependencies.sh
--
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 d6a34f8396c Fix HAVE_GAS_CFI_DIRECTIVE for x86_64-pc-solaris2.*
new 9bb6ae625bc 2018-02-06 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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/config/rs6000/rs6000.md | 2 +-
2 files changed, 7 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 e89505778ed [InlineFunction] Update deprecated use of IRBuilder CreateM [...]
new 35f84d86666 [SLP] Update test checks, 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:
.../SLPVectorizer/X86/extract_in_tree_user.ll | 43 +-
test/Transforms/SLPVectorizer/X86/horizontal.ll | 1098 +++++++++++++++++++-
.../SLPVectorizer/X86/reduction_unrolled.ll | 50 +-
3 files changed, 1127 insertions(+), 64 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.