This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a91bcf5 Put PDB parsing code into a pdb namespace.
new 39e2863 [AMDGPU][llvm-mc] Add some missing testcases to trap.s
new 34d5a9f Use SelectionDAG::getTargetConstant* helper functions. NFC.
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/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 8 ++++----
test/MC/AMDGPU/trap.s | 25 +++++++++++++++++++++++++
2 files changed, 29 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 c4cd817 [MBP] Split placement and alignment into two functions. NFC.
new 4c9f41e [BasicAA] Treat llvm.assume as not accessing memory in getMod [...]
new 89509a3 Do not read callee name when matching IR to profile as it is [...]
new 64cc1b2 Refactor the PDB Stream reading interface.
The 3 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/PDB/Raw/ByteStream.h | 47 +++++++++++++++++
include/llvm/DebugInfo/PDB/Raw/MappedBlockStream.h | 38 ++++++++++++++
include/llvm/DebugInfo/PDB/Raw/PDBDbiStream.h | 20 ++++----
include/llvm/DebugInfo/PDB/Raw/PDBInfoStream.h | 4 +-
include/llvm/DebugInfo/PDB/Raw/PDBNameMap.h | 4 +-
include/llvm/DebugInfo/PDB/Raw/PDBStream.h | 46 -----------------
include/llvm/DebugInfo/PDB/Raw/StreamInterface.h | 29 +++++++++++
include/llvm/DebugInfo/PDB/Raw/StreamReader.h | 46 +++++++++++++++++
lib/Analysis/BasicAliasAnalysis.cpp | 6 +++
lib/DebugInfo/PDB/CMakeLists.txt | 6 ++-
lib/DebugInfo/PDB/Raw/ByteStream.cpp | 60 ++++++++++++++++++++++
.../Raw/{PDBStream.cpp => MappedBlockStream.cpp} | 46 ++++-------------
lib/DebugInfo/PDB/Raw/PDBDbiStream.cpp | 52 +++++++++----------
lib/DebugInfo/PDB/Raw/PDBInfoStream.cpp | 16 +++---
lib/DebugInfo/PDB/Raw/PDBNameMap.cpp | 5 +-
lib/DebugInfo/PDB/Raw/StreamReader.cpp | 40 +++++++++++++++
lib/Transforms/IPO/SampleProfile.cpp | 11 ++--
test/Transforms/Util/MemorySSA/assume.ll | 17 ++++++
tools/llvm-pdbdump/llvm-pdbdump.cpp | 11 ++--
19 files changed, 359 insertions(+), 145 deletions(-)
create mode 100644 include/llvm/DebugInfo/PDB/Raw/ByteStream.h
create mode 100644 include/llvm/DebugInfo/PDB/Raw/MappedBlockStream.h
delete mode 100644 include/llvm/DebugInfo/PDB/Raw/PDBStream.h
create mode 100644 include/llvm/DebugInfo/PDB/Raw/StreamInterface.h
create mode 100644 include/llvm/DebugInfo/PDB/Raw/StreamReader.h
create mode 100644 lib/DebugInfo/PDB/Raw/ByteStream.cpp
rename lib/DebugInfo/PDB/Raw/{PDBStream.cpp => MappedBlockStream.cpp} (54%)
create mode 100644 lib/DebugInfo/PDB/Raw/StreamReader.cpp
create mode 100644 test/Transforms/Util/MemorySSA/assume.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 lld.
from d7f5a41 Fix producing undefined reference to __progname.
new 55a2354 Fix the alignment of the version info.
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/OutputSections.cpp | 8 ++++++--
test/ELF/verneed.s | 4 ++--
2 files changed, 8 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 d707220 [PPC] Enable shuffling of VSX vectors
new f3487e8 Fixed/Recommitted r267733 "[AMDGPU][llvm-mc] Add support of T [...]
new c4cd817 [MBP] Split placement and alignment into two functions. NFC.
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/CodeGen/MachineBlockPlacement.cpp | 5 ++
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 3 +-
.../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 11 ++--
.../AMDGPU/Disassembler/AMDGPUDisassembler.h | 2 +-
.../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 5 +-
lib/Target/AMDGPU/SIInstructions.td | 14 ++---
lib/Target/AMDGPU/SIRegisterInfo.td | 23 ++++++--
test/MC/AMDGPU/mubuf.s | 68 ++++++++++++++++++++++
test/MC/AMDGPU/reg-syntax-extra.s | 28 +++++++++
test/MC/AMDGPU/smrd.s | 12 ++++
10 files changed, 152 insertions(+), 19 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 2f41b0f Fixed LIT tests that was broken after change in r268054.
new d707220 [PPC] Enable shuffling of VSX vectors
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/PowerPC/PPCISelLowering.cpp | 6 ++----
test/CodeGen/PowerPC/pr27078.ll | 15 +++++++++++++++
2 files changed, 17 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/PowerPC/pr27078.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 clang.
from e77a677 Recommitted r264281 "Supporting all entities declared in lexi [...]
new a5cff8c Add a Subjects line to NoDebugAttr [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:
include/clang/Basic/Attr.td | 2 ++
include/clang/Basic/DiagnosticSemaKinds.td | 3 ---
lib/Sema/SemaDeclAttr.cpp | 12 ------------
test/Sema/attr-nodebug.c | 2 +-
test/{SemaObjCXX/ivar-struct.mm => SemaObjC/attr-nodebug.m} | 7 ++-----
5 files changed, 5 insertions(+), 21 deletions(-)
copy test/{SemaObjCXX/ivar-struct.mm => SemaObjC/attr-nodebug.m} (53%)
--
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 6881bc8 auto-generate checks
new 034b92a Add operator- to Path's reverse_iterator. Needed for D19666
new 2f41b0f Fixed LIT tests that was broken after change in r268054.
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/Support/Path.h | 3 +++
lib/Support/Path.cpp | 4 ++++
test/DebugInfo/X86/lexical-block-file-inline.ll | 4 ----
3 files changed, 7 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 f5874ed [InstCombine] add helper function for ICmp with constant cano [...]
new 6881bc8 auto-generate checks
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/Transforms/InstCombine/compare-signs.ll | 83 ++++++++++++++--------------
1 file changed, 40 insertions(+), 43 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.