summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * sinclairql: enable commandargs and exitcode featureskaroly2021-04-111-1/+1
| * * fixed win32 testsuite regressions after r49084nickysn2021-04-101-2/+8
| * sinclairql: add the used includes to the system unit depskaroly2021-04-102-2/+2
| * sinclairql: do_mkdir implemented, patch by Norman Dunbarkaroly2021-04-102-0/+24
| * sinclairql: new files to contain SMS only functions, iof_rename implemented, ...karoly2021-04-102-0/+44
| * sinclairql: implemented do_rename(), based on the patch of Norman Dunbarkaroly2021-04-103-0/+62
| * qlunits: updated to match the latest RTL qdosfuncs.inckaroly2021-04-101-1/+12
| * sinclairql: various seeking, FS_POSAB/FS_POSRE and ERR_EF related fixeskaroly2021-04-103-27/+38
| * sinclairql: first version of working argc/argv generation. implemented ParamC...karoly2021-04-102-47/+85
| * * implemented recommendations from mantis #038510 for better bionicmarco2021-04-101-4/+7
| * * raise exception when file not found.marco2021-04-101-1/+10
| * * fix from bart for mantis #0038581 that prohibits reusing readbinarydatamarco2021-04-101-2/+0
| * + initial implementation of path dependent IsFileNameCaseSensitive/IsFileNa...florian2021-04-106-0/+106
| * * on second thought, and a byte typecast so that an expanded intrinsics does...marco2021-04-101-1/+1
| * * use popcnt instead of countbits.marco2021-04-101-9/+2
| * * fix conversion of true/false macro definitions to boolean valuesjonas2021-04-102-2/+18
| * * regenerated with FreeBSD/AArch64 supportjonas2021-04-10453-453/+7206
| * * updated revision.incjonas2021-04-101-1/+1
| * + FreeBSD/AArch64 support (patch by Mikaƫl Urankar, mantis #38441)jonas2021-04-1020-7/+1057
| * * Fix getpeername, patch by BaldZhang for issue ID 38677michael2021-04-101-3/+5
| * Refactor code to avoid problems with -CR optionpierre2021-04-091-2/+5
| * * even if currency is handled by torddef, it is a real number, so using / i...florian2021-04-092-1/+13
| * * PowerPC: initial (and primitive) implemenation of TCpuAsmOptimizer.RegLoa...florian2021-04-091-2/+46
| * Disable most utils for SinclairQL for nowpierre2021-04-098-8/+8
| * * allow also CSUBSETREG in tx86inlinenode.second_IncludeExclude, resolves #...florian2021-04-092-1/+40
| * sinclairql: instead of tinyheap, made the QL port to use the new OS heap by d...karoly2021-04-091-25/+13
| * sinclairql: various file and directory handling improvements, based on patch ...karoly2021-04-092-7/+19
| * sinclairql: implemented io_delet and mt_rclck QDOS functions, patch by Norman...karoly2021-04-092-0/+42
| * sinclairql: implemented Error2InOutRes, patch by Norman Dunbarkaroly2021-04-091-0/+24
| * sinclairql: fixed parameter trashing in several QDOS function assembler wrapperskaroly2021-04-091-9/+10
| * osheap: new very small heap manager which only acts as a thin layer above an ...karoly2021-04-091-0/+125
| * sinclairql: further tweaks to the startup code. enable optimizations. mark fu...karoly2021-04-081-8/+5
| * sinclairql: fix and simplify the startup code changes in r49134. accessing gl...karoly2021-04-081-31/+10
| * * handle case where the first instruction with line information is looked upjonas2021-04-081-5/+15
| * * regeneratedjonas2021-04-081-2/+4
| * * Darwin support for printing line info for backtraces when using Dwarf,jonas2021-04-084-69/+373
| * * Darwin/BSD: fixed StackBottom calculationjonas2021-04-081-3/+17
| * * don't generate high-level CFI statements when the selected assemblerjonas2021-04-085-5/+20
| * * don't override specified assembler on the command line when leavingjonas2021-04-081-4/+4
| * * Darwin: fixed calling dsymutil when _not_ skipping the linking stepjonas2021-04-081-3/+2
| * + Aarch64: create better code for not(<byte>)florian2021-04-081-2/+7
| * Add basic support for setting argc and argv for sinclairql OSpierre2021-04-072-0/+75
| * Add sinclairql to NO_NATIVE_COMPILER_OS_LISTpierre2021-04-072-2/+2
| * * Xtensa: fix crash in TCpuAsmOptimizer.RegLoadedWithNewValueflorian2021-04-071-4/+1
| * Delete existing files before overwriting them for Darwin OS to avoid codesig...pierre2021-04-061-0/+3
| * Update after commit 49123pierre2021-04-061-1/+1
| * * do not remove register deallocations/allocation pairs if the register is ...florian2021-04-061-2/+3
| * * patch by J. Gareth Moreton: handle register allocations correctly in MovM...florian2021-04-062-0/+57
| * * AVR: fixed TCpuAsmOptimizer.RegLoadedWithNewValueflorian2021-04-061-1/+1
| * * attempt to fix mantis #28321. Use path of project file as base of chm.marco2021-04-051-44/+49