Ryan Joseph
|
ecfff40f96
* Implement parsing of RTTI directive
|
vor 2 Jahren |
Ryan Joseph
|
a31f37b5e5
+ Implement support for parsing sets in preprocessor directives
|
vor 2 Jahren |
Ryan Joseph
|
bc72021039
* Define RTTI directive parameters
|
vor 2 Jahren |
Michaël Van Canneyt
|
702ec640ac
* Fix variant record definition for CIF
|
vor 2 Jahren |
Michaël Van Canneyt
|
5193f676bf
* Add tests for variant arguments
|
vor 2 Jahren |
Michaël Van Canneyt
|
5a78e82c8f
* Add Tests.Rtti.Util to uses clause. Keeps lazarus happy :)
|
vor 2 Jahren |
Michaël Van Canneyt
|
85524ff821
* Do not test variants with equal memory area: e.g. strings may point to different memory areas
|
vor 2 Jahren |
Michaël Van Canneyt
|
b6a87450eb
* test for variant TValue
|
vor 2 Jahren |
Michaël Van Canneyt
|
c39e51485c
* Avoid range error in comparisons
|
vor 2 Jahren |
Sven/Sarah Barth
|
30bf8047aa
* ensure that the field and method tables are always accessed with the default alignment
|
vor 2 Jahren |
Sven/Sarah Barth
|
a4121d2201
* use SizeInt instead of PtrInt for the stack area size (this both matches the declaration in TypInfo as well as enough on 16-bit targets like i8086)
|
vor 1 Jahr |
Sven/Sarah Barth
|
7eea850726
* TVmtFieldEntry.FieldOffset needs to be SizeUInt instead of PtrUInt, so that it works correctly on the various memory models of i8086 as well
|
vor 1 Jahr |
Sven/Sarah Barth
|
c74441323a
+ add descriptive comment regarding the TVmtField* types
|
vor 1 Jahr |
Nikolay Nikolov
|
93d38629aa
+ added check for whether R_WASM_TABLE_INDEX_I32 relocations always point to a function symbol in the wasm internal object reader
|
vor 1 Jahr |
Rika Ichinose
|
9d8b801e4c
Improve i386 fpc_shortstr_to_shortstr(), fpc_shortstr_compare(), and add fpc_shortstr_compare_equal().
|
vor 2 Jahren |
Rika Ichinose
|
fca0ace070
Improve shortstring Pos() and generic fpc_shortstr_compare().
|
vor 2 Jahren |
Nikolay Nikolov
|
dd1565c667
* wasm internal exe writer: set mempos for code sections to the offset within
|
vor 1 Jahr |
Nikolay Nikolov
|
c49ac16a19
* wasm internal linker: start the .text section at mempos 0
|
vor 1 Jahr |
Nikolay Nikolov
|
5eb5fdabad
* start the data at offset 1024 instead of 0, just like the LLVM linker
|
vor 1 Jahr |
Nikolay Nikolov
|
baa81d5275
+ allocate stack and set the initial value for the stack pointer in the wasm internal exe writer
|
vor 1 Jahr |
Nikolay Nikolov
|
eaf9a9f1b9
* fixed bug in the application of RELOC_GLOBAL_INDEX_LEB fixups in the wasm internal exe writer
|
vor 1 Jahr |
Nikolay Nikolov
|
ec206cf490
+ wasm internal linker: write the exported functions to the export section in the exe writer
|
vor 1 Jahr |
Nikolay Nikolov
|
c4a77a832f
+ write export section in the wasm internal linker exe writer, only the memory is exported for now
|
vor 1 Jahr |
Nikolay Nikolov
|
d03963afe9
+ generate the global section in the wasm internal linker exe writer
|
vor 1 Jahr |
Rika Ichinose
|
0d5f7fa66b
Increase non-temporal i386 & x64 Fill* thresholds to 4 Mb.
|
vor 1 Jahr |
Rika Ichinose
|
b7d32e4933
ERMSB-aware Fill* for i386.
|
vor 1 Jahr |
florian
|
27be091c44
* more clean variable initialization
|
vor 1 Jahr |
Nikolay Nikolov
|
f48282d7b3
+ implemented R_WASM_GLOBAL_INDEX_LEB relocations in the wasm internal linker
|
vor 1 Jahr |
Nikolay Nikolov
|
bbeb98aeef
+ wasm internal linker: put all wasm global symbols in separate sections,
|
vor 1 Jahr |
Nikolay Nikolov
|
cd93050d7e
* set the size of AT_WASM_GLOBAL symbols to 1
|
vor 1 Jahr |