summaryrefslogtreecommitdiff
path: root/compiler/jvm/njvmutil.pas
Commit message (Expand)AuthorAgeFilesLines
* - remmoved doregister parameter from t*sym constructors, as the registrationjonas2019-09-141-1/+1
* * added extra header to ppu inside a subsection, so we won't run intojonas2019-04-061-1/+1
* * disable explicitly calling class constructors on the JVM platform, as thatjonas2018-11-281-2/+9
* * moved nf_typedaddr to addrnodeflags (anf_typedaddr)nickysn2018-04-031-1/+1
* * rework InsertInitFinalTable a bit more so that the list of init/fini entrie...svenbarth2017-05-231-2/+6
* * use an enum instead of integer constants to represent inline numbersnickysn2017-05-101-1/+1
* - removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol():jonas2016-08-051-2/+2
* Extend tstaticvarsym (and by extension tabstractnormalvarsym) with the capabi...svenbarth2015-11-201-1/+1
* - disabled InsertResStrTablesTable and InsertResStrInits for the JVM targetjonas2015-09-131-0/+14
* * fixed DFA warnings for JVM targetkaroly2014-08-201-0/+3
* * moved jvm-specific classdef-related fields from tenumdef to a platform-jonas2014-04-011-1/+1
* * moved jvm-specific exprasm field from tprocdef to jvm-specific descendantjonas2014-03-301-2/+2
* + support overriding tdef/tsym methods with target-specific functionality:jonas2014-03-291-2/+2
* + -CTinitlocals switch for the JVM that initialises all local variablesjonas2013-08-291-4/+76
* + support for threadvars in the JVM based on JLThreadLocal; seejonas2011-08-231-0/+107
* * when the user calls initialize(), force initialization to happen on thejonas2011-08-201-4/+62
* * always return true from tjvmnodeutils.force_init(), because when thisjonas2011-08-201-4/+5
* * wrap the init/finalization code even when it is implicitly generatedjonas2011-08-201-2/+5
* * fixed memory leaksjonas2011-08-201-2/+6
* + support for main programs for the JVM targetjonas2011-08-201-4/+127
* + support for initialising typed constants via compiler-generatedjonas2011-08-201-2/+5
* + support for unit initialisation sections for the JVM target,jonas2011-08-201-2/+24
* * initialise local dynamic array variables to empty arrays rather thanjonas2011-08-201-5/+15
* + JVM-specific versions of initialize_data_node()/finalize_data_node():jonas2011-08-201-0/+77