Jonas Maebe
|
37aa2d8443
+ full support for sets on the JVM target
|
14 years ago |
Jonas Maebe
|
466f6751c8
+ getpointerdef() function that returns a pointerdef for the passed def.
|
14 years ago |
Jonas Maebe
|
b60e50b2b0
- reverted 679f3968901f0d565644d59e046eb25d5402f027, because it requires
|
14 years ago |
Jonas Maebe
|
e403ddca0c
* enabled generic multi-string concatenation optimization now that var
|
14 years ago |
Jonas Maebe
|
3e5b70d80d
* cpu64bitaddr -> cpu64bitalu check to determine whether we need special
|
14 years ago |
Jonas Maebe
|
d1a1d30e04
* unless compiled with -dnounsupported, the compiler will now accept not
|
14 years ago |
Jonas Maebe
|
990a4ccb64
- disabled genmultistringadd() for the JVM target for now
|
14 years ago |
Jonas Maebe
|
7200245337
+ cs_unicodestrings global switch to indicate that the default string type
|
14 years ago |
Jonas Maebe
|
8c7f1e1013
* only transform multiplication nodes to sqr, not any kind of addnode
|
14 years ago |
Jonas Maebe
|
b5fc32750b
* check whether both left and right are reals rather than twice whether left
|
14 years ago |
florian
|
e796a878ca
* convert <real x>*<real x> into sqr(<real x>), it might reduces register
|
14 years ago |
pierre
|
9ec1213be1
* Reorganize code to avoid warnings about unreachable code
|
14 years ago |
florian
|
d35d1ed357
+ initial support for pascal booleans with sizes 2, 4 and 8
|
14 years ago |
florian
|
6e1d5e0aa0
* handle pointer+type param. correctly, resolves #19548
|
14 years ago |
paul
|
d21bbc4548
compiler: reduce amount of hints and warnings
|
14 years ago |
florian
|
cb003b631b
* use helper for dword*dword if needed
|
14 years ago |
florian
|
d5455cf6ac
+ software multiplication support for OS_16,OS_S16,OS_32,OS_S32
|
14 years ago |
paul
|
906ca89f4e
compiler:
|
14 years ago |
Jonas Maebe
|
2222f2c44b
* renamed is_class_or_interface_or_dispinterface_or_objc() into
|
14 years ago |
paul
|
86d3e41442
compiler: replace MODESWTICH POINTERARITHMETICS with $POINTERMATH directive, disable pointer arithmetic in delphi mode by default (compatible with delphi), enable pointer arithmetic in fpc/objfpc modes as they had it enabled by default before, add has_pointer_math field to tpointerdef to allow pointer arithmetic with such pointer even if pointer math mode is off (delphi compatible) + tests
|
14 years ago |
Jonas Maebe
|
769eb3f604
* moved the initialisation of the nodetree and tai class reference constants
|
15 years ago |
Jonas Maebe
|
94d976bc87
* when simplifying ordinal expressions during inlining, keep the resultdef
|
15 years ago |
florian
|
8b1889d033
* now compilation on i386 was broken, fixed
|
15 years ago |
florian
|
33c67c7972
* compilation fixed on x86-64
|
15 years ago |
florian
|
66571ee4c8
* use extended as default real type in calculations only if fputype=x87
|
15 years ago |
Jonas Maebe
|
025ec34e4d
+ "CExtended" type that is the same as "extended", but conforming to the
|
15 years ago |
Jonas Maebe
|
38b1271a21
* fixed wrong range check errors for "qword and constant" after
|
15 years ago |
Jonas Maebe
|
5e1a09f817
* fixed getting the "original" def in taddnode.simplify by stopping at
|
15 years ago |
Jonas Maebe
|
85984c2d8f
* insert proper type conversions when optimising logical operations and
|
15 years ago |
paul
|
009ef9184d
compiler: add dispinterfaces to most of places where something is comparing to usual interfaces since they are not very different things
|
15 years ago |