]> gitweb.factorcode.org Git - factor.git/history - basis/cpu/x86
Update actions, because Node.js 16 actions are deprecated, to Node.js 20
[factor.git] / basis / cpu / x86 /
2023-08-22 John BenediktssonRevert "cpu.architecture: remove un-needed temp registe...
2023-08-22 John Benediktssoncpu.architecture: remove un-needed temp register in...
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-02-26 Doug Colemankernel: ?if-old is just `[ or* ] 2dip if`
2023-02-26 Doug Colemanfactor: ?if to ?if-old
2023-02-26 Doug Colemanfactor: rename count-by back to count. count* -> percent-of
2023-02-26 Doug Colemansequences: rename count to count-by
2023-01-20 John BenediktssonSwitch to https urls
2023-01-13 John Benediktssonfix some unit-test syntax to use array instead of quota...
2022-01-25 John Benediktssoncore/basis/extra: using STARTUP-HOOK: and SHUTDOWN...
2021-12-30 John Benediktssonendian: replaces io.binary and io.binary.fast.
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-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-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.*: 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-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-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-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.x86: remove use of with-scope in favor of locals.
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 Björn Lindqvistcpu.x86: fix silly bug in %clear 1322/head
2015-05-17 Björn Lindqvistcompiler.*: new cfg instruction ##clear, it makes it... 1321/head
2015-05-17 Björn Lindqvistcompiler.*: now when we're tracking uninitialized locat...
2015-05-10 John Benediktssoncpu/stack-checker: fix some help-lint warnings.
2015-05-10 Björn Lindqvistcompiler.*: a bunch more compiler docs
2015-05-10 Björn Lindqvistcompiler.*,cpu.*: add a height slot to ##call nodes...
2015-04-29 Björn LindqvistDocs: bunch of smaller documentation fixes for various...
2015-04-29 Björn Lindqvistcompiler.*: merge of ##inc-r and ##inc-d into one instr...
2014-12-09 Björn Lindqvistcpu.x86.tests: more tests
2014-12-09 Björn Lindqvistcompiler.cfg.*: the ##alien-assembly instruction does...
2014-11-30 John Benediktssoncpu.x86: "dup pop* push" is just "set-last".
2014-11-21 John Benediktssonuse swapd instead of [ swap ] dip.
2014-11-08 Doug Colemancpu.x86.64: 64-bit register is RDX not EDX. Fixes ...
2014-11-06 Benjamin PollackRemove executable bit from tons of files that aren't
2014-10-20 John Benediktssoncpu.x86.assembler.operands: fix help-lint.
2014-10-19 Björn Lindqvistcpu.*: docs and tests for words in the assembler
2014-10-17 Björn Lindqvistcompiler,cpu: more docs
2014-08-13 Björn LindqvistDocs: more compiler-related documentation
2014-06-08 Björn LindqvistDocs: docs for compiler-related words
2014-06-08 Björn LindqvistDocs: for cpu.x86
2014-05-11 Björn LindqvistDocs: mostly fixes for doc errors found by help lint
2014-05-11 Björn LindqvistDocs: docs for compiler.* and cpu.* words
2014-05-11 Björn LindqvistDocs: docs for cpu.* vocabs
next