Commit History

Author SHA1 Message Date
  svenbarth 639a59df92 Added support for partial specialization. This should fix a few problems with generics, the tests for which will be added in the next days after I've verified them. 11 years ago
  nickysn 24fcac9f87 + added support for nested procvars in the i8086 far data memory models 11 years ago
  nickysn fc71081b74 * i8086 and i386-specific code from tabstractprocdef.is_pushleftright moved to 11 years ago
  nickysn 0a515311e6 * tabstractprocdef.address_type i8086-specific code moved to symcpu, ifdef i8086 removed 11 years ago
  nickysn 37168c8625 * use voidcodepointertype to determine tprocvardef.size; ifdef i8086 removed 11 years ago
  nickysn 89584164b1 + added virtual methods tabstractprocdef.declared_far and .declared_near, which 11 years ago
  nickysn b41892f048 * set po_far in the i8086-specific descendants of tprocdef and tprocvardef, 11 years ago
  nickysn 902d118ec8 * i8086 far data memory model fixes in tobjectdef.vmtmethodoffset 11 years ago
  nickysn 8d9fda9264 * use voidcodepointertype.size in tobjectdef.vmtmethodoffset, avoid ifdef i8086 11 years ago
  nickysn 542719c8f5 + added symdef.voidcodepointertype 11 years ago
  Jonas Maebe 4a0528399e * check all overloaded routines for mangled name conflicts on the JVM 11 years ago
  Jonas Maebe d452686c39 * moved pbestrealtype from symdef to symcpu 11 years ago
  Jonas Maebe a251b270b6 - removed no longer used jvmdef unit from uses clause 11 years ago
  Jonas Maebe 93d50bc287 * moved jvm-specific classdef-related fields from tenumdef to a platform- 11 years ago
  Jonas Maebe 9c7c64a3af * moved amiga/morphos-specific libsym-related field from tprocdef to 11 years ago
  Jonas Maebe 5053a39501 * moved ARM-specific tprocdef.total_stackframe_size field to cpu-specific 11 years ago
  Jonas Maebe f101118cd6 * moved MIPS-specific tprocdef.total_local_size field to cpu-specific 11 years ago
  Jonas Maebe d020a32b9a - removed no longer used tprocdef.fpu_used field for i386/i8086 (the one 11 years ago
  Jonas Maebe 806bf0b88e - removed storing/loading unused byte for tprocdef.fpu_used 11 years ago
  Jonas Maebe 338c064beb * moved x86-specific tpointerdef functionality to architecture-specific 11 years ago
  Jonas Maebe 43992495cb * moved jvm tprocdef name mangling to jvm-specific descendant class 11 years ago
  Jonas Maebe f4c0daddb4 * moved jvm-specific exprasm field from tprocdef to jvm-specific descendant 11 years ago
  Jonas Maebe 11c7d5223c * moved ifdef'd jvm code from tprocvardef to jvm-specific descendant 11 years ago
  Jonas Maebe a05b078fa0 * made ppuload_platform() virtual (should have been part of r27378) 11 years ago
  Jonas Maebe 2474369dde * made all ppuwrite methods in leaf classes "final", because you cannot 11 years ago
  Jonas Maebe b57c95043f + support overriding tdef/tsym methods with target-specific functionality: 11 years ago
  Jonas Maebe 57859963d6 - removed {$ifdef compress} code (it hasn't been activated/maintained since 11 years ago
  nickysn b1f69349f8 * use voidpointertype.size to obtain the current data (self) pointer size, 11 years ago
  nickysn 7f88dc9d95 + added symdef.voidstackpointertype - the pointer type that will be used in the 11 years ago
  nickysn 71720533d7 * fixed the comparison of near pointers in i8086 far data memory models 11 years ago