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
/
cpupara.pas
Commit message (
Expand
)
Author
Age
Files
Lines
*
* add a tdef to each parameter location and set it for all target
jonas
2013-06-02
1
-0
/
+15
*
compiler: change ret_in_param to accept tabstractprocdef instead of tproccall...
paul
2013-01-16
1
-2
/
+2
*
* pass the procdef to getintparaloc instead of only the proccalloption, so
jonas
2013-01-06
1
-2
/
+2
*
* don't add a separate high parameter for array-of-const parameters on the
jonas
2012-11-10
1
-1
/
+16
*
* fixed memory leaks in the compiler introduced in r21862 by marking and
jonas
2012-07-23
1
-14
/
+13
*
+ also specify the parameter def when allocating a parameter via
jonas
2012-06-24
1
-3
/
+3
*
+ Implement create_varargs_paraloc_info, to allow compilation without warnings
pierre
2012-04-27
1
-0
/
+14
*
* sign extend all byte/ansichar/word parameters before passing them
jonas
2011-08-30
1
-0
/
+2
*
+ support for formal var/out parameters on the JVM target:
jonas
2011-08-20
1
-2
/
+5
*
+ support for non-array/record var parameter on the JVM target using
jonas
2011-08-20
1
-8
/
+32
*
* don't create (useless) temporary array/record/... for the result
jonas
2011-08-20
1
-0
/
+4
*
+ support for regular arrays and open arrays
jonas
2011-08-20
1
-3
/
+24
*
* allow overriding tparamanager.is_stack_paraloc() and let it always
jonas
2011-08-20
1
-0
/
+7
*
+ jvm parameter manager: on the caller side, all arguments are pushed
jonas
2011-08-20
1
-0
/
+202