florian
|
e4ee8fa6a2
* patch by Rika to pass some strings by reference, resolves #39338
|
пре 3 година |
Sven Barth
|
3ce6cae11d
* fix for #39310 by fixing various small issues in tabstractrecordsymtable.has_single_field:
|
пре 3 година |
svenbarth
|
7343e9c4a2
* correctly handle the case should the generic dummy symbol be a procsym instead of a typesym
|
пре 4 година |
Jonas Maebe
|
c0c0acbcb9
* fixed llvm shadow symtable construction in case fields are reordered
|
пре 4 година |
svenbarth
|
3597696e98
* fix for Mantis #38145: allow overloading of assignment operators that return ShortStrings with a specific size
|
пре 4 година |
Jonas Maebe
|
cc315e0ac7
* fix tw3930 after r37927
|
пре 4 година |
florian
|
392d66a9ce
* variables can have the same name as the main program in iso mode, resolves #37322
|
пре 5 година |
florian
|
84a1f614d9
* fix several double ;
|
пре 5 година |
Jonas Maebe
|
a2174753c1
- removed tabstractrecorddef.get_unit_symtable, which did not always return the unit
|
пре 5 година |
yury
|
1b3a3a7983
* Removed lot of unused local vars. It is useful to turn on the notes in options. :)
|
пре 5 година |
florian
|
d87a5cc9fb
* take care of m_duplicate_names when checking for duplicate locals, resolves #33221
|
пре 5 година |
Jonas Maebe
|
1a9e246c29
* added is_normal_fieldvarsym() helper and use it
|
пре 5 година |
svenbarth
|
1779011ab4
* fix typo in comment
|
пре 5 година |
svenbarth
|
927c91e093
* fix for Mantis #36388: correctly handle generic constraints when looking for helpers
|
пре 5 година |
svenbarth
|
0a915e883e
* keep track of static symbols that a global function references, as those must now be exported from a dynamic package as well if the function can potentially be inlined
|
пре 5 година |
Jonas Maebe
|
ac1e0f96bd
* replaced tentryfile.get/putsmall/normalset() with a common tget/putset
|
пре 5 година |
svenbarth
|
fdeaacac21
* fix for Mantis #36223: when parsing a helper type its extendeddef might be Nil
|
пре 5 година |
pierre
|
d29a6de437
Avoid possible warning about uninitialized srsym variable
|
пре 6 година |
Jonas Maebe
|
bc7b90185f
* when searching for a procsym in an Objective-C category for an objcclass,
|
пре 6 година |
Jonas Maebe
|
d8903ce6b3
- removed maxcrecordalign parameter/field from recordsymtables, as this value
|
пре 6 година |
svenbarth
|
dfb9fffcf9
+ add functions for syms and defs and write sub entries of the sym/def to PPU and loads them again
|
пре 6 година |
svenbarth
|
a64a8f8deb
- remove code to create an attribute using a synthetic function
|
пре 6 година |
svenbarth
|
0b63e89ba2
* make the reference to the TCustomAttribute type global
|
пре 6 година |
svenbarth
|
b2932393df
Reintegration of Custom Attributes branch by Joost van der Sluis with patches reworked by Svetozar Belic [patch 1/3]
|
пре 6 година |
Jonas Maebe
|
281b3ad276
* fix case completeness and unreachable code warnings in compiler that would
|
пре 6 година |
svenbarth
|
5a5b47fa24
+ add support for MultiHelpers modeswitch by Ryan Joseph for Mantis #35159
|
пре 6 година |
pierre
|
c1e93bd2c2
+ compiler/symdef.pas: Add missing call to tderef.reset methods in all tdef constructors.
|
пре 6 година |
svenbarth
|
cb8f6f637c
* fix big endian targets by using an explicit assignment with typecast instead of an absolute variable
|
пре 6 година |
svenbarth
|
92cce05f5f
* as a workaround for some compiler bug introduced during 3.1.1 the freeing of the management operator offset entry lists is moved to a nested procedure as that does not trigger the bug (even with -O2 or -O3)
|
пре 7 година |
svenbarth
|
600ed6701e
+ keep track whether a structured type has fields with management operators (or fields that in turn have fields with management operators and so on) and store that in the PPU to speed up compilation again
|
пре 7 година |