summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * Patch from Werner Pamler to fix count of digits in periodsHEADmastermichael2021-05-011-3/+3
* Avoid range/overflow error after commit #49290pierre2021-04-301-2/+2
* m68k: sinclair ql now requires vlink 0.16h or newer.karoly2021-04-293-3/+3
* m68k-sinclairql: apply the same hack as for amiga and atari to avoid vlink se...karoly2021-04-291-1/+2
* m68k: D2 is considered volatile on macosclassickaroly2021-04-291-1/+1
* Add -TFreeBSD target OS option to -h output for aarch64 compiler ppc64pierre2021-04-293-52/+52
* Also check *.pas and *.inc files inside sub-directories in msgused.plpierre2021-04-291-2/+2
* + patch by J. Gareth Moreton: improved tests for constant divisions includi...florian2021-04-296-0/+2842
* * patch by J. Gareth Moreton: AArch64 "magic division"florian2021-04-291-84/+319
* Use gdate/date -u option to get universal time for TEST_DATETIME variablepierre2021-04-292-2/+2
* Use as-clang as idtxt for as_aarch64_clang_gas_infopierre2021-04-281-1/+1
* Add several missing -AXXX optionspierre2021-04-283-138/+166
* * avoid overflow during register allocationflorian2021-04-281-4/+8
* Avoid warning with -O4 optionpierre2021-04-281-0/+1
* + added default parameters to InstallUserModenickysn2021-04-271-1/+2
* * 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