]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
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
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.copy-prop: kludge to make sure ##phis...
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...
next