Jonas Maebe
|
025ec34e4d
+ "CExtended" type that is the same as "extended", but conforming to the
|
15 年之前 |
Jonas Maebe
|
38b1271a21
* fixed wrong range check errors for "qword and constant" after
|
15 年之前 |
Jonas Maebe
|
5e1a09f817
* fixed getting the "original" def in taddnode.simplify by stopping at
|
15 年之前 |
Jonas Maebe
|
85984c2d8f
* insert proper type conversions when optimising logical operations and
|
15 年之前 |
paul
|
009ef9184d
compiler: add dispinterfaces to most of places where something is comparing to usual interfaces since they are not very different things
|
15 年之前 |
florian
|
a58e07df38
* optimize <expr> and/or <expr> if they are equal and boolean
|
15 年之前 |
paul
|
74cc1e0bab
compiler: allow 'as' for dispinterface, allow comparisons of dispinterface and pointers (issue #0015530, issue #0015529)
|
15 年之前 |
florian
|
c1f3d8dcaa
* unified names of system_*/systems_* sets
|
15 年之前 |
Jonas Maebe
|
335e159c11
Merged revisions 13351-13373,13376-13457 via svnmerge from
|
16 年之前 |
Jonas Maebe
|
63ce04fd00
* set addn resultdef when evaluating constant string concatenation
|
16 年之前 |
Jonas Maebe
|
5a2ccfff52
--WARNING: start build process with FPC 2.2.4; won't work when
|
16 年之前 |
Jonas Maebe
|
7e908cb1e3
* forbid "nil +/- ordinal" expressions (Delphi-compatible, and the
|
16 年之前 |
Jonas Maebe
|
17a7903e60
* fixed evaluating "nil +/- int_const" expressions (mantis #13815)
|
16 年之前 |
Jonas Maebe
|
79c70c52a7
* store/restore taddnode.resultrealdef to/from the ppufiles, and also
|
16 年之前 |
Jonas Maebe
|
626a723f8c
* in {$h+} mode, always treat string constants as if they were ansistrings
|
16 年之前 |
Jonas Maebe
|
a00df1033f
* changed "Mixing signed expressions and longwords gives a 64bit result"
|
16 年之前 |
peter
|
af437d5beb
* refactor the forward type declaration handling, remove
|
16 年之前 |
florian
|
2e89b30e86
* fixed wrongly written system.$unicodetype type definition
|
17 年之前 |
florian
|
b178b08ba7
Merged revisions 11665-11738 via svnmerge from
|
17 年之前 |
yury
|
491f0fa1d8
* Replaced all user defined warnings by TODO comments to reduce compiler noise.
|
17 年之前 |
yury
|
fcceb9cfa1
* Removed/ifdefed/commented unused local variables.
|
17 年之前 |
florian
|
37372fb7ce
* fixed copy&paste errors in cpunodefaultint
|
17 年之前 |
florian
|
0a4314206f
* range check error checking for floats refactored
|
17 年之前 |
peter
|
8f239d04b6
* cleanup and simplify the set type handling
|
17 年之前 |
Jonas Maebe
|
97f4c0a130
* call taddnode.simplify at the very end of taddnode.pass_typecheck, so
|
17 年之前 |
florian
|
5826b9bdad
+ define cpunodefaultint
|
17 年之前 |
Jonas Maebe
|
59ca0153e7
* moved transformation of "mul by power-of-2" to shl from type check
|
17 年之前 |
Jonas Maebe
|
f36e5411af
* split cpu64bit compiler define into
|
17 年之前 |
peter
|
737212ff22
* fix result type of constset+[]
|
17 年之前 |
Jonas Maebe
|
8349cde7db
* changed byte/word/longbool to be Delphi-compatible (+ similar changes
|
17 年之前 |