Jonas Maebe
|
04478c5f33
* enabled overloads that were disabled on the JVM target because of
|
14 years ago |
Jonas Maebe
|
ea544f01c4
* allow pocall_internproc to be declared external (-> we can declare the
|
14 years ago |
Jonas Maebe
|
f40c893084
* when determining whether taking the address of an array element is
|
14 years ago |
Jonas Maebe
|
336420ef46
* only make clone method accessible once if needed
|
14 years ago |
Jonas Maebe
|
a2a0436347
+ support for threadvars in the JVM based on JLThreadLocal; see
|
14 years ago |
Jonas Maebe
|
992cc352c6
* generalized handling of pointers to non-implicit pointer types:
|
14 years ago |
Jonas Maebe
|
0364b7acf9
* also allow taking the address of the first element of an array in
|
14 years ago |
Jonas Maebe
|
d063ae10cb
* use correct location.size after dereferencing pointers to non-implicit
|
14 years ago |
Jonas Maebe
|
72d6d9ac97
* moved JLRField from jdk15 to the system unit
|
14 years ago |
Jonas Maebe
|
9aa40f5a08
* give a warning that packrecords settings are ignored when compiling for
|
14 years ago |
Jonas Maebe
|
7010116096
* if a mangledbasename is set for staticvarsyms, also use if when emitting
|
14 years ago |
Jonas Maebe
|
54f9947406
* no need to zero-extend after a load of a widechar
|
14 years ago |
Jonas Maebe
|
c07c633b6a
* also test passing enums to formal parameter types
|
14 years ago |
Jonas Maebe
|
7fe0485a4e
* always allow typecasts between enums and pointers/classes on the JVM target
|
14 years ago |
Jonas Maebe
|
79e971ea12
* fixed fpc_dynarr_copy() for making copies of arrays of implicit pointer
|
14 years ago |
Jonas Maebe
|
44f074ebaa
* mark FpcBitSet as implementing JLCloneable so it can be cloned,
|
14 years ago |
Jonas Maebe
|
2ddc8d6a3c
* part of r18781 (forgot to commit)
|
14 years ago |
Jonas Maebe
|
3a5b3a0cce
* don't crash after invalid JVM class definitions while trying to add
|
14 years ago |
Jonas Maebe
|
10efb5b6e2
* handle records returned in floating point registers in the high->low level
|
14 years ago |
Jonas Maebe
|
8a7982fe9e
* fixed wrong notes about declaring two destructors after r18427:
|
14 years ago |
Jonas Maebe
|
5e641a8fcd
* re-enabled tx86addnode.second_addsmallset() after its disabling was
|
14 years ago |
Jonas Maebe
|
1d2748fa69
* fixed insertion of typed constants twice in bss after r18723
|
14 years ago |
Jonas Maebe
|
7da5987d03
* fixed passing single elements to open array var-parameters on non-managed
|
14 years ago |
Jonas Maebe
|
a3d4d05454
* support specifying different compiler binary on the command line
|
14 years ago |
Jonas Maebe
|
5c832ecbd1
* moved jvm-specific compiler units to the jvm subdirectory
|
14 years ago |
Jonas Maebe
|
28c20cfc5e
* the default string type for the JVM target is no longer automatically
|
14 years ago |
Jonas Maebe
|
c4ffef0a40
* fixed initializing arrays of ansi/unicodestring and of open arrays
|
14 years ago |
Jonas Maebe
|
67c2c7c166
* renamed cchartype to cansichartype
|
14 years ago |
Jonas Maebe
|
26ee54b1a2
* fixed compilation with 2.4.4
|
14 years ago |
Jonas Maebe
|
740e7ca6b5
+ a bunch of jvm-specific tests: partly new, partly derived from existing
|
14 years ago |