This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f2b59e8 Delete AArch64II::MO_CONSTPOOL. new 25565d9 [codeview] Improve readability of type record assembly new 3e0c470 [Docs] CodeGen has supported vector icmp/fcmp for a long time. new e03288c [CodeGen] Don't mark FMINNUM/FMAXNUM Expand twice. NFC. new 2027459 [CodeGen] Promote FMINNAN/FMAXNAN like other binops.
The 4 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 | 6 --- .../DebugInfo/CodeView/MemoryTypeTableBuilder.h | 35 +++-------------- include/llvm/DebugInfo/CodeView/TypeDumper.h | 4 +- include/llvm/MC/MCStreamer.h | 4 ++ include/llvm/Support/ScopedPrinter.h | 6 +++ lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 44 ++++++++++++++-------- lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp | 2 + lib/CodeGen/TargetLoweringBase.cpp | 2 - lib/DebugInfo/CodeView/MemoryTypeTableBuilder.cpp | 27 +++++++++---- lib/MC/MCAsmStreamer.cpp | 16 ++++++++ lib/MC/MCStreamer.cpp | 1 + test/CodeGen/ARM/fp16-promote.ll | 34 +++++++++++++++++ test/DebugInfo/COFF/inlining.ll | 44 ++++++++++++++++++++++ tools/llvm-pdbdump/llvm-pdbdump.cpp | 2 +- tools/llvm-readobj/COFFDumper.cpp | 11 ++---- 15 files changed, 168 insertions(+), 70 deletions(-)