| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable native compilation of ihcutil for zxspectrum, msxdos and amstadcpc a... | pierre | 2020-08-05 | 1 | -1/+1 |
* | Add amstradcpc to the list of unsupported OSes base utils | pierre | 2020-08-05 | 1 | -1/+1 |
* | Add zxspectrum, msxdos and amstradcpc list of unsupported OSes for most util... | pierre | 2020-08-05 | 15 | -18/+18 |
* | Change list of supported OSes | pierre | 2020-08-05 | 1 | -2/+2 |
* | Update after commit #46241 | pierre | 2020-08-05 | 1 | -1/+1 |
* | Add amstradcpc OS support for fpcmake and fpmkunit | pierre | 2020-08-05 | 2 | -6/+8 |
* | Add name of package for which dependency is checked to get a more useful err... | pierre | 2020-08-05 | 1 | -6/+6 |
* | * fixed ppc64 triple architecture names | jonas | 2020-08-05 | 1 | -2/+2 |
* | * made internalerror unique | jonas | 2020-08-04 | 1 | -1/+1 |
* | * aarch64: correct paraloc^.def for LOC_REFERENCE parameters | jonas | 2020-08-04 | 1 | -0/+4 |
* | * patch by J. Gareth Moreton: unifies internalerrors, resolves #37471 | florian | 2020-08-04 | 2 | -5/+5 |
* | * For 8/16 bit CPUs and TP mode, disable expansion to a larger integer type f... | yury | 2020-08-04 | 1 | -1/+5 |
* | * Set path to local version of fcl-passrc, not installed version | michael | 2020-08-04 | 1 | -0/+3 |
* | * Additional options for latest pas2js version features | michael | 2020-08-04 | 1 | -2/+2 |
* | * Lowercase unit name (bug ID 37481) | michael | 2020-08-04 | 1 | -1/+1 |
* | Regenerated all Makefile's | pierre | 2020-08-04 | 448 | -0/+3136 |
* | Update after commit #46222 | pierre | 2020-08-04 | 1 | -1/+1 |
* | Add powerpc specific call to gcc to get the correct libgcc directory for linux | pierre | 2020-08-04 | 2 | -382/+398 |
* | Disable limitation of handling of negative shift values, can be enalbed agai... | pierre | 2020-08-04 | 1 | -1/+1 |
* | * fix for Mantis #36775: apply patch by J. Gareth Moreton | svenbarth | 2020-08-03 | 5 | -1/+159 |
* | * added test for Mantis #36014 which is already fixed (also in 3.2.0) | svenbarth | 2020-08-03 | 1 | -0/+30 |
* | * fix for Mantis #37187: inside generics the constant code in pexpr does not ... | svenbarth | 2020-08-03 | 2 | -1/+22 |
* | * fixed peephole optimizer replace lea by add even if the flags were in use | jonas | 2020-08-03 | 1 | -2/+13 |
* | * fixed LLVM register allocator after r46199 | jonas | 2020-08-03 | 2 | -1/+6 |
* | * cosmetics | florian | 2020-08-03 | 1 | -4/+3 |
* | * floating point division by zero should throw run time error 208, fixed | florian | 2020-08-03 | 27 | -28/+29 |
* | * @PLT is needed for calls to link it properly with pic code | florian | 2020-08-03 | 1 | -2/+2 |
* | * fixed resetting of state, broken in r45995 | florian | 2020-08-03 | 1 | -10/+23 |
* | * updated tfpstate | florian | 2020-08-03 | 1 | -1/+15 |
* | * i8086: When a ref points to the 32-bit data, preload the ref base to a temp... | yury | 2020-08-03 | 1 | -0/+28 |
* | * For 8 and 16 bit CPUs preload the ref base and index to a separate temp reg... | yury | 2020-08-03 | 1 | -1/+31 |
* | * Removed the i8086 specific hack. Since r46199 the register allocator is abl... | yury | 2020-08-03 | 1 | -68/+0 |
* | * Early during register allocation, spill registers which interfere with all ... | yury | 2020-08-03 | 1 | -0/+17 |
* | * Count only usable real registers. | yury | 2020-08-03 | 1 | -1/+2 |
* | * Enhanced the debug output of spilling statistics. Now it includes efficienc... | yury | 2020-08-03 | 1 | -7/+56 |
* | * reset exception flags, resolves #37468 on x86_64 | florian | 2020-08-02 | 3 | -9/+42 |
* | Add process_shared field to haiku OS pthread_mutexattr_t type | pierre | 2020-08-02 | 1 | -1/+2 |
* | * fix for Mantis #37447: add support for HttpUpdateServiceConfiguration which... | svenbarth | 2020-08-02 | 1 | -0/+44 |
* | * fix for Mantis #37448: apply changes by Taufik Rahmad Hidayanto to fix the ... | svenbarth | 2020-08-02 | 1 | -4/+6 |
* | * replace explicit (sometimes incomplete) tests with calls to doshortboole... | jonas | 2020-08-02 | 1 | -63/+40 |
* | * fpmkunit: only start the worker threads once they are fully initialised | jonas | 2020-08-02 | 1 | -1/+2 |
* | * allow overloads with same result type for external Java classes due to Java... | svenbarth | 2020-08-02 | 1 | -1/+9 |
* | * Count the number of interferences with real registers. | yury | 2020-08-02 | 1 | -1/+23 |
* | * import library function with a name that does not conflict with the functio... | svenbarth | 2020-08-02 | 2 | -8/+8 |
* | + readd Randomize with parameter | svenbarth | 2020-08-02 | 1 | -0/+5 |
* | * do not throw an internal error if an errorneous type is passed to str, re... | florian | 2020-08-01 | 2 | -3/+10 |
* | Add -marm option to gcc call fot arm target to be sure that aarch64 version ... | pierre | 2020-08-01 | 1 | -1/+1 |
* | - remove local Random() implementations that weren't exported anyway (LongInt... | svenbarth | 2020-08-01 | 5 | -134/+1 |
* | * fpc_geteipasebx and fpc_geteipasecx are used as procedures, not functions, ... | svenbarth | 2020-08-01 | 2 | -3/+3 |
* | * rename local import of fpc_geteipasebx | svenbarth | 2020-08-01 | 1 | -8/+8 |