]> gitweb.factorcode.org Git - factor.git/history - basis/bootstrap/assembler
Fixes #2966
[factor.git] / basis / bootstrap / assembler /
2023-10-18 Surav Shresthadocs: fix typo in basis/bootstrap/assembler/arm.64...
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-08-21 GiftpflanzeReorganize cpu.arm, and other changes
2023-06-01 John Benediktssoncore/basis/extra: some [ dup ] dip => dupd cleanup
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-01-31 Giftpflanzecpu.arm.assembler: Fix instructions
2023-01-30 GiftpflanzeARM64: Simplify, refactor, reorder
2023-01-29 GiftpflanzeARM64: Finish implementation
2023-01-27 Doug Colemanbootstrap.assembler.arm.windows: Need these symbols...
2023-01-26 GiftpflanzeARM64: Some more work
2023-01-25 Doug Colemanbootstrap.assembler.arm.64: use 0xabcd instead of 9999...
2023-01-25 Doug Colemanarm: update gifti's changes to not have the "64" suffix
2023-01-25 Doug Colemanbootstrap: update for new arm64 conventions
2023-01-25 Giftpflanzeit now compiles to something sensible
2023-01-25 GiftpflanzeMake it compile
2023-01-25 GiftpflanzeCALLBACK-STUB: some literal translations
2023-01-20 John BenediktssonSwitch to https urls
2023-01-12 Doug Colemanfactor: fix some spacing
2022-09-16 Doug Colemanarm64: 9999 BRK works again
2022-08-15 Doug Colemanfactor: add newlines to .factor files
2022-06-19 Doug ColemanMerge remote-tracking branch 'origin/master'
2022-06-19 Doug ColemanMerge remote-tracking branch 'origin/html5-force-push'
2022-06-19 Doug ColemanMerge branch 'arm64-bootstrap2'
2022-06-17 Doug Colemanarm: link to src code for prolog epilog
2022-06-17 Doug Colemanarm: implement prolog and epilog
2022-06-17 Doug Colemanarm: notes
2022-06-17 Doug Colemanarm64: implementing sub primitives
2022-06-17 Doug Colemanbootstrap: working on arm
2022-06-17 Doug Colemanarm: 128 byte red zone
2022-06-17 Doug Colemanarm: work
2022-06-17 Doug Colemanarm64: just jump to begin_callback...please
2022-06-17 Doug Colemanarm64: ADR encoding
2022-06-17 Doug Colemanarm: try to call begin_callback from asm
2022-06-17 Doug Colemanasdf2
2022-06-17 Doug Colemanasdf
2022-06-17 Doug Colemanasdf
2022-06-17 Doug Colemanarm64: fix
2022-06-17 Doug Colemanarm64: moving things around
2022-06-17 Doug Colemanarm64: more subprimitives
2022-01-21 John Benediktssonbootstrap: some cleanup, move stage1 to basis/bootstrap/
2022-01-21 John Benediktssonbootstrap.assembler: make temporary vocab name match...
2022-01-20 Doug Colemanfactor: trim more using lists.
2022-01-20 Doug Colemanfactor: trim using lists
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-30 Doug Colemanfactor: use new math.ranges syntax in tests and docs
2020-12-05 Doug Colemanbootstrap.assembler: Move arm code to arm.64. We can...
2020-11-24 Doug Colemanbootstrap.assember: Add arm files. They don't work...
2016-06-07 Björn LindqvistVM: rename of JIT_PUSH_IMMEDIATE to JIT_PUSH_LITERAL
2016-05-30 Björn Lindqvistbootstrap.x86: using 32 bit regs as operands when it...
2016-05-19 Björn Lindqvistcpu.x86,bootstrap.assembler.*: making sure 0 is the...
2016-03-27 Björn Lindqvistbootstrap.assembler.ppc: make ppc also use define-sub...
2016-03-27 Björn Lindqvistbootstrap.assembler: new word define-sub-primitives
2015-09-02 Björn LindqvistVM: give the exception handling special object a real...
2015-09-02 Björn LindqvistVM: get rid of the odd RT_EXCEPTION_HANDLER relocation
2015-09-02 Björn LindqvistVM: the ffi-signal-handler and ffi-leaf-signal-handler...
2015-08-26 Björn LindqvistVM: fix jit-signal-handler-prolog/epilog to account...
2015-08-26 Björn LindqvistVM: LEAF_FRAME_SIZE is 16 bytes on all platforms so...
2015-08-15 Björn LindqvistVM: the JIT_PROFILING special object is never used...
2015-08-15 Björn Lindqvistbootstrap.assembler.*: convert the other assembly files...
2015-08-15 Björn Lindqvistbootstrap.image: attempt to remove the SPECIAL-OBJECT...
2015-07-27 John Benediktssonbootstrap: cleanup usings.
2015-05-25 Björn Lindqvistbootstrap.x86: fix assembler code bug in fixnum*
2015-05-22 Björn Lindqvistbootstrap.ppc: untested fix for #1319 for ppc
2015-05-22 Björn LindqvistVM: possible fix for #1319.
2015-05-22 Björn LindqvistVM: the delete_context() and reset_context() api functi...
2015-05-22 Björn Lindqvistbootstrap.x86: new words jit-call-Xarg for calling...
2015-05-22 Björn LindqvistReorganising bootstrap files