]> gitweb.factorcode.org Git - factor.git/history - extra
windows.fonts: speed up cached fonts.
[factor.git] / extra /
2012-09-20 Alex Vondrakcompiler.cfg.gvn.tests: fix unit tests now that more...
2012-09-20 Alex Vondrakcompiler.cfg.gvn: experiment to scan for available...
2012-09-20 Alex Vondrakcompiler.cfg.gvn.testing: some helper words for debuggi...
2012-09-19 John Benediktssonsequences.extras: adding reverse-as.
2012-09-19 John Benediktssonsortign.extras: use second-unsafe.
2012-09-19 John Benediktssonbenchmark.unicode: add benchmark for unicode case conve...
2012-09-19 John Benediktssonbenchmark.flip: adding a benchmark for the "flip" word.
2012-09-18 Alex Vondrakcompiler.cfg.gvn.math: missed some availability checks...
2012-09-14 John Benediktssonbenchmark.continuations: more continuations.
2012-09-13 Doug Colemancompiler.cfg.gvn.testing: Add one more platforms.txt
2012-09-13 Doug Colemancompiler.graphviz: Add platforms.txt until someday...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.tests: test that gvn is, in fact,...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.tests: add a new 'fixme' unit test...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.tests: to fix remaining regressions...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.tests: ##phis now get converted into...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.tests: fix test-branch-folding
2012-09-12 Alex Vondrakcompiler.cfg.gvn.tests: fix the old, single-basic-block...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: merge changes from value-numbering...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.avail: add a FROM: to clarify collisio...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: merge in applicable changes from...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.math: re-enable distribution for final...
2012-09-12 Alex Vondrakcompiler.cfg.graphviz & compiler.cfg.gvn.testing: chang...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: fix copyrights
2012-09-12 Alex Vondrakcompiler.cfg.graphviz & compiler.cfg.gvn.testing: png...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.alien: use next-vreg on final iteratio...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: forgot to make certain defs available
2012-09-12 Alex Vondrakcompiler.cfg.gvn.comparisons: missed a spot for with...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.avail: make with-available-uses? short...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: fix special vreg insn handling
2012-09-12 Alex Vondrakcompiler.cfg.gvn: enable rewrites & ##phi processing
2012-09-12 Alex Vondrakcompiler.cfg.gvn.comparisons: next-vreg not a problem...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: found infinite loop issues when rewri...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: add simple gcse (avoid rewriting...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.avail: kludgey fix for odd problem...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: try to clean up availability issues...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: move ##phi handling to the value...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: annotate portions of code where avail...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.expressions: ##phis in different block...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: clean up
2012-09-12 Alex Vondrakcompiler.cfg.gvn: gut it down to just identifying value...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: convert expressions, graph, and misc...
2012-09-12 Alex Vondrakdelete compiler.cfg.gvn.redundancy-elimination
2012-09-12 Alex Vondrakcompiler.cfg.gvn: some poorly thought-out attempts...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.testing: separate out test-gvn to...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.avail: minor simplification
2012-09-12 Alex Vondrakcompiler.cfg.graphviz: add block numbers to labels
2012-09-12 Alex Vondrakcompiler.cfg.gvn.redundancy-elimination: horrific tinke...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.redundancy-elimination: rough draft
2012-09-12 Alex Vondrakcompiler.cfg.gvn: preparing for avail-based redundancy...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.testing: minor fix
2012-09-12 Alex Vondrakcompiler.cfg.gvn.alien: clean up destructive rewrites
2012-09-12 Alex Vondrakcompiler.cfg.gvn.slots: make simplify-slot-addressing...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.comparisons: fix premature cfg modific...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: with the change to vreg>vn, must...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.misc: simplify ##phi rewrite
2012-09-12 Alex Vondrakcompiler.cfg.gvn: move ##phi junk to proper vocabs
2012-09-12 Alex Vondrakcompiler.cfg.gvn: I'm stupid; don't think a separate...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: refactor
2012-09-12 Alex Vondrakcompiler.cfg.gvn.testing: clean stuff up; get full...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.testing: add basic graphviz output
2012-09-12 Alex Vondrakcompiler.cfg.gvn: move crappy test code to compiler...
2012-09-12 Alex Vondrakmove compiler.cfg.graphviz & compiler.cfg.gvn from...
2012-09-11 Doug Colemansequences.extras: Add unit tests. Fix using.
2012-09-11 Doug Colemansequences.extras: Add loop>sequence, loop>array
2012-09-11 John Benediktssonsequences.rotated: adding rotated virtual sequences.
2012-09-11 John Benediktssoncircular: fix minor typo in copyright url.
2012-09-10 Doug Colemansequences.extras: Add first=, first?, etc
2012-09-10 Doug Colemanmath.transforms.bwt: Simplify two places in bwt.
2012-09-09 John Benediktssonmath.transforms.bwt: adding inefficient versions of...
2012-09-09 John Benediktssonsequences.extras: adding "all-rotations".
2012-09-08 John Benediktssonmath.cardinality: adding a cardinality estimator.
2012-09-07 John Benediktssonsequences.extras: adding "map-from".
2012-09-06 John Benediktssonsequences.extras: adding "arg-where".
2012-09-06 John Benediktssonsequences.extras: fixes, add "arg-max" and "arg-min".
2012-09-06 John Benediktssonbenchmark.sort: make the numbers-to-sort at parse time...
2012-09-06 John Benediktssonbenchmark.random: no need to write the file.
2012-09-06 John Benediktssonbenchmark.sort: changing to not depend on benchmark...
2012-08-31 John Benediktssonsequences.extras: adding "until-empty".
2012-08-31 John Benediktssonmath.extras: adding "until-zero".
2012-08-31 John Benediktssonmath.extras: adding moving-count.
2012-08-30 John Benediktssonsequences: some minor performance improvements.
2012-08-30 John Benediktssonliterate: adding some tests.
2012-08-29 John Benediktssonliterate: adding some literate programming ideas.
2012-08-25 Doug Colemanimages: gdiplus had a resource leak (file descriptor...
2012-08-24 Doug Colemanassocs: Add sift-keys and sift-values. Remove three...
2012-08-23 John Benediktssonio.streams.256color: adding support for bold and italic.
2012-08-17 Doug Colemanxkcd: Print images inline.
2012-08-17 John Benediktssonmason.release.archive: fix extension name on release...
2012-08-17 Doug Colemanxkcd: Typos.
2012-08-17 Doug Colemanxkcd: XKCD Literals. Duh.
2012-08-14 John Benediktssonrosetta-code.bulls-and-cows: digit> is better.
2012-08-14 John Benediktssongraphviz: fix test errors on the mac.
2012-08-14 Alex Vondrakgraphviz: add some unit tests (stuff from the gallery)
2012-08-13 John Benediktssonwebapps.mason: show all the configured build machines...
2012-08-09 John Benediktssonsequences.extras: moved 2each-index to extras for now.
2012-08-09 John Benediktssonsequences.repeating: fix repeat bug.
2012-08-09 John Benediktssonsequences.extras: adding even and odd indices virtual...
2012-08-09 John Benediktssonmath.transforms.fft: bit simpler, faster.
2012-08-09 John Benediktssonmath.transforms.fft: specify algorithm.
2012-08-09 John Benediktssonmath.transforms.fft: using 2map-index to simplify.
next