Michaël Van Canneyt
|
8c5a48da2b
* Make compilerwidestring a class using dyn array, rework tstringconstnode: value_str -> valueas, valuews
|
5 ماه پیش |
J. Gareth "Curious Kit" Moreton
|
4378319f87
* Added missing "override" directive for XML node dump routine on TDerefNode
|
1 سال پیش |
florian
|
4103b3d180
* formatting
|
1 سال پیش |
J. Gareth "Curious Kit" Moreton
|
4736cc2360
* Flags specific to TDerefNode have been moved to their own field
|
1 سال پیش |
J. Gareth "Curious Kit" Moreton
|
1bba83cebb
* Flags specific to TVecNode have been moved to their own field
|
1 سال پیش |
Charles Averill
|
bb2e2f83e9
Add struct field names to subscriptn nodes in parse tree output
|
1 سال پیش |
florian
|
7bbd33bcd6
* last commit was not complete, fixed
|
1 سال پیش |
florian
|
79f6ee538d
* fix compilation on 32 bit hosts
|
1 سال پیش |
J. Gareth "Curious Kit" Moreton
|
74625648cf
* Vectors of string constants are now simplified into ordinal constants
|
1 سال پیش |
Jonas Maebe
|
12bde4e903
WPO: fix dead code detection, and handle procvars
|
2 سال پیش |
Rika Ichinose
|
c26f9329b6
Support arrays and classes in compile-time OffsetOf.
|
3 سال پیش |
florian
|
43b4b34395
* disallow offsetof trick for types involving implicit dereferences, resolves #39667 partially
|
3 سال پیش |
florian
|
62f21ae60d
+ recurse into multiple subscription nodes when calculating contant @... expressions, resolves #39665
|
3 سال پیش |
florian
|
8b24d60df7
* removed accidently committed printnode
|
4 سال پیش |
florian
|
8496690ed0
* additional fix for r48449
|
4 سال پیش |
florian
|
e99827246e
* fix type conversion for array indicies if the ordinal ranges of the involved types do not overlap, resolves #38413
|
4 سال پیش |
florian
|
7f07c9f94d
+ range check enumeration array indicies, range checking is after all a safety mean
|
4 سال پیش |
florian
|
044133fc87
* explicitly convert array indicies to pointer sized integers, so cse
|
4 سال پیش |
yury
|
7bffafdf8b
* Improved the parentfp optimization to properly handle cases when a nested routine calls other nested routines.
|
5 سال پیش |
yury
|
627fcb4354
* Do not use the LOC_VOID location to indicate unused parameters.
|
5 سال پیش |
yury
|
2808873d1b
* Reworked the optimization of unused $parentfp for nested routines.
|
5 سال پیش |
yury
|
40504a6f9d
* If a nested procedure does not access its parent's frame pointer, optimize it by removing the hidden $parentfp parameter.
|
5 سال پیش |
florian
|
00859420ab
* correctly handle reading of class/object pointers in combination with @, resolves #26326
|
5 سال پیش |
Jonas Maebe
|
ac1e0f96bd
* replaced tentryfile.get/putsmall/normalset() with a common tget/putset
|
5 سال پیش |
pierre
|
243c967967
Commit of new debug feature implemented by J. Gareth Moreton
|
6 سال پیش |
florian
|
749c4d4e47
+ keep (certain) arrays in registers if they are used with constants indices only
|
6 سال پیش |
Jonas Maebe
|
281b3ad276
* fix case completeness and unreachable code warnings in compiler that would
|
6 سال پیش |
yury
|
e5c2d13671
* Do not set pi_needs_got in current_procinfo.flags at the node level, since the GOT usage can only be estimated there. Instead set the pi_needs_got flag at places where the GOT register is accessed during the code generation. This eliminates generation of the unneeded initialization of the GOT register and fixes linker errors when the _GLOBAL_OFFSET_TABLE_ symbol is referenced but no actual GOT references are present.
|
6 سال پیش |
Jonas Maebe
|
170ec00348
- removed withnode (was no longer used since a very long time)
|
6 سال پیش |
florian
|
ae8304f657
* set nf_write flag properly for vec. nodes of types with implicit dereferencing
|
6 سال پیش |