summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pastojs: filer: generic classmattias2020-01-164-12/+38
* * Remove debug statement, patch by Pascal Riekenberg (Bug ID 36585)michael2020-01-161-0/+2
* * Patch from Pascal Riekenberg to fix running a report twice. (Bug ID 36592)michael2020-01-161-0/+1
* pastojs: filer: anonymous proceduremattias2020-01-152-0/+57
* pastojs: filer: try-exceptmattias2020-01-153-50/+281
* pastojs: filer: with-domattias2020-01-153-407/+556
* Two static inline constructorsmarco2020-01-151-0/+13
* * first part of merging parts of Jeppe's intrinsics patch, mainly r31135florian2020-01-1430-67/+2022
* TStrings.SaveToStream(TStream): use FEncoding as the default for IgnoreEncodi...ondrej2020-01-141-1/+1
* TStrings: default options: ondrej2020-01-141-1/+1
* Revert r43942: TStrings: old SaveToFile(string) and SaveToStream(TStream) sho...ondrej2020-01-141-1/+1
* TStrings: add missing SaveToFile overload with IgnoreEncoding parameterondrej2020-01-142-0/+16
* TStrings: old SaveToFile(string) and SaveToStream(TStream) should ignore Enco...ondrej2020-01-141-1/+1
* TIniFile: allow to set Encodingondrej2020-01-141-7/+24
* TIniFile: fix encoding support:ondrej2020-01-141-5/+36
* IniFiles: fix OwnsEncoding default valuesondrej2020-01-141-2/+4
* TIniFile: remove obsolete FBOM (it will be implemented with TEncoding support)ondrej2020-01-141-17/+0
* - RISC-V: Add controller types for common RV32 MCUs.laksen2020-01-139-9/+2321
* - RISC-V: Share optimizations between 32 and 64-bit.laksen2020-01-135-331/+546
* - Handle jump optimizations on RISC-Vlaksen2020-01-131-5/+10
* * ensure the rtl and the packages for embedded compile with features except...florian2020-01-136-36/+62
* * Fix from Pascal Riekenberg to fix nested groups (bug ID 36532)michael2020-01-131-9/+3
* SysUtils: add ExpandFileName with a BasePath overloadondrej2020-01-133-3/+33
* * patch by Christo Crause: Passing a file name with extension to cross compilerflorian2020-01-121-6/+8
* * compilation on i386 fixedflorian2020-01-121-2/+2
* * patch by J. Gareth Moreton: Some cleaning up of OptPass2JMP and OptPass2M...florian2020-01-121-26/+27
* * patch by J. Gareth Moreton: EAX -> EDX:EAX sign extension shortcuts, and ...florian2020-01-123-0/+49
* * patch by J. Gareth Moreton: EAX -> EDX:EAX sign extension shortcuts, and ...florian2020-01-121-3/+289
* + lazarus projectflorian2020-01-111-0/+63
* * Removed some left-overs of dependencies on specific versions of packagesjoost2020-01-113-6/+0
* * fix for #36554florian2020-01-112-1/+19
* * more fixes for loop strength reductionflorian2020-01-112-4/+11
* * some fixes to loop strength reductionflorian2020-01-111-7/+9
* * moved conversion of for into while loops in a separate pass, so node opti...florian2020-01-113-22/+73
* Examine all exception bits in m68k fpsr register to decide which into which ...pierre2020-01-101-27/+50
* Wipe out any pre-existing exception on SetExceptionMask call for m68k cpupierre2020-01-101-0/+4
* * factored out tcgprocinfo.OptimizeNodeTreeflorian2020-01-101-79/+88
* - cleanup commentflorian2020-01-101-2/+0
* * renamed sum -> defsum to avoid confusion with usesumflorian2020-01-101-4/+4
* + CalcUseSum: calculates a sum of all use sets of the current node and its ch...florian2020-01-102-0/+32
* * fix for Mantis #36544: provide an overall exception handler for the library...svenbarth2020-01-104-0/+57
* * Patch from Pascal Riekenberg to allow saving rendered report to JSON (bug I...michael2020-01-102-5/+89
* * Fix from Pascal Riekenberg to fix failing testsmichael2020-01-101-28/+32
* * get paramstr(0) only if really neededflorian2020-01-091-15/+14
* Add possibility to set explicitly TEST_COMMENT variable, set as Comment fiel...pierre2020-01-092-2/+9
* Avoid using <> for floating point values, check that abs of difference is sma...pierre2020-01-091-3/+3
* * Do not raise error in case of warning (bug ID 36541)michael2020-01-091-1/+1
* + Enable FPU exception handling for m68k processorpierre2020-01-081-0/+3
* Try to correctly handle m68k exceptions bits inside SetExceptionMask functionpierre2020-01-081-5/+13
* * Pass INSTALL_LIBDIR to fpmakejoost2020-01-084-0/+12