summaryrefslogtreecommitdiff
path: root/compiler/jvm/cpupara.pas
Commit message (Expand)AuthorAgeFilesLines
* * add a tdef to each parameter location and set it for all targetjonas2013-06-021-0/+15
* compiler: change ret_in_param to accept tabstractprocdef instead of tproccall...paul2013-01-161-2/+2
* * pass the procdef to getintparaloc instead of only the proccalloption, sojonas2013-01-061-2/+2
* * don't add a separate high parameter for array-of-const parameters on thejonas2012-11-101-1/+16
* * fixed memory leaks in the compiler introduced in r21862 by marking andjonas2012-07-231-14/+13
* + also specify the parameter def when allocating a parameter viajonas2012-06-241-3/+3
* + Implement create_varargs_paraloc_info, to allow compilation without warningspierre2012-04-271-0/+14
* * sign extend all byte/ansichar/word parameters before passing themjonas2011-08-301-0/+2
* + support for formal var/out parameters on the JVM target:jonas2011-08-201-2/+5
* + support for non-array/record var parameter on the JVM target usingjonas2011-08-201-8/+32
* * don't create (useless) temporary array/record/... for the resultjonas2011-08-201-0/+4
* + support for regular arrays and open arraysjonas2011-08-201-3/+24
* * allow overriding tparamanager.is_stack_paraloc() and let it alwaysjonas2011-08-201-0/+7
* + jvm parameter manager: on the caller side, all arguments are pushedjonas2011-08-201-0/+202