Commit History

作者 SHA1 備註 提交日期
  florian 831a46eb2f + more sext.b usage 5 月之前
  florian e219b24aec * RiscV64: make use of sext.h instruction 5 月之前
  florian d842d822ff * RiscV64: make use of zext.w instruction if available 5 月之前
  florian 5bb4049737 * remove accidently committed debug statement 7 月之前
  florian 49aa141703 * major parts of the RiscV paramgr unified, improves code generation and less failures in RiscV32 regression tests 7 月之前
  florian 1d629270ca * RiscV64: fix abs(<longint>) 10 月之前
  florian fdae200281 * RiscV64: don't use addiw for OS_32 to OS_32 type conversions obviously 10 月之前
  florian d247c30965 * RiscV64: better code generation to clear upper 32 bit of a register 10 月之前
  florian 159d97e864 * Risc-V: make use of sext.h instruction if available 1 年之前
  florian a53eb8b230 + Risc-V: make use of zext.h if available 1 年之前
  florian 39f7172ee8 * do no generated debug comment in assembler output of RiscV if not requested 1 年之前
  florian f49da05633 * unified g_concatcopy_move 1 年之前
  Jeppe f5cf8956c5 riscv: Merge stack code, fix interrupted code 3 年之前
  florian ca29df1aa9 * Risc-V: return with mret from interrupt handlers, resolves #39737 3 年之前
  florian b9affc3406 * RiscV64: type conversion to 8 bit improved 4 年之前
  Jonas Maebe 1e3f72403e * renamed getintparaloc to getcgtempparaloc 5 年之前
  pierre 92b0ea7d02 Add explicit smallint typecast to first marameter of SarSmallint call to avoid range check errors 5 年之前
  Jonas Maebe 281b3ad276 * fix case completeness and unreachable code warnings in compiler that would 6 年之前
  Jeppe Johansen 2b78a8fd3d - Add support for .option directive in riscv assembler. 6 年之前
  pierre 53a27fe7b3 Disable range check in m68k:tiscv32 and riscv64 cgcpu units 6 年之前
  Jeppe Johansen 74a7963d58 Redo overflow checking code. 7 年之前
  Jeppe Johansen 1f68caaf82 Removed reuse of src and dest registers in g_concatcopy as that 7 年之前
  Jeppe Johansen 90d5f5e760 Added library search paths. 7 年之前
  Jeppe Johansen 27ab039366 Fixed _fini and _init references in cprt0.as 7 年之前
  Jeppe Johansen b98eb3daa9 Changed order in stack unravelling RTL code, to match the most common cases. 7 年之前
  Jeppe Johansen 2499129ba5 Pass aggregates larger than 2*XLEN as a reference. 7 年之前
  florian 9776ea2afe * SLTIU -> SLTU 7 年之前
  florian 65a415c13e * fix assembling with official binutils 7 年之前
  Jeppe Johansen 054bf32f1f Add RV64GC cpu type. 7 年之前
  Jeppe Johansen 768fc2ea4b Added overflow checking in for add instructions. 7 年之前