florian
|
8b24d60df7
* removed accidently committed printnode
|
4 yıl önce |
florian
|
8496690ed0
* additional fix for r48449
|
4 yıl önce |
florian
|
e99827246e
* fix type conversion for array indicies if the ordinal ranges of the involved types do not overlap, resolves #38413
|
4 yıl önce |
florian
|
7f07c9f94d
+ range check enumeration array indicies, range checking is after all a safety mean
|
4 yıl önce |
florian
|
044133fc87
* explicitly convert array indicies to pointer sized integers, so cse
|
4 yıl önce |
yury
|
7bffafdf8b
* Improved the parentfp optimization to properly handle cases when a nested routine calls other nested routines.
|
5 yıl önce |
yury
|
627fcb4354
* Do not use the LOC_VOID location to indicate unused parameters.
|
5 yıl önce |
yury
|
2808873d1b
* Reworked the optimization of unused $parentfp for nested routines.
|
5 yıl önce |
yury
|
40504a6f9d
* If a nested procedure does not access its parent's frame pointer, optimize it by removing the hidden $parentfp parameter.
|
5 yıl önce |
florian
|
00859420ab
* correctly handle reading of class/object pointers in combination with @, resolves #26326
|
5 yıl önce |
Jonas Maebe
|
ac1e0f96bd
* replaced tentryfile.get/putsmall/normalset() with a common tget/putset
|
5 yıl önce |
pierre
|
243c967967
Commit of new debug feature implemented by J. Gareth Moreton
|
6 yıl önce |
florian
|
749c4d4e47
+ keep (certain) arrays in registers if they are used with constants indices only
|
6 yıl önce |
Jonas Maebe
|
281b3ad276
* fix case completeness and unreachable code warnings in compiler that would
|
6 yıl önce |
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 yıl önce |
Jonas Maebe
|
170ec00348
- removed withnode (was no longer used since a very long time)
|
6 yıl önce |
florian
|
ae8304f657
* set nf_write flag properly for vec. nodes of types with implicit dereferencing
|
6 yıl önce |
florian
|
93c5eae528
* accept dereferences in generics definitions, resolves #33700 properly
|
7 yıl önce |
nickysn
|
e1d0e7572e
* i8086 TP7 compatibility fixes, related to obtaining procedure addresses:
|
7 yıl önce |
nickysn
|
58ead31f49
* optimized ofs(proc) on i8086, so it only loads the offset in all memory models
|
7 yıl önce |
nickysn
|
6929af07b7
+ added flag tcnf_proc_2_procvar_get_offset_only
|
7 yıl önce |
nickysn
|
4a3a64d8f4
+ print addrnodeflags in printnodeinfo
|
7 yıl önce |
nickysn
|
109fb279f6
* moved the initialization of the resultdef for labelsyms in the typecheckpass
|
7 yıl önce |
nickysn
|
3318703ece
* moved nf_typedaddr to addrnodeflags (anf_typedaddr)
|
7 yıl önce |
nickysn
|
213e61eae5
+ introduce the anf_ofs address node flag - indicates that the node was
|
7 yıl önce |
nickysn
|
539d4cb68a
+ introduced taddrnodeflags (empty for now)
|
7 yıl önce |
nickysn
|
c665866517
+ introduce the tcnf_proc_2_procvar_2_voidpointer flag (for now it is only set,
|
7 yıl önce |
nickysn
|
0119e7afb3
* changed the codepointer type in the i8086 small and compact memory models from
|
7 yıl önce |
Károly Balogh
|
333316f356
less tab more spaces. no functional change.
|
7 yıl önce |
florian
|
b1dff29cbf
* removed unused units
|
8 yıl önce |