| Commit message (Expand) | Author | Age | Files | Lines |
* | * AVR: couple of fixes for CPUs with only 16 registers | florian | 2020-02-14 | 1 | -2/+3 |
* | + AVR: initial support for the avrtiny architecture | florian | 2020-01-19 | 1 | -3/+8 |
* | * AVR: fixes pushing and handling of stack passed parameters | florian | 2020-01-19 | 1 | -11/+11 |
* | avr: Fixed some inconsistencies. | laksen | 2019-06-10 | 1 | -0/+3 |
* | * keep track of whether a routine has a C-style variadic parameter in the | jonas | 2019-02-23 | 1 | -5/+13 |
* | * support marking defs created via the getreusable*() class methods as | jonas | 2015-11-04 | 1 | -2/+2 |
* | * changed getpointerdef() into a tpointerdef.getreusable() class method | jonas | 2015-06-22 | 1 | -2/+2 |
* | * implemented r30870 for all platforms: pass dyn. array parameters like point... | florian | 2015-05-17 | 1 | -1/+4 |
* | * correctly handle parameters on the stack with OS_NO | florian | 2015-05-01 | 1 | -1/+2 |
* | * some fixes for handling parameters passed on the stack | florian | 2015-04-11 | 1 | -6/+3 |
* | * fixes several issues with parameter handling on avr | florian | 2015-04-11 | 1 | -36/+26 |
* | * assign registers for parameters correctly, resolves #27804 | florian | 2015-04-09 | 1 | -4/+20 |
* | * synchronized with privatetrunk till r30095 | jonas | 2015-03-05 | 1 | -4/+4 |
|\ |
|
| * | * fix assignintreg on avr | florian | 2014-10-04 | 1 | -4/+4 |
* | | * synchronized with trunk up to r27758 | jonas | 2014-05-12 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | * synchronised with trunk up till r26975 | jonas | 2014-03-06 | 1 | -45/+60 |
|\ \
| |/ |
|
| * | Replace forbidden chars in more places in the GAS assembler writer. | laksen | 2014-03-04 | 1 | -0/+2 |
| * | Added support for X,Y,and Z register aliases plus low/high forms, and post-in... | laksen | 2014-03-02 | 1 | -5/+58 |
| * | * some fixes for parameter handling on avr | florian | 2014-01-11 | 1 | -40/+0 |
* | | * renamed all paramanagers to tcpuparamanager so the llvm paramanager can | jonas | 2013-11-11 | 1 | -14/+14 |
|/ |
|
* | * don't use the paracgsize in get_paraloc_def(), because it generally | jonas | 2013-06-02 | 1 | -1/+1 |
* | * add a tdef to each parameter location and set it for all target | jonas | 2013-06-02 | 1 | -10/+44 |
* | * removed superfluous checks (push_addr_param() already checks for those) | jonas | 2013-06-02 | 1 | -3/+1 |
* | + patch by Justin Smyth to support the lpc1343, resolves #23844 | florian | 2013-02-14 | 1 | -4/+2 |
* | Decrease amount of code duplication regarding handling of safecall and record... | svenbarth | 2013-01-25 | 1 | -9/+2 |
* | compiler: implement record constructors + tests | paul | 2013-01-16 | 1 | -0/+9 |
* | compiler: change ret_in_param to accept tabstractprocdef instead of tproccall... | paul | 2013-01-16 | 1 | -4/+4 |
* | * pass the procdef to getintparaloc instead of only the proccalloption, so | jonas | 2013-01-06 | 1 | -2/+4 |
* | + introduce cstylearrayofconst because pocall_mwcall was forgotten at several... | florian | 2012-08-05 | 1 | -2/+2 |
* | * fixed memory leaks in the compiler introduced in r21862 by marking and | jonas | 2012-07-23 | 1 | -11/+4 |
* | + also specify the parameter def when allocating a parameter via | jonas | 2012-06-24 | 1 | -4/+5 |
* | * set tcgpara.vardef when creating parameter info | jonas | 2012-06-24 | 1 | -2/+4 |
* | - removed redundant checks | jonas | 2012-06-24 | 1 | -4/+1 |
* | * factored out common code from get_funcretloc() | jonas | 2012-06-24 | 1 | -32/+2 |
* | * reintegrate avr branch into trunk, work on avr is less invasive than I thou... | florian | 2011-04-19 | 1 | -10/+12 |
* | + first primitive concatcopy implementation | florian | 2011-02-26 | 1 | -4/+1 |
* | * Implemented constref support, to force constant function-parameters to be | joost | 2010-09-19 | 1 | -1/+1 |
* | + support for nested procedural variables: | jonas | 2010-07-28 | 1 | -1/+5 |
* | * changed tprocdef.funcretloc[] from a tlocation into a tcgpara so it can | jonas | 2010-05-30 | 1 | -31/+52 |
* | * fixed handling the result value of functions where the result type is | jonas | 2009-09-12 | 1 | -27/+40 |
* | * cleanup and simplify the set type handling | peter | 2008-03-02 | 1 | -1/+1 |
* | Merged revisions 5891-10167,10169-10180 via svnmerge from | florian | 2008-02-03 | 1 | -0/+490 |