summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * synchronized with trunknickysn2021-01-0450-1660/+2283
|\
| * * handle rawbytestrings in Win32Ansi2UnicodeMove properly, resolves #38299florian2021-01-032-0/+23
| * Add testing for single float type in trndmode.pppierre2021-01-031-0/+106
| * Check also that SetRoundMode returns correctly previous rounding modepierre2021-01-031-3/+32
| * * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs.pierre2021-01-0314-8/+29
| * * process fma intrinsic parameters in an order which takes care of multiple...florian2021-01-032-1/+22
| * * Forgot to commitmichael2021-01-031-0/+1060
| * * still add files that start with ., just not to FTSmarco2021-01-031-2/+9
| * * clean upflorian2021-01-031-4/+0
| * * Refactor HTML engine so it can more easily be extendedmichael2021-01-038-1553/+554
| * * get rid of some warningsmichael2021-01-031-1/+1
| * * fix compilation on targets that use Stabs debug information: ignore generic...svenbarth2021-01-031-0/+3
| * + add a copyright/license header for the nullable unitsvenbarth2021-01-031-0/+14
| * * Help for markdownmichael2021-01-032-5/+23
| * pastojs: filer export nameexprmattias2021-01-032-0/+3
| * fcl-passrc: parser: export unit.symbol, resolver: started library exportmattias2021-01-035-29/+118
| * * Delphi does not allow a generic method to be overloaded by a non generic ty...svenbarth2021-01-025-3/+110
| * * correctly handle the case should the generic dummy symbol be a procsym inst...svenbarth2021-01-022-6/+33
| * * when only a symbol name is provided to generate_specialization_phase1 allow...svenbarth2021-01-022-14/+20
| * * also handle call nodes when determining the generic symbol for inline speci...svenbarth2021-01-021-0/+4
| * * use a case statement instead of nested if-then statementssvenbarth2021-01-021-10/+11
| * * ensure that the dummy symbol is registered if it's added due to a routinesvenbarth2021-01-021-1/+5
| * * always add a generic dummy if it is a procsymsvenbarth2021-01-021-2/+1
| * * instead of blindly consuming whatever comes next trigger an explicit error ...svenbarth2021-01-023-2/+18
| * + fold also (string const+(string const+string var))florian2021-01-022-24/+92
* | - removed redundant commentnickysn2021-01-021-1/+0
* | + added WASI to the main RTL makefilenickysn2021-01-022-0/+52
* | + added WASI RTL makefilenickysn2021-01-022-0/+2676
* | * fixed -Sew warnings in agwat.pasnickysn2021-01-021-0/+10
* | + handle all cases in hlcgcpu.pas to avoid warning with -Sewnickysn2021-01-021-1/+9
* | + added makefile.cpu for wasm32nickysn2021-01-021-0/+6
* | * regenerated makefilesnickysn2021-01-02451-451/+7133
* | + added wasi to the list of OSes in fpcmakenickysn2021-01-021-4/+5
* | * makefiles regenerated after fpcmake updatenickysn2021-01-02452-1890/+1890
* | * the 'wasm' CPU renamed 'wasm32' in fpcmakenickysn2021-01-021-50/+50
* | * synchronized with trunknickysn2021-01-0215-611/+3853
|\ \ | |/
| * * Fix AVmichael2021-01-021-1/+0
| * * fix destructormarco2021-01-021-0/+1
| * + include package/hash in regression testsflorian2021-01-023-2/+4
| * * Fix class tree & listsmichael2021-01-022-30/+72
| * * properly fold string+string const+string const., resolves #38267florian2021-01-022-3/+112
| * * fpc_AnsiStr_Concat: if one of the strings is empty and CP_NONE is passed,...florian2021-01-021-5/+9
| * * Markdown support for fpdocmichael2021-01-029-600/+3685
* | + enable the sign extension wasm32 instructionsnickysn2021-01-022-2/+2
* | * fixes in thlcgwasm.resize_stack_int_valnickysn2021-01-025-43/+35
* | - removed spurious decstack/incstack in thlcgwasm.resize_stack_int_valnickysn2021-01-021-2/+0
* | * fixed thlcgwasm.a_load_loc_stack for LOC_REFERENCEnickysn2021-01-021-1/+3
* | * more updates to attempt to get a larger part of the full RTL to compile for...nickysn2021-01-024-0/+64
* | * simplified a_call_name and avoid internal errors, inherited from the jvm co...nickysn2021-01-021-79/+2
* | * fixed formatting in wasm32 instr writer write instructionnickysn2021-01-021-13/+7