Histórico de Commits

Autor SHA1 Mensagem Data
  nickysn 58d6d64fba + Z80 internal asm: support OT_REF_ADDR16 in taicpu.gencode.WrinteNN há 5 anos atrás
  nickysn 4fed57adc1 + lots of fixes to the Z80 internal asm writer há 5 anos atrás
  yury 7dc6049de9 * Release registers which have been used for a function call before adjusting the stack pointer. On i386 this allows to use eax,ecx,edx in POP instructions for stack adjustment. há 5 anos atrás
  florian a4695a7015 * xtensa-embedded: fix setting of the fpu and abi há 5 anos atrás
  nickysn 3ab5acccb1 * the parameter of WriteWord should be word, not byte :) há 5 anos atrás
  nickysn 5193e8332c + also write the relocations in the .rel internal obj writer há 5 anos atrás
  pierre f2b924573a Do not use inherited first_int_to_real when arm FPU_HAS_FPA is in fpu_capabilities há 5 anos atrás
  pierre df275152c2 Add -Wp option description for riscv32 and xtensa compiler há 5 anos atrás
  pierre 1b5ee0d063 * Put all code adding cs_fp_emulation by default inside one big há 5 anos atrás
  michael a03ea37cfc * CeateArray uses 0-based loop há 5 anos atrás
  nickysn 0d11b5bf29 + added method TRelRelocation.EncodeFlags that encodes the flags to string that can be included in the .rel file há 5 anos atrás
  nickysn 03acadaf1e + initialize size and relflags in TRelRelocation há 5 anos atrás
  nickysn 732f1d9df6 + added TRelRelocationFlags há 5 anos atrás
  nickysn 569c406116 + introduced the TRelRelocation class há 5 anos atrás
  nickysn f1f819516e + write the section data in the .rel internal object writer (relocations aren't written, yet) há 5 anos atrás
  florian 724676db43 * Xtensa: patch by Christo Crause: fix addmi/addi handling, resolves #37015 há 5 anos atrás
  Jonas Maebe 0fbb1b259e * re-added "protected" accidentally removed in r45236, fixes JVM compilation há 5 anos atrás
  michael 2073e518cc * Better uses clause for Delphi, less warnings há 5 anos atrás
  nickysn ab878adfff + actually produce relocations in TRelObjData.writeReloc há 5 anos atrás
  nickysn 256597be58 + Z80 internal asm: produce correct opcodes for register operands há 5 anos atrás
  nickysn 90ee079cd1 + partial implementation of pass2 asm opcode generation for the Z80 internal asm writer há 5 anos atrás
  nickysn 5d2be4da1c * Z80: match both signed and unsigned 16-bit constants as OT_IMM16 in the asm instab lookup há 5 anos atrás
  nickysn 27e9dde81a + implemented pass1 (calcsize) of the instruction encoding for the Z80 internal asm há 5 anos atrás
  nickysn 23fa725b01 + added the global symbols to the .rel output file há 5 anos atrás
  nickysn bba56d627f + write the areas (sections) in the .rel output há 5 anos atrás
  nickysn 92e86e7673 * the areas global symbols count must be in hex in the .rel format há 5 anos atrás
  nickysn 8e23dc99a1 + write the .rel file header and the list of external symbols há 5 anos atrás
  nickysn 763e0a14fe + override the abstract methods from TObjData.sectionname() and .writereloc(). Only sectionname() is implemented for now. há 5 anos atrás
  nickysn 244f1dd83c + added class TRelObjData há 5 anos atrás
  nickysn 66a72cfb72 + added build mode that enables the Z80 internal assembler há 5 anos atrás