[all-commits] [llvm/llvm-project] 413596: [RISCV] Teach debug output from assembly parser to...

Craig Topper via All-commits all-commits at lists.llvm.org
Mon Dec 14 17:28:48 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 413596ee45d327a7254d9f3d5f89bf58bbcbb310
      https://github.com/llvm/llvm-project/commit/413596ee45d327a7254d9f3d5f89bf58bbcbb310
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2020-12-14 (Mon, 14 Dec 2020)

  Changed paths:
    M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp

  Log Message:
  -----------
  [RISCV] Teach debug output from assembly parser to print register names instead of enum values.


  Commit: 2cf12ae0cc3fd51b2708a2ee1f61d9e861ca6b9d
      https://github.com/llvm/llvm-project/commit/2cf12ae0cc3fd51b2708a2ee1f61d9e861ca6b9d
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2020-12-14 (Mon, 14 Dec 2020)

  Changed paths:
    M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp

  Log Message:
  -----------
  [RISCV] Handle Match_InvalidSImm5 in RISCVAsmParser::MatchAndEmitInstruction


  Commit: b094eaa392322a9a0073c84f0b6ea320d80dafcf
      https://github.com/llvm/llvm-project/commit/b094eaa392322a9a0073c84f0b6ea320d80dafcf
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2020-12-14 (Mon, 14 Dec 2020)

  Changed paths:
    M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
    M llvm/test/MC/RISCV/rvv/invalid.s

  Log Message:
  -----------
  [RISCV] Prevent assertion in the assembler if vmerge or vfmerge are given a V0 destination.


Compare: https://github.com/llvm/llvm-project/compare/9c49b0bba0fc...b094eaa39232


More information about the All-commits mailing list