Commit History

Author SHA1 Message Date
  Jonas Maebe 5a49727cdf * moved functionality to create a global recorddef based on a tfplist of 11 years ago
  Jonas Maebe dedf7e9384 + tabstractrecordsymtable.findfieldbyoffset() method to get the (first, in 11 years ago
  Jonas Maebe 4f906fb9c9 * fixed datadef for untyped string constants (terminating #0 is one 11 years ago
  Jonas Maebe 53a5ccbfba * fixed some comments so they correspond to the current implementation 11 years ago
  Jonas Maebe 2a45b57504 * removed todo comment, the "constant" information is already propagated in 11 years ago
  Jonas Maebe 5c8e723cf8 * handle the fact that we emit constant strings that can be longer or shorter 11 years ago
  Jonas Maebe ea9fbe381e * converted the generation of cst_conststring and cst_shortstring string 11 years ago
  Jonas Maebe bfe431913d * fixed writing hex-encoded characters in string constants 11 years ago
  Jonas Maebe 9fada1a238 * don't internalerror when typecasting voidpointer^ or formaldef 11 years ago
  Jonas Maebe 27e350fa9a + llvm implementation of second_int_to_real() 11 years ago
  Jonas Maebe 4746e17be5 * implemented second_int_to_int() for llvm 11 years ago
  Jonas Maebe 1c9932d921 * llvm implementation of tmoddivnode 11 years ago
  Jonas Maebe d8394fc89c * call fpc_iocheck via hlcg.g_call_system_proc() 11 years ago
  Jonas Maebe 2dfbee45b1 * generate the callerside para/return location info in g_call_system_proc, 11 years ago
  Jonas Maebe 8ca4c80785 * mark tasmsymbols as declared in the taillvmdecl constructor so that we 11 years ago
  Jonas Maebe b494f76b81 * made internalerror unique 11 years ago
  Jonas Maebe 8504ef3e87 * "public, alias" doesn't do anything (yet) for the jvm target, but the 11 years ago
  Jonas Maebe 7949bebb8d * synchronised with r28168 of trunk 11 years ago
  Jonas Maebe 063d50b4c9 * make the string data of p(wide)char string constants local (except when 11 years ago
  Jonas Maebe 39074edf10 - removed the globalsymbolmangleprefix/suffix constants that were added for 11 years ago
  nickysn c8c842b857 + added tests for >, <, >= and <= with equal pointers in the tfarptr2.pp test 11 years ago
  nickysn 5097b90e39 + enabled the huge pointer size test in the tptrsize.pp test 11 years ago
  nickysn 6e9720e830 + added tests for huge pointer normalized and non-normalized equality comparison 11 years ago
  nickysn fda9cfea12 + extended test tfarptr2.pp with far pointers which are different, but point to 11 years ago
  nickysn 4e2cc365d1 * while loop replaced with a repeat..until loop in InternalTinyFreeMem 11 years ago
  svenbarth 441e6c6083 Fix for Mantis #26177. Use the correct value for the method data when using a method pointer of a type or record helper. 11 years ago
  nickysn 2b2224494b * call first_addpointer and first_cmppointer in pass_1 for pchars as well. Fixes 11 years ago
  nickysn c8130843b2 * fixed 'cannot convert type' error when comparing two voidhugepointers with 11 years ago
  nickysn 3bb730d5b9 + implemented normalized huge pointer comparison 11 years ago
  nickysn e80ecd4d5b + moved handling of pointer comparison in pass_1 to new virtual method 11 years ago