Commit History

Автор SHA1 Съобщение Дата
  Jonas Maebe 04d295f186 * first step towards supporting 32 bit targets with the LLVM code generator: преди 6 години
  Jeppe Johansen ceb38833f2 Added RiscV32/64 target, from a cleaned up version of branches/laksen/riscv/trunk. преди 7 години
  Jonas Maebe 4686f61002 * keep track of the temp position separately from the offset in references, преди 7 години
  nickysn 518cdf9674 * replaced the saved_XXX_registers arrays with virtual methods inside преди 7 години
  nickysn ddba821561 * GetNextReg(), used by 16-bit and 8-bit code generators (i8086 and avr) moved преди 7 години
  Jonas Maebe a25ebbba3e + added volatility information to all memory references преди 8 години
  florian 5595651816 * define avr => cpu8bitalu преди 10 години
  Jonas Maebe 0fc1fd6ac1 * replaced current_procinfo.currtrue/falselabel with storing the true/false преди 10 години
  pierre 21fe7616a4 Avoid line longer than 255 characters, to be able to edit inside FP IDE преди 10 години
  Jonas Maebe f4ada6cda0 + aarch64-specific treference fields преди 10 години
  sergei d6c6c84f76 * calc_divconst_magic_unsigned: explicitly limit the shift amount to number of bits of target platform. This happens implicitly only on x86, on other 32-bit targets shifting by more than 31 bits calculates as zero. преди 11 години
  sergei 15bf176bc0 * Fixed building on x86_64 with 2.6.4, which generates unsigned division with sign-extended left for "(-qword) mod qword". Mantis #26336. преди 11 години
  sergei d83fb7790e * Fixed masking high bits when calculating 32-bit magic numbers for unsigned division on 64-bit CPU, namely on x86_64. Original powerpc64 code did calculations always in 64 bits, that's why incorrect masking went unnoticed. преди 11 години
  sergei 90d2009a31 * Moved procedures calculating "magic" numbers for division by constants from powerpc64/cgcpu.pas to cgutils.pas, so they can be reused for all targets. преди 11 години
  Jonas Maebe 908bbed312 * moved jvm-specific tarrayreftype from cgutils to jvm/cpubase преди 11 години
  Károly Balogh 70f9b098e0 no longer define a segment field for m68k преди 11 години
  nickysn af49e50a3c * do not cause an internal error when location_reg2string is called on a преди 11 години
  nickysn 338d72f564 * extracted the code from psub.translate_registers for generating the name of преди 11 години
  nickysn 70649932de * tlocation.value reverted back to longint on non 64-bit archs. This fixes the tset5.pp and tset5a.pp regressions on powerpc and probably other 32-bit platforms. преди 12 години
  nickysn 11f0b0b5aa tlocation.value (for LOC_CONSTANTs) changed to TCGInt to avoid trouble on < 32-bit cpus преди 12 години
  florian 7361e19799 + support for handling OS_128/OS_S128 on 64 Bit CPUs as far as needed for method pointers in registers преди 13 години
  Jonas Maebe 0fc422f244 * moved definition of maxcpuregister and tcpuregisterset from cgbase to преди 13 години
  Jonas Maebe 992cc352c6 * generalized handling of pointers to non-implicit pointer types: преди 14 години
  Jonas Maebe 2a6caa539c + support for constant array indices in treference for the JVM target преди 14 години
  Jonas Maebe 742f4ee12e + first (partial) implementation of thlcg for the jvm преди 14 години
  florian 4f82149dbd * aint -> asizeint change преди 14 години
  Jonas Maebe f13f6627c4 * moved use_fixed_stack from cgutils to a method in paramgr so it can преди 15 години
  florian e5ebb2a26e * started to integrate the code of David Zhang's MIPS code from fpc-mips on sf into fpc trunk преди 15 години
  Jonas Maebe 0eec337a00 - removed SUPPORT_UNALIGNED, FPC_SUPPORTS_UNALIGNED and FPC_UNALIGNED_FIXED преди 16 години
  florian 67cb961ed3 * only x86 and m68k need treference.segment преди 16 години