Jonas Maebe
|
0dfdae3132
* always get the basedef for an enum before using its classdef (since only
|
13 jaren geleden |
Jonas Maebe
|
7f15423d76
* fixed copying order of callnode siblings (callcleanupblock must be
|
13 jaren geleden |
Jonas Maebe
|
c9f19d710b
* fixed writing ".implements" directives for implemented nested interfaces
|
13 jaren geleden |
Jonas Maebe
|
71068ae7eb
* made the tests Android-compatible (use the androidr14 unit instead
|
13 jaren geleden |
Jonas Maebe
|
0d5b2b84a8
+ Android/JVM target, including a translation of the Android r14 SDK
|
13 jaren geleden |
Jonas Maebe
|
676ca4c891
* ifdef jvm -> ifdef cpujvm
|
13 jaren geleden |
Jonas Maebe
|
0e65d01274
* renamed java-specific compproc.inc to jcompproc.inc to prevent timestamp
|
13 jaren geleden |
Jonas Maebe
|
af9934cb6c
* make sure that integers converted to widechar are always processed by an
|
13 jaren geleden |
Jonas Maebe
|
764502fbe4
* don't "and" loaded unsigned values of 1/2 bytes with 255/65535 in case
|
13 jaren geleden |
Jonas Maebe
|
c61e9a2f04
* fixed (harmless) invalid typecasts that caused run time errors with -CR
|
13 jaren geleden |
Jonas Maebe
|
f4f70f99b2
* call all operators with invokestatic, since they are always
|
13 jaren geleden |
Jonas Maebe
|
1950fb1fa8
+ jvm/java support
|
13 jaren geleden |
Jonas Maebe
|
21e6401921
* no longer encode all pointers to other pointer types (such as
|
13 jaren geleden |
Jonas Maebe
|
7230d076c4
* part of r19750, forgot to commit
|
13 jaren geleden |
Jonas Maebe
|
0418766417
* properly delete all generated .j files in case -a is not used
|
13 jaren geleden |
Jonas Maebe
|
b3cf95faf6
* use ' rather than " as quote character in generated shell scripts
|
13 jaren geleden |
Jonas Maebe
|
c9e6bc8d49
+ support for building jvm-java compiler/rtl via top-level
|
13 jaren geleden |
Jonas Maebe
|
271c028813
* set OEXT (.class) and ASMEXT (.j) for JVM target
|
13 jaren geleden |
Jonas Maebe
|
bd990d1173
* generate JVM bytecode that passes the stringent requirements of the Dalvik
|
13 jaren geleden |
Jonas Maebe
|
faaa86238c
* enable support for creating loadvmtaddr nodes for Java interfaces, because
|
13 jaren geleden |
Jonas Maebe
|
08565ce5be
* save/restore the current_except_loc instead of invalidating it after each
|
14 jaren geleden |
Jonas Maebe
|
4dee36b64b
* copy the implicit pointer rather than the contents of var/out/constref
|
14 jaren geleden |
Jonas Maebe
|
74510f9069
+ generic infrastructure for target-specific switches
|
14 jaren geleden |
Jonas Maebe
|
38c090c1a2
* fixed buffer overrun in TExternalAssembler.AsmWrite(ansistring) in case the
|
14 jaren geleden |
Jonas Maebe
|
c42e4178c5
* fixed copy(unicodestring,x,y) with x<>1 (second parameter of
|
14 jaren geleden |
Jonas Maebe
|
1401c4e573
* fixed popping the unused function results of methods returning implicit
|
14 jaren geleden |
Jonas Maebe
|
8bca3e9b0b
* don't mark nested interfaces as "static", only do so for classes
|
14 jaren geleden |
Jonas Maebe
|
cfca607b9b
* in case of an enum without a type name (e.g., "type xx = set of (ea,eb)"),
|
14 jaren geleden |
Jonas Maebe
|
2d7e674168
* fixed error in r19248 whereby the namespace for automatically generated
|
14 jaren geleden |
Jonas Maebe
|
cf47b8d422
* fixed all known memory leaks in the code added for the JVM port
|
14 jaren geleden |