pierre
|
bc04e83b25
Add pi_needs_got to current_procinfo.flags in pass_1 method if a label reference is used
|
13 years ago |
Jonas Maebe
|
11e9f95580
* fixed (not harmless) class cast error when indexing an array[orddef] using
|
13 years ago |
Jonas Maebe
|
aee5380ae0
* merged trunk up to r20882
|
13 years ago |
Jonas Maebe
|
284210ad48
* hardcode offset of the ISA field in Objective-C (meta)classes to be
|
13 years ago |
Jonas Maebe
|
ab9b52a003
* truncate indices into arrays from 64 to 32 bit on 32 bit
|
13 years ago |
Jonas Maebe
|
ceee186f2f
* typecheck all array indices, not just integer and boolean types
|
13 years ago |
Jonas Maebe
|
faaa86238c
* enable support for creating loadvmtaddr nodes for Java interfaces, because
|
13 years ago |
paul
|
c6ca9e5091
compiler:
|
14 years ago |
Jonas Maebe
|
67c2c7c166
* renamed cchartype to cansichartype
|
14 years ago |
Jonas Maebe
|
979f55e1db
+ support for procedural variables for the JVM target
|
14 years ago |
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
|
1dca48bce5
* set reused left node to nil for JVM loadvmtaddrnodes that need to call a
|
14 years ago |
Jonas Maebe
|
f187128428
* allow addrnodes for procdef (and procvardef in TP/Delphi mode), and
|
14 years ago |
Jonas Maebe
|
6e0b73ad88
* handle string/jlstring/jlobject typecasts properly again after the reworked
|
14 years ago |
Jonas Maebe
|
fde622e050
* generate a loadvmtaddrnode wrapper around Java objectdef typenode arguments
|
14 years ago |
Jonas Maebe
|
c1abc4a275
* call cgmessage() instead of message() for errors in
|
14 years ago |
Jonas Maebe
|
28740dce2d
- removed extra "fordefinition" parameter again from tprocdef.mangledname(),
|
14 years ago |
Jonas Maebe
|
0ee702b3a2
* tprocdef.mangledname now gets an extra boolean parameter indicating
|
14 years ago |
Jonas Maebe
|
20c3809c3a
* when a constant Objective-C class reference is used for anything but
|
14 years ago |
Jonas Maebe
|
2222f2c44b
* renamed is_class_or_interface_or_dispinterface_or_objc() into
|
14 years ago |
paul
|
dc5f5c3f63
compiler: use current_structdef instead of current_objectdef in more places
|
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 |
paul
|
56bf42de57
compiler: implement record methods and class methods:
|
14 years ago |
florian
|
7d1627e9ca
* patch by Aleksa Todorovic to handle access to types inside generics correctly
|
14 years ago |
Jonas Maebe
|
769eb3f604
* moved the initialisation of the nodetree and tai class reference constants
|
15 years ago |
Jonas Maebe
|
7ba5eaf272
* fixed copy/paste error in the test, and the compiler bug that was
|
15 years ago |
joost
|
65ab1e820b
* Safecall on linux/i386 now behaves like cdecl plus hidden exception support.
|
15 years ago |
florian
|
683ac0ea45
* taking the address of an absolute var sym with constant address evaluates into a const. pointer, resolves #17118
|
15 years ago |
Jonas Maebe
|
57bd6d2685
+ merged nestedprocvars branch
|
15 years ago |