This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 848874aed9 [clang-format] Fix ObjC message arguments formatting.
new 6f68467e5f [DebugInfo] Improvements to representation of enumeration ty [...]
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/CGDebugInfo.cpp | 12 ++--
test/CodeGen/debug-info-enum.cpp | 100 ++++++++++++++++++++++++++++++
test/CodeGenCXX/debug-info-enum-class.cpp | 6 +-
test/CodeGenCXX/debug-info-enum.cpp | 2 +-
test/Modules/ModuleDebugInfo.cpp | 2 +-
5 files changed, 112 insertions(+), 10 deletions(-)
create mode 100644 test/CodeGen/debug-info-enum.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 llvm.
from 3afd566557f AMDGPU: Add 32-bit constant address space
new a3b503f0223 [DebugInfo] Improvements to representation of enumeration t [...]
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/Bitcode/LLVMBitCodes.h | 2 +-
include/llvm/IR/DIBuilder.h | 5 +-
include/llvm/IR/DebugInfoFlags.def | 3 +-
include/llvm/IR/DebugInfoMetadata.h | 30 ++---
lib/AsmParser/LLParser.cpp | 52 ++++++++-
lib/Bitcode/Reader/MetadataLoader.cpp | 5 +-
lib/Bitcode/Writer/BitcodeWriter.cpp | 2 +-
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 19 +--
lib/IR/AsmWriter.cpp | 8 +-
lib/IR/DIBuilder.cpp | 10 +-
lib/IR/DebugInfoMetadata.cpp | 8 +-
lib/IR/LLVMContextImpl.h | 10 +-
test/Assembler/DIEnumerator.ll | 85 ++++++++++++++
test/DebugInfo/Generic/debug-info-enum.ll | 188 ++++++++++++++++++++++++++++++
test/DebugInfo/X86/enum-class.ll | 6 +-
unittests/IR/MetadataTest.cpp | 10 +-
16 files changed, 392 insertions(+), 51 deletions(-)
create mode 100644 test/Assembler/DIEnumerator.ll
create mode 100644 test/DebugInfo/Generic/debug-info-enum.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 newlib.
from c51a0b74d Cygwin: sockets: Handle SO_RCVTIMEO and SO_SNDTIMEO
new 283e0137c Cygwin: Fix x86 compiler warning
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:
winsup/cygwin/times.cc | 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 gcc.
from 81e7dc360fb PR c++/84182 - ICE with captured lambda
new 24e6a0cdc19 Support >26 operands in generation code.
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/genextract.c | 44 +++++++++++++++++++++++++++++++-------------
2 files changed, 38 insertions(+), 13 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 7c6d16f9c Remove function DW_DSC_value_to_name
new e0ad48a06 [test] Enable setting category for inline tests.
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:
packages/Python/lldbsuite/test/decorators.py | 9 +++++++--
1 file changed, 7 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 634098b2d13 [X86][AVX] Add PACKSSDW/PACKUSDW support for truncation of [...]
new ea06ecf3436 AMDGPU: Remove the s_buffer workaround for GFX9 chips
new 3afd566557f AMDGPU: Add 32-bit constant address space
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:
docs/AMDGPUUsage.rst | 1 +
lib/Target/AMDGPU/AMDGPU.h | 3 +
lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp | 3 +-
lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp | 3 +-
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 34 ++-
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp | 6 +-
lib/Target/AMDGPU/AMDGPUSubtarget.h | 8 -
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 2 +-
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 1 +
lib/Target/AMDGPU/SIISelLowering.cpp | 30 ++-
lib/Target/AMDGPU/SILoadStoreOptimizer.cpp | 5 +-
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 8 +-
lib/Target/AMDGPU/SIMachineFunctionInfo.h | 6 +
lib/Target/AMDGPU/SMInstructions.td | 3 +-
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 6 +-
.../CodeGen/AMDGPU/constant-address-space-32bit.ll | 288 +++++++++++++++++++++
test/CodeGen/AMDGPU/smrd.ll | 10 +-
17 files changed, 379 insertions(+), 38 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/constant-address-space-32bit.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 f404501a272 2018-02-07 Richard Biener <rguenther(a)suse.de>
new 81e7dc360fb PR c++/84182 - ICE with captured lambda
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/cp/ChangeLog | 7 +++
gcc/cp/pt.c | 64 +++++++++++++---------
...mbda-generic-targ1.C => lambda-generic-targ2.C} | 8 +--
.../g++.dg/cpp1y/lambda-generic-variadic10.C | 17 ++++++
4 files changed, 66 insertions(+), 30 deletions(-)
copy gcc/testsuite/g++.dg/cpp1y/{lambda-generic-targ1.C => lambda-generic-targ2.C} (60%)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic10.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 3d6da040af9 [dsymutil][test] Check the updated dSYM instead of companion file.
new 634098b2d13 [X86][AVX] Add PACKSSDW/PACKUSDW support for truncation of [...]
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/X86/X86ISelLowering.cpp | 10 ++++++----
test/CodeGen/X86/vector-trunc-packus.ll | 35 +++++++--------------------------
test/CodeGen/X86/vector-trunc-ssat.ll | 35 +++++++--------------------------
3 files changed, 20 insertions(+), 60 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 490319f0a4a Revert behavior to r251316.
new f404501a272 2018-02-07 Richard Biener <rguenther(a)suse.de>
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 | 17 +++++++++++++++++
gcc/tree-vect-loop-manip.c | 3 ++-
gcc/tree-vect-loop.c | 29 +++++++++++++++++++++++++++++
gcc/tree-vect-slp.c | 2 +-
gcc/tree-vect-stmts.c | 44 ++++++++++++++++++++++++++------------------
gcc/tree-vectorizer.h | 5 +++++
6 files changed, 80 insertions(+), 20 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 d1e87f618b6 [SLPVectorizer][NFC] Make a loop more readable.
new 3d6da040af9 [dsymutil][test] Check the updated dSYM instead of companion file.
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/tools/dsymutil/X86/basic-linking-x86.test | 8 ++++----
test/tools/dsymutil/X86/update-one-CU.test | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.