de44e51c | 30-Sep-2021 |
David Boddie <david@boddie.org.uk> |
Update outlstring function in tc to match others |
9665a507 | 30-Sep-2021 |
Charles Forsyth <charles.forsyth@gmail.com> |
install tl as tl not 5l |
48f27553 | 23-Mar-2021 |
Charles Forsyth <charles.forsyth@gmail.com> |
update NOTICEs and other legal bits to reflect changes to Plan 9's licence and confirm MIT-template for Inferno base and revisions |
8429d75b | 11-Mar-2021 |
Charles Forsyth <charles.forsyth@gmail.com> |
remove obsolete All rights reserved. fix email address |
29b38a8c | 07-Mar-2021 |
Richard Miller <millerresearch@gmail.com> |
Merged in utils-riscv (pull request #10)
RISC-V compiler and linker corrections
Approved-by: Charles Forsyth |
7bb791f1 | 03-Feb-2021 |
David Boddie <david@boddie.org.uk> |
Merged in Linux/spim (pull request #11)
Fixes for spim architecture running on a Linux host
Approved-by: Charles Forsyth |
cf619a58 | 19-Sep-2019 |
Paul Boddie <paul@boddie.org.uk> |
Renamed "mips" structure member to avoid reserved symbol conflicts |
b745f52d | 08-Dec-2020 |
Richard Miller <miller.research@gmail.com> |
il: align data segment between small and large vars |
cc8e9823 | 08-Dec-2020 |
Richard Miller <miller.research@gmail.com> |
jc: fix opcode for vlong shifts |
bf0a1e77 | 08-Dec-2020 |
Richard Miller <miller.research@gmail.com> |
jc: use MOVWU for unsigned int register load |
715e493b | 09-Nov-2020 |
David Boddie <david@boddie.org.uk> |
Merged in dboddie/inferno-os-git/fix-armv3 (pull request #6)
Fix pre-ARMv4 code generation
Approved-by: Charles Forsyth <charles.forsyth@gmail.com> |
6e84dc96 | 09-Nov-2020 |
Richard Miller <miller.research@gmail.com> |
Add toolchain for riscv (ia ic il) and riscv64 (ja jc jl)
Because the rv64 ISA is very nearly a proper superset of rv32, the compilers ic and jc are actually the same program, which compiles to .i o
Add toolchain for riscv (ia ic il) and riscv64 (ja jc jl)
Because the rv64 ISA is very nearly a proper superset of rv32, the compilers ic and jc are actually the same program, which compiles to .i or .j depending on how it is invoked; similarly for ia/ja and il/jl. It is also possible to invoke ia/ic/il with a '-j' option to specify 64-bit behaviour.
show more ...
|
2a571cc0 | 09-Nov-2020 |
Richard Miller <miller.research@gmail.com> |
Add riscv and riscv64 support to libmach |
83beab8b | 18-Jul-2020 |
David Boddie <david@boddie.org.uk> |
Fixed case 60 which used an ARMv4 instruction regardless of version. Fixed case 22 to avoid using the pre/post-indexing flag with non-load instructions. |
0195c4e2 | 21-Dec-2018 |
Charles Forsyth <charles.forsyth@gmail.com> |
Merged in yk/inferno-os/AIX-power (pull request #17)
AIX-power port
Approved-by: Charles Forsyth <charles.forsyth@gmail.com> |
9daa5b83 | 15-Jul-2017 |
David Boddie <david@boddie.org.uk> |
Reverted casts in asm.c, changing types in l.h to compensate. Increased the size of the dbuf array to match the total size of obuf and ibuf. |
e3bca5d8 | 13-Jul-2017 |
David Boddie <david@boddie.org.uk> |
Fixed warnings from recent versions of GCC. Fixed incorrect buffering due to a change in the way the buf.dbuf array is compiled in at least GCC 4.9.2, GCC 5.4.0 and GCC 6.3.0. |
b743441f | 20-Apr-2017 |
Yaroslav Kolomiiets <yarikos@gmail.com> |
Merged default into AIX-power |
a87b37fb | 15-Apr-2017 |
Charles Forsyth <charles.forsyth@gmail.com> |
Windows' system() library function can malfunction with "Access Denied" when crossing 32/64 barrier, so define our own |
9f87c161 | 15-Apr-2017 |
Charles Forsyth <charles.forsyth@gmail.com> |
MS include files now #define environ, which messes up its use as field of struct, so undef it, unless needed for Windows interface, as controlled by INFERNO_KEEPENVIRON. Only rc and mk need extern ch
MS include files now #define environ, which messes up its use as field of struct, so undef it, unless needed for Windows interface, as controlled by INFERNO_KEEPENVIRON. Only rc and mk need extern char**environ
show more ...
|
989a7447 | 27-Feb-2017 |
Yaroslav Kolomiiets <yarikos@gmail.com> |
mk: mkfile: allow ports to override archive.$O via MKAR |
7ef44d65 | 27-Feb-2017 |
Yaroslav Kolomiiets <yarikos@gmail.com> |
add AIX/power port |
7d05a2a8 | 24-Jul-2015 |
Charles Forsyth <charles.forsyth@gmail.com> |
define environ |
1272589e | 24-Jul-2015 |
Charles Forsyth <charles.forsyth@gmail.com> |
change bool -> boolx |
eeab83bd | 24-Jul-2015 |
Charles Forsyth <charles.forsyth@gmail.com> |
more pollution of name space by MS. issue 339 |