summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-02-05Merge pull request #19 from dboddie/separate-thumb-and-thumb2David Boddie
2024-06-13Merge pull request #18 from dboddie/remove-duplicate-submoduleCharles Forsyth
2024-05-15Added a check to enable Thumb-2 floating point code to be treated differentlyDavid Boddie
2024-05-15Removed duplicate libfreetype submodule.David Boddie
2024-04-27Merge pull request #17 from dboddie/fix-freetype-buildCharles Forsyth
2024-04-27Added a missing include path.David Boddie
2024-04-22Merge pull request #11 from dboddie/thumb2-compiler-changesCharles Forsyth
2024-04-22Merge pull request #9 from dboddie/add-data2textsCharles Forsyth
2024-04-22Merge pull request #7 from kapoarbo/masterCharles Forsyth
2024-04-22Merge pull request #12 from dboddie/update-freetypeCharles Forsyth
2024-04-22Merge pull request #16 from pete/multiple-small-fixesCharles Forsyth
2024-04-22Merge pull request #14 from pete/add-whoisCharles Forsyth
2024-04-22Merge pull request #15 from pete/add-uniq-cCharles Forsyth
2024-04-16Don't force JIT on charon.Pete
2024-04-16Assume UTF-8 from the X11 clipboard.Pete
2024-04-16A patch from ipn.caerwyn.net to use RGB24 by default for image display.Pete
2024-04-16Fix a crash in libdraw; I think this came from qrstuv.Pete
2024-04-16Add Roman miles (romanmile) to /lib/units.Pete
2024-04-16Remove the commented-out buggy lines.Pete
2024-04-16Fix a bug in directory listings in httpd.Pete
2024-04-16Add a few newer file types to httpd.suff.Pete
2024-04-16Make the wm/memory display more readable by converting uniformly.Pete
2024-04-16Document whois(1).Pete
2024-04-16An implementation of whois.Pete
2024-04-16Update the man page for uniq(1).Pete
2024-04-16Add -c to uniq.Pete
2024-02-28Added the usual missing files.David Boddie
2024-02-28Removed libfreetype fork, replacing it with a submodule and some Inferno-spec...David Boddie
2023-11-16Fixed support for the status flag in some AND instructions.David Boddie
2023-11-16Added a definition for the temporary floating point register.David Boddie
2023-11-16Reassigned the temporary floating point register.David Boddie
2023-11-16Adapted code from 5l to simplify the FP comparison case.David Boddie
2023-11-16Used modified VFP instruction sequences from 5l.David Boddie
2023-11-16Unsuccessfully tried to implement reasonable sets of instructions.David Boddie
2023-11-16Made single and double FP register usage consistent.David Boddie
2023-11-16Adjusted transfers between doubles and register pairs.David Boddie
2023-11-16Fixed register encoding, or at least made our use of registers consistent.David Boddie
2023-11-16Added a note about the number of floating point registers.David Boddie
2023-11-16Enabled assembly of constant strings into the text segment.David Boddie
2023-11-16Imposed limitations on supported instruction encodings.David Boddie
2023-11-16Build the Thumb suite by default.David Boddie
2023-11-16Moved division and modulo operator support into the compiler.David Boddie
2023-11-16Added support for AND instruction variants.David Boddie
2023-11-16Tidied up the thumbopfp function and added a case for ACMPD.David Boddie
2023-11-16Brought the order of operations in line with the VFP instructions in 5l for e...David Boddie
2023-11-16Added support for more floating point operations.David Boddie
2023-11-16Added entries to the optab for combinations that occur when compiling bits of...David Boddie
2023-11-16Started trying to add missing instructions.David Boddie
2023-11-16Changed an entry in the opcode table to reflect the direction of conversion.David Boddie
2023-11-16Handled loads and stores using different base registers with slightly differe...David Boddie