peter
|
810a776e10
* patch from Jonas to pass interface result as parameter
|
19 years ago |
Jonas Maebe
|
039e7143f4
* avoid some unnecessary bool->int->bool type conversions
|
19 years ago |
Jonas Maebe
|
ac11ab43a2
* fixed wrong conversions from real to currency/int64 for x86
|
19 years ago |
Jonas Maebe
|
4db6e1ddb8
* moved type conversion of C varargs from tcallnode to
|
19 years ago |
Jonas Maebe
|
5fbc345674
+ some simplify support for ttypeconvnode
|
19 years ago |
peter
|
232555904e
* symtablestack cleanup and rewrite
|
19 years ago |
peter
|
45176ea2a8
* split tstringtype for stringdef and stringconstnode
|
19 years ago |
Jonas Maebe
|
58381ff7b6
* made chararray handling 98% TP-compatible, fixes web bugs 3012
|
19 years ago |
florian
|
e4a8f008a7
* fixed ie when "converting" double to double and single to single on softemu
|
19 years ago |
Jonas Maebe
|
42ec76598c
* new categories for vs_*: vs_declared, vs_initialised, vs_read,
|
19 years ago |
florian
|
1ef533ffa9
* rtti parameter for dyn. array to variant conversion fixed
|
20 years ago |
peter
|
f9db030350
* fix overload choosing if both normal proc and proc of object are available
|
20 years ago |
peter
|
8d9e9b24a6
* convert constant widestring to ansistring before assigning to pchar
|
20 years ago |
peter
|
8b60dbe4cb
* support constant array of char to array of widechar
|
20 years ago |
peter
|
89297d2c39
* move all stabs ($ifdef gdb) code to dbgstabs
|
20 years ago |
peter
|
edf553a223
* string constants are now array of char until
|
20 years ago |
peter
|
2f0fdd1847
* cleaner fix for tb0496 (r1185)
|
20 years ago |
florian
|
be99f2a7fd
* fixed loading of addresses of virtual methods to methodpointers in delphi mode
|
20 years ago |
florian
|
a53c9e2666
* fixed stupid copy/paste which turned softfloat always off
|
20 years ago |
florian
|
adb193497d
+ softfloat support for wince
|
20 years ago |
peter
|
376865d041
* mark variables used in set creation
|
20 years ago |
florian
|
7c10694bc3
* fixed widechar const to widestring, fixes bug #4155
|
20 years ago |
peter
|
91b59bc62a
* don't check ranges for explicit typecasts of ordinal to pointer constants
|
20 years ago |
peter
|
bead787962
* fix type checking in constant sets
|
20 years ago |
florian
|
7cd67ea3f0
* node optimizer branch merged
|
20 years ago |
fpc
|
790a4fe2d3
* log and id tags removed
|
20 years ago |
fpc
|
50778076c3
initial import
|
20 years ago |
peter
|
68ac3b0ab2
remove forcing of non-regvar for left node when converting to non-regvar
|
20 years ago |
michael
|
55e76063df
* Fix methodpointer copy from callnode to loadnode
|
20 years ago |
peter
|
3f9d6ab32f
* add hint when passing an uninitialized variable to a var parameter
|
20 years ago |