This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 67e6f3b [OpenCL] Add extension cl_khr_mipmap_image to clang
new e2e205b Improve documentation of the type safety attributes. 1. Add d [...]
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/clang/Basic/AttrDocs.td | 119 +++++++++++++++++++++++++++++++---------
1 file changed, 94 insertions(+), 25 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 8ae7060 PR c/71926 * c-common.c (c_common_truthvalue_conversion): U [...]
new 0c6334e 2016-07-29 Bill Schmidt <wschmidt(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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.dg/pr70098.C | 2 --
gcc/testsuite/gcc.target/powerpc/pr71763.c | 2 --
3 files changed, 6 insertions(+), 4 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 57c3cc8 GlobalISel: add generic conditional branch.
new 02e5963 Tests: Add branch weights to non-layout tests.
new 9f1f15e Codegen: MachineBlockPlacement Improve probability layout.
new bbdb447 GlobalISel: make translate* functions take the most specializ [...]
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/CodeGen/GlobalISel/IRTranslator.h | 6 +-
lib/CodeGen/GlobalISel/IRTranslator.cpp | 29 +++--
lib/CodeGen/MachineBlockPlacement.cpp | 60 ++++++---
test/CodeGen/AArch64/arm64-andCmpBrToTBZ.ll | 5 +-
test/CodeGen/AArch64/compare-branch.ll | 11 +-
test/CodeGen/AArch64/logical_shifted_reg.ll | 8 +-
test/CodeGen/SystemZ/tdc-06.ll | 8 +-
test/CodeGen/X86/block-placement.ll | 168 +++++++++++++++++++++++++
8 files changed, 250 insertions(+), 45 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 8d3113f Revert "updated Xcode project r277139"
new 8f2d0d5 Some code that is sanity checking stepping out back out from [...]
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:
source/Target/ThreadPlanStepOverRange.cpp | 6 ++++++
1 file changed, 6 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 227b764 Revert r277178, the actual change had already been applied
new 83fd8fe [Hexagon] Testcase for not merging stores into a misaligned store
new 57c3cc8 GlobalISel: add generic conditional branch.
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/CodeGen/GlobalISel/MachineIRBuilder.h | 11 ++++++
include/llvm/Target/GenericOpcodes.td | 10 +++++
include/llvm/Target/TargetOpcodes.def | 3 ++
lib/CodeGen/GlobalISel/IRTranslator.cpp | 19 ++++++---
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 8 +++-
.../AArch64/GlobalISel/arm64-irtranslator.ll | 31 +++++++++++++++
.../misaligned_double_vector_store_not_fast.ll | 46 ++++++++++++++++++++++
7 files changed, 121 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGen/Hexagon/misaligned_double_vector_store_not_fast.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 lld.
from d1b3f31 [ELF] - Linkerscript: implemented SIZEOF(section)
new 29817df Matching change needed to lld for llvm trunk change r277177.
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/ReaderWriter/FileArchive.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 a4174a2 [AArch64][GlobalISel] Select G_XOR.
new 0c332fd CodeGen: improve MachineInstrBuilder & MachineIRBuilder interface
new 2a71517 The next step along the way to getting good error messages fo [...]
new 36b1b46 [Hexagon] Misaligned loads and stores are not fast
new 227b764 Revert r277178, the actual change had already been applied
The 4 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/MachineIRBuilder.h | 92 ++----
include/llvm/CodeGen/MachineInstrBuilder.h | 15 +
include/llvm/Object/Archive.h | 14 +-
lib/CodeGen/GlobalISel/IRTranslator.cpp | 10 +-
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 94 +++---
lib/Object/Archive.cpp | 315 +++++++++++++++------
lib/Object/ArchiveWriter.cpp | 4 +-
lib/Target/AArch64/AArch64CallLowering.cpp | 5 +-
test/tools/llvm-objdump/Inputs/libbogus10.a | 13 +
test/tools/llvm-objdump/Inputs/libbogus6.a | Bin 0 -> 260 bytes
.../Inputs/{libbogus5.a => libbogus7.a} | 2 +-
test/tools/llvm-objdump/Inputs/libbogus8.a | 13 +
test/tools/llvm-objdump/Inputs/libbogus9.a | 13 +
test/tools/llvm-objdump/malformed-archives.test | 32 ++-
tools/dsymutil/BinaryHolder.cpp | 4 +-
tools/llvm-ar/llvm-ar.cpp | 8 +-
tools/llvm-nm/llvm-nm.cpp | 13 +-
tools/llvm-objdump/MachODump.cpp | 15 +-
tools/llvm-objdump/llvm-objdump.cpp | 7 +-
tools/llvm-size/llvm-size.cpp | 7 +-
20 files changed, 438 insertions(+), 238 deletions(-)
create mode 100644 test/tools/llvm-objdump/Inputs/libbogus10.a
create mode 100644 test/tools/llvm-objdump/Inputs/libbogus6.a
copy test/tools/llvm-objdump/Inputs/{libbogus5.a => libbogus7.a} (64%)
create mode 100644 test/tools/llvm-objdump/Inputs/libbogus8.a
create mode 100644 test/tools/llvm-objdump/Inputs/libbogus9.a
--
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 30526a0 Reapply r277058: "[ObjC] Consider availability of context whe [...]
new f529889 [OpenCL] Added CLK_ABGR definition for get_image_channel_orde [...]
new 67e6f3b [OpenCL] Add extension cl_khr_mipmap_image to clang
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/clang/Basic/OpenCLExtensions.def | 1 +
lib/Basic/Targets.cpp | 1 +
lib/Headers/opencl-c.h | 1 +
test/Misc/amdgcn.languageOptsOpenCL.cl | 12 ++++++++++++
test/SemaOpenCL/extension-version.cl | 12 ++++++++++++
5 files changed, 27 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 clang.
from 82a36b9 Fix a typo in document.
new 30526a0 Reapply r277058: "[ObjC] Consider availability of context whe [...]
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/clang/AST/DeclBase.h | 8 +++++++-
include/clang/Sema/Sema.h | 7 ++++++-
lib/AST/DeclBase.cpp | 26 ++++++++++++++------------
lib/Sema/SemaDeclAttr.cpp | 23 +++++++++++++++++++++++
lib/Sema/SemaExpr.cpp | 20 +++++++++++++-------
test/SemaObjC/attr-availability.m | 31 +++++++++++++++++++++++++++++++
6 files changed, 94 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.