summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * tsystemcpu.cpu_sys_z80 renamed .cpu_z80 for consistency with the other valu...z80nickysn2020-04-273-3/+3
* * tcputype.cpu_ez80 renamed .cpu_zilog_ez80nickysn2020-04-271-2/+2
* * tcputype.cpu_z80 renamed .cpu_zilog_z80nickysn2020-04-272-4/+4
* * fixed GotoXY (parameters were swapped)nickysn2020-04-271-1/+1
* * fixed the interlockedXXX functionsnickysn2020-04-261-4/+24
* * PrintChar and OpenChannel converted to pure assembler functionsnickysn2020-04-261-20/+16
* * made ErrOutput/StdErr a true alias of Output/StdOut to save memorynickysn2020-04-262-0/+8
* * cheat and declare many of the empty routines as 'inline' to save some preci...nickysn2020-04-263-16/+17
* * update msgnickysn2020-04-262-192/+199
* * synchronized with trunknickysn2020-04-2668-826/+2168
|\
| * * simplify xtensa-linux buildingflorian2020-04-262-1/+8
| * pas2js: fixed type helper nested procedure Selfmattias2020-04-262-23/+59
| * fcl-passrc: fixed type helper intdouble/uintdoublemattias2020-04-262-4/+99
| * + xtensa-linux support for several packagesflorian2020-04-263-5/+5
| * * Xtensa: fpc_setjmp dummyflorian2020-04-261-3/+2
| * * Xtensa: set source_cpu_stringflorian2020-04-261-0/+3
| * AmigaOS4: fixed packing in clipboard unitmarcus2020-04-261-1/+1
| * amiga: Crt, fixed cursor x and y positionmarcus2020-04-261-6/+6
| * * fixed SetIsEmptyflorian2020-04-261-1/+1
| * * use a more detailed error message if a type is not allowed for a generic co...svenbarth2020-04-261-1/+1
| * * regenerate msg{txt,idx}.incsvenbarth2020-04-262-505/+506
| * + add an explicit error message if a type is not supported for a generic cons...svenbarth2020-04-261-1/+4
| * * fix for Mantis #36975: arraydefs are not allowed for generic types (this is...svenbarth2020-04-262-1/+11
| * * destroying constnone constsyms can occur when parsing a generic with a cons...svenbarth2020-04-261-2/+1
| * * fix tc_bool_2_int simplification in case pass typecheck runs again, e.g.jonas2020-04-261-0/+1
| * * fix for Mantis #35140: apply patch by Ryan Joseph together with some furthe...svenbarth2020-04-2552-274/+1462
* | + console input (not working well, yet)nickysn2020-04-261-0/+14
* | + implemented console output in the ZX Spectrum RTL. Writeln('Hello, world!')...nickysn2020-04-262-4/+10
* | * handle nf_swapped properly in TZ80AddNode.second_cmp16_32_64bitnickysn2020-04-261-9/+28
* | * optimizations in tcgz80.normalize_refnickysn2020-04-261-39/+69
* | * optimization in tcgz80.a_load_const_cgpara for pushing longints, where the ...nickysn2020-04-261-1/+2
* | * generate better code in tcgz80.a_loadaddr_ref_regnickysn2020-04-261-5/+7
* | * don't reorder LOC_REFERENCE parameters on the Z80 alsonickysn2020-04-261-2/+2
* | + generate better code in op_const_reg for OP_ADD and OP_SUB by using in cert...nickysn2020-04-261-2/+6
* | + implemented tcgz80.a_adjust_spnickysn2020-04-262-35/+42
* | - removed GetByteLoc, because it isn't usednickysn2020-04-261-30/+0
* | - removed unused local varsnickysn2020-04-261-4/+0
* | * formattingnickysn2020-04-261-2/+1
* | - removed commented out code from tcgz80.a_cmp_reg_reg_labelnickysn2020-04-261-40/+0
* | - removed commented out code from tcgz80.done_register_allocatorsnickysn2020-04-261-1/+0
* | - removed commented out code from tcgz80.a_load_reg_cgparanickysn2020-04-261-37/+0
* | - removed commented out code from tcgz80.a_load_ref_cgparanickysn2020-04-261-17/+0
* | - removed tcgz80.maybegetcpuregister, because it isn't usednickysn2020-04-261-9/+0
* | + implemented OP_MUL/OP_IMUL in tcgz80.a_op_reg_reg_internalnickysn2020-04-261-4/+80
* | * allow setting the stack size from FPCnickysn2020-04-262-6/+16
* | * fixed section writing with smartlinking the sdcc-sdasz80 asm writernickysn2020-04-261-7/+11
* | + allow setting the heap size for the ZX Spectrum targetnickysn2020-04-263-6/+7
* | + added system_z80_embedded to systems_embeddednickysn2020-04-261-1/+1
* | * fixed Z80 setjmp/longjmpnickysn2020-04-262-4/+38
* | + added PrintShortString to the ZX Spectrum RTL to help with testingnickysn2020-04-261-0/+9