Historique des commits

Auteur SHA1 Message Date
  nickysn 2cee948b72 + support segment overrides in inline asm references to local variables or parameters on x86 il y a 7 ans
  Jeppe Johansen e699be78ab Handle simple cases where a record member is passed in a register on AVR, and referenced from inline assembly. il y a 7 ans
  nickysn ddba821561 * GetNextReg(), used by 16-bit and 8-bit code generators (i8086 and avr) moved il y a 8 ans
  florian b1dff29cbf * removed unused units il y a 8 ans
  svenbarth c6bfb0064f * keep track of the sections that are created in the asmlists il y a 8 ans
  Jonas Maebe a25ebbba3e + added volatility information to all memory references il y a 8 ans
  Jonas Maebe e730da9c1a * turned resolveref from a local procedure into a virtual method il y a 8 ans
  florian 82e6e1eb34 + tempinfo flag ti_no_final_regsync which prevents that the final reg. sync. is emitted il y a 8 ans
  Jonas Maebe 179c1ab328 * changed ttemp*node.tempinfo^.flags to a private field, and added setters il y a 9 ans
  Jonas Maebe 18580d3069 * when assigning a value to a temp marked as ti_const, do not immediately il y a 9 ans
  Jonas Maebe 46166c89cb - removed no longer used and unsafe ttemprefnode.create_offset() il y a 9 ans
  nickysn 06b9789928 + implemented a new {$ASMCPU XXX} directive, allowing to specify a different il y a 9 ans
  Jonas Maebe 67b8aceaee * synchronized with privatetrunk till r30095 il y a 10 ans
  sergei 657ac78304 * Improved handling of registers used in assembler blocks. Assembler nodes no longer have lists of used registers attached to them. Instead, each specified register creates an allocation/deallocation pair and an additional tai_regalloc.markused item directly in the asmlist. This way, register lists are no longer limited to integer registers, and parsing no longer depends on paramanager to know which registers are volatile. il y a 10 ans
  Jonas Maebe 3b7f43ad77 * renamed (hl)gettemptyped() to (hl)gettempmanaged() to better indicate the il y a 11 ans
  nickysn 99770d367f * 16-bit and 8-bit ALU fixes in tcgtempdeletenode.pass_generate_code il y a 11 ans
  florian 4d5119bf1c * fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables il y a 11 ans
  florian 541d67771b * keep managed types in registers if possible. Under certain circumstances (if they don't require init/final code, il y a 12 ans
  Jonas Maebe c37c039905 * report resolveref errors on the correct line number il y a 12 ans
  Jonas Maebe 6ac8b4fbdf * give a proper error when an mmx/fpu/sse register is used inside a memory il y a 12 ans
  Jonas Maebe 288d1ec74a * support referencing "result" in nostackframe pure assembler routines if il y a 13 ans
  Jonas Maebe b50d0aa3d0 * only don't pre-finalize funcret temps that are passed by reference to the il y a 13 ans
  Jonas Maebe ccbcb36f98 * don't pre-finalize temp nodes that are passed by reference as hidden il y a 13 ans
  Jonas Maebe cef61300ff + ttgobj.gethltemptyped() routine for allocating managed types with high level il y a 14 ans
  Jonas Maebe b556c05b1a * properly deal with reference temps in tcgtempdeletenode.pass_generate_code il y a 14 ans
  Jonas Maebe a2a6b2fd1d + "reference" temps that sort of implement pointer-style functionality for il y a 14 ans
  Jonas Maebe 0e87627218 + gethltemp() to allocate a temp specifying full type information even il y a 14 ans
  Jonas Maebe 13a459c2d7 * replaced all calls to cg.g_incr/decrrefcount/g_initialize/g_finalize with il y a 14 ans
  mazen b127fc154a * Fixed spell error revealed by lintian. il y a 15 ans
  florian ad23569cf1 * renamed pi_has_goto into pi_has_label because the problematic thing is if a procedure has a label as target and not if it has some goto il y a 15 ans