nickysn
|
303309b28f
+ added support for 'external far' variables for i8086
|
vor 7 Jahren |
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)
|
vor 8 Jahren |
svenbarth
|
5c97248f85
+ also write the set's size to the RTTI as that simplifies handling in Invoke()
|
vor 8 Jahren |
svenbarth
|
1950e57899
* fix order in tinternaltypeprefix so that it fits internaltypeprefixName
|
vor 8 Jahren |
svenbarth
|
239d0704ca
+ add support for type helpers to also extend interface types
|
vor 8 Jahren |
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
|
vor 8 Jahren |
Károly Balogh
|
addc3a2f94
m68k-palmos: fixed the syscall generation, and improved it to support the dispatch-selector-in-reg-D2 traps
|
vor 8 Jahren |
florian
|
126b834976
* ncgrtti has to use target pointer sizes, so changed SizeOf(PtrInt) into SizeOf(PInt), should fix #31964
|
vor 8 Jahren |
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.
|
vor 8 Jahren |
maciej-izak
|
15ba9b54c6
Store informations about management operators in ppu files for records.
|
vor 8 Jahren |
svenbarth
|
1a6a8b7c9f
+ introduce a new potype for the main stub of a package library (which on Windows is simply a DLLMain returning True)
|
vor 8 Jahren |
svenbarth
|
fdad2ebb9b
+ new set type tvisibilities for tvisibility
|
vor 8 Jahren |
svenbarth
|
f905303c4a
+ new TParamFlag pfResult if the result is passed as a parameter and thus needs to be set up as well
|
vor 8 Jahren |
svenbarth
|
5275c36393
+ extend TParamFlags by values for hidden parameters in general and especially the hidden high, self and vmt parameters (this is necessary so a manager approach for Invoke() can be used with as few knowledge about the involved calling conventions as possible)
|
vor 8 Jahren |
svenbarth
|
a9d14fe30b
* extend TOrdType by entries for 64-bit values
|
vor 8 Jahren |
Károly Balogh
|
c7c37f66ed
* refactored syscall types for unified naming,first bits of ARM AROS syscall support
|
vor 8 Jahren |
Károly Balogh
|
5db02f4202
atari: initial support for TOS syscalls
|
vor 8 Jahren |
Jonas Maebe
|
1e506ce1d5
* call beforedestruction if an exception happens in afterconstruction
|
vor 9 Jahren |
Jonas Maebe
|
94eb087aa2
* fixed typo (obcj -> objc)
|
vor 9 Jahren |
Károly Balogh
|
464ecab542
huge syscall support refactor for Amiga-likes. removed large chunks of ancient duplicated code, and in general tried to make the entire thing more maintainable and cleaner. also added support for AROS EAXBase syscall convention
|
vor 9 Jahren |
Jonas Maebe
|
ae51adac18
* give names to the types of the fields of the enumdef rtti, so that we can
|
vor 9 Jahren |
svenbarth
|
c2662bd96a
* mark defs created with create_global_internal() with df_internal so that they can be easily identified
|
vor 9 Jahren |
Jonas Maebe
|
adef9340e6
* converted metadata generation for variant dispatch to high level typed
|
vor 9 Jahren |
Jonas Maebe
|
2bd2e03309
* no longer use the synthetickind field of a procdef to determine whether
|
vor 9 Jahren |
Jonas Maebe
|
c0ff55e95a
* changed the abstract method wrapper generation from thlcgobj to synthetic
|
vor 9 Jahren |
svenbarth
|
3971ba7898
Provide basic facilities to handle indirect symbols that are needed for proper dynamic packages support.
|
vor 9 Jahren |
Jonas Maebe
|
b9231aa6f1
* converted objcgutl (Objective-C metadata generation) to the high level
|
vor 9 Jahren |
Jonas Maebe
|
9258b5d76b
+ non-functional 128 bit integer types (inaccessible from Pascal), for use
|
vor 9 Jahren |
Jonas Maebe
|
787caf4dda
* treat records with {$packrecords c} the same as other records for LLVM
|
vor 9 Jahren |
Jonas Maebe
|
96b529072a
* factored out generating the start and end of a vectorized dead strippable
|
vor 9 Jahren |