This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e2b3286 AMDGPU: Invert cmp + select with constant
new b993023 [GlobalISel] Refactor the logic to constraint registers.
new aac958a [RegisterBankInfo] Allow to set a register class when nothing [...]
new 1750581 [MIRParser] Non-generic virtual register may have a type.
new 0517764 [AArch64][CallLowering] Constraint registers on target specif [...]
new 6ac98f4 [MIRParser] Fix a typo in comment and error message.
new ad7fb62 [AArch64] Change a test to use a generic instr instead of a t [...]
new 981855c [MachineVerifier] Check that even generic vregs comply to reg [...]
new 5e76a3f [ObjectYAML] MachO support for endianness
The 8 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/Utils.h | 43 ++
include/llvm/ObjectYAML/DWARFYAML.h | 1 +
include/llvm/ObjectYAML/MachOYAML.h | 1 +
lib/CodeGen/GlobalISel/CMakeLists.txt | 1 +
lib/CodeGen/GlobalISel/InstructionSelector.cpp | 19 +-
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 5 +-
lib/CodeGen/GlobalISel/Utils.cpp | 45 ++
lib/CodeGen/MIRParser/MIParser.cpp | 7 +-
lib/CodeGen/MachineVerifier.cpp | 15 +
lib/ObjectYAML/MachOYAML.cpp | 5 +
lib/Target/AArch64/AArch64CallLowering.cpp | 13 +-
.../AArch64/GlobalISel/arm64-regbankselect.mir | 4 +-
test/CodeGen/AArch64/GlobalISel/call-translator.ll | 7 +-
.../X86/unexpected-size-non-generic-register.mir | 14 -
...-register-phys.mir => unexpected-type-phys.mir} | 4 +-
test/ObjectYAML/MachO/BigEndian.yaml | 100 +++++
test/ObjectYAML/MachO/DWARF-BigEndian.yaml | 485 +++++++++++++++++++++
test/ObjectYAML/MachO/DWARF-LittleEndian.yaml | 474 ++++++++++++++++++++
test/ObjectYAML/MachO/LittleEndian.yaml | 132 ++++++
tools/obj2yaml/macho2yaml.cpp | 18 +-
tools/yaml2obj/yaml2dwarf.cpp | 55 ++-
tools/yaml2obj/yaml2macho.cpp | 126 +++---
tools/yaml2obj/yaml2obj.h | 9 +-
23 files changed, 1453 insertions(+), 130 deletions(-)
create mode 100644 include/llvm/CodeGen/GlobalISel/Utils.h
create mode 100644 lib/CodeGen/GlobalISel/Utils.cpp
delete mode 100644 test/CodeGen/MIR/X86/unexpected-size-non-generic-register.mir
rename test/CodeGen/MIR/X86/{unexpected-size-non-generic-register-phys.mir => unex [...]
create mode 100644 test/ObjectYAML/MachO/BigEndian.yaml
create mode 100644 test/ObjectYAML/MachO/DWARF-BigEndian.yaml
create mode 100644 test/ObjectYAML/MachO/DWARF-LittleEndian.yaml
create mode 100644 test/ObjectYAML/MachO/LittleEndian.yaml
--
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 1fdcb62 [PowerPC] Add ppc support to update_llc_test_checks.py, and p [...]
new e2b3286 AMDGPU: Invert cmp + select with constant
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 | 19 ++
test/CodeGen/AMDGPU/ctlz.ll | 12 +-
test/CodeGen/AMDGPU/select.f16.ll | 26 ++-
test/CodeGen/AMDGPU/v_cndmask.ll | 389 ++++++++++++++++++++++++++++++-
4 files changed, 419 insertions(+), 27 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 compiler-rt.
from bb24d0d Improve ThreadedQuarantineTest heap memory measurements.
new 3298bae Expose thread local quarantine size as ASAN option.
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/asan/asan_allocator.cc | 12 +++----
lib/asan/asan_allocator.h | 1 +
lib/asan/asan_flags.cc | 10 ++++++
lib/asan/asan_flags.inc | 6 ++++
lib/asan/asan_rtl.cc | 2 ++
lib/sanitizer_common/sanitizer_quarantine.h | 1 +
.../Linux/thread_local_quarantine_size_kb.cc | 40 ++++++++++++++++++++++
7 files changed, 64 insertions(+), 8 deletions(-)
create mode 100644 test/asan/TestCases/Linux/thread_local_quarantine_size_kb.cc
--
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 compiler-rt.
from f93b425 Revert "[XRay][AArch64] An attempt to fix test patching-unpat [...]
new bb24d0d Improve ThreadedQuarantineTest heap memory measurements.
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/asan/tests/asan_noinst_test.cc | 8 +++++++-
1 file changed, 7 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 f66d263 [Hexagon] Add DAG mutations for machine pipeliner
new 1fdcb62 [PowerPC] Add ppc support to update_llc_test_checks.py, and p [...]
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/PowerPC/shift_mask.ll | 298 +++++++++++++++++++++++++++++++++++++
utils/update_llc_test_checks.py | 89 ++++++++---
2 files changed, 370 insertions(+), 17 deletions(-)
create mode 100644 test/CodeGen/PowerPC/shift_mask.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 9c6ba5b PR c++/78898 - ICE on constructor with TTP
new 23ea3d0 Feature-test macro for P0522R0, matching of template template [...]
new ecd071e PR c++/78906 - ICE with member variable template
new 27d5c20 2016-12-22 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.org>
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:
gcc/ChangeLog | 5 +++++
gcc/c-family/ChangeLog | 6 ++++++
gcc/c-family/c-cppbuiltin.c | 2 ++
gcc/cp/ChangeLog | 3 +++
gcc/cp/pt.c | 1 +
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/g++.dg/cpp1y/var-templ54.C | 13 +++++++++++++
gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C | 6 ++++++
gcc/testsuite/gcc.dg/gimplefe-20.c | 20 ++++++++++++++++++++
gcc/tree-pretty-print.c | 28 ++++++++++++++++++++++------
10 files changed, 82 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ54.C
create mode 100644 gcc/testsuite/gcc.dg/gimplefe-20.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 gcc-5-branch
in repository gcc.
from 1753299 Daily bump.
new ab1d875 2016-12-22 Thomas Koenig <tkoenig(a)gcc.gnu.org>
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/fortran/ChangeLog | 7 +++++++
gcc/fortran/decl.c | 3 ++-
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gfortran.dg/fimplicit_none_1.f90 | 6 ++++++
gcc/testsuite/gfortran.dg/fimplicit_none_2.f90 | 6 ++++++
5 files changed, 28 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/fimplicit_none_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/fimplicit_none_2.f90
--
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 a940883 [OPENMP] Fix for PR31417: assert failure when compiling trivi [...]
new 7488de2 Testbed and skeleton of a new expression parser
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/CMakeLists.txt | 1 +
test/Import/clang-flags/Inputs/S.c | 2 +
test/Import/clang-flags/test.c | 5 +
test/Import/empty-struct/Inputs/S.c | 2 +
test/Import/empty-struct/test.c | 5 +
test/Import/error-in-expression/Inputs/S.c | 2 +
test/Import/error-in-expression/test.c | 6 +
test/Import/error-in-import/Inputs/S.c | 2 +
test/Import/error-in-import/test.c | 6 +
test/Import/missing-import/test.c | 6 +
tools/CMakeLists.txt | 1 +
tools/clang-import-test/CMakeLists.txt | 27 +++
tools/clang-import-test/clang-import-test.cpp | 319 ++++++++++++++++++++++++++
13 files changed, 384 insertions(+)
create mode 100644 test/Import/clang-flags/Inputs/S.c
create mode 100644 test/Import/clang-flags/test.c
create mode 100644 test/Import/empty-struct/Inputs/S.c
create mode 100644 test/Import/empty-struct/test.c
create mode 100644 test/Import/error-in-expression/Inputs/S.c
create mode 100644 test/Import/error-in-expression/test.c
create mode 100644 test/Import/error-in-import/Inputs/S.c
create mode 100644 test/Import/error-in-import/test.c
create mode 100644 test/Import/missing-import/test.c
create mode 100644 tools/clang-import-test/CMakeLists.txt
create mode 100644 tools/clang-import-test/clang-import-test.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 38a74cf Change the interface of TLI.isMultiStoresCheaperThanBitsMerge.
new 1d866f1 Redo store splitting in CodeGenPrepare.
new f66d263 [Hexagon] Add DAG mutations for machine pipeliner
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/CodeGen/CodeGenPrepare.cpp | 117 +++++++++++++++++++
lib/Target/Hexagon/HexagonSubtarget.cpp | 5 +
lib/Target/Hexagon/HexagonSubtarget.h | 4 +
test/CodeGen/X86/split-store.ll | 199 +++++++++++++++++++++++++++++++-
4 files changed, 324 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.