summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * synchronized with trunkunicodekvmnickysn2021-04-27101-299/+9301
|\
| * * fix compilation of arm compiler on 32 bit hostsflorian2021-04-271-4/+12
| * Set string length before calling move to avoid problems with global data ana...pierre2021-04-272-1/+5
| * Make sure nf_usercode_entry get transferred inside firstpass procedurepierre2021-04-271-0/+1
| * Avoid range check error inside genitem_thumb2 by changing local variable i typepierre2021-04-271-1/+1
| * * Forgot to include sslbasemichael2021-04-271-1/+1
| * * Make some properties publicmichael2021-04-271-2/+12
| * m68k: fixed a comment. no functional changekaroly2021-04-271-2/+1
| * Disable overflow/range check in some part of the arm codepierre2021-04-262-3/+7
| * Avoid invalid typecast if hp is not an instructionpierre2021-04-261-4/+5
| * fcl-passrc: fixed (intf as tobject).ClassType, issue 38805mattias2021-04-261-4/+9
| * Add .force_thumb pseudo-directive support forarm readerpierre2021-04-263-1/+16
| * Add a second handling of NIL entries in deflistpierre2021-04-261-7/+10
| * Add -march=XXX option for aarch64 external assemblerspierre2021-04-261-3/+41
| * pastojs: fixed rtti method flagsmattias2021-04-263-50/+53
| * * patch by Christo Crause to fix #38789: writing of linker commands should ...florian2021-04-261-2/+17
| * * Use FGeneralCriticalSection for LogIndent and LogUnindent.pierre2021-04-261-30/+85
| * * decrease macro nesting counter early when expanding empty macroflorian2021-04-252-5/+38
| * * fix bootstrapping on aarch64-linux with 3.2.xflorian2021-04-251-26/+26
| * * makefile regenerated with latest fpcmakenickysn2021-04-251-3/+46
| * * prevention of dangling pointers and use after free after free_unregistered_...nickysn2021-04-251-0/+5
| * + Aarch64: directly inline code for frac(...)florian2021-04-252-12/+47
| * + Aarch64: use frintz for int(...) instead of creating a helper callflorian2021-04-252-16/+38
| * * workaround for the raise node generating invalid WebAssembly code fornickysn2021-04-241-4/+5
| * * override the raise node for WebAssembly and copy the generic pass_1nickysn2021-04-241-2/+69
| * * fpsr and fpcr are 64 bit on aarch64florian2021-04-241-8/+8
| * fcl-passrc: started specialize type reference a<b>.cmattias2021-04-244-11/+49
| * pastojs: rtti of async function: pfAsyncmattias2021-04-242-12/+22
| * fcl-passrc: started example issue 38784mattias2021-04-241-1/+29
| * pastojs: specialize try except on, issue 38795mattias2021-04-243-1/+77
| * Fix gotpcrel relocation for TESTQ x86_64 instructionpierre2021-04-233-1/+56
| * * improved system unit dependenciesflorian2021-04-232-2/+2
| * * avoid rangecheck mantis 0038791marco2021-04-231-1/+2
| * * use $IF DEFINED instead of $IFDEF for consistency (and is required for 3.2.2)svenbarth2021-04-231-1/+1
| * * NDS: fix condition when to default to apptype arm9svenbarth2021-04-231-1/+1
| * * fixed MSecsToTimeStamp by Lagunov Aleksey, resolves #38631florian2021-04-222-5/+30
| * Remove unused, obsolete -dBROWSERLOG optionpierre2021-04-223-3/+3
| * * patch by Wallaby, mantis 0038382, load filename via -W functionmarco2021-04-221-2/+5
| * * use W variant to get localestrs.marco2021-04-221-4/+8
| * * moved warning about suspicious comp assignment to type check pass, catche...florian2021-04-213-5/+12
| * * Forgot to commitmichael2021-04-203-0/+3399
| * * Mustache templates implementationmichael2021-04-2028-0/+4225
| * sinclairql: added an entirely stub (for now) sysutils unit. added a classes u...karoly2021-04-204-4/+556
| * fcl-db: return default values for (published) properties where getters are no...lacak2021-04-201-1/+7
| * * AArch64: fix storing a 32 bit value in the lower 32 bits of a 64 bitjonas2021-04-192-1/+30
| * * patch by J. Gareth Moreton: AArch64 OptPass1Shift register tracking fault...florian2021-04-191-7/+15
| * sinclairql: support the upcoming QL binary linking feature of vlink (still in...karoly2021-04-193-3/+24
| * m68k: added support to references like (a0,d0.w) in inline assembly, also fix...karoly2021-04-195-29/+42
| * sinclairql: hopefully fix off-by-one processing in the packed relocs codekaroly2021-04-191-1/+1
| * * if left is a smaller type, then an extension operation for shr can be removedflorian2021-04-181-14/+30