Historial de Commits

Autor SHA1 Mensaje Fecha
  Jonas Maebe a25ebbba3e + added volatility information to all memory references hace 8 años
  Jonas Maebe e730da9c1a * turned resolveref from a local procedure into a virtual method hace 8 años
  florian 82e6e1eb34 + tempinfo flag ti_no_final_regsync which prevents that the final reg. sync. is emitted hace 8 años
  Jonas Maebe 179c1ab328 * changed ttemp*node.tempinfo^.flags to a private field, and added setters hace 9 años
  Jonas Maebe 18580d3069 * when assigning a value to a temp marked as ti_const, do not immediately hace 9 años
  Jonas Maebe 46166c89cb - removed no longer used and unsafe ttemprefnode.create_offset() hace 9 años
  nickysn 06b9789928 + implemented a new {$ASMCPU XXX} directive, allowing to specify a different hace 9 años
  Jonas Maebe 67b8aceaee * synchronized with privatetrunk till r30095 hace 10 años
  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. hace 10 años
  Jonas Maebe 3b7f43ad77 * renamed (hl)gettemptyped() to (hl)gettempmanaged() to better indicate the hace 11 años
  nickysn 99770d367f * 16-bit and 8-bit ALU fixes in tcgtempdeletenode.pass_generate_code hace 11 años
  florian 4d5119bf1c * fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables hace 11 años
  florian 541d67771b * keep managed types in registers if possible. Under certain circumstances (if they don't require init/final code, hace 12 años
  Jonas Maebe c37c039905 * report resolveref errors on the correct line number hace 12 años
  Jonas Maebe 6ac8b4fbdf * give a proper error when an mmx/fpu/sse register is used inside a memory hace 12 años
  Jonas Maebe 288d1ec74a * support referencing "result" in nostackframe pure assembler routines if hace 13 años
  Jonas Maebe b50d0aa3d0 * only don't pre-finalize funcret temps that are passed by reference to the hace 13 años
  Jonas Maebe ccbcb36f98 * don't pre-finalize temp nodes that are passed by reference as hidden hace 13 años
  Jonas Maebe cef61300ff + ttgobj.gethltemptyped() routine for allocating managed types with high level hace 14 años
  Jonas Maebe b556c05b1a * properly deal with reference temps in tcgtempdeletenode.pass_generate_code hace 14 años
  Jonas Maebe a2a6b2fd1d + "reference" temps that sort of implement pointer-style functionality for hace 14 años
  Jonas Maebe 0e87627218 + gethltemp() to allocate a temp specifying full type information even hace 14 años
  Jonas Maebe 13a459c2d7 * replaced all calls to cg.g_incr/decrrefcount/g_initialize/g_finalize with hace 14 años
  mazen b127fc154a * Fixed spell error revealed by lintian. hace 15 años
  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 hace 15 años
  Jonas Maebe 283018a3bf * changed tprocdef.funcretloc[] from a tlocation into a tcgpara so it can hace 15 años
  Jonas Maebe f5c52b25cd * removed "and not is_class()" condition from is_managed_type(), because hace 15 años
  florian 7707e6a030 + tempcreate nodes can now take an init. value, this allows to initilialize temp. ref nodes on the fly hace 15 años
  florian 40cea8d4d5 * handle mm register properly when used as top_local, resolves #14566 hace 15 años
  Jonas Maebe 09b4918cab * don't allocate persistent temps for classes (they are not refcounted) hace 15 años