This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from cfd8550 Revert "Allow the LTO code generator to strip invalid debug i [...]
new 5c11935 Make TypeIterator generic so it can iterate symbols too.
new a95bc25 [pdb] Parse the module info stream for each module.
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/DebugInfo/CodeView/CVTypeVisitor.h | 20 +--
include/llvm/DebugInfo/CodeView/RecordIterator.h | 116 ++++++++++++++++
include/llvm/DebugInfo/CodeView/SymbolRecord.h | 7 +
include/llvm/DebugInfo/CodeView/TypeDumper.h | 2 +-
include/llvm/DebugInfo/CodeView/TypeRecord.h | 4 -
include/llvm/DebugInfo/CodeView/TypeStream.h | 85 +-----------
include/llvm/DebugInfo/PDB/Raw/ByteStream.h | 2 +-
include/llvm/DebugInfo/PDB/Raw/ModStream.h | 46 +++++++
lib/DebugInfo/CodeView/TypeDumper.cpp | 2 +-
lib/DebugInfo/PDB/CMakeLists.txt | 7 +-
lib/DebugInfo/PDB/Raw/ByteStream.cpp | 18 +--
lib/DebugInfo/PDB/Raw/ModStream.cpp | 55 ++++++++
test/DebugInfo/PDB/pdbdump-headers.test | 168 ++++++++++++++++++++++-
tools/llvm-pdbdump/llvm-pdbdump.cpp | 44 ++++--
14 files changed, 449 insertions(+), 127 deletions(-)
create mode 100644 include/llvm/DebugInfo/CodeView/RecordIterator.h
create mode 100644 include/llvm/DebugInfo/PDB/Raw/ModStream.h
create mode 100644 lib/DebugInfo/PDB/Raw/ModStream.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 bc9409d [CGP] avoid crashing from weightlessness
new 9860b93 Allow the LTO code generator to strip invalid debug info from [...]
new 6d99a3d Separate the Verifier into an analysis and a transformation p [...]
new a2d03d2 [mips] Fix a partially initialized member variable that was i [...]
new 0a35726 Revert "Separate the Verifier into an analysis and a transfor [...]
new cfd8550 Revert "Allow the LTO code generator to strip invalid debug i [...]
The 5 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/AsmParser/MipsAsmParser.cpp | 2 ++
1 file changed, 2 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 51485ff DivergenceAnalysis: Fix crash with no return blocks
new bc9409d [CGP] avoid crashing from weightlessness
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/CodeGenPrepare.cpp | 8 +++++---
test/CodeGen/X86/cmov-into-branch.ll | 14 ++++++++++++++
2 files changed, 19 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 gcc.
from d9aa8cd * config/i386/i386.md (absneg splitters with general regs): [...]
new a089710 * config/rs6000/rs6000.c (rs6000_reassociation_width) [...]
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 | 6 ++++++
gcc/config/rs6000/rs6000.c | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 43 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 98959b5 [TargetLowering] make helper function for SetCC + and optimiz [...]
new 51485ff DivergenceAnalysis: Fix crash with no return blocks
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/Analysis/DivergenceAnalysis.cpp | 8 +++++-
.../DivergenceAnalysis/AMDGPU/no-return-blocks.ll | 30 ++++++++++++++++++++++
2 files changed, 37 insertions(+), 1 deletion(-)
create mode 100644 test/Analysis/DivergenceAnalysis/AMDGPU/no-return-blocks.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 lldb.
from 5d8d706 Enable NamespaceLookupTestCase.test_scope_lookup_before_using [...]
new d8a4c56 Mark TestPrintStackTraces as flaky on linux
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:
.../lldbsuite/test/python_api/lldbutil/process/TestPrintStackTraces.py | 1 +
1 file changed, 1 insertion(+)
--
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 deeb131 AMDGPU: Fold shift into cvt_f32_ubyteN
new 8260932 Fixed unused but set variable warning
new 98959b5 [TargetLowering] make helper function for SetCC + and optimiz [...]
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/Target/TargetLowering.h | 5 ++
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 92 +++++++++++++----------------
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 3 -
3 files changed, 45 insertions(+), 55 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 aef806ec fix spelling; NFC
new deeb131 AMDGPU: Fold shift into cvt_f32_ubyteN
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/AMDGPU/SIISelLowering.cpp | 16 +++++-
test/CodeGen/AMDGPU/cvt_f32_ubyte.ll | 60 +++++++++++++++++++++-
test/CodeGen/AMDGPU/llvm.AMDGPU.cvt_f32_ubyte.ll | 64 ++++++++++++++++++++++++
3 files changed, 137 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 1cc844b [mips] Try to fix 'truncation from FindBestPredicateResult to [...]
new aef806ec fix spelling; 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:
lib/Analysis/BlockFrequencyInfoImpl.cpp | 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 llvm.
from 8bc041c [mips][ias] Attempt to fix 'not all control paths return a va [...]
new 1cc844b [mips] Try to fix 'truncation from FindBestPredicateResult to [...]
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/MCTargetDesc/MipsELFObjectWriter.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.