Jonas Maebe
|
0cd0e1614b
* synchronised with trunk till r42105
|
пре 6 година |
Jonas Maebe
|
aad87820e6
* abstracted registration of library init/fini routines (to be able to add
|
пре 6 година |
Jonas Maebe
|
ac883969a9
* synchronised with trunk till r41423
|
пре 6 година |
Jonas Maebe
|
8b9e90dc7a
* keep track of whether a routine has a C-style variadic parameter in the
|
пре 6 година |
Jonas Maebe
|
d93c05a90c
* synchronised with trunk till r41207
|
пре 6 година |
Jonas Maebe
|
503ea604f3
+ nolinline modifier to specify that a routine must never be inlined
|
пре 6 година |
Jonas Maebe
|
b3a8543a56
* synchronised with trunk till r40942
|
пре 6 година |
Jonas Maebe
|
51e68eb302
* fixed several places where the interface crc could change:
|
пре 6 година |
Jonas Maebe
|
f26ac9026e
* enable LLVM support Linux/AArch64
|
пре 6 година |
Jonas Maebe
|
50ab607676
+ customint torddef type to create arbitraty bit-width integers
|
пре 6 година |
yury
|
dd60397165
+ Added the pio_inline_not_possible flag to timplprocoption. It is set if a function can't be inline (contains an assembler block, etc). When calling such functions, no note "Call to subroutine "?" marked as inline is not inlined" is emitted.
|
пре 6 година |
Jonas Maebe
|
0b246f3dbd
* converted Boolean8 to an internal type, and mapped Boolean to the
|
пре 7 година |
yury
|
9ee1682955
* Fixed interface delegation for aarch64 (tdel1 and tdel2 tests).
|
пре 7 година |
svenbarth
|
a076677336
* instead of a flags field generate a table with all Initialize operators of all fields (nested or not, parent class or not) for class types; objects and records don't use this (yet)
|
пре 7 година |
florian
|
0eea2141f6
* patch by J. Gareth Moreton: clarity in directive conflict error messages, resolves #33754
|
пре 7 година |
svenbarth
|
ac0322c323
+ add a flags field to the record init RTTI which declares whether
|
пре 7 година |
svenbarth
|
cc153176f3
+ add a new symtable option sto_has_non_trivial_init that is true if the symtable contains a symbol with an
|
пре 7 година |
nickysn
|
02fb59d3e5
* unified the definition of pushleftright_pocalls on i8086 and i386
|
пре 7 година |
nickysn
|
42ebdbe277
+ introduce po_hasnearfarcallmodel (specifies that the near/far call model was
|
пре 7 година |
nickysn
|
303309b28f
+ added support for 'external far' variables for i8086
|
пре 8 година |
svenbarth
|
50788e8b3b
* correctly encapsulate the RTTI data for sets to avoid alignment problems with the new SetSize field (fixes compilation on Sparc and basically every other target that requires proper alignment with 64-bit values dictating an 8-Byte alignment)
|
пре 8 година |
svenbarth
|
5c97248f85
+ also write the set's size to the RTTI as that simplifies handling in Invoke()
|
пре 8 година |
svenbarth
|
1950e57899
* fix order in tinternaltypeprefix so that it fits internaltypeprefixName
|
пре 8 година |
svenbarth
|
239d0704ca
+ add support for type helpers to also extend interface types
|
пре 8 година |
svenbarth
|
236a9b0aa5
* rework the checks for a helper's extended def to be a class so that it can be more easily extended by other objecttypes
|
пре 8 година |
Károly Balogh
|
addc3a2f94
m68k-palmos: fixed the syscall generation, and improved it to support the dispatch-selector-in-reg-D2 traps
|
пре 8 година |
florian
|
126b834976
* ncgrtti has to use target pointer sizes, so changed SizeOf(PtrInt) into SizeOf(PInt), should fix #31964
|
пре 8 година |
maciej-izak
|
af8e0efe57
* Rtti info about Management Operators (MO) in init table for records. Note: commit contains minimal changes for RTL (for proper "make") no functional changes. More RTL changes for fully functionally MO in next commits.
|
пре 8 година |
maciej-izak
|
15ba9b54c6
Store informations about management operators in ppu files for records.
|
пре 8 година |
svenbarth
|
1a6a8b7c9f
+ introduce a new potype for the main stub of a package library (which on Windows is simply a DLLMain returning True)
|
пре 8 година |