florian
|
7878f0feb3
* made all fpc_*_to_shortstr helpers a procedure, resolves #8580
|
18 years ago |
peter
|
6b8aed593f
* remove registers{int/mmx/fpu} from firstpass
|
18 years ago |
peter
|
e0cf015159
* refactor function result handling
|
18 years ago |
Jonas Maebe
|
0040eecf9f
+ support for extra packing of sets whose lower element number
|
18 years ago |
florian
|
0a50052802
* allow <const. node> -> <struct. type> type casts for internal type cast nodes, this is required by the softfloat code generator, it was forbidden by rev. 8369
|
18 years ago |
Jonas Maebe
|
e1aefdbac5
* Improved escape analysis so the improved tretopt no longer fails.
|
18 years ago |
Jonas Maebe
|
1ee8207ffa
* fixed mantis #9522: no longer allow typecasting ordinal constants
|
18 years ago |
Jonas Maebe
|
30e618ccb6
* fixed typecast error in last char/widechar/widestring patch
|
18 years ago |
Jonas Maebe
|
eddc507a13
* disallow widechar sets (Delphi 7 compatible, and were handled wrongly
|
18 years ago |
Jonas Maebe
|
d73e79f163
* fixed regression of webtbs/tw4254: if a constant (wide)string can't be
|
18 years ago |
Jonas Maebe
|
815cd2b39d
+ support for widestring manager based widechar conversions
|
18 years ago |
daniel
|
6e0a7bb0eb
* Nil constants that are type converted to a method procvar are now
|
18 years ago |
daniel
|
d4280b3dec
* Limit warning to orddefs to reduce false positives.
|
18 years ago |
daniel
|
4ea8448c6d
+ Warn when converting pointers to signed types.
|
18 years ago |
daniel
|
45832d4314
+ New hint; for exmaple int64:=longint+longint says "Converting the operands to
|
18 years ago |
yury
|
5b5050a09c
* Fixed integer to single conversion for arm-wince. It fixes tw8055.pp test.
|
18 years ago |
daniel
|
9adb202a92
* Rework the constexprint to allow operations from low(int64) to high(qword).
|
18 years ago |
Jonas Maebe
|
8d13899d84
* fixed memory leak in conversion of realconstn to currency
|
18 years ago |
daniel
|
616fc0afcc
* Adjust indent.
|
18 years ago |
daniel
|
fe5118e903
* Reduce false positives of type_h_use_div_for_int.
|
18 years ago |
Jonas Maebe
|
9cec910eb9
* changed *string_to_*chararray helpers from functions into procedures
|
18 years ago |
Jonas Maebe
|
69cf42c4f7
* fixed val(s,int64) (it accepted values in the range
|
18 years ago |
Jonas Maebe
|
c13ff3729b
* Merged 2.3 branch changes:
|
18 years ago |
florian
|
821e6abae1
* better set_to_set for setconst nodes
|
18 years ago |
florian
|
9a0f769b2f
* cleaned up set conversion
|
18 years ago |
florian
|
2579cd139f
+ support for sets with size 1 and 2
|
18 years ago |
pierre
|
0cfa2a6aad
* Use IncRefCountBy in convert-operator
|
18 years ago |
pierre
|
9a90410081
* ttypeconvnode.simplify, avoid a memory leak
|
18 years ago |
florian
|
6118c3e477
* fixed assembling of movd with 64 bit registers
|
18 years ago |
Jonas Maebe
|
c0d46e65ee
* (finally) fixed tests/test/trangeob.pp
|
19 years ago |