Historique des commits

Auteur SHA1 Message Date
  florian ebb2b81f79 * FoldLea optimizes more cases il y a 8 ans
  svenbarth 417f1cd49d + initial implementation of the RTTI for parameter locations (not *yet* used by anything) il y a 8 ans
  svenbarth 0ed00f64f5 * move writing of the calling convention into its own method il y a 8 ans
  svenbarth e3f10500b0 * move writing of the methodkind into its own function (and return the value as its a bit more complicated to calculate than merely checking proctypeoption) il y a 8 ans
  lacak 18f081150d fcl-db: interbase: detect BLOB CHARACTER SET NONE and set TMemoField.CodePage to CP_NONE in this case. Related to #31162 il y a 8 ans
  Károly Balogh 49fc799e97 atari: section smartlinking support for atari. needs vlink nightly il y a 8 ans
  Károly Balogh 48744d0abd amiga: section smartlinking support for amiga. needs vlink nightly il y a 8 ans
  Károly Balogh 48de52f41b morphos: added section smartlinking support using vlink. needs vlink nightly il y a 8 ans
  Károly Balogh 95cb456951 powerpc: set af_smartlink_sections for vasm il y a 8 ans
  Károly Balogh 3e4c905813 m68k: make vasm to use ELF objects on amiga, enabled smartlink sections il y a 8 ans
  pierre 1b1fe68f92 Fix aarch64 cycle after constant parser simplification change in rev 35229-35230 il y a 8 ans
  Károly Balogh ab5b9982ee aros: enabled internal sysinit for i386-aros il y a 8 ans
  Károly Balogh d084bd0d3b aros: implemented pascal sysinit, will be shared across all cpus. also refactored the RTL build il y a 8 ans
  Károly Balogh 789fb552d5 aros: fixed striping and added section smartlinking support il y a 8 ans
  florian 3706ab4e44 * fix formatting of the writing of the fraction il y a 8 ans
  florian 466d26b5ef * copyright notice updated to 2017 il y a 8 ans
  Károly Balogh 69a502db37 instead of stringdup(ppufile.getstring), have a getpshortstring function in entfile, and use it whereever possible. this avoids an extra shortstring copy, compared to the earlier solution il y a 8 ans
  lacak 67f38f374b fcl-db: interbase: add TransactionHandle to TIBCursor (needed for further work) + unify naming (DatabaseHandle, TransactionHandle, StatementHandle) il y a 8 ans
  florian 42cde51805 * ignore warnings caused by boolean expression simplification il y a 8 ans
  florian 331bb95c5e * simplify logical operations with constant booleans if the expresions involve no side effects il y a 8 ans
  florian 3e2aff15fb * short boolean evaluation is too expensive for simple nodes with no side effects, do full evaluation in this case il y a 8 ans
  Károly Balogh 233185a4e5 rtti: make aligntoqword to always align to the same size as typinfo/AlignTypeData. this fixes m68k crashes in RTTI after r35218 il y a 8 ans
  Károly Balogh f69bfe0ee4 atari: return a valid filehandle in do_open(). this code accidentally worked before with -O2, because the way the reg uses overlapped, but failed with -O-... il y a 8 ans
  Károly Balogh 14c365e7b5 atari: align the tpasize to dword, seems like the section sizes are not guaranteed to be even (with vlink at least) il y a 8 ans
  florian 2e779239ad * fix rtti for targets with a max. C record alignment > 8 bytes il y a 8 ans
  florian 53019b2470 * align code slightly better on i386-win32/x86_64-win64 il y a 8 ans
  florian 5aa32a1bbe * align more jump targets il y a 8 ans
  Károly Balogh d8f7fd008e atari: enable vlink for native builds as default il y a 8 ans
  florian a2838775cc * interlocked methods with smallint parameters, resolves #31158 il y a 8 ans
  florian be9f055c33 * fix rtti unit for targets with FPC_REQUIRES_PROPER_ALIGNMENT set il y a 8 ans