This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ab45c0673e7 [CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.
new dd74d554073 EntryExitInstrumenter: set DebugLocs on the inserted call i [...]
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/EntryExitInstrumenter.cpp | 25 ++++++++++---
.../Transforms/EntryExitInstrumenter/debug-info.ll | 43 ++++++++++++++++++++++
2 files changed, 63 insertions(+), 5 deletions(-)
create mode 100644 test/Transforms/EntryExitInstrumenter/debug-info.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 llvm.
from a710db28b7f [X86][X87] Tag FP_TO_INT_IN_MEM pseudos with hasNoSchedulingInfo
new ab45c0673e7 [CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.
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:
.../DebugInfo/CodeView/ContinuationRecordBuilder.h | 65 ++++
.../llvm/DebugInfo/CodeView/SimpleTypeSerializer.h | 53 +++
include/llvm/DebugInfo/CodeView/TypeSerializer.h | 159 ---------
include/llvm/DebugInfo/CodeView/TypeTableBuilder.h | 129 +++----
include/llvm/ObjectYAML/CodeViewYAMLTypes.h | 8 +-
include/llvm/Support/BinaryByteStream.h | 6 +-
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 92 ++---
lib/DebugInfo/CodeView/CMakeLists.txt | 4 +-
.../CodeView/ContinuationRecordBuilder.cpp | 256 ++++++++++++++
lib/DebugInfo/CodeView/SimpleTypeSerializer.cpp | 62 ++++
lib/DebugInfo/CodeView/TypeRecordMapping.cpp | 3 +-
lib/DebugInfo/CodeView/TypeSerializer.cpp | 389 ---------------------
lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 2 +-
lib/DebugInfo/CodeView/TypeTableBuilder.cpp | 206 +++++++++++
lib/DebugInfo/CodeView/TypeTableCollection.cpp | 1 -
lib/ObjectYAML/CodeViewYAMLTypes.cpp | 44 ++-
test/DebugInfo/COFF/big-type.ll | 15 +
tools/llvm-pdbutil/PdbYaml.cpp | 1 -
tools/llvm-pdbutil/llvm-pdbutil.cpp | 5 +-
.../DebugInfo/CodeView/RandomAccessVisitorTest.cpp | 7 +-
.../DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp | 20 +-
21 files changed, 795 insertions(+), 732 deletions(-)
create mode 100644 include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h
create mode 100644 include/llvm/DebugInfo/CodeView/SimpleTypeSerializer.h
delete mode 100644 include/llvm/DebugInfo/CodeView/TypeSerializer.h
create mode 100644 lib/DebugInfo/CodeView/ContinuationRecordBuilder.cpp
create mode 100644 lib/DebugInfo/CodeView/SimpleTypeSerializer.cpp
delete mode 100644 lib/DebugInfo/CodeView/TypeSerializer.cpp
create mode 100644 lib/DebugInfo/CodeView/TypeTableBuilder.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 gcc.
from 3cf56162c94 * g++.dg/cpp0x/fntmpdefarg2a.C: Move expected warning.
new 891c5e19402 * gimple-ssa-evrp-analyze.c (evrp_range_analyzer::record_ [...]
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 | 7 +++++++
gcc/gimple-ssa-evrp-analyze.c | 3 ++-
gcc/vr-values.c | 3 ++-
3 files changed, 11 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 hjl/ix86_frame/gcc-7-branch
in repository gcc.
from 4d90987cd89 i386: Check red zone size in push peephole2
new 359bc6e9940 i386: More use reference of struct ix86_frame to avoid copy
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/config/i386/i386.c | 6 ++----
1 file changed, 2 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 llvm.
from b58eb1a1e4e [CodeGen] Separate MachineOperand implementation from MachineInstr
new a710db28b7f [X86][X87] Tag FP_TO_INT_IN_MEM pseudos with hasNoSchedulingInfo
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/X86InstrFPStack.td | 4 ++--
1 file changed, 2 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 glibc.
from 8d81ce0c6d Properly compute offsets of note descriptor and next note [B [...]
new bc4e8f9b49 Use libm_alias_double for i386.
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 | 47 +++++++++++++++++++++++++++++++++++++
sysdeps/i386/fpu/s_asinh.S | 3 ++-
sysdeps/i386/fpu/s_atan.S | 3 ++-
sysdeps/i386/fpu/s_cbrt.S | 3 ++-
sysdeps/i386/fpu/s_ceil.S | 3 ++-
sysdeps/i386/fpu/s_copysign.S | 3 ++-
sysdeps/i386/fpu/s_expm1.S | 3 ++-
sysdeps/i386/fpu/s_fabs.S | 3 ++-
sysdeps/i386/fpu/s_fdim.c | 7 ++----
sysdeps/i386/fpu/s_floor.S | 3 ++-
sysdeps/i386/fpu/s_fmax.S | 3 ++-
sysdeps/i386/fpu/s_fmin.S | 3 ++-
sysdeps/i386/fpu/s_frexp.S | 3 ++-
sysdeps/i386/fpu/s_llrint.S | 3 ++-
sysdeps/i386/fpu/s_logb.S | 3 ++-
sysdeps/i386/fpu/s_lrint.S | 3 ++-
sysdeps/i386/fpu/s_nearbyint.S | 3 ++-
sysdeps/i386/fpu/s_remquo.S | 3 ++-
sysdeps/i386/fpu/s_rint.S | 3 ++-
sysdeps/i386/fpu/s_trunc.S | 3 ++-
sysdeps/i386/i686/fpu/s_fmax.S | 3 ++-
sysdeps/i386/i686/fpu/s_fmin.S | 3 ++-
sysdeps/i386/i686/multiarch/s_fma.c | 3 ++-
23 files changed, 91 insertions(+), 26 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 bc8fe3717c6 Enable VBMI2 support [5/7]
new 3cf56162c94 * g++.dg/cpp0x/fntmpdefarg2a.C: Move expected warning.
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/testsuite/g++.dg/cpp0x/fntmpdefarg2a.C | 4 ++--
1 file changed, 2 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 lld.
from c0235c9f2 [ELF] Read ARM BuildAttributes section to determine supported [...]
new 0bb48832d Handle binding in --wrap.
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:
ELF/Symbols.cpp | 1 -
test/ELF/Inputs/wrap.s | 4 +++-
test/ELF/wrap.s | 6 ++++++
3 files 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 c37171b52 cygwin: fix getconf after commit 032aa2dba5a5bf90c198d930c8d3 [...]
new 391381145 cygserver: remove all asserts on "this"
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/cygserver/process.cc | 3 ---
winsup/cygserver/threaded_queue.cc | 4 ----
2 files changed, 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 binutils-gdb.
from ff174d3ffa gold: Add a newline at end of pr22266_a.c
new b0029dce68 Prevent a memory exhaustion problem when trying to read in s [...]
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/coffgen.c | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.