This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a96468b transform obscured FP sign bit ops into a fabs/fneg using TLI hook new afab7ac [ASMParser] Parse FP constants in non-C locales new 66d860c AMDGPU: Handle flat in getMemOpBaseRegImmOfs new b36db5a [llvm-pdbdump] Dump CodeView line information.
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/CodeView/CodeView.h | 1 + include/llvm/DebugInfo/CodeView/EnumTables.h | 1 + include/llvm/DebugInfo/CodeView/StreamRef.h | 2 + include/llvm/DebugInfo/PDB/Raw/DbiStream.h | 1 + include/llvm/DebugInfo/PDB/Raw/ModStream.h | 8 +++ .../llvm/DebugInfo/PDB/Raw/ModuleSubstreamRecord.h | 51 +++++++++++++++++++ include/llvm/DebugInfo/PDB/Raw/RawTypes.h | 39 +++++++++++++++ lib/AsmParser/LLLexer.cpp | 6 ++- lib/DebugInfo/CodeView/EnumTables.cpp | 20 ++++++++ lib/DebugInfo/CodeView/StreamReader.cpp | 2 +- lib/DebugInfo/PDB/CMakeLists.txt | 1 + lib/DebugInfo/PDB/Raw/ModStream.cpp | 12 +++-- lib/DebugInfo/PDB/Raw/ModuleSubstreamRecord.cpp | 49 ++++++++++++++++++ lib/Target/AMDGPU/SIInstrInfo.cpp | 7 +++ test/DebugInfo/PDB/pdbdump-headers.test | 23 ++++++++- tools/llvm-pdbdump/llvm-pdbdump.cpp | 58 ++++++++++++++++------ 16 files changed, 257 insertions(+), 24 deletions(-) create mode 100644 include/llvm/DebugInfo/PDB/Raw/ModuleSubstreamRecord.h create mode 100644 lib/DebugInfo/PDB/Raw/ModuleSubstreamRecord.cpp