florian
|
4de6b3e6b9
* do not crash when an unsupported code page is encountered, resolves #35581
|
vor 5 Jahren |
florian
|
86d8e79e86
* fix some currency issues, resolves #33963 and #36179
|
vor 5 Jahren |
Jonas Maebe
|
d23c7980aa
* properly perform (or not) range/overflow checking when performing constant
|
vor 5 Jahren |
Jonas Maebe
|
ac1e0f96bd
* replaced tentryfile.get/putsmall/normalset() with a common tget/putset
|
vor 5 Jahren |
svenbarth
|
797e336222
* fix writing of floating point attribute parameters
|
vor 6 Jahren |
svenbarth
|
55d5bdc98d
+ add methods for the const nodes to directly emit their constant data to a constant builder
|
vor 6 Jahren |
Jonas Maebe
|
c038e4c3f2
* relaxation of r42272: again only show warnings rather than errors for
|
vor 6 Jahren |
pierre
|
243c967967
Commit of new debug feature implemented by J. Gareth Moreton
|
vor 6 Jahren |
Jonas Maebe
|
281b3ad276
* fix case completeness and unreachable code warnings in compiler that would
|
vor 6 Jahren |
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.
|
vor 6 Jahren |
Jonas Maebe
|
70cadc7694
* fixed string constant length when going from utf-8 to single-byte code page
|
vor 6 Jahren |
florian
|
68eb921d46
* broken compilation after r39347 fixed
|
vor 7 Jahren |
Jonas Maebe
|
4da6039f40
* simplify empty-dynamic-string-to-pointer (non-p(wide)char) type conversions
|
vor 7 Jahren |
Jonas Maebe
|
8cfe7e0a0c
* when creating a realconstn, cast the value to the specified type
|
vor 7 Jahren |
florian
|
b1dff29cbf
* removed unused units
|
vor 8 Jahren |
Jonas Maebe
|
a2bd07bfd6
* fixed compilation of 64-bit cross-compilers on 32 bit platforms
|
vor 8 Jahren |
florian
|
13b3866552
* convert (s*[const. set])<>/=[] for var. sets into or'ed in nodes, if const. set contains only a few elements
|
vor 8 Jahren |
Károly Balogh
|
5426c11611
marked a few uses of TConstExprInt as const during parameter passing, to avoid a few unnecessary record copying
|
vor 8 Jahren |
Jonas Maebe
|
1afab1ab69
* moved the floating point constant range checking code from
|
vor 8 Jahren |
Jonas Maebe
|
974c2363c0
- removed tdataconstnode, as it is no longer used and is not type safe.
|
vor 9 Jahren |
Jonas Maebe
|
a65ab73e8b
* support unicodestring constants in "case string of" (mantis #29353)
|
vor 9 Jahren |
florian
|
495b7181a8
+ write the value of a pointer constant node in printnodedata
|
vor 10 Jahren |
Jonas Maebe
|
b57c95043f
+ support overriding tdef/tsym methods with target-specific functionality:
|
vor 11 Jahren |
nickysn
|
22acb2e44b
* moved the i8086 specific code from tpointerconstnode.create to the i8086
|
vor 11 Jahren |
florian
|
4d5119bf1c
* fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables
|
vor 11 Jahren |
florian
|
99eadb91b3
* run CheckAndWarn to get proper locations for warnings about uninitialized variables
|
vor 11 Jahren |
Jonas Maebe
|
90fb63db26
* also compare the type of tordconstnode in docompare, so that the node CSE
|
vor 12 Jahren |
svenbarth
|
b57a587842
Fix for Mantis #24903.
|
vor 12 Jahren |
Jonas Maebe
|
fb8fb29574
* record/use the code page of string constants typecasted to an ansistring
|
vor 12 Jahren |
nickysn
|
ed29f7a92d
+ far pointer support in tpointerconstnode
|
vor 12 Jahren |