This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from 8861c4677f3 * es.po: Update.
new a4ee403b91b Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc-6-branch
in repository gcc.
from 3bd8053b38c Daily bump.
new c63f0e5293c Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc-5-branch
in repository gcc.
from 4d08e6e8516 Daily bump.
new 63e284faf4c Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 binutils-gdb.
from 82d808edbc MIPS16/GAS: Fix absolute references with PC-relative synthet [...]
new 35387fdec5 Automatic date update in version.in
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/version.h | 2 +-
1 file changed, 1 insertion(+), 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 gdb-8.0-branch
in repository binutils-gdb.
from 8b44d08f47 Automatic date update in version.in
new 05e4d87859 Automatic date update in version.in
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/version.h | 2 +-
1 file changed, 1 insertion(+), 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 binutils-2_28-branch
in repository binutils-gdb.
from ed41fefa0b Automatic date update in version.in
new 9b9c62dffc Automatic date update in version.in
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/version.h | 2 +-
1 file changed, 1 insertion(+), 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 288180ac40a Make codeview::StringTable.
new c7dd63d90ed Fix type conversion 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/DebugInfo/CodeView/StringTable.cpp | 2 +-
1 file changed, 1 insertion(+), 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 clang.
from e28cd553dd Re-land r301697 "[IR] Make add/remove Attributes use AttrBui [...]
new 424867959d [ubsan] Skip overflow checks on safe arithmetic (fixes PR32874)
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/CGExprScalar.cpp | 86 +++++++++++++++++++++++++++++++++++++++-----
test/CodeGen/PR32874.c | 61 +++++++++++++++++++++++++++++++
2 files changed, 139 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGen/PR32874.c
--
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 66ac3d52f55 Typo in LangRef.rst. NFC
new 288180ac40a Make codeview::StringTable.
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/DebugInfo/CodeView/StringTable.h | 70 ++++++++++++
include/llvm/DebugInfo/PDB/Native/PDBFile.h | 2 +-
include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h | 4 +-
include/llvm/DebugInfo/PDB/Native/PDBStringTable.h | 28 +++--
.../DebugInfo/PDB/Native/PDBStringTableBuilder.h | 20 +++-
include/llvm/DebugInfo/PDB/Native/RawTypes.h | 6 +-
include/llvm/Support/BinaryStreamReader.h | 4 +
include/llvm/Support/BinaryStreamWriter.h | 6 +-
lib/DebugInfo/CodeView/CMakeLists.txt | 1 +
lib/DebugInfo/CodeView/StringTable.cpp | 65 +++++++++++
lib/DebugInfo/PDB/Native/DbiStream.cpp | 2 +-
lib/DebugInfo/PDB/Native/PDBFile.cpp | 9 +-
lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp | 21 ++--
lib/DebugInfo/PDB/Native/PDBStringTable.cpp | 94 +++++++++-------
lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp | 101 ++++++++++-------
.../PDB/Native/StringTableStreamBuilder.cpp | 123 +++++++++++++++++++++
lib/Support/BinaryStreamReader.cpp | 13 +++
lib/Support/BinaryStreamWriter.cpp | 13 +++
unittests/DebugInfo/PDB/StringTableBuilderTest.cpp | 4 +-
19 files changed, 476 insertions(+), 110 deletions(-)
create mode 100644 include/llvm/DebugInfo/CodeView/StringTable.h
create mode 100644 lib/DebugInfo/CodeView/StringTable.cpp
create mode 100644 lib/DebugInfo/PDB/Native/StringTableStreamBuilder.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 llvm.
from cfa02bf1594 Add line table verification to lldb-dwarfdump --verify
new 66ac3d52f55 Typo in LangRef.rst. NFC
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:
docs/LangRef.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.