This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/hjl/x86
in repository binutils-gdb.
discards 8d3b27385a x86: Add elf_x86_backend_data
discards 1a4bc55ddd x86: Add _bfd_x86_elf_finish_dynamic_sections
new 7909b6e605 x86: Add _bfd_x86_elf_finish_dynamic_sections
new 5b4185e6aa x86: Add elf_x86_backend_data
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (8d3b27385a)
\
N -- N -- N refs/heads/users/hjl/x86 (5b4185e6aa)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
bfd/elfxx-x86.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 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 63c545da3ab Allow target to decide when to cluster loads/stores in misched
new c9ffce23c10 Update testcase that was XFAILed on Darwin for llvm-dwarfdu [...]
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/DebugInfo/Inputs/gmlt.ll | 1 -
1 file changed, 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 494372f27ef llvm-dwarfdump: automatically dump both regular and .dwo va [...]
new 63c545da3ab Allow target to decide when to cluster loads/stores in misched
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/Target/TargetInstrInfo.h | 4 +-
lib/CodeGen/MachineScheduler.cpp | 8 +--
lib/Target/AArch64/AArch64InstrInfo.cpp | 5 ++
lib/Target/AArch64/AArch64InstrInfo.h | 3 +-
lib/Target/AMDGPU/SIInstrInfo.cpp | 38 +++++++++++
lib/Target/AMDGPU/SIInstrInfo.h | 3 +-
test/CodeGen/AMDGPU/add.i16.ll | 4 +-
test/CodeGen/AMDGPU/ctpop.ll | 8 ++-
test/CodeGen/AMDGPU/fadd.f16.ll | 6 +-
test/CodeGen/AMDGPU/flat-load-clustering.mir | 77 ++++++++++++++++++++++
test/CodeGen/AMDGPU/si-triv-disjoint-mem-access.ll | 10 +--
test/CodeGen/AMDGPU/sub.i16.ll | 4 +-
12 files changed, 146 insertions(+), 24 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/flat-load-clustering.mir
--
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 bcea7ad608 Move exp compat wrappers under math/
new 1aae75ef80 Define and use libm_alias_ldouble.
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 | 10 ++++++
.../{libm-alias-float.h => libm-alias-ldouble.h} | 27 +++++++--------
sysdeps/generic/math-type-macros-ldouble.h | 6 ++++
.../{libm-alias-double.h => libm-alias-ldouble.h} | 33 +++++++++----------
.../ieee754/ldbl-opt/math-type-macros-ldouble.h | 38 ----------------------
5 files changed, 45 insertions(+), 69 deletions(-)
copy sysdeps/generic/{libm-alias-float.h => libm-alias-ldouble.h} (52%)
copy sysdeps/ieee754/ldbl-opt/{libm-alias-double.h => libm-alias-ldouble.h} (51%)
delete mode 100644 sysdeps/ieee754/ldbl-opt/math-type-macros-ldouble.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 llvm.
from 93b87c84ea0 AMDGPU: Handle coldcc in more places
new 494372f27ef llvm-dwarfdump: automatically dump both regular and .dwo va [...]
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/BinaryFormat/Dwarf.def | 9 +-
include/llvm/DebugInfo/DIContext.h | 12 +-
include/llvm/DebugInfo/DWARF/DWARFContext.h | 2 +-
include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h | 1 +
include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h | 3 +
include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h | 2 +-
include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h | 3 +
include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h | 1 +
lib/DebugInfo/DWARF/DWARFContext.cpp | 165 ++++++++++++---------
test/DebugInfo/Inputs/gmlt.ll | 8 +-
test/DebugInfo/X86/fission-inline.ll | 1 +
test/DebugInfo/X86/fission-no-inlining.ll | 2 +
test/DebugInfo/X86/fission-ranges.ll | 2 +-
test/DebugInfo/X86/generate-odr-hash.ll | 6 +-
test/DebugInfo/X86/gnu-public-names-gmlt.ll | 12 +-
.../X86/split-dwarf-cross-unit-reference.ll | 5 +-
test/DebugInfo/X86/split-dwarf-multiple-cu-hash.ll | 2 +
test/DebugInfo/X86/split-dwarf-omit-empty.ll | 2 +
test/DebugInfo/dwarfdump-dump-flags.test | 3 +-
test/DebugInfo/dwarfdump-dwp.test | 1 +
test/MC/ARM/dwarf-asm-multiple-sections-dwarf-2.s | 5 +-
test/MC/ARM/dwarf-asm-no-code.s | 12 +-
test/MC/ARM/dwarf-asm-nonstandard-section.s | 5 +-
test/MC/ARM/dwarf-asm-single-section.s | 5 +-
test/tools/dsymutil/X86/basic-linking-x86.test | 3 +-
test/tools/llvm-dwp/X86/empty.test | 6 +-
test/tools/llvm-dwp/X86/simple.test | 3 +-
tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 5 +-
28 files changed, 146 insertions(+), 140 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 95fa5a64462 [ARM] Add more CPUs to host detection
new e8c0dd7abf4 Update the early_inline test to explicitly add attribute fo [...]
new 68b15df8a12 [codeview] VLAs and unsized arrays should use a size of zero
new 93b87c84ea0 AMDGPU: Handle coldcc in more places
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 | 7 ++-
lib/Target/AMDGPU/AMDGPURegisterInfo.cpp | 2 +
test/DebugInfo/COFF/types-array-advanced.ll | 2 +-
test/DebugInfo/COFF/types-array-unsized.ll | 84 +++++++++++++++++++++++++++
test/Transforms/SampleProfile/early-inline.ll | 4 +-
5 files changed, 93 insertions(+), 6 deletions(-)
create mode 100644 test/DebugInfo/COFF/types-array-unsized.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 4470536d89 Mark static member functions as static in CodeViewDebug
new ea180c9c54 Use -- to prevent the driver from confusing paths with flags [...]
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/Driver/whole-program-vtables.c | 6 +++---
1 file changed, 3 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 compiler-rt.
from 90837bb59 Revert "Determine up front which projects are enabled."
new 2984766b0 [ubsan-minimal] Filter targets to test by host arch on Darwin
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/ubsan_minimal/CMakeLists.txt | 3 +++
test/ubsan_minimal/lit.common.cfg | 5 -----
2 files changed, 3 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 lld.
from 00ad3f309 Simplify. NFC.
new 9e2bec804 Remove {get,set}Align accessor functions and use Alignment me [...]
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 | 10 +++-------
COFF/Chunks.h | 15 ++++++---------
COFF/DLL.cpp | 9 ++++-----
COFF/Driver.cpp | 8 ++++++--
COFF/ICF.cpp | 15 +++++----------
COFF/MapFile.cpp | 2 +-
COFF/Writer.cpp | 2 +-
7 files changed, 26 insertions(+), 35 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.