This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a61bf37968d [LangRef] describe the default FP environment new 5926c6d6fe8 [XRay] Lazily compute MachineLoopInfo instead of requiring it. new b3bc29ae35c [Hexagon] Correct the computation of TopReadyCycle and BotR [...] new f60cf82ca0e [LangRef] fix link formatting new 119b4ed31aa Resubmit "Support embedding natvis files in PDBs." new 645255bd306 MC: fix layering violation introduced in r325139.
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: docs/LangRef.rst | 22 +-- .../CodeView/DebugStringTableSubsection.h | 14 +- include/llvm/DebugInfo/PDB/DIA/DIAInjectedSource.h | 4 +- include/llvm/DebugInfo/PDB/Native/HashTable.h | 5 +- include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h | 32 ++++- .../DebugInfo/PDB/Native/PDBStringTableBuilder.h | 13 ++ include/llvm/DebugInfo/PDB/Native/RawConstants.h | 2 + include/llvm/DebugInfo/PDB/Native/RawTypes.h | 28 ++++ include/llvm/MC/MCAsmMacro.h | 115 +++++++++++++++- include/llvm/MC/MCParser/MCAsmLexer.h | 115 +--------------- lib/CodeGen/XRayInstrumentation.cpp | 20 ++- .../CodeView/DebugChecksumsSubsection.cpp | 2 +- lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp | 6 +- .../CodeView/DebugStringTableSubsection.cpp | 25 ++-- lib/DebugInfo/PDB/DIA/DIAEnumInjectedSources.cpp | 6 +- lib/DebugInfo/PDB/DIA/DIAInjectedSource.cpp | 5 +- lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp | 1 + lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp | 150 +++++++++++++++++++-- lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp | 23 ++++ lib/Target/Hexagon/HexagonMachineScheduler.cpp | 18 +-- test/CodeGen/Hexagon/swp-stages4.ll | 1 - test/CodeGen/X86/O0-pipeline.ll | 2 - tools/llvm-pdbutil/DumpOutputStyle.cpp | 29 ++++ tools/llvm-pdbutil/DumpOutputStyle.h | 1 + tools/llvm-pdbutil/llvm-pdbutil.cpp | 4 + tools/llvm-pdbutil/llvm-pdbutil.h | 1 + 26 files changed, 457 insertions(+), 187 deletions(-)