michael
|
3d3bbcfa9c
* Raise error if property cannot be written (Enhanced patch from Ondrej Pokorny, bug ID #32586)
|
8 gadi atpakaļ |
nickysn
|
80226e3af4
+ added an optimization pass, that optimizes x86 references
|
8 gadi atpakaļ |
michael
|
d28a790a43
* Patch from Pascal Riekenberg:
|
8 gadi atpakaļ |
michael
|
b5f9cce9e4
* Patch from Ondrej Pokorny to improve QR drawing code interface (bug ID 32580)
|
8 gadi atpakaļ |
Mattias Gaertner
|
aa83ab3c7d
pastojs: fixed insert(item,arr,pos)
|
8 gadi atpakaļ |
maciej-izak
|
c2f870b60d
fcl-res: read version resource in more proper way. The length of value may be 0 (without any content).
|
8 gadi atpakaļ |
svenbarth
|
7e3ad42f33
+ add types for the VMT's message table (the names are Delphi compatible, even if TVmtMethodEntry has no Len field)
|
8 gadi atpakaļ |
marco
|
5e1652de3b
* some more fixes.
|
8 gadi atpakaļ |
marco
|
bf2459b99b
* some initial makefile syncing
|
8 gadi atpakaļ |
nickysn
|
67a0e9bdae
+ added x86 helper function get_default_segment_of_ref, which returns the
|
8 gadi atpakaļ |
Mattias Gaertner
|
feb210cbc3
fcl-passrc: nicer error position on cant find unit
|
8 gadi atpakaļ |
svenbarth
|
e6b39ebf15
+ add methods for easier enumeration of the fields in a class' field table
|
8 gadi atpakaļ |
svenbarth
|
0ba1073615
+ add new type TVmtFieldClassTab for the class table of the field table (Delphi compatible)
|
8 gadi atpakaļ |
svenbarth
|
530213711f
* change the class references in a class' field table to indirect references
|
8 gadi atpakaļ |
michael
|
2af27756da
* Patch from Pascal Riekenberg: ApplyBandWidth: handle child bands like main parent band
|
8 gadi atpakaļ |
yury
|
af0fdea815
* Android: Include list of supported syscalls for each CPU.
|
8 gadi atpakaļ |
yury
|
dbf482d62b
* Fixed version of FpSysCall() with 6 params for Linux with PIC.
|
8 gadi atpakaļ |
nickysn
|
e8bbc4eef9
+ support the xlat x86 instruction syntax with a memory operand. This allows
|
8 gadi atpakaļ |
michael
|
2ffad85470
* Patch from Pascal Riekenberg:
|
8 gadi atpakaļ |
nickysn
|
9cebeeffa9
+ check for address size mismatch in intel syntax assembler as well
|
8 gadi atpakaļ |
nickysn
|
353efcb163
* fixed rdi register name in error message
|
8 gadi atpakaļ |
nickysn
|
cece021bd1
+ check whether the address sizes match for x86 string instructions with two
|
8 gadi atpakaļ |
michael
|
aacd13d347
* Patch from Pascal Riekenberg: intermediate group footer should use previous field values if group footer overflows
|
8 gadi atpakaļ |
nickysn
|
4cb1a96ec1
* use get_ref_address_size in the nasm writer, when handling the parameterized
|
8 gadi atpakaļ |
nickysn
|
6f2e64ff90
+ added function get_ref_address_size
|
8 gadi atpakaļ |
nickysn
|
b0653a6313
+ added functions is_32_bit_ref and is_64_bit_ref, similar to is_16_bit_ref
|
8 gadi atpakaļ |
Mattias Gaertner
|
2ac2e7bd7d
fcl-passrc: resolver: implemented $M $TypeInfo
|
8 gadi atpakaļ |
Mattias Gaertner
|
34c88e6dbc
fcl-passrc: resolver: pass static array to open array
|
8 gadi atpakaļ |
Mattias Gaertner
|
69f2055ff3
fcl-passrc: resolver: error on setlength(openarray)
|
8 gadi atpakaļ |
Mattias Gaertner
|
3a0e540dde
fcl-passrc: parser: fixed default class visibility to visPublic
|
8 gadi atpakaļ |