Commit History

Author SHA1 Message Date
  nickysn 7986d0c2ca * simplify RegisterTinyHeapBlock by calling InternalTinyFreeMem directly, 11 years ago
  Károly Balogh d72e46f199 Amiga: deprecated PasToC unit and added some lengthy comments about the reasons. 11 years ago
  Károly Balogh ccc9bc0941 m68k: plain 68000 also needs extra handling for large offsets 11 years ago
  Károly Balogh 9b0bf91076 m68k: do not generate CLR instructions to memory references on plain 68k. there this instruction also causes reads from the address, which is slow and can have side effects. 11 years ago
  Jonas Maebe 6a3907dfd6 - disabled i386 assembler implementations of md5/sha1 on Darwin, they fail 11 years ago
  nickysn 2e0c40d33b * TinyHeapAllocGranularity changed to SizeOf(TTinyHeapBlock). This fixes a bug 11 years ago
  nickysn 902c25fafa + RegisterTinyHeapBlock: align the start address and size according to 11 years ago
  nickysn 815bfe0dcf + tiny heap alloc granularity moved to a constant TinyHeapAllocGranularity 11 years ago
  nickysn 14057ef438 * rm EndAddr from the TTinyHeapBlock structure. This: 11 years ago
  michael 7ceda16e13 * True and false differ on PG 11 years ago
  michael 504da18b57 * Fix use of " 11 years ago
  michael 10ed2e7838 * Fix use of " 11 years ago
  michael 1d3aa63620 * Create transaction 11 years ago
  marco 4aced18d94 * Patch by Bart Broersma to fix breakage over the years. Though this file is mostly obsolete. Mants #26575 11 years ago
  nickysn 21246e973a * TinyHeapMinBlock defined as sizeof(TTinyHeapBlock), as that's the smallest 11 years ago
  nickysn e8c1a44068 * swapped the order of the Next and Size fields in TTinyHeapBlock, because that 11 years ago
  Jonas Maebe 5e280b3131 * don't convert movs into (the non-existing) ldrs in do_spill_replace() 11 years ago
  marco d37a2e65ec * *result_cint -> *result_int. Mantis #26583 Probably leftover of some int to cint replace. 11 years ago
  marco a03c9fbe8f * remove strutils from the buildunit mantis #26582 11 years ago
  lacak 56e83ce5dd fcl-db: interbase: fix cases when client library is not loaded dynamically but link statically 11 years ago
  florian 499dd078e3 + automatically insert fma inlines into floating point code if possible and fastmath is activated 11 years ago
  sergei 482e61dafa * MIPS, TCpuAsmOptimizer.GetNextInstructionUsingReg: test that returned item is actually an instruction, because GetNextInstruction can sometimes stop on labels. 11 years ago
  sergei f1d1fd4f24 * Inserted explicit typecasts in order to prevent range check errors at some places where signed and unsigned types are assigned to each other (mostly MIPS-specific, but one was necessary in generic code). 11 years ago
  michael d368032132 * Test removed 11 years ago
  michael 7f5bdbbf2f * Test 11 years ago
  masta 96915b3f0c 16bit Thumb is not able to use tst with an immediate value 11 years ago
  michael 32f74d23f1 * Move to postgresql 11 years ago
  nickysn a61c775d29 + enabled the huge (>64kb) heap support in the compact and large memory models 11 years ago
  nickysn b1144508a7 * fixed the far/huge data ifdefs in InitDosHeap 11 years ago
  nickysn 5edbd1cd03 * fixed i8086 ifdef (should be ifdef cpui8086, not i8086, because that's the 11 years ago