This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d3a30bc6f18 Handle mixed-OS paths in DWARF reader
new 02a171a38c3 Implement pure virtual method to fix build.
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:
unittests/DebugInfo/PDB/PDBApiTest.cpp | 5 +++++
1 file changed, 5 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 3eda0067794 [PDB] Support dumping injected sources via the DIA reader.
new 23862c8b358 [MC] fix documentation comments; NFC
new d3a30bc6f18 Handle mixed-OS paths in DWARF reader
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:
lib/DebugInfo/DWARF/DWARFDebugLine.cpp | 12 +++++-
lib/MC/MCAsmStreamer.cpp | 39 ++++++-----------
test/DebugInfo/debuglineinfo-path.ll | 78 ++++++++++++++++++++++++++++++++++
3 files changed, 102 insertions(+), 27 deletions(-)
create mode 100644 test/DebugInfo/debuglineinfo-path.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 14d8d03fe25 Revert "[mips] Guard traps for microMIPS correctly"
new 3eda0067794 [PDB] Support dumping injected sources via the DIA reader.
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/PDB/DIA/DIAEnumInjectedSources.h | 40 +++++++++++
include/llvm/DebugInfo/PDB/DIA/DIAInjectedSource.h | 40 +++++++++++
include/llvm/DebugInfo/PDB/DIA/DIASession.h | 3 +
include/llvm/DebugInfo/PDB/DIA/DIAUtils.h | 31 ++++++++
include/llvm/DebugInfo/PDB/IPDBInjectedSource.h | 42 +++++++++++
include/llvm/DebugInfo/PDB/IPDBSession.h | 3 +
include/llvm/DebugInfo/PDB/Native/NativeSession.h | 2 +
include/llvm/DebugInfo/PDB/PDBExtras.h | 2 +
include/llvm/DebugInfo/PDB/PDBTypes.h | 9 +++
lib/DebugInfo/PDB/CMakeLists.txt | 2 +
lib/DebugInfo/PDB/DIA/DIAEnumInjectedSources.cpp | 54 ++++++++++++++
lib/DebugInfo/PDB/DIA/DIAInjectedSource.cpp | 64 +++++++++++++++++
lib/DebugInfo/PDB/DIA/DIASession.cpp | 29 ++++++++
lib/DebugInfo/PDB/Native/NativeSession.cpp | 5 ++
lib/DebugInfo/PDB/PDBExtras.cpp | 12 ++++
lib/DebugInfo/PDB/PDBInterfaceAnchors.cpp | 3 +
test/tools/llvm-pdbdump/Inputs/InjectedSource.pdb | Bin 0 -> 126975 bytes
test/tools/llvm-pdbdump/injected-sources.test | 16 +++++
tools/llvm-pdbutil/llvm-pdbutil.cpp | 78 +++++++++++++++++++++
19 files changed, 435 insertions(+)
create mode 100644 include/llvm/DebugInfo/PDB/DIA/DIAEnumInjectedSources.h
create mode 100644 include/llvm/DebugInfo/PDB/DIA/DIAInjectedSource.h
create mode 100644 include/llvm/DebugInfo/PDB/DIA/DIAUtils.h
create mode 100644 include/llvm/DebugInfo/PDB/IPDBInjectedSource.h
create mode 100644 lib/DebugInfo/PDB/DIA/DIAEnumInjectedSources.cpp
create mode 100644 lib/DebugInfo/PDB/DIA/DIAInjectedSource.cpp
create mode 100644 test/tools/llvm-pdbdump/Inputs/InjectedSource.pdb
create mode 100644 test/tools/llvm-pdbdump/injected-sources.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 llvm.
from 04be4f58790 [llvm-mca] Remove the logic that computes the reciprocal th [...]
new 14d8d03fe25 Revert "[mips] Guard traps for microMIPS correctly"
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/Mips/MicroMipsInstrInfo.td | 38 ++++++++++---------------
lib/Target/Mips/MipsInstrInfo.td | 52 ++++++++++++++++-------------------
test/MC/Mips/micromips32r6/valid.s | 12 --------
test/MC/Mips/mips2/valid.s | 48 ++++----------------------------
test/MC/Mips/mips3/valid.s | 50 +++++----------------------------
test/MC/Mips/mips32/valid.s | 48 ++++----------------------------
test/MC/Mips/mips32r2/valid.s | 48 ++++----------------------------
test/MC/Mips/mips32r3/valid.s | 48 ++++----------------------------
test/MC/Mips/mips32r5/valid.s | 48 ++++----------------------------
test/MC/Mips/mips32r6/valid.s | 24 ----------------
test/MC/Mips/mips4/valid.s | 50 +++++----------------------------
test/MC/Mips/mips5/valid.s | 50 +++++----------------------------
test/MC/Mips/mips64/valid.s | 50 +++++----------------------------
test/MC/Mips/mips64r2/valid.s | 50 +++++----------------------------
test/MC/Mips/mips64r3/valid.s | 50 +++++----------------------------
test/MC/Mips/mips64r5/valid.s | 50 +++++----------------------------
test/MC/Mips/mips64r6/valid.s | 30 ++------------------
17 files changed, 120 insertions(+), 626 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 38ac5997de8 [DAGCombine] visitREM - Don't assume that one divrem isn't [...]
new 04be4f58790 [llvm-mca] Remove the logic that computes the reciprocal th [...]
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/llvm-mca/Backend.h | 3 ---
tools/llvm-mca/Scheduler.cpp | 20 --------------------
tools/llvm-mca/Scheduler.h | 5 -----
tools/llvm-mca/SummaryView.cpp | 41 ++++++++++++++++++++++++++---------------
tools/llvm-mca/SummaryView.h | 19 +++++++++++--------
tools/llvm-mca/llvm-mca.cpp | 4 ++--
6 files changed, 39 insertions(+), 53 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 clang.
from f4ca1ac809 Reland "[Attr] Fix parameter indexing for several attributes"
new d649f2fa4e [analyzer] Fix the matcher for GCDAntipattern to look for "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:
lib/StaticAnalyzer/Checkers/GCDAntipatternChecker.cpp | 4 ++--
test/Analysis/gcdantipatternchecker_test.m | 15 +++++++++++++++
2 files changed, 17 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 llvm.
from 3ca92f8e9ed Build system changes for RISCV
new 38ac5997de8 [DAGCombine] visitREM - Don't assume that one divrem isn't [...]
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/SelectionDAG/DAGCombiner.cpp | 6 +++---
test/CodeGen/X86/combine-srem.ll | 30 ++++++++++++++++++++++++++++++
2 files changed, 33 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 llvm.
from d4198762192 [lit] - Allow 1 test to report multiple micro-test results [...]
new 3ca92f8e9ed Build system changes for RISCV
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:
cmake/config-ix.cmake | 4 ++++
1 file changed, 4 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 b4a3689a68 Updated Russian and Brazilian Portuguese translations.
new e45ad1239d Prevent a buffer overrun when parsing corrupt STABS debug 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:
binutils/ChangeLog | 7 +++++++
binutils/stabs.c | 4 +++-
2 files changed, 10 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.