| Commit message (Expand) | Author | Age | Files | Lines |
* | - rm bogus ifdef cpu16bitalu from tparamanager.allocparaloc and .freecgpara | nickysn | 2014-04-26 | 1 | -14/+2 |
* | * use voidpointer.size instead of sizeof(pint) in tparamanager.push_size in | nickysn | 2014-03-02 | 1 | -2/+2 |
* | * Force managed types to be always returned in parameters, independent of tar... | sergei | 2013-12-13 | 1 | -3/+5 |
* | * Return dynamic arrays in parameter, this was the only managed type still re... | sergei | 2013-12-04 | 1 | -1/+1 |
* | Implement volatile address registers. Fixes quite some tests, but also breaks... | svenbarth | 2013-10-03 | 1 | -0/+7 |
* | * missing part of r24776, using a build server also has pitfalls :/ | jonas | 2013-06-02 | 1 | -1/+1 |
* | * don't use the paracgsize in get_paraloc_def(), because it generally | jonas | 2013-06-02 | 1 | -5/+5 |
* | * add a tdef to each parameter location and set it for all target | jonas | 2013-06-02 | 1 | -0/+21 |
* | + paramgr.pas: provide generic implementation of getintparaloc(). Once this m... | sergei | 2013-06-01 | 1 | -1/+10 |
* | + preparations for returning int64 in ax:bx:cx:dx on i8086 | nickysn | 2013-05-14 | 1 | -2/+14 |
* | - removed ppc-specific tcgpara.composite field, it's no longer used or | jonas | 2013-02-06 | 1 | -6/+0 |
* | Added support for type helpers. In non Delphi modes they use "type helper" an... | svenbarth | 2013-02-06 | 1 | -2/+14 |
* | Decrease amount of code duplication regarding handling of safecall and record... | svenbarth | 2013-01-25 | 1 | -9/+27 |
* | compiler: implement record constructors + tests | paul | 2013-01-16 | 1 | -12/+10 |
* | compiler: change ret_in_param to accept tabstractprocdef instead of tproccall... | paul | 2013-01-16 | 1 | -7/+5 |
* | * pass the procdef to getintparaloc instead of only the proccalloption, so | jonas | 2013-01-06 | 1 | -1/+1 |
* | * make use_fixed_stack for i386 more generic (any target with more than | jonas | 2012-11-22 | 1 | -1/+1 |
* | * don't add a separate high parameter for array-of-const parameters on the | jonas | 2012-11-10 | 1 | -0/+7 |
* | Use SUPPORT_SAFECALL conditional | pierre | 2012-09-27 | 1 | -0/+6 |
* | * fixed memory leaks in the compiler introduced in r21862 by marking and | jonas | 2012-07-23 | 1 | -9/+22 |
* | + also specify the parameter def when allocating a parameter via | jonas | 2012-06-24 | 1 | -1/+1 |
* | * factored out common code from get_funcretloc() | jonas | 2012-06-24 | 1 | -0/+52 |
* | * merged trunk up to r20882 | jonas | 2012-04-15 | 1 | -1/+14 |
|\ |
|
| * | * parameter passing support for AIX: | jonas | 2012-04-11 | 1 | -0/+1 |
| * | * An open array/array of const parameter passed by value and requiring a loca... | sergei | 2011-12-06 | 1 | -0/+9 |
| * | * Suppress Comaprison might be always false if first_mm_imreg is zero | pierre | 2011-11-03 | 1 | -1/+4 |
* | | + support for non-array/record var parameter on the JVM target using | jonas | 2011-08-20 | 1 | -0/+10 |
* | | + support for regular arrays and open arrays | jonas | 2011-08-20 | 1 | -1/+1 |
* | | + gethltemp() to allocate a temp specifying full type information even | jonas | 2011-08-20 | 1 | -1/+4 |
* | | * allow overriding tparamanager.is_stack_paraloc() and let it always | jonas | 2011-08-20 | 1 | -1/+1 |
* | | * also copy cgpara.def when creating temp paralocs | jonas | 2011-08-20 | 1 | -0/+1 |
|/ |
|
* | * improvement to r16050 for non-fixed stack targets: they never have to use | jonas | 2011-03-18 | 1 | -2/+4 |
* | Fix Mantis #11783: | sergei | 2011-01-29 | 1 | -1/+1 |
* | * Merged XPCom branch into trunk, added support for constref and changed | joost | 2010-10-17 | 1 | -0/+1 |
|\ |
|
| * | * Implemented constref support, to force constant function-parameters to be | joost | 2010-09-19 | 1 | -0/+1 |
* | | * Fixed spell error revealed by lintian. | mazen | 2010-10-06 | 1 | -1/+1 |
* | | + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and | jonas | 2010-09-29 | 1 | -1/+1 |
* | | * fixed internalerrors on non-use_fixed_stack platforms after r16050: | jonas | 2010-09-27 | 1 | -17/+24 |
* | | * moved use_fixed_stack from cgutils to a method in paramgr so it can | jonas | 2010-09-26 | 1 | -5/+44 |
|/ |
|
* | * Safecall on linux/i386 now behaves like cdecl plus hidden exception support. | joost | 2010-08-27 | 1 | -1/+1 |
* | + support for nested procedural variables: | jonas | 2010-07-28 | 1 | -1/+1 |
* | * when determining whether a temporary paraloc can be in a LOC_REGISTER, | jonas | 2010-06-03 | 1 | -1/+1 |
* | * changed tprocdef.funcretloc[] from a tlocation into a tcgpara so it can | jonas | 2010-05-30 | 1 | -26/+42 |
* | * fixed handling the result value of functions where the result type is | jonas | 2009-09-12 | 1 | -2/+8 |
* | * always specify an explicit alignment for tgobj.gettemp (so e.g. | jonas | 2008-11-08 | 1 | -1/+1 |
* | * Removed abstract modifier for some optional (not needed for every CPU targe... | yury | 2008-07-23 | 1 | -2/+15 |
* | * cleanup and simplify the set type handling | peter | 2008-03-02 | 1 | -1/+1 |
* | * split cpu64bit compiler define into | jonas | 2008-02-13 | 1 | -3/+3 |
* | * patch from Sergei Gorelkin to return ansi/widestrings by reference | jonas | 2008-01-11 | 1 | -1/+1 |
* | * remove tdictionary and tindexarray | peter | 2006-11-03 | 1 | -7/+7 |