This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9fb630e Do not assign new discriminator for all intrinsics.
new cedb0b6 Add the first of what will be a long line of additional error [...]
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/Object/MachOObjectFile.cpp | 5 +++++
test/Object/Inputs/macho-invalid-segment-fileoff | Bin 0 -> 84 bytes
test/Object/macho-invalid.test | 9 +++++++++
test/tools/llvm-nm/invalid-input.test | 2 +-
test/tools/llvm-size/basic.test | 2 +-
tools/llvm-nm/llvm-nm.cpp | 2 +-
tools/llvm-size/llvm-size.cpp | 2 +-
7 files changed, 18 insertions(+), 4 deletions(-)
create mode 100644 test/Object/Inputs/macho-invalid-segment-fileoff
--
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 97497d4 COFF ARM: Error out if 24 bit thumb branches are out of range
new 3d39965 COFF ARM: Apply an existing offset in MOV32T relocations
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:
COFF/Chunks.cpp | 16 ++++++++++++++--
test/COFF/reloc-arm.test | 4 ++--
2 files changed, 16 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 lldb.
from 2a376e0 [asan] Remove unused include (NFC)
new 8704c36 Tweaks to the reporting of "missing dyld shared cached" that [...]
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:
.../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 84 ++++++++++++++++------
.../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h | 8 ++-
2 files changed, 69 insertions(+), 23 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 47dc780 GlobalISel: clear pending phis after MachineFunction translated
new 9fb630e Do not assign new discriminator for all intrinsics.
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/Transforms/Utils/AddDiscriminators.cpp | 4 ++--
test/Transforms/AddDiscriminators/call.ll | 6 ++++++
2 files changed, 8 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 compiler-rt.
from bcbb9e6 builtins: windows has only one flavour on ARM
new d10986c Fix dumping of process module list and test it
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/sanitizer_common/sanitizer_win.cc | 4 ++--
test/asan/TestCases/Windows/shadow_conflict_32.cc | 29 +++++++++++++++++++++++
2 files changed, 31 insertions(+), 2 deletions(-)
create mode 100644 test/asan/TestCases/Windows/shadow_conflict_32.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 llvm.
from bdea192 [X86][SSE] Add initial support for 2 input target shuffle combining.
new 47dc780 GlobalISel: clear pending phis after MachineFunction translated
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/GlobalISel/IRTranslator.cpp | 4 ++++
.../CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll | 20 +++++++++-----------
2 files changed, 13 insertions(+), 11 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 58b610f Revert "[Sema] Add sizeof diagnostics for bzero"
new 26dcf20 [SemaOpenMP] Some miscellaneous cleanups
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/SemaOpenMP.cpp | 281 ++++++++++++++++++++++++------------------------
1 file changed, 139 insertions(+), 142 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 1249b27 GlobalISel: IRTranslate PHI instructions
new bdea192 [X86][SSE] Add initial support for 2 input target shuffle combining.
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 | 120 +++++++++++++++++-------------
test/CodeGen/X86/buildvec-insertvec.ll | 11 +--
test/CodeGen/X86/vector-shuffle-128-v4.ll | 6 +-
3 files changed, 71 insertions(+), 66 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 7b7d94e COFF ARM: Clear the J1 and J2 bits when applying relocations [...]
new 97497d4 COFF ARM: Error out if 24 bit thumb branches are out of range
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:
COFF/Chunks.cpp | 2 ++
test/COFF/Inputs/far-arm-thumb-abs.s | 2 ++
test/COFF/arm-thumb-branch-error.s | 10 ++++++++++
3 files changed, 14 insertions(+)
create mode 100644 test/COFF/Inputs/far-arm-thumb-abs.s
create mode 100644 test/COFF/arm-thumb-branch-error.s
--
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 9788fb7 [AArch64] Handle HFAs of float16 types properly
new 906dd61 Fix PR tree-optimization/72810
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 | 6 +++++
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.dg/tree-ssa/vrp110.c | 24 +++++++++++++++++++
gcc/tree-vrp.c | 43 +++++++++++++++++++---------------
4 files changed, 59 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/vrp110.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.