This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from ed62cf563 Fix windows build broken by r347846
new fb997dfa9 [LLDB] - Improve the support of .debug_str_offsets/.debug_str [...]
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:
.../split-dwarf5-debug-stroffsets-file1.dwo.yaml | 40 +++++++++++
.../split-dwarf5-debug-stroffsets-file2.dwo.yaml | 40 +++++++++++
.../Inputs/split-dwarf5-debug-stroffsets-main.yaml | 70 ++++++++++++++++++
lit/Breakpoint/split-dwarf5-debug-stroffsets.test | 84 ++++++++++++++++++++++
source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp | 17 +----
source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp | 45 ++++++++++--
source/Plugins/SymbolFile/DWARF/DWARFUnit.h | 4 +-
7 files changed, 280 insertions(+), 20 deletions(-)
create mode 100644 lit/Breakpoint/Inputs/split-dwarf5-debug-stroffsets-file1.dwo.yaml
create mode 100644 lit/Breakpoint/Inputs/split-dwarf5-debug-stroffsets-file2.dwo.yaml
create mode 100644 lit/Breakpoint/Inputs/split-dwarf5-debug-stroffsets-main.yaml
create mode 100644 lit/Breakpoint/split-dwarf5-debug-stroffsets.test
--
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-tools-extra.
from c549c7cf [Documentation] Try to fix build failure in cppcoreguidelines [...]
new 4e05736f Adding a FIXME test to document an area for improvement with [...]
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/clang-tidy/cert-static-object-exception.cpp | 12 ++++++++++++
1 file changed, 12 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 binutils-gdb.
from 8936f76804 objdump: Fix check for corrupt reloc information, to allow f [...]
new ffd9e4d022 elf: Don't merge .note.gnu.property section in IR
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:
bfd/ChangeLog | 6 ++++++
bfd/elf-properties.c | 3 ++-
2 files changed, 8 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 gcc.
from b85725c8d48 [PATCH] [Arm] Fix fpu configurations for Cortex-R7 and Cortex-R8
new c1ddd9912c1 PR libstdc++/88119 use alignof in std::alignment_of, not __ [...]
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:
libstdc++-v3/ChangeLog | 8 +++++++
libstdc++-v3/include/ext/aligned_buffer.h | 7 +++---
libstdc++-v3/include/std/type_traits | 2 +-
.../testsuite/20_util/alignment_of/value.cc | 26 +++++++++++++---------
4 files changed, 29 insertions(+), 14 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-stable-defconfig
in repository toolchain/gcc.
from a87645915c9 2018-11-28 Richard Biener <rguenther(a)suse.de>
adds f37f815d8a7 2018-11-28 Aaron Sawdey <acsawdey(a)linux.ibm.com>
adds a9a931e4fd4 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 15 ++
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/rs6000-string.c | 304 +++++++++++++++++++++-----------------
3 files changed, 188 insertions(+), 133 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 41f457ff4f2 AMDGPU/InsertWaitcnts: Remove the dependence on MachineLoopInfo
new 51af6fdf8a3 [llvm-mca][MC] Add the ability to declare which processor r [...]
new cec32edcb5a [llvm-rc] Support EXSTYLE statement.
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/MC/MCSchedule.h | 2 +
include/llvm/Target/TargetSchedule.td | 10 +++
lib/Target/X86/X86ScheduleBdVer2.td | 4 +
test/tools/llvm-mca/X86/BdVer2/load-throughput.s | 90 +++++++++++------------
test/tools/llvm-mca/X86/BdVer2/store-throughput.s | 88 +++++++++++-----------
test/tools/llvm-rc/Inputs/tag-dialog-headers.rc | 5 ++
test/tools/llvm-rc/tag-dialog.test | 56 ++++++++++++++
tools/llvm-mca/Views/SchedulerStatistics.cpp | 64 ++++++++++++++--
tools/llvm-mca/Views/SchedulerStatistics.h | 12 +--
tools/llvm-mca/include/HardwareUnits/LSUnit.h | 52 ++++++++++++-
tools/llvm-mca/lib/Context.cpp | 4 +-
tools/llvm-mca/lib/HardwareUnits/LSUnit.cpp | 17 +++++
tools/llvm-mca/llvm-mca.cpp | 4 +-
tools/llvm-rc/ResourceFileWriter.cpp | 10 ++-
tools/llvm-rc/ResourceFileWriter.h | 2 +
tools/llvm-rc/ResourceScriptParser.cpp | 7 ++
tools/llvm-rc/ResourceScriptParser.h | 1 +
tools/llvm-rc/ResourceScriptStmt.cpp | 4 +
tools/llvm-rc/ResourceScriptStmt.h | 13 ++++
tools/llvm-rc/ResourceVisitor.h | 2 +
utils/TableGen/CodeGenSchedule.cpp | 32 ++++++++
utils/TableGen/CodeGenSchedule.h | 11 ++-
utils/TableGen/SubtargetEmitter.cpp | 29 ++++++++
23 files changed, 410 insertions(+), 109 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 aoliva/testme
in repository gcc.
discards a65a3681755 [PR c++/87750] introduce lookup_member_by_kind
new 5c94b2b15df [PR c++/87750] introduce lookup_member_by_kind
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 (a65a3681755)
\
N -- N -- N refs/heads/aoliva/testme (5c94b2b15df)
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 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/cp/search.c | 6 ++++--
1 file changed, 4 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 09870c6e9 stdio.h: Expose cuserid with __GNU_VISIBLE
new 43e8fddfa Cygwin: clocks: use either tickcount or tick period
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:
winsup/cygwin/clock.cc | 37 ++++++++++++++++++++++---------------
winsup/cygwin/clock.h | 4 ++++
2 files changed, 26 insertions(+), 15 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 5f414acc8 Remove getopt includes from the driver
new ed62cf563 Fix windows build broken by r347846
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:
tools/driver/Platform.h | 1 -
1 file changed, 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.