Revīziju vēsture

Autors SHA1 Ziņojums Datums
  nickysn 0119e7afb3 * changed the codepointer type in the i8086 small and compact memory models from 7 gadi atpakaļ
  marco 52f81da69c * some aliases for newer delphi versions, patch by Silvio. 7 gadi atpakaļ
  florian 0725bfcdf0 * do not generate references to the variant type, if the variants feature is not available 7 gadi atpakaļ
  florian ff86c80176 * cpu specific header file for the system unit: cpuh.inc, moved several declarations into it 7 gadi atpakaļ
  svenbarth fe95d73fe5 * move RTTI header include above ObjPas header include 8 gadi atpakaļ
  Károly Balogh e1501c86bf m68k: fix no FPU support 8 gadi atpakaļ
  svenbarth 187ebc6821 * adjust/update guard against older compiler versions 8 gadi atpakaļ
  florian 8bbe7d7268 * define STACK_BIAS constant for sparc64, it is fundamental 8 gadi atpakaļ
  florian cd70098b84 + SPARC64 support for the system unit 8 gadi atpakaļ
  nickysn ba665e103c + added sqr(shortint) and sqr(smallint) for CPUs with 8/16-bit alu 8 gadi atpakaļ
  nickysn 78a7445751 + added Odd(byte) and Odd(shortint) for cpus with 8-bit alu and Odd(word)/ 8 gadi atpakaļ
  nickysn fa645dcaf7 + added abs(smallint) and abs(shortint) for cpus with 8-bit or 16-bit alu 8 gadi atpakaļ
  nickysn 504662826a * fixed the rtl cpu ifdefs for the rol/ror/sar cpu support check 8 gadi atpakaļ
  pierre 651f8b17c1 Add minimum type/const for RTL compilation with threading support disabled 8 gadi atpakaļ
  nickysn 056e742684 + enable the internal 8-bit and 16-bit sar on i8086 8 gadi atpakaļ
  nickysn b14f277e8f + use rtl helpers for 64-bit shl/shr/sar/rol/ror modify in place operations, on 8 gadi atpakaļ
  nickysn 321876252b + enabled the rol/ror intrinsic on i8086 8 gadi atpakaļ
  nickysn ca46040728 + added 16-bit versions of the InterLocked* functions for i8086 8 gadi atpakaļ
  Jonas Maebe 868370d727 + InterlockedCompareExchangePointer() alias for InterlockedCompareExchange(pointer) 9 gadi atpakaļ
  svenbarth a2c9c75e97 Convert Insert() and Delete() to intrinsics in preparation for dynamic array support for these two procedures. 9 gadi atpakaļ
  svenbarth 788393c298 Change WideString initialization to work correctly with indirect main information as well 9 gadi atpakaļ
  Károly Balogh 1192978152 m68k: software mod/div and mul helper requirement has nothing to do with the softfpu, CF and plain 68k simply needs it 9 gadi atpakaļ
  florian bb1f2b8062 * make NativeInt and NativeUInt unique types, resolves #29444 9 gadi atpakaļ
  svenbarth 7b67ead440 Pass further main program data through the indirect entry information. 9 gadi atpakaļ
  svenbarth 3da7675eb1 Add a possiblity for targets to specify additional fields for TEntryInformation using an optional sub record called TEntryInformationOS 9 gadi atpakaļ
  svenbarth b525cecad8 - get rid of the calling convention modifier for PascalMain as it's generated using the default calling convention anyway (without any parameters this luckily doesn't matter that much ;) ) 9 gadi atpakaļ
  nickysn 0f6b5161e6 * the 'count' parameter of Move and FillChar on i8086 made 16-bit unsigned, 9 gadi atpakaļ
  marco 08f9400070 * adding puint64 mantis #29020 9 gadi atpakaļ
  marco d95b95e648 * fix for #28940 also add PSizeUint 9 gadi atpakaļ
  Jonas Maebe 80902035e0 * moved excepth.inc include from the system unit implementation to interface 10 gadi atpakaļ