This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 23e3fe9 Fix ASAN buildbots by fixing a double free crash.
new 83dc063 ConstantFolding: Don't crash when encountering vector GEP
new 9ae2b48 [AMDGPU] Scalarization of global uniform loads.
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:
lib/Analysis/ConstantFolding.cpp | 7 +-
lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp | 94 +++++++++++++++-
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 1 +
lib/Target/AMDGPU/AMDGPUSubtarget.h | 4 +
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 10 ++
lib/Target/AMDGPU/SIISelLowering.cpp | 19 +++-
lib/Target/AMDGPU/SIISelLowering.h | 1 +
lib/Target/AMDGPU/SMInstructions.td | 8 +-
test/Analysis/ConstantFolding/vectorgep-crash.ll | 19 ++++
test/CodeGen/AMDGPU/global_smrd.ll | 126 ++++++++++++++++++++++
test/CodeGen/AMDGPU/global_smrd_cfg.ll | 80 ++++++++++++++
11 files changed, 357 insertions(+), 12 deletions(-)
create mode 100644 test/Analysis/ConstantFolding/vectorgep-crash.ll
create mode 100644 test/CodeGen/AMDGPU/global_smrd.ll
create mode 100644 test/CodeGen/AMDGPU/global_smrd_cfg.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 25b9ea0 [CodeCompletion][ObjC] Use a parameterized NSSet return type [...]
new 0189b65 Fixing test to work when the compiler defaults to a different [...]
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:
.../teams_distribute_simd_collapse_messages.cpp | 38 +++++++++++++++++-----
1 file changed, 30 insertions(+), 8 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 lld.
from d3f092c Make function names shorter. NFC.
new 0110af6 Add support for 'extern "C"'.
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:
ELF/LinkerScript.cpp | 7 +++++--
test/ELF/version-script-extern.s | 2 +-
2 files changed, 6 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 gcc.
from 4cee892 runtime: copy memory hash code from Go 1.7
new cd76903 Introduce emit_status::ensure_regno_capacity
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 | 10 ++++++++++
gcc/emit-rtl.c | 48 +++++++++++++++++++++++++++++-------------------
gcc/function.h | 2 ++
3 files changed, 41 insertions(+), 19 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 lld.
from a044788 Do not use template where template is not needed.
new d3f092c Make function names shorter. 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:
ELF/Target.cpp | 26 +++++++++++++-------------
1 file changed, 13 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 lld.
from d770fd1 Make this test more strict. NFC.
new a044788 Do not use template where template is not needed.
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:
ELF/Target.cpp | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 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 c3e85bf Prune unused libdeps.
new 23e3fe9 Fix ASAN buildbots by fixing a double free crash.
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:
unittests/DebugInfo/DWARF/DwarfGenerator.cpp | 6 ++++--
unittests/DebugInfo/DWARF/DwarfGenerator.h | 2 +-
2 files changed, 5 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 lld.
from b280b78 Inline function called only once.
new d770fd1 Make this test more strict. 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:
test/ELF/gc-sections-shared.s | 42 ++++++++++++++++++++++++++++++++++++++----
1 file changed, 38 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 clang.
from a72afb7 [CodeCompletion] Provide Objective-C class property completio [...]
new 25b9ea0 [CodeCompletion][ObjC] Use a parameterized NSSet return type [...]
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/SemaCodeComplete.cpp | 2 +-
test/Index/complete-kvc.m | 2 +-
2 files 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 gcc.
from 29201b5 runtime: allocate _panic struct on heap
new 4cee892 runtime: copy memory hash code from Go 1.7
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/types.cc | 2 +-
libgo/Makefile.am | 1 +
libgo/Makefile.in | 11 +-
libgo/configure | 2 +-
libgo/configure.ac | 2 +-
libgo/go/runtime/alg.go | 45 +++
libgo/go/runtime/hash32.go | 94 +++++++
libgo/go/runtime/hash64.go | 94 +++++++
libgo/go/runtime/os_gccgo.go | 23 ++
libgo/go/runtime/runtime2.go | 12 +-
libgo/go/runtime/stubs.go | 6 +
libgo/go/runtime/unaligned1.go | 17 ++
libgo/go/runtime/unaligned2.go | 20 ++
libgo/runtime/aeshash.c | 583 +++++++++++++++++++++++++++++++++++++++
libgo/runtime/go-libmain.c | 1 +
libgo/runtime/go-main.c | 1 +
libgo/runtime/go-type-identity.c | 40 +--
libgo/runtime/go-type.h | 1 -
libgo/runtime/proc.c | 3 +-
libgo/runtime/runtime.h | 6 +
libgo/runtime/runtime_c.c | 19 ++
22 files changed, 937 insertions(+), 48 deletions(-)
create mode 100644 libgo/go/runtime/hash32.go
create mode 100644 libgo/go/runtime/hash64.go
create mode 100644 libgo/go/runtime/os_gccgo.go
create mode 100644 libgo/go/runtime/unaligned1.go
create mode 100644 libgo/go/runtime/unaligned2.go
create mode 100644 libgo/runtime/aeshash.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.