Sam Anklesaria
|
42d478054f
|
ui.gadgets.layout: add-gadget-at refactored
|
2009-08-05 08:44:14 -05:00 |
Sam Anklesaria
|
f9cc05e14a
|
gadgets.controls.refactoring
|
2009-08-04 23:00:46 -05:00 |
Sam Anklesaria
|
c05e91a7a3
|
replaced redundancies
|
2009-08-04 17:16:34 -05:00 |
Sam Anklesaria
|
70428241bd
|
textmate bundle scaffolding
|
2009-08-04 16:05:37 -05:00 |
Sam Anklesaria
|
bc0711cbe5
|
modules vocab in working order
|
2009-08-03 23:12:34 -05:00 |
Sam Anklesaria
|
a7ff4c7884
|
not using message passing threads for modules
|
2009-08-03 22:29:02 -05:00 |
Sam Anklesaria
|
1145f49a47
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-03 20:09:05 -05:00 |
Doug Coleman
|
5d19f868fb
|
fix using list
|
2009-08-03 17:32:56 -05:00 |
Slava Pestov
|
be0d134ebe
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-03 15:00:21 -05:00 |
Slava Pestov
|
841fc3a89a
|
http.server.rewrite generalizes furnace.actions rest slot, so mention this in the docs
|
2009-08-03 15:00:05 -05:00 |
Slava Pestov
|
181d9ca07d
|
http.server.rewrite: facility for making URLs prettier, and dynamic dispatching on the first part of a host name. Doug go nuts
|
2009-08-03 14:58:56 -05:00 |
Slava Pestov
|
3857006b71
|
Move furnace.actions:{param,params} and furnace.utilities:request-params to http.server
|
2009-08-03 14:58:18 -05:00 |
Sam Anklesaria
|
dcd6bc316c
|
textmate snippets for factor bundle
|
2009-08-03 14:06:00 -05:00 |
Slava Pestov
|
e5114aa510
|
bootstrap.compiler.timing: fix load error
|
2009-08-03 13:34:28 -05:00 |
Slava Pestov
|
07ea78df57
|
sequences: map, 2map, 3map use new map-integers combinator; last two no longer depend on integers-as-sequences
|
2009-08-03 13:30:55 -05:00 |
Slava Pestov
|
b49e4c9c9b
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-03 10:31:27 -05:00 |
Slava Pestov
|
d286a7f426
|
compiler.cfg.critical-edges: no longer neededed
|
2009-08-03 10:31:00 -05:00 |
Sam Anklesaria
|
07b34c6d0a
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-03 10:13:27 -05:00 |
Sam Anklesaria
|
a211054962
|
textmate bundle work- stopped by modules bug
|
2009-08-03 10:12:20 -05:00 |
Slava Pestov
|
d20d335447
|
compiler.cfg.stacks: more accurate deconcatenatization inserts fewer partially redundant ##peeks. 11% improvement on benchmark.beust2, 2% reduction in ##peek and ##replace instructions inserted
|
2009-08-03 07:08:28 -05:00 |
Slava Pestov
|
720bfe378f
|
compiler.cfg.stacks.uninitialized: use bitand instead of min
|
2009-08-03 06:03:38 -05:00 |
Slava Pestov
|
89305e0bcb
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-03 01:02:14 -05:00 |
Slava Pestov
|
30fde00570
|
help.html: fix vocab help generation
|
2009-08-03 01:02:00 -05:00 |
Doug Coleman
|
a67a424644
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-02 23:18:09 -05:00 |
Joe Groff
|
63e5b0d6d8
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-02 23:16:52 -05:00 |
Joe Groff
|
f5edb8629f
|
one last sort-with-able straggler in fuel.xref
|
2009-08-02 20:17:25 -05:00 |
Joe Groff
|
97a515c04e
|
[ [ ... ] bi@ >=< ] sort => [ ... ] inv-sort-with
|
2009-08-02 20:14:56 -05:00 |
Joe Groff
|
a2fe9f1952
|
[ [ ... ] bi@ <=> ] sort => [ ... ] sort-with
|
2009-08-02 20:13:59 -05:00 |
Joe Groff
|
2a60451107
|
[ [ ... ] compare invert-comparison ] sort => [ ... ] inv-sort-with
|
2009-08-02 20:10:58 -05:00 |
Joe Groff
|
7c5ef08aab
|
[ [ ... ] compare ] sort => [ ... ] sort-with
|
2009-08-02 20:09:23 -05:00 |
Joe Groff
|
cdf964579d
|
sorting: sort-with and inv-sort-with combinators to simplify common [ [ ... ] compare ] sort idiom
|
2009-08-02 20:01:54 -05:00 |
Joe Groff
|
f0f20708cd
|
gpu.render: remove gpu-data-ptr slot specialization on index-elements. it prevents using specialized-arrays or other byte-array wrappers with index-elements
|
2009-08-02 19:52:33 -05:00 |
Doug Coleman
|
397def0ede
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-02 19:31:47 -05:00 |
Slava Pestov
|
dac7edd2ab
|
compiler.cfg.def-use: remove compute-def-use word, passes have to call compute-defs or compute-uses now; compiler.cfg.ssa.liveness: don't compute dominance and def-use first since destruction does already
|
2009-08-02 19:12:32 -05:00 |
Doug Coleman
|
632e595e30
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-02 19:10:56 -05:00 |
Slava Pestov
|
df6c87d350
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-02 18:46:27 -05:00 |
Slava Pestov
|
32d9102feb
|
Revert "SSA destruction uses new SSA liveness checking"
This reverts commit 98c7de8410 .
|
2009-08-02 18:41:31 -05:00 |
Slava Pestov
|
a15b20a671
|
Revert "compiler.cfg.liveness.ssa: remove"
This reverts commit 6144fee101 .
|
2009-08-02 18:41:16 -05:00 |
Doug Coleman
|
eb61ffc56d
|
use itoa in more places
|
2009-08-02 18:18:31 -05:00 |
Daniel Ehrenberg
|
665b3921d1
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-02 18:25:37 -04:00 |
Daniel Ehrenberg
|
f7a53811c1
|
Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:
basis/compiler/cfg/ssa/liveness/liveness-tests.factor
|
2009-08-02 18:23:49 -04:00 |
Slava Pestov
|
634e1dd525
|
compiler.cfg.liveness.ssa: remove
|
2009-08-02 17:19:01 -05:00 |
Slava Pestov
|
16a7ba35d2
|
Merge branch 'master' of git://github.com/alaricsp/factor
|
2009-08-02 17:15:26 -05:00 |
Daniel Ehrenberg
|
765efc1a66
|
Removing phi-outs set in SSA liveness checking
|
2009-08-02 18:15:18 -04:00 |
Slava Pestov
|
777bda70dc
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-02 17:07:06 -05:00 |
Slava Pestov
|
8a8ebcb908
|
compiler.cfg.ssa.liveness: fix unit tests
|
2009-08-02 17:06:35 -05:00 |
Daniel Ehrenberg
|
3b78d03e2a
|
minor SSA liveness code reorganization
|
2009-08-02 18:05:51 -04:00 |
Daniel Ehrenberg
|
cf7ab59fb7
|
SSA destruction uses new SSA liveness checking
|
2009-08-02 18:04:45 -04:00 |
Daniel Ehrenberg
|
d349cc565a
|
def-use puts phi uses in respective predecessors
|
2009-08-02 18:04:07 -04:00 |
Alaric Snell-Pym
|
8dacd82707
|
FNV1 and FNV1a hashes implemented for 32, 64, 128, 256, 512, and 1024 bit widths.
|
2009-08-02 18:16:55 +01:00 |