]> gitweb.factorcode.org Git - factor.git/history - basis/cpu
io.streams.tee: more tests
[factor.git] / basis / cpu /
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.
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-13 John Benediktssonminor cleanup to some docs.
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 Lindqvistcompiler.*: bunch of new docs for some compiler instruc...
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-11 Björn LindqvistDocs: more compiler docs
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-24 Björn Lindqvistcpu.architecture.tests: fix tests for win 64
2014-11-21 John Benediktssonuse swapd instead of [ swap ] dip.
2014-11-16 Björn Lindqvistcpu.architecture: docs and some tests
2014-11-16 Björn LindqvistDocs: smallish improvements to compiler vocabs
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 LindqvistDocs: fixing smaller help-lint nitpicks
2014-10-19 Björn Lindqvistcpu.*: docs and tests for words in the assembler
2014-10-17 Björn Lindqvistcompiler,cpu: more docs
2014-10-17 Björn Lindqvistcpu.architecture: %save-context example
2014-08-13 Björn LindqvistDocs: more compiler-related documentation
2014-06-08 John Benediktssoncpu.architecture: fix using from bad conflict merge.
2014-06-08 Björn LindqvistDocs: docs for compiler-related words
2014-06-08 Björn LindqvistDocs: for cpu.architecture words
2014-06-08 Björn LindqvistDocs: for cpu.x86
2014-06-08 Björn LindqvistDocs: for compiler.cfg and cpu.architecture words
2014-05-24 John Benediktssonimprove help by linking to types directly.
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 compiler-related vocabs
2014-05-11 Björn LindqvistDocs: docs for cpu.* vocabs
2014-05-11 Björn LindqvistDocs: for cpu.x86.* words
2014-05-11 Björn LindqvistDocs: stub docs for cpu.architecture
2012-12-31 Doug Colemanbasis: Re-enable some things I commented out. Fixes...
2012-12-31 Doug Colemanstarting point - Fix bootstrap; I broke it in merging...
2012-10-22 Doug Colemankernel: Add 4dup, 4drop, and 4cleave.
2012-09-21 John BenediktssonRevert "cpu.x86.bootstrap: Rice the jit compiler -...
2012-09-21 Doug Colemancpu.x86.bootstrap: Rice the jit compiler -- SHR SHL...
2012-09-20 Doug Colemancpu.x86.features: Rename rdrnd to rdrand!
2012-09-20 Doug Colemancpu.x86: Add ghetto RDRAND support. Proper support...
2012-09-19 Doug Colemancpu.x86: Use bit-range, don't call cpuid so many times
2012-09-19 Doug Colemancpu.x86: Some calls to CPUID take a parameter in ECX...
2012-09-19 John Benediktssoncpu.x86.features: temporary fix for bootstrap issue.
2012-09-19 Doug Colemancpu.x86.features: Add some words to check cpu features...
2012-09-19 Doug Colemancpu.x86.assember: Add RDMSR for completeness, but it...
2012-09-19 Doug Colemancpu.x86.features: Unbiased CPUID test.
2012-09-19 Doug Colemancpu.x86: Fix load order.
2012-09-19 Doug Colemancpu.x86.features: Fix cpuid for win64.
2012-09-19 Doug Colemancpu.x86.features: Implement cpuid with help from joe...
2012-09-19 Doug Colemancpu.x86: Fix the popcnt? word alien-assembly. XOR the...
2012-07-17 John Benediktssonusing if-zero in even more places.
2012-06-18 John Benediktssonmath: using if-zero in more places.
2011-12-20 Joe Groffcpu.x86.32.bootstrap: oops, meant bootstrap-cell
2011-12-20 Joe Groffcpu.x86.32.bootstrap: update unwind-native-frames
2011-12-14 Joe Groffcpu.x86.64: define jit-load-vm as a no-op
2011-12-14 Joe Groffoops, handler still need to jit-load-vm on x86-32
2011-12-14 Joe Groffcpu.x86.*: clean up signal handler prolog code
2011-12-14 Joe Groffcpu.x86: reduce compiled frames by 2 cells too
2011-12-14 Joe Groffsimplify function prologs
2011-12-14 Joe Groffcpu.*.bootstrap: return address for (set-context)
2011-12-14 Joe Groffvm: frame size for signal handler code blocks
2011-12-14 Joe Groffvm: store stack frame size in code blocks
2011-12-13 Joe Groffcpu.x86: enable POPCNT with a flag
2011-11-24 Joe Groffuse radix literals
2011-11-23 Joe Groffcompiler: emit safepoints in optimized prologs
next