Jonas Maebe
|
d7e78b9f95
* correct parameter encoding of formaldef (add array type for formal const,
|
14 years ago |
Jonas Maebe
|
2ed430de8c
* refactored and fixed procvar typeconversion checking
|
14 years ago |
Jonas Maebe
|
d74aef86b4
- removed a useless condition in the check to determine whether or not
|
14 years ago |
Jonas Maebe
|
1b0b6a9d6d
* also print method implementation when reusing a forward definition
|
14 years ago |
Jonas Maebe
|
f187128428
* allow addrnodes for procdef (and procvardef in TP/Delphi mode), and
|
14 years ago |
Jonas Maebe
|
17db9ed895
* allow some more valid type conversions
|
14 years ago |
Jonas Maebe
|
b60e50b2b0
- reverted 679f3968901f0d565644d59e046eb25d5402f027, because it requires
|
14 years ago |
Jonas Maebe
|
54bb881a1b
* print an error for invalid type conversions
|
14 years ago |
Jonas Maebe
|
63962043a5
* fixed fake nested procedures support
|
14 years ago |
Jonas Maebe
|
000c502c9c
+ fake shortstring temp support
|
14 years ago |
Jonas Maebe
|
1c1fe26ebd
* refactored isstringconv/isrecordconv
|
14 years ago |
Jonas Maebe
|
8ec1ba797d
* put single quotes around identifiers so they cannot be confused with
|
14 years ago |
Jonas Maebe
|
4dfdcfd139
* fixed uninitialised var-parameters in isstringconv
|
14 years ago |
Jonas Maebe
|
bdb6cf5561
* fixed uninitialised var-parameters in isrecordconv
|
14 years ago |
Jonas Maebe
|
278a581666
+ jdk15 unit with jdk 1.5 header translation
|
14 years ago |
Jonas Maebe
|
4cd9908339
* don't mangle local variable and parameter names using the method name,
|
14 years ago |
Jonas Maebe
|
e403ddca0c
* enabled generic multi-string concatenation optimization now that var
|
14 years ago |
Jonas Maebe
|
1795eff237
+ support for emiting "signature" attributes for fields and methods; these
|
14 years ago |
Jonas Maebe
|
2610cea230
- removed orphan helpers
|
14 years ago |
Jonas Maebe
|
6614f3220c
* check implementedinterfaces also when going from a Java class to
|
14 years ago |
Jonas Maebe
|
cd42bdc42f
* load implementedinterfaces for odt_javaclass
|
14 years ago |
Jonas Maebe
|
4298992619
* fixed checkcast operations for unicodestrings: replace the definition
|
14 years ago |
Jonas Maebe
|
b8f6c42ec7
* don't insert checkcast operations for types that are considered to be
|
14 years ago |
Jonas Maebe
|
e8ec2c45af
* fixed invokeinterface usage: must also specify the number of stack
|
14 years ago |
Jonas Maebe
|
c9537e3347
+ support for non-array/record var parameter on the JVM target using
|
14 years ago |
Jonas Maebe
|
e7eb34e3a6
* make current_except_loc also valid while processing the default exception
|
14 years ago |
Jonas Maebe
|
f75a5895d8
* fixed crash for global constants after previous change
|
14 years ago |
Jonas Maebe
|
a6e196bfd6
* don't write local constants of procedures, because their names may clash
|
14 years ago |
Jonas Maebe
|
845f50448c
+ support for qword div/mod via helper (the JVM only supports signed
|
14 years ago |
Jonas Maebe
|
be1ff9ff92
* fixed handling of OP_SHL,OP_SHR,OP_SAR in op_ref_stack (second operand
|
14 years ago |