This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 0fee9fc Added a test case for bitfield ivars. It currently fails.
new cad6637 Don't run TestImageListMultiArchitecture during remote test suite
new c010e69 The Objective-C Class type should not be treated as a potenti [...]
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:
.../functionalities/object-file/TestImageListMultiArchitecture.py | 1 +
source/Symbol/ClangASTContext.cpp | 8 ++++++++
2 files changed, 9 insertions(+)
--
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 f3f8fc6 [PM] Port PreISelIntrinsicLowering to the new PM
new 1fdd592 [InstCombine] use m_APInt; NFCI
new 5e751c7 [X86] Remove dead ISD opcodes. NFC.
new 26f3c3b [ARM] Remove dead SDNodes. NFC.
new e92acf1 [obj2yaml] [yaml2obj] Support for MachO Universal binaries
The 4 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/Object/MachOUniversal.h | 6 ++
include/llvm/ObjectYAML/MachOYAML.h | 44 +++++++++
lib/ObjectYAML/MachOYAML.cpp | 63 +++++++++++-
lib/Target/ARM/ARMInstrInfo.td | 7 --
lib/Target/X86/X86ISelLowering.cpp | 2 -
lib/Target/X86/X86ISelLowering.h | 2 -
lib/Target/X86/X86InstrFragmentsSIMD.td | 8 --
lib/Target/X86/X86InstrInfo.td | 4 -
lib/Target/X86/X86InstrSSE.td | 2 -
.../InstCombine/InstructionCombining.cpp | 26 ++---
test/ObjectYAML/MachO/fat_macho_i386_x86_64.yaml | 72 ++++++++++++++
tools/obj2yaml/macho2yaml.cpp | 39 +++++++-
tools/obj2yaml/obj2yaml.cpp | 6 +-
tools/obj2yaml/obj2yaml.h | 2 +-
tools/yaml2obj/yaml2macho.cpp | 107 ++++++++++++++++++++-
15 files changed, 336 insertions(+), 54 deletions(-)
create mode 100644 test/ObjectYAML/MachO/fat_macho_i386_x86_64.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 lldb.
from 5f39eff Fix an issue where LLDB would show the key and value of a sin [...]
new 0fee9fc Added a test case for bitfield ivars. It currently fails.
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:
.../TestBitfieldIvars.py} | 2 +-
.../lldbsuite/test/lang/objc/bitfield_ivars/main.m | 52 ++++++++++++++++++++++
2 files changed, 53 insertions(+), 1 deletion(-)
copy packages/Python/lldbsuite/test/lang/objc/{objc-ivar-protocols/TestIvarProtoco [...]
create mode 100644 packages/Python/lldbsuite/test/lang/objc/bitfield_ivars/main.m
--
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 40244be Fix i386/x86_64 scalbl with sNaN input (bug 20296).
new 76a0b73 Remove atomic_compare_and_exchange_bool_rel.
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 | 30 ++++++++++++++++++++++++++
include/atomic.h | 17 ---------------
nptl/pthread_mutex_unlock.c | 34 +++++++++++++++++++-----------
nscd/cache.c | 12 +++++------
sysdeps/aarch64/atomic-machine.h | 4 ----
sysdeps/alpha/atomic-machine.h | 4 ----
sysdeps/arm/atomic-machine.h | 4 ----
sysdeps/microblaze/atomic-machine.h | 6 ------
sysdeps/mips/atomic-machine.h | 8 -------
sysdeps/powerpc/atomic-machine.h | 6 ------
sysdeps/powerpc/powerpc32/atomic-machine.h | 19 -----------------
sysdeps/powerpc/powerpc64/atomic-machine.h | 33 -----------------------------
sysdeps/tile/atomic-machine.h | 5 -----
13 files changed, 58 insertions(+), 124 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 7748b99 SimplifyInstruction does not imply DCE
new f3f8fc6 [PM] Port PreISelIntrinsicLowering to the new PM
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/CodeGen/PreISelIntrinsicLowering.h | 26 ++++++++++++++++++
include/llvm/InitializePasses.h | 2 +-
lib/CodeGen/CodeGen.cpp | 2 +-
lib/CodeGen/PreISelIntrinsicLowering.cpp | 31 ++++++++++++++--------
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
.../PreISelIntrinsicLowering/load-relative.ll | 1 +
tools/opt/opt.cpp | 2 +-
8 files changed, 52 insertions(+), 14 deletions(-)
create mode 100644 include/llvm/CodeGen/PreISelIntrinsicLowering.h
--
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 912e4df Revert r273705
new 7c599a5 [CMake] Remove CLANG_APPEND_VC_REV 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:
CMakeLists.txt | 13 -------------
lib/Basic/CMakeLists.txt | 7 +++++++
2 files changed, 7 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 zorg.
from 05b1ed8 back out change to remove untracked files as it will remove symlinks
new 957bc78 Added a default status format string for ninja command.
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:
zorg/buildbot/commands/NinjaCommand.py | 11 +++++++++--
1 file changed, 9 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 newlib.
from e855447 Drop autoloading transaction functions from ntdll
new a361f44 symlink_info::check fixup comment and two test for non-XP
new 8cfa641 fhandler_dev_floppy::get_drive_info: fix comment
new 81031e6 eval_start_address: Fix comment
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:
winsup/cygwin/fhandler_floppy.cc | 6 +++---
winsup/cygwin/heap.cc | 6 +++---
winsup/cygwin/path.cc | 8 +++-----
3 files changed, 9 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 llvm.
from 28ea976 [AArch64] Adjust the model for the vector by element FP multi [...]
new 82c356c [CodeView] Healthy paranoia around strings
new 7748b99 SimplifyInstruction does not imply DCE
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:
include/llvm/DebugInfo/CodeView/ListRecordBuilder.h | 2 +-
include/llvm/DebugInfo/CodeView/TypeRecordBuilder.h | 1 -
lib/DebugInfo/CodeView/ListRecordBuilder.cpp | 2 ++
lib/DebugInfo/CodeView/TypeRecordBuilder.cpp | 11 +++--------
lib/Transforms/Scalar/EarlyCSE.cpp | 17 ++++++++++++-----
lib/Transforms/Scalar/GVN.cpp | 21 +++++++++++++++------
lib/Transforms/Scalar/JumpThreading.cpp | 9 +++++++--
lib/Transforms/Scalar/LoopRotation.cpp | 9 +++++++--
lib/Transforms/Utils/CloneFunction.cpp | 8 +++++---
lib/Transforms/Utils/Local.cpp | 19 ++++++++++++++-----
lib/Transforms/Utils/LoopUnroll.cpp | 11 +++++------
lib/Transforms/Utils/SimplifyCFG.cpp | 13 +++++++++----
test/Transforms/GVN/volatile.ll | 10 ++++++++++
13 files changed, 90 insertions(+), 43 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 37681b7 PR debug/71642 * tree-inline.c (remap_decl): When fixing up [...]
new eac4129 * cfgloop.c (flow_loop_dump): Cast nit to uint64_t and print [...]
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 | 5 +++++
gcc/cfgloop.c | 3 ++-
2 files changed, 7 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.