J. Gareth "Curious Kit" Moreton
|
179fc5848b
* Flags specific to TArrayConstructorNode have been moved to their own field
|
1 éve |
J. Gareth "Curious Kit" Moreton
|
ecc16278f0
* Flags specific to TAssignmentNode have been moved to their own field
|
1 éve |
Sven/Sarah Barth
|
bb51ac77dd
* the right side of a concatenation of multiple ShortString values can directly pass any String[x] to the utility routine, because only the Length() is used, not High() and nothing is modified (also typed pointers must not be used for them); this allows for better code generation for strings with a maximum length < 255
|
2 éve |
Sven/Sarah Barth
|
02aac653d2
* optimize shortstring concatenations if they're on the right side of an assignment to directly use the left side instead of a temporary
|
2 éve |
Jonas Maebe
|
281b3ad276
* fix case completeness and unreachable code warnings in compiler that would
|
6 éve |
nickysn
|
3318703ece
* moved nf_typedaddr to addrnodeflags (anf_typedaddr)
|
7 éve |
florian
|
c230f81719
+ support for <dyn. array>+<dyn. array>, resolves #30463
|
7 éve |
nickysn
|
efc5e339d0
* use an enum instead of integer constants to represent inline numbers
|
8 éve |
svenbarth
|
82b2d22ed6
* keep track of allow_array_constructor as part of the array constructor node
|
8 éve |
Jonas Maebe
|
1a560e9875
* when concatenating ansistrings, do not map CP_NONE (rawbytestring) to
|
12 éve |
Jonas Maebe
|
8e3d7fe8d3
* fixed genmultistringadd() optimization for jvm and enabled it
|
13 éve |
Jonas Maebe
|
aee5380ae0
* merged trunk up to r20882
|
13 éve |
paul
|
c1866d5c17
compiler:
|
13 éve |
paul
|
723f3424d4
merge r17484 from cpstrnew branch by michael:
|
14 éve |
Jonas Maebe
|
6857dde33e
+ shortstring support for the JVM target (including accessing character 0 as
|
14 éve |
peter
|
6b8aed593f
* remove registers{int/mmx/fpu} from firstpass
|
18 éve |
Jonas Maebe
|
c13ff3729b
* Merged 2.3 branch changes:
|
18 éve |
Jonas Maebe
|
e4e6f8112d
* fixed some warnings about hidden constructors
|
18 éve |
peter
|
658c46b903
* remove tdictionary and tindexarray
|
19 éve |
florian
|
85d63d9fa9
* settings refactored
|
19 éve |
peter
|
3078a1927f
* remove ttype
|
19 éve |
peter
|
2f0ce31751
* string concat changed from function to procedure to
|
19 éve |
peter
|
b6e35a200e
* rewrite of optimizer options
|
19 éve |
peter
|
a77f503a30
* optimize multiple concats for ansi/widestring
|
19 éve |
florian
|
7cd67ea3f0
* node optimizer branch merged
|
20 éve |
fpc
|
790a4fe2d3
* log and id tags removed
|
20 éve |
fpc
|
50778076c3
initial import
|
20 éve |
peter
|
e417e34496
* truncate log
|
20 éve |
florian
|
8a9758c5e2
* logs truncated
|
21 éve |
florian
|
2258e941af
+ inlined procedures inherit procinfo flags
|
21 éve |