summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Handle NIL entries in deflist after commit 48986pierre2021-04-184-22/+36
| * Add systems_openbsd to suppported_targets_x_smallr and modify GenerateExecut...pierre2021-04-182-2/+5
| * * fix for Mantis #38771: the owner of the procdef might be Nil in case of a s...svenbarth2021-04-182-1/+24
| * pastojs: clean upmattias2021-04-181-1/+1
| * pas2js: fixed delay init specializations after loading impl sectionsmattias2021-04-183-32/+111
| * * Fix issue ID 38772michael2021-04-181-1/+1
* | * synchronized with trunknickysn2021-04-18629-1540/+18087
|\ \ | |/
| * Add fForceUseForwardSlash to TLinkRes class, used for vlink linker on hosts ...pierre2021-04-177-7/+31
| * * avoid leaving a dangling pointer in pparautl.proc_add_definition to preventnickysn2021-04-171-0/+5
| * + started working on the SysUtils unit for the WASI platformnickysn2021-04-171-0/+283
| * * Apply fix from bug #0038734 from Andrea Mauri to update vpbyte after fillbu...marco2021-04-171-0/+1
| * * fixed the value passing of record parameters with non-scalar value size on thenickysn2021-04-171-1/+1
| * + fixed code generation for high(dynarray) for the WebAssembly targetnickysn2021-04-171-1/+61
| * + compile the sysconst unit for wasm32-wasinickysn2021-04-172-107/+115
| * * { ... } is no a longer valid comment in aarch64 assemblerflorian2021-04-171-4/+4
| * * improved .gitignoreflorian2021-04-171-0/+6
| * * fixed the support for infinity and nan float literal values in the webassemblynickysn2021-04-161-2/+2
| * + Aarch64: completed LSE support for all interlocked operationsflorian2021-04-166-13/+107
| * sinclairql: added startup code support for the 'packed' relocation table form...karoly2021-04-161-0/+24
| * m68k: always use ELF objects with vasm for improved cross-compatibility with ...karoly2021-04-161-5/+4
| * pastojs: fixed insert arraymattias2021-04-151-1/+2
| * * AArch64: fix spilling integer registers to stack offsets that cannot bejonas2021-04-142-3/+74
| * * AArch64: fixed spilling info for MOVK (part of mantis #38053)jonas2021-04-141-1/+7
| * * insert explicit type cast for the count parameter of move/fillchar wrappi...florian2021-04-141-2/+2
| * atari: implemented stacktop for working stacktraces, implemented stacksize de...karoly2021-04-143-3/+25
| * Also delete file before copying if destination is a directory on Darwin OSpierre2021-04-141-2/+12
| * sinclairql: implemented StackTop, this results in working stacktraces and wor...karoly2021-04-143-3/+30
| * rtl: make STACK_MARGIN a variable instead of a const. this allows adjusting m...karoly2021-04-141-4/+7
| * + optimized multiplication for "symmetric" bit patterns on armflorian2021-04-132-2/+40
| * Explicitly disable range and overflow checking to avoid troubles with pointe...pierre2021-04-131-0/+2
| * * Fix for double errormichael2021-04-131-2/+3
| * sinclairql: turn the anyKey string const into a pchar, this reduces the final...karoly2021-04-131-2/+2
| * Add strings unit to buildrtl meta-unit, and update Makefile.fpc accordinglypierre2021-04-123-108/+108
| * Disable sinclairql target OS for most utils packagespierre2021-04-128-8/+8
| * qlunits: updates, new API and utility functions, improved READMEkaroly2021-04-125-0/+100
| * sinclairql: add right spelling for iof_mkdr, add the QDOS equivalent aliaskaroly2021-04-124-5/+6
| * sinclairql: also have a function which returns a pointer directly to the QLst...karoly2021-04-121-0/+9
| * sinclairql: have a max. 48 char buffer for job name. set the job name to the ...karoly2021-04-122-2/+65
| * m68k: on the Sinclair QL insert the main program's name into the object, so t...karoly2021-04-122-1/+76
| * fcl-db: Introduce TObjectField and TArrayField. Only essential interface part...lacak2021-04-123-9/+152
| * m68k: cleaned up some ancient mess from cpunode.pas, no significant functiona...karoly2021-04-121-16/+11
| * Also avoid invalid typecast for RegLoadedWithNewValue method for mips, sparc...pierre2021-04-123-4/+6
| * - forgotten file, obsolete define removed, belongs to last commitflorian2021-04-111-3/+0
| * - obsolete defines removedflorian2021-04-115-70/+10
| * * fix test for case sensitive and case preserving file systemsflorian2021-04-111-2/+10
| * * newer linux distros might have powerpc64 libraries in /usr/lib or /libflorian2021-04-111-2/+7
| * * never ignore BINUTILSPREFIX environment variable in fpmakeflorian2021-04-111-8/+10
| * + common assembler optimizer base class for powerpc and powerpc64florian2021-04-113-51/+89
| * * always keep the WebAssembly stack frame aligned on 16 bytesnickysn2021-04-111-0/+7
| * * use up to 16 bytes alignment for the WASI targetnickysn2021-04-111-6/+6