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
/
njvmld.pas
Commit message (
Expand
)
Author
Age
Files
Lines
*
* keep track of the temp position separately from the offset in references,
jonas
2018-04-22
1
-1
/
+1
*
* moved nf_typedaddr to addrnodeflags (anf_typedaddr)
nickysn
2018-04-03
1
-1
/
+1
*
* use an enum instead of integer constants to represent inline numbers
nickysn
2017-05-10
1
-1
/
+1
*
+ added volatility information to all memory references
jonas
2016-11-27
1
-2
/
+2
*
ncal.pas:
svenbarth
2015-09-18
1
-1
/
+1
*
* changed getpointerdef() into a tpointerdef.getreusable() class method
jonas
2015-06-22
1
-1
/
+1
*
* moved jvm-specific tarrayreftype from cgutils to jvm/cpubase
jonas
2014-03-16
1
-1
/
+1
*
Fix jvm compiler compilation failure after rev 25013
pierre
2013-07-02
1
-2
/
+2
*
* don't insert a conversion to widechar for ansistr[x]:='y' assignments on
jonas
2012-07-03
1
-2
/
+5
*
* fixed (harmless) invalid typecasts that caused run time errors with -CR
jonas
2011-12-11
1
-2
/
+2
*
* no longer encode all pointers to other pointer types (such as
jonas
2011-12-11
1
-2
/
+24
*
* generate JVM bytecode that passes the stringent requirements of the Dalvik
jonas
2011-12-04
1
-3
/
+15
*
* copy the implicit pointer rather than the contents of var/out/constref
jonas
2011-11-18
1
-0
/
+16
*
* fixed assigning ansi/unicodestrings to shortstrings on the JVM target
jonas
2011-08-28
1
-0
/
+11
*
+ support for threadvars in the JVM based on JLThreadLocal; see
jonas
2011-08-23
1
-0
/
+19
*
* renamed cchartype to cansichartype
jonas
2011-08-20
1
-1
/
+1
*
* fixed compilation with 2.4.4
jonas
2011-08-20
1
-1
/
+1
*
+ support for array-of-const on the JVM target. Even though the
jonas
2011-08-20
1
-0
/
+25
*
+ support for procedural variables for the JVM target
jonas
2011-08-20
1
-1
/
+4
*
+ support for formal var/out parameters on the JVM target:
jonas
2011-08-20
1
-2
/
+31
*
* when internally taking the address of shortstrings to typecast
jonas
2011-08-20
1
-0
/
+2
*
* fixed accessing var-parameters from nested routines
jonas
2011-08-20
1
-3
/
+10
*
* copyout parameters also have to return "true" for is_addr_param_load()
jonas
2011-08-20
1
-5
/
+17
*
+ support for nested procedures for the JVM target
jonas
2011-08-20
1
-2
/
+2
*
+ support for pointers to types that are implicit pointer types in the JVM
jonas
2011-08-20
1
-1
/
+2
*
+ shortstring support for the JVM target (including accessing character 0 as
jonas
2011-08-20
1
-1
/
+25
*
+ ansistring support. Items of note:
jonas
2011-08-20
1
-5
/
+2
*
+ support for non-array/record var parameter on the JVM target using
jonas
2011-08-20
1
-1
/
+22
*
+ stubbed ansistring support (using ansistrings compiles, but does not
jonas
2011-08-20
1
-2
/
+6
*
+ unicodestring support for the JVM target (except for multiple adds
jonas
2011-08-20
1
-2
/
+39
*
+ support for (non-variant) arrayconstructornodes for the JVM target
jonas
2011-08-20
1
-2
/
+35
*
+ support for regular arrays and open arrays
jonas
2011-08-20
1
-0
/
+54