]> gitweb.factorcode.org Git - factor.git/history - basis/cpu
Add absolute-path to normalize any new root path. E.G. permit ~user
[factor.git] / basis / cpu /
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-18 Doug Colemancpu.arm.assembler: no io.binary arm64-bootstrap2
2022-06-17 Doug Colemanarm: implement prolog and epilog
2022-06-17 Doug Colemancpu.arm.assembler: Update for opcode change
2022-06-17 Doug Colemanarm.assembler.opcodes: Directly output to make.
2022-06-17 Doug Colemancpu.arm.assembler: Use make for the relocation feature.
2022-06-17 Doug Colemancpu.arm.assembler: More words to encode, bounds checking
2022-06-17 Doug Colemanarm: work
2022-06-17 Doug Colemancpu.arm.assembler: Add some more instructions
2022-06-17 Doug Colemanarm64: ADR ADRP fix encoding
2022-06-17 Doug Colemanarm64: ADR encoding
2022-06-17 Doug Colemanarm: try to call begin_callback from asm
2022-01-25 John Benediktssoncore/basis/extra: using STARTUP-HOOK: and SHUTDOWN...
2022-01-20 Doug Colemanfactor: trim using lists
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-30 John Benediktssonendian: replaces io.binary and io.binary.fast.
2021-12-30 Doug Colemanfactor: use new math.ranges syntax in tests and docs
2021-04-05 John Benediktssonbasis: fix @ typo.
2021-04-05 John Benediktssonbasis: remove calls on combinators.extras for now.
2021-04-01 Doug Colemancombinators.extra: Add with-output-variable
2021-02-28 Doug Colemancpu.arm.assembler.opcodes: Add link to pdf
2020-11-30 John Benediktssoncpu.arm.assembler.opcodes: don't use sequences.extras.
2020-11-24 John Benediktssoncpu.arm.assembler: fix vocab name.
2020-11-24 Doug Colemancpu.arm: Add assembler from arm64 branch.
2020-09-09 John Benediktssonbasis: removing unnecessary method stack effects.
2020-02-17 John Benediktssonhelp.markup: adding a $slots word to document slots...
2020-01-24 John BenediktssonMerge pull request #2235 from kusumotonorio/system...
2020-01-23 kusumotonoriounix.factor: Bug fix etc., boxing.factor: Improves... 2235/head
2020-01-20 kusumotonoriounix.factor: Use count
2020-01-19 kusumotonorioStop inc-not-f and dec-not-f, etc
2020-01-16 kusumotonorioImprove System V AMD64 ABI compliance
2018-08-21 Alexander Iljin*-docs: remove extra space character at the end of...
2018-07-14 Doug Colemanfactor: Make source files/resources 644 instead of...
2018-07-07 Doug Colemandocs: Fix help-lint-all mistakes.
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-02-13 John Benediktssonfix more typos in docs.
2018-01-22 John Benediktssoncpu.x86.assembler: fix article title to match other...
2018-01-22 John Benediktssoncpu.x86.features: fix article title to start with upper...
2018-01-22 Alexander Iljincpu.x86.features-docs: add some help on instruction...
2017-06-01 Doug Colemanfactor: Rename GENERIC# to GENERIC#:.
2016-11-30 Björn Lindqvistcpu.*: docs
2016-11-28 Björn Lindqvistcompiler.codegen: we don't need the init-fixup word
2016-09-11 Björn Lindqvistcompiler.*: Remove the scrubbing part of the GC maps
2016-09-09 Björn Lindqvistcompiler.codegen.*: removing the init-gc-maps word
2016-08-12 Björn Lindqvistcompiler.*: moving all words only relevant for testing...
2016-08-12 Björn Lindqvistcpu.*: new generic word enable-cpu-features
2016-08-08 Björn Lindqvistcompiler.*: Backend implementation of varargs
2016-08-08 Björn Lindqvistcpu.architecture: new docs
2016-08-08 Björn Lindqvistcpu.*: float-on-stack? word never used
2016-08-02 Björn Lindqvistcpu.x86.*: improved varargs support
2016-08-01 Björn Lindqvistcpu.*: removes the vector-regs hook
2016-08-01 Björn Lindqvistcpu.*: the %loop-entry word is unused
2016-07-30 Alexander IljinAdd EOL at EOF for all authors.txt files for consistency
2016-07-29 Björn Lindqvistcpu.x86.*: fix %prepare-var-args
2016-05-25 Björn Lindqvistcpu.*: more docs
2016-05-25 Björn Lindqvistcpu.x86.*: faster versions of the X-bit-version-of...
2016-05-25 Björn Lindqvistcpu.x86.sse: removing an unused word
2016-05-24 Björn Lindqvistcpu.x86.assembler: zero-extension can work on the TEST...
2016-05-23 Björn Lindqvistcpu.x86.assembler: fix help-lint problem
2016-05-20 Björn Lindqvistcpu.x86: xor rax, rax -> xor eax, eax
2016-05-20 Björn Lindqvistcpu.x86.assembler: enable zero extension for AND with...
2016-05-19 Björn Lindqvistcpu.x86.assembler: MOV zero extension for small immedia...
2016-05-19 Björn Lindqvistcpu.x86,bootstrap.assembler.*: making sure 0 is the...
2016-05-08 Björn Lindqvistcpu.x86: use INC and DEC in favor of ADD reg, 1 and...
2016-05-08 Björn Lindqvistcpu.x86.assember: add INC and DEC instructions to the...
2016-04-22 Björn Lindqvistcpu.x86.assembler: fix small help-lint problem
2016-04-22 Björn Lindqvistcpu.*: more docs
2016-04-22 Björn Lindqvistcpu.x86: better code without locals
2016-03-08 Jon Harperrename math.statistics:cum-map to sequences:accumulate*
2015-12-14 Björn Lindqvistvm: remove vm-field-offset and context-field-offset
2015-11-04 Björn Lindqvistcompiler.cfg.*: refactoring which removes spill-area...
2015-09-22 Björn Lindqvistcompiler.*: even more compiler docs
2015-09-08 John BenediktssonFix comments to be ! not #!.
2015-08-16 John Benediktssoncpu.x86.features: use <c-array>.
2015-08-14 Doug Colemancompiler: fix D.
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanbasis: ERROR: changes.
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2015-07-29 Björn Lindqvistcpu.x86: define %alien-invoke and %alien-indirect using...
2015-07-29 Björn LindqvistDocs: various more compiler-related docs
2015-07-22 John Benediktssoncpu.x86: fix article title help-lint.
2015-07-21 Björn Lindqvistcpu.x86: use push and pop when emitting %prologue and...
2015-07-21 Björn Lindqvistcompiler.*: fix the tests that broke because i removed...
2015-07-20 Doug Colemancore: fix docs
2015-07-19 John Benediktssonupdate some more MACRO: effects.
2015-07-19 Doug Colemanfactor: Trim whitespace after ! comments and a few...
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-06-18 John Benediktssoncpu: enable bit-test intrinsic for fixnum-bit?.
2015-06-17 Björn Lindqvistx86.64: change the register order so that RBX is alloca...
2015-06-15 John Benediktssoncpu.ppc: remove use of with-scope in favor of locals.
2015-06-15 John Benediktssoncpu.x86: remove use of with-scope in favor of locals.
2015-06-14 Björn Lindqvistcompiler.*: more compiler docs
2015-06-08 Doug Colemancore: Rename create to create-word, create-in to create...
2015-05-22 Björn Lindqvistcpu.x86.*: %mov-vm-ptr isn't so useful, shorter and...
2015-05-22 Björn LindqvistReorganising bootstrap files
2015-05-18 Doug Colemancpu.architecture: Fix trivial doc.
next