]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2012-09-22 John Benediktssonpdf: adding a pdf render vocab.
2012-09-22 John Benediktssonio.launcher.unix: fix tests to use arch in file names.
2012-09-22 John Benediktssonui.tools.browser.popups: fix hand-loc get-global.
2012-09-22 John Benediktssonui.text: more globals.
2012-09-22 John Benediktssonui: hand-loc and hand-click-loc should be global.
2012-09-21 John Benediktssonui: use "windows get-global".
2012-09-21 John Benediktssonclasses.struct: inline M\ struct byte-length.
2012-09-21 John Benediktssonclasses.builtin: fold type>class.
2012-09-21 John Benediktssonsummary: inline object-summary.
2012-09-21 John Benediktssonbootstrap.image: adding make-my-image for @erg.
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-21 John Benediktssonmath.integers: fix docs for fixnum comparisons.
2012-09-21 Doug Colemanwindows.uniscribe: Render image lazily. Speeds up panes...
2012-09-21 John Benediktssonui.text.pango: lazy render images like core-text backend.
2012-09-21 John Benediktssoncore-text: delay rendered line calculation until needed.
2012-09-21 Doug Colemanalien: Clarify alien-assembly docs.
2012-09-21 John Benediktssonui.gadgets.tables: i think this is clearer.
2012-09-21 John Benediktssonui.gadgets.tables: fix stack effect names.
2012-09-21 John Benediktssonui.gadgets.tables: cache table rows only on model-changed.
2012-09-21 John Benediktssonui.gadgets.tables: reduce generic dispatch.
2012-09-21 Doug Colemansequences.extras: add filter-all-subseqs, filter-all...
2012-09-20 John Benediktssonwindows.fonts: speed up cached fonts.
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-20 John Benediktssonui.gadgets.tables: some performance improvements.
2012-09-20 John Benediktssontools.annotations: add total number of calls to timing...
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-20 John Benediktssonwrap: more speedups.
2012-09-20 Doug Colemanmath.bitwise: Fix bit-range and test it.
2012-09-19 John Benediktssonsequences: fix docs to use "dst" as a convention.
2012-09-19 Doug Colemanmath.bitwise: Fix on-bits for negative values, which...
2012-09-19 Doug Colemanmath.bitwise: Inline bit-range
2012-09-19 Doug Colemancombinators.smart: Add cleave>sequence.
2012-09-19 Doug Colemancpu.x86: Use bit-range, don't call cpuid so many times
2012-09-19 Doug Colemanmath.bitwise: Add bit-range
2012-09-19 John Benediktssonsequences.extras: adding reverse-as.
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 John Benediktssoninterval-maps: bit more speed using unsafe words.
2012-09-19 John Benediktssonsortign.extras: use second-unsafe.
2012-09-19 John Benediktssonunicode.breaks: inline word-break-classes.
2012-09-19 John Benediktssonsequences: adding second-, third-, and fourth- unsafe...
2012-09-19 John Benediktssonbenchmark.unicode: add benchmark for unicode case conve...
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 Colemanalien: Fix docs.
2012-09-19 Doug Colemancpu.x86.features: Unbiased CPUID test.
2012-09-19 Doug Colemancpu.x86: Fix load order.
2012-09-19 Doug Colemanalien: Fix the usings
2012-09-19 Doug Colemanalien: More docs for alien-assembly.
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 John Benediktssonbenchmark.flip: adding a benchmark for the "flip" word.
2012-09-19 Doug Colemancpu.x86: Fix the popcnt? word alien-assembly. XOR the...
2012-09-18 John Benediktssonui.baseline-alignment: add concept of "aligned-gadget".
2012-09-18 John BenediktssonRevert "ui.gadgets.labels: use font-metrics directly."
2012-09-18 Alex Vondrakcompiler.cfg.gvn.math: missed some availability checks...
2012-09-18 John Benediktssonui.gadgets: add some inline.
2012-09-17 John Benediktssonui.text.pango: don't create unnecessary font objects.
2012-09-17 John Benediktssonui.gadgets.labels: use font-metrics directly.
2012-09-17 John Benediktssonui.gadgets.paragraphs: cache the wrapped paragraph...
2012-09-17 John Benediktssonui.gadgets: inline gadget-child and nth-gadget.
2012-09-17 John Benediktssonclasses.struct: removing unused bad-type-for-bits error.
2012-09-17 Doug Colemanwindows: Start adding GetBestInterface.
2012-09-17 Doug Colemanwindows.iphlpapi: Add a way to get interfaces, mac...
2012-09-17 Doug Colemanwindows.winsock: Add sockaddr>ip.
2012-09-17 Doug Colemancombinators.smart: Add cleave>array.
2012-09-17 Doug Colemanwindows.kernel32: Add HeapAlloc, HeapFree but don't...
2012-09-17 Doug Colemanio.files.info: On my Windows7 box, D: is "not really...
2012-09-16 Doug Colemanalien.c-types: Add c-type-signed to protocol, which...
2012-09-16 John BenediktssonRevert "math: speed up integer>fixnum operations."
2012-09-15 John Benediktssonmath: speed up integer>fixnum operations.
2012-09-15 John Benediktssonmath.integers: fix docs for >integer.
2012-09-14 John Benediktssoncontinuations: slight speedup.
2012-09-14 John Benediktssonbenchmark.continuations: more continuations.
2012-09-14 John Benediktssonheaps: inline heap-size also.
2012-09-14 John Benediktssonheaps: speed up heaps benchmark.
2012-09-14 John Benediktssonmath.order: improve docs for invert-comparison.
2012-09-14 John Benediktssonmath.order: cleanup stack effects.
2012-09-14 John Benediktssonmath.order: make it more obvious this is a real<=>.
2012-09-14 John Benediktssonmisc: fix syntax highlighting for MATH: generics.
2012-09-14 John Benediktssonsorting: 6% performance improvement using -unsafe words.
2012-09-14 John Benediktssonmath.order: speed up math comparisons using a math...
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
next