]> gitweb.factorcode.org Git - factor.git/history - basis/cpu
Add vim indent
[factor.git] / basis / cpu /
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
2011-11-14 Joe Groffcode beautification
2011-11-14 Joe Groffcompiler: add intrinsic for PMOVMSKB/MOVMSKP[SD]
2011-11-12 Joe Groffcpu.*.bootstrap: clear faulting flag directly
2011-11-12 Joe Groffvm: more defense against multi-faulting
2011-11-11 Joe Groffvm: strip out call-counting profiler
2011-11-04 Joe Groffcpu.x86.*.bootstrap: save flags in signal-handlers
2011-11-04 Joe Groffcpu.x86.bootstrap: cell -> bootstrap-cell
2011-11-04 Joe Groffcpu.x86.assembler: PUSHF, POPF instructions
2011-11-04 Joe Groffcpu.x86.64.bootstrap: save all the regs on signal
2011-11-04 Joe Groffcpu.x86.bootstrap: don't safepoint in a safepoint
2011-11-03 Joe Groffcpu.x86.32.bootstrap: typo
2011-11-03 Joe Groffvm: always generate safepoints in jit
2011-11-03 Joe Groffremove BSD,solaris,etc. misc platform support code
2011-11-02 Joe Grofffix platform dependency in leaf-signal-handler
2011-11-02 Joe Groffcpu.x86.bootstrap: simplify leaf-signal-handler
2011-11-02 Doug ColemanMake "foo.private" require load foo instead.
2011-10-28 Joe Groffcleanups from code review
2011-10-28 Joe Groffcpu.x86.64: also must save ctx-reg
2011-10-28 Joe Groffcpu.x86.32: update for resumable signal handlers
2011-10-28 Joe Groffvm: suppress signal-handler stack frame generation
2011-10-28 Joe Groffvm: resumably handle signals from leaf procedures
2011-10-28 Joe Groffvm: dispatch signal handlers through subprimitive
2011-10-28 Joe Groffcpu.x86.(32,64).bootstrap: get rid of PUSH malarky
2011-10-28 Joe Groffcompiler: add ##safepoint IR insn
2011-10-28 Joe Groffcpu.x86.assembler: add MOVABS instruction
2011-10-28 Joe Groffcpu.x86.bootstrap: add safepoint to jit-epilog
2011-10-24 Doug ColemanFix 32bit platform bootstrap
2011-10-24 Doug ColemanFound a few more places to use lookup-c-type
2011-10-24 Doug ColemanRename c-type to lookup-c-type. Fixes #230.
2011-10-03 Slava PestovAdd RT_INLINE_CACHE_MISS relocation type to avoid frequ...
next