summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | + added Mem[] support to the ZX Spectrum system unitnickysn2020-04-261-0/+6
* | + initialize more stuff in the system unit. Stdio doesn't work yet... :(nickysn2020-04-261-4/+53
* | * reduced the stack area to 256 bytesnickysn2020-04-261-1/+2
* | + implemented fpc_setjmp and fpc_longjmp for the Z80nickysn2020-04-262-2/+41
* | * moved the ZX Spectrum program load address lower, so we could fit more code...nickysn2020-04-261-1/+1
* | * the system unit now compiles with FULL_RTL, so the ifdefs are removed. Smar...nickysn2020-04-261-83/+0
* | * ReplaceForbiddenAsmSymbolChars renamed ApplyAsmSymbolRestrictions, because ...nickysn2020-04-2611-72/+72
* | - removed some commented out code that won't be needednickysn2020-04-261-172/+0
* | + added the tf_no_objectfiles_when_smartlinking target flag to z80-zxspectrum...nickysn2020-04-262-2/+4
* | + enable tf_smartlink_library and support library-based smartlinking on the z...nickysn2020-04-262-3/+3
* | * switch back to using an unscripted ar for the ZX Spectrum targetnickysn2020-04-261-1/+1
* | * synchronized with trunknickysn2020-04-255-7/+40
|\ \ | |/
| * * correctly set register sizeflorian2020-04-251-1/+7
| * fcl-passrc: allow static directive repetition in method implementationmattias2020-04-253-5/+32
| * Update revision.inc after commit 44920pierre2020-04-251-1/+1
* | * loop forever in system_exitnickysn2020-04-251-0/+2
* | * fixed writing sdcc-sdldz80 library files to the linker scriptnickysn2020-04-251-1/+1
* | * moved $EXTRAOPT before $OBJnickysn2020-04-251-1/+1
* | + supported scripted sdcc-sdarnickysn2020-04-253-5/+17
* | + added new ar - sdcc-sdarnickysn2020-04-254-2/+12
* | + enabled library-based smart linking for the ZX Spectrum target (not fully w...nickysn2020-04-252-2/+41
* | + emit a label in g_intf_wrapper, even though the entire function is not yet ...nickysn2020-04-251-2/+27
* | + support ait_realconst in the SDCC-SDASZ80 asm outputnickysn2020-04-251-0/+137
* | + introduced labelmaxlen in tasminfo and added code in ReplaceForbiddenAsmSym...nickysn2020-04-2530-1/+92
* | * dollar sign changed to dollar in the SDCC-SDASZ80 asm outputnickysn2020-04-251-1/+1
* | + apply ReplaceForbiddenAsmSymbolChars to all symbols in the SDCC-SDASZ80 ass...nickysn2020-04-251-16/+16
* | * the dummy fpc_InitializeUnits and fpc_do_exit procedures are only defined i...nickysn2020-04-251-10/+10
* | * fixed tcgz80.a_call_regnickysn2020-04-251-2/+18
* | * fixed label placement in tcgz80.a_cmp_const_reg_label for 16-bit/32-bit ope...nickysn2020-04-251-1/+1
* | * synchronized with trunknickysn2020-04-241-0/+34
|\ \ | |/
| * + assembler optimization MovxMov2Movxflorian2020-04-241-0/+34
* | * fixed spurious "Expectloc is not set in firstpass" when compiler is compile...nickysn2020-04-241-8/+8
* | * synchronized with trunknickysn2020-04-249-103/+693
|\ \ | |/
| * fcl-passrc: resolver: mode delphi: allow member with same name as ancestor me...mattias2020-04-244-50/+171
| * * add support for AND, OR, XOR and NOT of integer values in preprocessor dire...svenbarth2020-04-242-0/+122
| * * use asInt64 instead of asInt to evaluate an Integer expressionsvenbarth2020-04-241-2/+2
| * + add an asInt64 to texprvaluesvenbarth2020-04-241-0/+6
| * * extract calculation of a NOT value to a separate functionsvenbarth2020-04-242-46/+59
| * * V2 may not contain error objectmichael2020-04-241-5/+333
* | - removed debug writelnnickysn2020-04-241-1/+0
* | * synchronized with trunknickysn2020-04-2410-150/+117
|\ \ | |/
| * + Xtensa: enable jump optimizerflorian2020-04-231-0/+8
| * * Windows: Reworked handling of command line arguments to properly support Un...yury2020-04-238-150/+108
* | + set expectloc in the first pass of the addnode for small CPUs for procvarde...nickysn2020-04-231-1/+4
* | * set expectloc correctly for procvardef comparisons with nil for small CPUsnickysn2020-04-231-1/+5
* | + set expectloc correctly for small CPUs in the first pass of the add node fo...nickysn2020-04-231-1/+4
* | * set expectloc correctly for small CPUs for implicit pointer object types in...nickysn2020-04-231-1/+4
* | * set expectloc correctly for enumdef comparisons on small CPUsnickysn2020-04-231-1/+4
* | * set the correct expectloc in the first pass for pointer comparisons on the Z80nickysn2020-04-231-0/+8
* | - removed unused method TZ80AddNode.NoEqualnickysn2020-04-231-12/+0