This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 5f2163c Rearrange condition handling so that semantic checks on a con [...]
new 1465a35 Attempt to fix MIPS buildbots after r273425.
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/CodeGenOpenCL/kernel-attributes.cl | 4 ++--
1 file changed, 2 insertions(+), 2 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 7e4530e [mips] Fix dext/dins definitions
new a4a23ea [AMDGPU] Remove exit-on-error in test (PR27761)
new 53391f4 [misched] Extend scheduler to handle unsupported features
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/Target/TargetSchedule.td | 16 ++++++++++++
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 3 ++-
lib/Target/AMDGPU/AMDGPUInstrInfo.cpp | 4 ++-
test/CodeGen/AMDGPU/dynamic_stackalloc.ll | 6 ++---
test/CodeGen/AMDGPU/private-memory-broken.ll | 4 +--
.../AMDGPU/promote-alloca-bitcast-function.ll | 3 ++-
utils/TableGen/CodeGenSchedule.cpp | 30 +++++++++++++++++++++-
utils/TableGen/CodeGenSchedule.h | 8 ++++++
8 files changed, 65 insertions(+), 9 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 2c8eca9 [IfConversion] Bugfix: Don't use undef flag while adding use [...]
new 7e4530e [mips] Fix dext/dins definitions
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/Mips/Mips64InstrInfo.td | 14 ++++++++------
test/MC/Mips/mips64/invalid-mips64r2.s | 6 ++++++
2 files changed, 14 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 glibc.
from 4e9bf32 Simplify x86 nearbyint functions.
new 14699b6 test-skeleton.c: Add write_message function
new 9d52cb0 test-skeleton.c: xmalloc, xcalloc, xrealloc are potentially unused
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:
ChangeLog | 13 +++++++++++++
debug/tst-longjmp_chk2.c | 18 ++++++++----------
malloc/tst-mallocfork2.c | 14 +++-----------
test-skeleton.c | 16 +++++++++++++---
4 files changed, 37 insertions(+), 24 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 binutils-gdb.
from f215c83 Automatic date update in version.in
new ce440d6 [ARC] Misc minor edits/fixes
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:
gas/ChangeLog | 7 +++++
gas/config/tc-arc.c | 73 ++++++++++++++++++++++++++--------------------------
include/ChangeLog | 4 +++
include/opcode/arc.h | 6 ++---
opcodes/ChangeLog | 5 ++++
opcodes/arc-opc.c | 4 +--
6 files changed, 57 insertions(+), 42 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 70a547f Test commit to verify access, fix typo.
new 0f63e03 Add MemoryRegionInfo to SB API
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/lldb/API/LLDB.h | 2 +
include/lldb/API/SBDefines.h | 2 +
include/lldb/API/SBMemoryRegionInfo.h | 107 ++++++++++++++++++++
include/lldb/API/SBMemoryRegionInfoList.h | 63 ++++++++++++
include/lldb/API/SBProcess.h | 28 ++++++
include/lldb/API/SBStream.h | 1 +
include/lldb/Target/MemoryRegionInfo.h | 15 +++
include/lldb/Target/Process.h | 8 ++
include/lldb/lldb-forward.h | 2 +
source/API/CMakeLists.txt | 2 +
source/API/SBMemoryRegionInfo.cpp | 121 ++++++++++++++++++++++
source/API/SBMemoryRegionInfoList.cpp | 162 ++++++++++++++++++++++++++++++
source/API/SBProcess.cpp | 74 ++++++++++++++
13 files changed, 587 insertions(+)
create mode 100644 include/lldb/API/SBMemoryRegionInfo.h
create mode 100644 include/lldb/API/SBMemoryRegionInfoList.h
create mode 100644 source/API/SBMemoryRegionInfo.cpp
create mode 100644 source/API/SBMemoryRegionInfoList.cpp
--
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 840f08a [AVX512] Replace masked unpack builtins with shufflevector an [...]
new 5f2163c Rearrange condition handling so that semantic checks on a con [...]
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/Parse/Parser.h | 9 +-
include/clang/Sema/Sema.h | 75 +++++++++----
lib/Parse/ParseDeclCXX.cpp | 7 +-
lib/Parse/ParseExprCXX.cpp | 44 +++-----
lib/Parse/ParseStmt.cpp | 80 ++++++--------
lib/Sema/SemaDeclCXX.cpp | 8 +-
lib/Sema/SemaExpr.cpp | 24 ++++-
lib/Sema/SemaExprCXX.cpp | 24 +++--
lib/Sema/SemaOpenMP.cpp | 10 +-
lib/Sema/SemaStmt.cpp | 156 ++++++++++-----------------
lib/Sema/TreeTransform.h | 209 +++++++++++++-----------------------
test/FixIt/fixit-vexing-parse.cpp | 2 +-
test/Parser/cxx0x-condition.cpp | 4 +-
test/SemaCXX/crashes.cpp | 3 +-
test/SemaCXX/for-range-examples.cpp | 4 +-
test/SemaObjCXX/foreach.mm | 9 +-
16 files changed, 294 insertions(+), 374 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 6aa44e4 [LLDB][MIPS] Fix Emulation of Compact branch and ADDIU instructions
new 70a547f Test commit to verify access, fix typo.
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/Plugins/Process/mach-core/ProcessMachCore.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 f8f2c7f [ARM] Do not test for CPUs, use SubtargetFeatures (Part 1). NFCI
new 2c8eca9 [IfConversion] Bugfix: Don't use undef flag while adding use [...]
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/IfConversion.cpp | 19 ++++++++++++++++---
1 file changed, 16 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 12d48c9 [AVX512] Remove masked unpack intrinsics and autoupgrade to v [...]
new f8f2c7f [ARM] Do not test for CPUs, use SubtargetFeatures (Part 1). NFCI
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/ARM/ARM.td | 52 ++++++++++++++++++++++++++++++++-----
lib/Target/ARM/ARMBaseInstrInfo.cpp | 6 ++---
lib/Target/ARM/ARMISelLowering.cpp | 5 ++--
lib/Target/ARM/ARMInstrInfo.td | 23 +++++++---------
lib/Target/ARM/ARMSubtarget.cpp | 6 +++++
lib/Target/ARM/ARMSubtarget.h | 24 +++++++++++++++++
6 files changed, 91 insertions(+), 25 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.