This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1b609e06230 [Error] Reintroduce type validation in createFileError() new f119734abe3 [RISCV] Fix crash in decoding instruction with unknown floa [...] new 96a04e655cc [PGO][CHR] Build/warning fix new d71790c2cf8 [codeview] Improve readobj FPO dumper and pdbutil register names
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: .../RISCV/Disassembler/RISCVDisassembler.cpp | 12 ++ lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h | 15 ++ lib/Target/RISCV/RISCVInstrInfoF.td | 2 +- .../Instrumentation/ControlHeightReduction.cpp | 2 + test/DebugInfo/COFF/fpo-csrs.ll | 154 ++++++++++++++++++--- test/DebugInfo/COFF/fpo-shrink-wrap.ll | 30 +++- test/MC/COFF/cv-fpo-csrs.s | 50 ++++++- test/MC/COFF/cv-fpo-setframe.s | 47 ++++++- .../RISCV/invalid-fp-rounding-mode.txt | 9 ++ tools/llvm-pdbutil/MinimalSymbolDumper.cpp | 25 ++-- tools/llvm-readobj/COFFDumper.cpp | 20 ++- 11 files changed, 320 insertions(+), 46 deletions(-) create mode 100644 test/MC/Disassembler/RISCV/invalid-fp-rounding-mode.txt