[all-commits] [llvm/llvm-project] b01433: [libc] Distinguish compiler and run failures

Kai Wang via All-commits all-commits at lists.llvm.org
Thu Jan 21 15:35:14 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b0143352634ba7ed29f1db6ea576c0abfd0b4a29
      https://github.com/llvm/llvm-project/commit/b0143352634ba7ed29f1db6ea576c0abfd0b4a29
  Author: Petr Hosek <phosek at google.com>
  Date:   2021-01-21 (Thu, 21 Jan 2021)

  Changed paths:
    M libc/cmake/modules/LLVMLibCCheckCpuFeatures.cmake

  Log Message:
  -----------
  [libc] Distinguish compiler and run failures

This is useful for debugging issues, for example when cross-compiling.

Differential Revision: https://reviews.llvm.org/D95118


  Commit: b7ab6726b6de9608896fce4372b30b4fd50b0a2a
      https://github.com/llvm/llvm-project/commit/b7ab6726b6de9608896fce4372b30b4fd50b0a2a
  Author: Hsiangkai Wang <kai.wang at sifive.com>
  Date:   2021-01-22 (Fri, 22 Jan 2021)

  Changed paths:
    M llvm/include/llvm/IR/IntrinsicsRISCV.td
    M llvm/lib/Target/RISCV/RISCVInstrFormatsV.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoV.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
    A llvm/test/CodeGen/RISCV/rvv/vloxei-rv32.ll
    A llvm/test/CodeGen/RISCV/rvv/vloxei-rv64.ll
    R llvm/test/CodeGen/RISCV/rvv/vlxe-rv32.ll
    R llvm/test/CodeGen/RISCV/rvv/vlxe-rv64.ll
    A llvm/test/CodeGen/RISCV/rvv/vsoxei-rv32.ll
    A llvm/test/CodeGen/RISCV/rvv/vsoxei-rv64.ll
    R llvm/test/CodeGen/RISCV/rvv/vsuxe-rv32.ll
    R llvm/test/CodeGen/RISCV/rvv/vsuxe-rv64.ll
    A llvm/test/CodeGen/RISCV/rvv/vsuxei-rv32.ll
    A llvm/test/CodeGen/RISCV/rvv/vsuxei-rv64.ll
    R llvm/test/CodeGen/RISCV/rvv/vsxe-rv32.ll
    R llvm/test/CodeGen/RISCV/rvv/vsxe-rv64.ll
    M llvm/test/MC/RISCV/rvv/aliases.s
    M llvm/test/MC/RISCV/rvv/load.s
    M llvm/test/MC/RISCV/rvv/store.s
    M llvm/test/MC/RISCV/rvv/zvlsseg.s

  Log Message:
  -----------
  [RISCV] New vector load/store in V extension v1.0

Upgrade RISC-V V extension to v1.0-08a0b46.
Indexed load/store have ordered and unordered form.
New whole vector load/store.

Differential Revision: https://reviews.llvm.org/D93614


Compare: https://github.com/llvm/llvm-project/compare/0cd1e47327e6...b7ab6726b6de


More information about the All-commits mailing list