Jonas Maebe
|
97b40dc16d
* fixed dynamic array constants for llvm
|
6 years ago |
pierre
|
b64e9700aa
Avoid range errors or overflows on for AVR cpu, when computing address offsets
|
6 years ago |
pierre
|
e49025a086
More -CriotR fixes:
|
6 years ago |
Jonas Maebe
|
2a3eeab96d
* support for constant char/bool/enum indices in typed constant
|
6 years ago |
Jonas Maebe
|
0b246f3dbd
* converted Boolean8 to an internal type, and mapped Boolean to the
|
6 years ago |
svenbarth
|
b7cc225149
* revert r39043 and r39045 which disallow static array constants inside dynamic constants for Delphi modes
|
7 years ago |
svenbarth
|
dcdb151add
* prohibit static array constants inside dynamic array constants for Delphi modes
|
7 years ago |
svenbarth
|
a29a6abc55
+ add support for Delphi's dynamic array constant syntax ("[...]") in Delphi modes
|
7 years ago |
svenbarth
|
08dd4e5445
+ add support for dynamic array constants
|
7 years ago |
florian
|
0caccdc238
* fix range check error
|
8 years ago |
nickysn
|
efc5e339d0
* use an enum instead of integer constants to represent inline numbers
|
8 years ago |
florian
|
b1dff29cbf
* removed unused units
|
8 years ago |
yury
|
5405a4727a
* Removed unused vars.
|
8 years ago |
Jonas Maebe
|
7af2663ed1
* fixed writing the VMT field of TP-style objects for typed constants if it
|
8 years ago |
Jonas Maebe
|
9727f289b1
+ tcalo_apply_constalign option to specify that the alignment should be
|
8 years ago |
Jonas Maebe
|
de60bfab9c
* make the string data of pchar constants read-only (mantis #30666)
|
8 years ago |
Jonas Maebe
|
ad0299e0cd
* cleanup of r34444
|
9 years ago |
Jonas Maebe
|
997a958f72
* fixed r34439 for big endian
|
9 years ago |
Jonas Maebe
|
473cec9d85
* converted tnodeutils.InsertRuntimeInits() to the high level typed const
|
9 years ago |
Jonas Maebe
|
26f6d2f39d
* emit smallsets as a single byte/word/cardinal, since that is how they
|
9 years ago |
Jonas Maebe
|
1cb8c0d00c
* specify the def of assembler level symbols defined via
|
9 years ago |
Jonas Maebe
|
68cbbe677a
* fixed type information for C-block typed constants (fixes
|
9 years ago |
Jonas Maebe
|
0311528502
* always write bitpacked typed constant arrays as a multiple of bytes rather
|
9 years ago |
Jonas Maebe
|
c71bc54785
* when emitting the procedure address part of a complex procvar, type
|
9 years ago |
Jonas Maebe
|
8e2607d96d
* data for bitpacked arrays is part of an aggregate
|
9 years ago |
Jonas Maebe
|
b8ed0fac5d
* give an error when trying to get the address of an element of a dynamic
|
9 years ago |
Jonas Maebe
|
092a0af0ec
* removed special-purpose code for constant chars while parsing typed string
|
9 years ago |
Jonas Maebe
|
8f57609ef2
* fixed types for classrefdef typed constants
|
9 years ago |
Jeppe Johansen
|
0046af39eb
Fixed #29025.
|
9 years ago |
Jonas Maebe
|
8d8851afd6
* set minimum alignment for pchar to 1 instead of 0 (llvm doesn't
|
9 years ago |