Commit Verlauf

Autor SHA1 Nachricht Datum
  Jonas Maebe a4c938c042 * changed some random data label names to match the label names outputted by vor 11 Jahren
  Jonas Maebe 5cbcfca33f * changed some Objective-C section declarations to match what's outputted by vor 11 Jahren
  Jonas Maebe 32b149c622 * moved a bunch of tprocdef fields that are only required when compiling the vor 11 Jahren
  sergei 471d0a5164 + SPARC: support optimized 32x32 to 64 bit multiplications. vor 11 Jahren
  sergei 4168388235 + SPARC: support 8 and 16-bit arithmetic shifts. vor 11 Jahren
  michael 399129693f * Initialize token more correct in case of * / + - vor 11 Jahren
  nickysn 5d0814016d * improvements and fixes in tcg8086.a_load_reg_reg and .a_load_ref_reg: vor 11 Jahren
  Jonas Maebe bf59a848b4 * fixed compilation of genmath.inc for the JVM target. In the future, please vor 11 Jahren
  Jonas Maebe de59d6ac11 * prevent endless loop when writing an invalid utf-8 sequence longer than vor 11 Jahren
  sergei 63c1a05718 * SPARC: Removed hacks with g1_used that were used for g_intf_wrapper to be operational without initialized reg.allocator, and replaced them with a proper solution (which is basically a clone from MIPS cg). vor 11 Jahren
  marco 3369466d16 * remove finherithandles for wince like r25981 did in mantis #22271 fro win32 vor 11 Jahren
  sergei 05489d6e05 * SPARC: fixed g_intf_wrapper for non-virtual methods once again, my initial assumption was not correct: a wrapper does not necessarily reference methods from the class that implements the interface, it may be methods from parent classes, which can be located arbitrarily far away in address space. vor 11 Jahren
  sergei bf94257310 * SPARC: simplified and fixed a_load_const_reg method, was generating redundant instructions for constants with non-zero bits 10..12. vor 11 Jahren
  Jonas Maebe d2b8275b99 + support for arbitrary encodings in readstr/writestr vor 11 Jahren
  Jonas Maebe ddf08b4eb7 * call TranslatePlaceholderCP() when comparing code pages to avoid vor 11 Jahren
  nickysn f69a76b5b1 * generate shorter code on 8-bit and 16-bit CPUs in thlcg2ll.location_force_reg, vor 11 Jahren
  nickysn 9ec84d1259 * generate shorter code on 8 and 16-bit CPUs in thlcg2ll.location_force_reg, vor 11 Jahren
  nickysn 6d48b32115 * fixes and improvements in tcg8086.a_load_reg_reg for the case when the src and vor 11 Jahren
  nickysn 4e795eca99 * fixes for 16 and 8-bit ALUs in thlcg2ll.location_force_reg for the cases when vor 11 Jahren
  florian 27f6fd1c2c * use new shl/shr constant folding (of r26295) only if forinline is set vor 11 Jahren
  florian be3749301f * fix possible issues due to new behaviour of constant shifting vor 11 Jahren
  sergei 34cde7a07a * SPARC, tsparcaddnode.second_cmp64bit: don't copy LOC_CREGISTER locations, and handle comparison with constants without loading them into register (if possible). vor 11 Jahren
  florian 739166f3e7 * fix test vor 11 Jahren
  sergei f8a60522d4 - SPARC: removed 3 code generator methods, they provide no difference in generated code from generic code generator. vor 11 Jahren
  nickysn f2e73b5e6f + added 32-bit and 64-bit unsigned asm optimized multiplication routines for vor 11 Jahren
  florian 880201e56c + pointerconstn is also a constant node vor 11 Jahren
  florian 4258fe6765 * adapt exponent used in test to supported float type vor 11 Jahren
  florian de3a116a28 * handle records with size 0 as function results correctly vor 11 Jahren
  florian 561ec1f782 * unified internal errors vor 11 Jahren
  florian 2081b9cad7 * do not convert a boolean to a 32 bit int first when converting to a 64 bit int, this causes data loss when casting e.g. a qwordbool to a qword vor 11 Jahren