svenbarth
|
663040a666
* ensure that aprocdef is initialized to Nil to catch problems with compare_defs_ext() easier
|
пре 6 година |
Jonas Maebe
|
c038e4c3f2
* relaxation of r42272: again only show warnings rather than errors for
|
пре 6 година |
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 година |
svenbarth
|
18519c9559
* fix for Mantis #34526: rely on tc_arrayconstructor_2_set instead of manually converting an array constructor to a set, this way assignment operator overloads are taken into account as well
|
пре 6 година |
svenbarth
|
156b25501d
* improve conversion of array constructor to set so that it behaves as if done inside pass_typecheck
|
пре 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
|
acf02ab64b
* when creating wrappers, add a prefix to parameter names to prevent them
|
пре 6 година |
Jonas Maebe
|
dd29088430
* simplify all type conversions for formal constants even for LLVM and JVM
|
пре 6 година |
Jonas Maebe
|
2c7c0d1144
* handle widechar constants directly in the scanner, instead of in the
|
пре 6 година |
Jonas Maebe
|
0b246f3dbd
* converted Boolean8 to an internal type, and mapped Boolean to the
|
пре 6 година |
florian
|
68eb921d46
* broken compilation after r39347 fixed
|
пре 7 година |
Jonas Maebe
|
8da8b956b0
* discard type conversions from/to generic defs for llvm as well
|
пре 7 година |
Jonas Maebe
|
eaafb166ad
* set totypedef correctly when converting @class.classmethod to a procvar
|
пре 7 година |
Jonas Maebe
|
1f9d518c57
* support for non-ASCII widechar constants (mantis #31605)
|
пре 7 година |
nickysn
|
6929af07b7
+ added flag tcnf_proc_2_procvar_get_offset_only
|
пре 7 година |
nickysn
|
99a1cf89b3
+ print convnodeflags in printnodeinfo
|
пре 7 година |
nickysn
|
3318703ece
* moved nf_typedaddr to addrnodeflags (anf_typedaddr)
|
пре 7 година |
nickysn
|
c9aecb8e94
* also compare convnodeflags in ttypeconvnode.docompare
|
пре 7 година |
nickysn
|
da609779d2
* simplify ttypeconvnode.printnodeinfo by making use of the fact that
|
пре 7 година |
Jonas Maebe
|
4da6039f40
* simplify empty-dynamic-string-to-pointer (non-p(wide)char) type conversions
|
пре 7 година |
nickysn
|
c665866517
+ introduce the tcnf_proc_2_procvar_2_voidpointer flag (for now it is only set,
|
пре 7 година |
nickysn
|
3e9b9451b4
* copy the new convnodeflags field in ttypeconvnode.dogetcopy
|
пре 7 година |
nickysn
|
6ad786f8ef
+ introduce ttypeconvnodeflags (empty for now)
|
пре 7 година |
florian
|
61053ead34
+ optimize is operator if used on sealed classes as proposed in #30097
|
пре 7 година |
florian
|
e523865b07
* do not take the size of an open array, resolves #33230
|
пре 7 година |
florian
|
d031545f88
* warn if the first constant element of a range set expression is greater than the second one, resolves #31936
|
пре 7 година |
Jonas Maebe
|
0f0bdabb89
* if an absolute typeconversion changes the size, make the source not
|
пре 7 година |
Jonas Maebe
|
2919d97f91
* support asssigning @class.classmethod to a procvar of object in FPC modes
|
пре 7 година |