This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d4452f8 AMDGPU: Expand unaligned accesses early
new 6e4fd14 AMDGPU: Add feature for unaligned access
new 0c69559 [CodeView] Pretty print anonymous scopes
new 7239fbb [CodeView] Include the offset of nested members
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:
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 54 ++--
lib/Target/AMDGPU/AMDGPU.td | 6 +
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 5 +-
lib/Target/AMDGPU/AMDGPUSubtarget.h | 5 +
lib/Target/AMDGPU/SIISelLowering.cpp | 22 +-
lib/Target/AMDGPU/SIInstrInfo.td | 6 +-
test/CodeGen/AMDGPU/amdgpu.private-memory.ll | 8 +-
test/CodeGen/AMDGPU/unaligned-load-store.ll | 407 +++++++++++++++++----------
test/DebugInfo/COFF/anonymous-struct.ll | 61 ++++
test/DebugInfo/COFF/bitfields.ll | 13 +-
test/DebugInfo/COFF/udts.ll | 2 +-
11 files changed, 397 insertions(+), 192 deletions(-)
create mode 100644 test/DebugInfo/COFF/anonymous-struct.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 clang.
from ab08687 Removes CHECKs for symbolic label names (as Debug Clang will [...]
new 425312c [CodeView] Include MSVC style names for unnamed types
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 | 54 ++++++++++++++++++++-----
test/CodeGenCXX/debug-info-ms-anonymous-tag.cpp | 20 +++++++++
2 files changed, 65 insertions(+), 9 deletions(-)
create mode 100644 test/CodeGenCXX/debug-info-ms-anonymous-tag.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 dcfa1b5 [msan] Fix __msan_maybe_ for non-standard type sizes.
new d4452f8 AMDGPU: Expand unaligned accesses early
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/AMDGPU/AMDGPUISelLowering.cpp | 67 +++--
lib/Target/AMDGPU/AMDGPUISelLowering.h | 2 +-
test/CodeGen/AMDGPU/cvt_f32_ubyte.ll | 16 +-
test/CodeGen/AMDGPU/sext-in-reg-failure-r600.ll | 22 ++
test/CodeGen/AMDGPU/sext-in-reg.ll | 2 +-
test/CodeGen/AMDGPU/unaligned-load-store.ll | 374 +++++++++++-------------
6 files changed, 254 insertions(+), 229 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/sext-in-reg-failure-r600.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 clang.
from 9f85901 C++14 init-capture: error out instead of crashing.
new ab08687 Removes CHECKs for symbolic label names (as Debug Clang will [...]
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/CodeGen/temporary-lifetime.cpp | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 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 2cbec36 SPARC: fix nearbyint on sNaN input
new b6084a9 Treat STV_HIDDEN and STV_INTERNAL symbols as STB_LOCAL
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:
ChangeLog | 9 +++++++++
elf/dl-addr.c | 1 +
elf/dl-lookup.c | 4 ++++
elf/dl-reloc.c | 3 ++-
sysdeps/generic/ldsodefs.h | 13 +++++++++++++
5 files changed, 29 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 f0a4c11 IR: Set TargetPrefix for some X86 and AArch64 intrinsics wher [...]
new 613f199 [codeview] Don't record UDTs for anonymous structs
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/AsmPrinter/CodeViewDebug.cpp | 4 +
test/DebugInfo/COFF/udts.ll | 121 +++++++++++++++++--------------
2 files changed, 72 insertions(+), 53 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 da68af4 Thread local storage was already broken on Linux and the test [...]
new 72d6a80 Fixed thread local storage test case to run normally with no [...]
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/lang/c/tls_globals/TestTlsGlobals.py | 14 ++++++++++++--
1 file changed, 12 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 clang.
from 4e34e33 Remove unncessary CHECKs from r274385
new 9f85901 C++14 init-capture: error out instead of crashing.
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/Sema/SemaExpr.cpp | 11 ++++++++++-
test/SemaCXX/cxx1y-init-captures.cpp | 10 ++++++++++
2 files changed, 20 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.
ryan.arnold pushed a change to branch releases/linaro-5.3-2016.05
in repository toolchain/release-notes.
at 9120dd9 Generate release-notes for Linaro GCC 5.3 2015.05.
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.