index
:
delta/fpc.git
aros
aspect
avr
avr32
avx
baserock/2.6.4
blaise
blocks
cleanroom
cpstr
cpstrnew
cpstrrtl
ctypes
debug_eh
dodi
fcl-web_joost
fixes_2_0
fixes_2_2
fixes_2_2_0_dos
fixes_2_4
fixes_2_6
fixes_2_6_0
fixes_3_0
fixes_3_0_ios
fixes_3_2
florian
foxsen
fpc_2_3
generics
genfunc
hlcgllvm
i8086
inline
interfacertti
janbruns
joost
js
jvmbackend
laksen
linker
linker@2665
llvm
maciej
master
merged
mips_embedded
nestedprocvars
newthreading
objc
olivier
pasboolxx
paul
peterjan
rc_2_2_2
release_2_1_2x
release_2_2_4_rc1
resources
sergei
ssa
svenbarth
target-subdir
targetandroid
tg74
tue
unicode
unicodekvm
unicodertl
unicodestring
unitrw
usersections
wasm
webassembly
wkrenn
wpo
xpcom
z80
svn.freepascal.org: svn/fpc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
jvm
/
njvmutil.pas
Commit message (
Expand
)
Author
Age
Files
Lines
*
- remmoved doregister parameter from t*sym constructors, as the registration
jonas
2019-09-14
1
-1
/
+1
*
* added extra header to ppu inside a subsection, so we won't run into
jonas
2019-04-06
1
-1
/
+1
*
* disable explicitly calling class constructors on the JVM platform, as that
jonas
2018-11-28
1
-2
/
+9
*
* moved nf_typedaddr to addrnodeflags (anf_typedaddr)
nickysn
2018-04-03
1
-1
/
+1
*
* rework InsertInitFinalTable a bit more so that the list of init/fini entrie...
svenbarth
2017-05-23
1
-2
/
+6
*
* use an enum instead of integer constants to represent inline numbers
nickysn
2017-05-10
1
-1
/
+1
*
- removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol():
jonas
2016-08-05
1
-2
/
+2
*
Extend tstaticvarsym (and by extension tabstractnormalvarsym) with the capabi...
svenbarth
2015-11-20
1
-1
/
+1
*
- disabled InsertResStrTablesTable and InsertResStrInits for the JVM target
jonas
2015-09-13
1
-0
/
+14
*
* fixed DFA warnings for JVM target
karoly
2014-08-20
1
-0
/
+3
*
* moved jvm-specific classdef-related fields from tenumdef to a platform-
jonas
2014-04-01
1
-1
/
+1
*
* moved jvm-specific exprasm field from tprocdef to jvm-specific descendant
jonas
2014-03-30
1
-2
/
+2
*
+ support overriding tdef/tsym methods with target-specific functionality:
jonas
2014-03-29
1
-2
/
+2
*
+ -CTinitlocals switch for the JVM that initialises all local variables
jonas
2013-08-29
1
-4
/
+76
*
+ support for threadvars in the JVM based on JLThreadLocal; see
jonas
2011-08-23
1
-0
/
+107
*
* when the user calls initialize(), force initialization to happen on the
jonas
2011-08-20
1
-4
/
+62
*
* always return true from tjvmnodeutils.force_init(), because when this
jonas
2011-08-20
1
-4
/
+5
*
* wrap the init/finalization code even when it is implicitly generated
jonas
2011-08-20
1
-2
/
+5
*
* fixed memory leaks
jonas
2011-08-20
1
-2
/
+6
*
+ support for main programs for the JVM target
jonas
2011-08-20
1
-4
/
+127
*
+ support for initialising typed constants via compiler-generated
jonas
2011-08-20
1
-2
/
+5
*
+ support for unit initialisation sections for the JVM target,
jonas
2011-08-20
1
-2
/
+24
*
* initialise local dynamic array variables to empty arrays rather than
jonas
2011-08-20
1
-5
/
+15
*
+ JVM-specific versions of initialize_data_node()/finalize_data_node():
jonas
2011-08-20
1
-0
/
+77