summaryrefslogtreecommitdiff
path: root/compiler/pparautl.pas
Commit message (Expand)AuthorAgeFilesLines
* + support overriding tdef/tsym methods with target-specific functionality:jonas2014-03-291-15/+15
* + added type parentfpvoidpointertype, which is a void pointer with the same sizenickysn2014-03-021-1/+1
* * add $parentfp as a first parameter on i8086, instead of last. This makesnickysn2013-10-181-2/+2
* compiler: don't add operator name as a function result into operator symtable...paul2013-09-251-9/+12
* Added support for type helpers. In non Delphi modes they use "type helper" an...svenbarth2013-02-061-2/+7
* compiler: change ret_in_param to accept tabstractprocdef instead of tproccall...paul2013-01-161-3/+3
* * prevent invalid typecast on targets using nestedfpstruct functionalityjonas2012-11-221-1/+3
* Use SUPPORT_SAFECALL conditionalpierre2012-09-271-1/+1
* Do not call ret_in_param of the current parameter manager when parsing a gene...svenbarth2012-06-141-1/+6
* * Added {$i fpcdefs.inc}, was missing in the newly added unit, causing incorr...sergei2012-05-171-0/+1
* * merged trunk up to r20882jonas2012-04-151-1/+6
* * split several parameter insertion helpers out from pdecsub forjonas2011-08-201-0/+362