Ryan Joseph
|
b4ff9b71d3
* Dump extended RTTI info from PPU
|
il y a 2 ans |
Ryan Joseph
|
519a102379
* Write extended RTTI info
|
il y a 2 ans |
Ryan Joseph
|
d74d41c5d2
* Allow RTTI directive also before uses clauses
|
il y a 2 ans |
Ryan Joseph
|
2005e3c094
* Apply RTTI directive status to symbol
|
il y a 2 ans |
Ryan Joseph
|
fefa163a35
* Introduce RTTI options in symbol definition
|
il y a 2 ans |
Ryan Joseph
|
ecfff40f96
* Implement parsing of RTTI directive
|
il y a 2 ans |
Ryan Joseph
|
a31f37b5e5
+ Implement support for parsing sets in preprocessor directives
|
il y a 2 ans |
Ryan Joseph
|
bc72021039
* Define RTTI directive parameters
|
il y a 2 ans |
Michaël Van Canneyt
|
702ec640ac
* Fix variant record definition for CIF
|
il y a 2 ans |
Michaël Van Canneyt
|
5193f676bf
* Add tests for variant arguments
|
il y a 2 ans |
Michaël Van Canneyt
|
5a78e82c8f
* Add Tests.Rtti.Util to uses clause. Keeps lazarus happy :)
|
il y a 2 ans |
Michaël Van Canneyt
|
85524ff821
* Do not test variants with equal memory area: e.g. strings may point to different memory areas
|
il y a 2 ans |
Michaël Van Canneyt
|
b6a87450eb
* test for variant TValue
|
il y a 2 ans |
Michaël Van Canneyt
|
c39e51485c
* Avoid range error in comparisons
|
il y a 2 ans |
Sven/Sarah Barth
|
30bf8047aa
* ensure that the field and method tables are always accessed with the default alignment
|
il y a 2 ans |
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)
|
il y a 1 an |
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
|
il y a 1 an |
Sven/Sarah Barth
|
c74441323a
+ add descriptive comment regarding the TVmtField* types
|
il y a 1 an |
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
|
il y a 1 an |
Rika Ichinose
|
9d8b801e4c
Improve i386 fpc_shortstr_to_shortstr(), fpc_shortstr_compare(), and add fpc_shortstr_compare_equal().
|
il y a 2 ans |
Rika Ichinose
|
fca0ace070
Improve shortstring Pos() and generic fpc_shortstr_compare().
|
il y a 2 ans |
Nikolay Nikolov
|
dd1565c667
* wasm internal exe writer: set mempos for code sections to the offset within
|
il y a 1 an |
Nikolay Nikolov
|
c49ac16a19
* wasm internal linker: start the .text section at mempos 0
|
il y a 1 an |
Nikolay Nikolov
|
5eb5fdabad
* start the data at offset 1024 instead of 0, just like the LLVM linker
|
il y a 1 an |
Nikolay Nikolov
|
baa81d5275
+ allocate stack and set the initial value for the stack pointer in the wasm internal exe writer
|
il y a 1 an |
Nikolay Nikolov
|
eaf9a9f1b9
* fixed bug in the application of RELOC_GLOBAL_INDEX_LEB fixups in the wasm internal exe writer
|
il y a 1 an |
Nikolay Nikolov
|
ec206cf490
+ wasm internal linker: write the exported functions to the export section in the exe writer
|
il y a 1 an |
Nikolay Nikolov
|
c4a77a832f
+ write export section in the wasm internal linker exe writer, only the memory is exported for now
|
il y a 1 an |
Nikolay Nikolov
|
d03963afe9
+ generate the global section in the wasm internal linker exe writer
|
il y a 1 an |
Rika Ichinose
|
0d5f7fa66b
Increase non-temporal i386 & x64 Fill* thresholds to 4 Mb.
|
il y a 1 an |