История коммитов

Автор SHA1 Сообщение Дата
  nickysn 9fdc8c141c + implemented the boolean NOT node for WebAssembly 5 лет назад
  nickysn af41eee9d1 + support references with only index reg, and no base reg in thlcgwasm.prepare_stack_for_ref 5 лет назад
  nickysn c4e8f091ec * generate jumpless code for the IN node for WebAssembly. TODO: this needs to be 5 лет назад
  nickysn c8e130d525 + added WebAssembly invalid register check in op_reg when compiler is compiled with EXTDEBUG 5 лет назад
  nickysn ec7fbcb271 * override the IN node for WebAssembly and avoid generating jump tables for the 5 лет назад
  nickysn 374882455b - disallow (i.e. generate internal errors) the use of a_cmp_*_label functions 5 лет назад
  florian 16f201292c + remove try ... finally statements if the finally block is empty 5 лет назад
  nickysn c781e03edf + implemented WebAssembly code generation for case statements 5 лет назад
  nickysn 039e2f20b7 + override the case node for WASM. The actual code generation isn't implemented yet. 5 лет назад
  michael 92c3aedac4 * Fix typo 5 лет назад
  michael 005448f305 * Some restructuring by Andrey, add fallback link 5 лет назад
  michael 38b6bb7385 * Patch from Andrey Sobol to improve inheritance tree 5 лет назад
  florian d4ad618a70 * similiar fix to r48167 for OptPass1SXTH 5 лет назад
  florian 14ddc59edb * arm*: fix SxtbAndImm2Sxtb (now SxtbAndImm2Uxtb) optimization as proposed by Pierre and Gareth 5 лет назад
  florian ecc3ce64ea * x86: some fixes to enable 8 and 16 bit operations 5 лет назад
  michael 4c22d66aac * Fix compilation 5 лет назад
  florian 8618a3b21f * simplify tx8664shlshrnode.pass_generate_code, it should not mess with the result type, this 5 лет назад
  michael b30d54b064 * Patches from Andrey Sobol, more control over warnings, improve class tree and resolving 5 лет назад
  florian 707bce74d7 * patch by J. Gareth Moreton: refactor OptPass2Jcc, resolves #38343 5 лет назад
  nickysn a69f7094dd + override get_address_type for the i8086 code generator and return near pointer 5 лет назад
  nickysn 34d3d39dbe + introduced the tcgvecnode.get_address_type virtual method and use its result, 5 лет назад
  nickysn 2ee61e003d * update revision.inc 5 лет назад
  nickysn e0a1ce86fd * synchronized with trunk 5 лет назад
  pierre 50a13b4df4 Function GetDefaultLibGCCDir adapted to case of Defaults not assigned (required for fpcmkcfg utility) reported by Andrew Kurushin 5 лет назад
  florian 9003114a8f + support R_X86_64_GOTPCRELX and R_X86_64_REX_GOTPCRELX 5 лет назад
  Mattias Gaertner c21e777c85 pastojs: fixed freeing temp intf var if nil 5 лет назад
  florian 4e61867ce1 * modified (use IsManagedType to check if a for loop can be used for copying) patch by Bart Broersma to fix IncreaseCapacity of TQueue, resolves #38306 5 лет назад
  nickysn b876c69bea * synchronized with trunk 5 лет назад
  pierre 1fa5edd34e Try to avoid use of native libgcc directory when cross-compiling. 5 лет назад
  florian 344aadebb9 * avoid widening of shl operations, this is not necessary for them either 5 лет назад