florian
|
cf2c0d52e3
* initialisation of global mm register variables
|
20 years ago |
florian
|
91f87244e3
* float calculation aren't executed anymore using the best real type if the types differ
|
20 years ago |
florian
|
21038de78d
+ started with refactoring det_resulttype
|
20 years ago |
peter
|
ac0277b40b
* dword-dword now gives dword
|
20 years ago |
fpc
|
790a4fe2d3
* log and id tags removed
|
20 years ago |
fpc
|
50778076c3
initial import
|
20 years ago |
peter
|
c1f4f09911
longword-longword gives int64
|
20 years ago |
michael
|
3e54552235
+ * fix constant folding for string+char (from Peter)
|
20 years ago |
peter
|
3f9d6ab32f
* add hint when passing an uninitialized variable to a var parameter
|
20 years ago |
peter
|
a82ee06691
* for methodpointers compare only proc field
|
20 years ago |
peter
|
0ae80eea41
* allow enum arithmetics inside an enum def, compatible with delphi
|
20 years ago |
peter
|
e417e34496
* truncate log
|
20 years ago |
olle
|
4f43c7e09f
+ Added fake Exception classes, only for MACOS.
|
20 years ago |
peter
|
9cf82cd7f6
* zero based array with elementsize>1 fix
|
20 years ago |
peter
|
d3b559cfcc
* detect arithmetic overflows for constants at compile time
|
20 years ago |
peter
|
9ba429a6e2
* fixed some tabs
|
20 years ago |
peter
|
4f7d80ce91
* ord-ord always gives a signed result
|
20 years ago |
peter
|
8f8e6f6809
* widestring patches from Alexey Barkovoy
|
20 years ago |
peter
|
a8684d35ad
unsigned*unsigned will also have unsigned result.
|
20 years ago |
peter
|
d45dea5db8
* fix methodpointer compare, compare only the proc field
|
20 years ago |
peter
|
2e161c5e9e
* nf_internal flag for internal inserted typeconvs. This will
|
21 years ago |
peter
|
f80f3fc0fa
* shortstr compare with empty string fixed
|
21 years ago |
peter
|
33a834821f
* paraloc branch merged
|
21 years ago |
peter
|
38bebdb044
* only make both operands the same for xor,and,or when both are
|
21 years ago |
Jonas Maebe
|
e3eb4f8359
* fixed "if @procvar_of_object <> nil" in Delphi/TP mode for for non-x86
|
21 years ago |
florian
|
8cb7072e5f
* fixed several ie9999s when illegal operators were used
|
21 years ago |
florian
|
8a9758c5e2
* logs truncated
|
21 years ago |
florian
|
588e2c38bf
* dwarf branch merged
|
21 years ago |
peter
|
71280bedad
* fix cardinal+constint
|
21 years ago |
florian
|
d6b865167c
+ added set of widechar support (limited to 256 chars, is delphi compatible)
|
21 years ago |