Commit Graph

9862 Commits (80e2309e170651bf543b3b425ac48c3756dce4cc)

Author SHA1 Message Date
John Benediktsson 2f4573b6f4 readline-listener: fix tab completion to complete from where the pointer is. 2012-09-25 14:13:42 -07:00
John Benediktsson 2da0e52525 math.extras: adding docs for ramanujan. 2012-09-25 10:50:09 -07:00
John Benediktsson b601d154c1 math.extras: fix spelling of stirling, add ramanujan approximation of factorial. 2012-09-25 10:48:09 -07:00
John Benediktsson 6303ed9106 readline-listener: change matching to use prefixed. 2012-09-25 09:37:50 -07:00
John Benediktsson 92396ffc4b readline-listener: adding better support for tab completion. 2012-09-25 09:11:05 -07:00
Doug Coleman e1b8eaa9fa hacker-news: Use ui-running? 2012-09-24 15:08:30 -07:00
Doug Coleman 556c54e4f9 hacker-news: Use white text in terminal. Use black foreground text on logo. 2012-09-24 14:05:33 -07:00
Doug Coleman 0bac24565e hacker-news: Fix using 2012-09-24 13:54:50 -07:00
Doug Coleman ff030b9c55 hacker-news: Clickable banner. 2012-09-24 13:48:01 -07:00
Doug Coleman 350bf5d316 hacker-news: Fix hacker-news. for job ads. 2012-09-24 11:32:12 -07:00
Doug Coleman b6ff02f53b reddit: Remove dead code. Print domain. 2012-09-24 11:01:49 -07:00
Doug Coleman cd78e15e97 hacker-news: Initial checkin. 2012-09-24 11:01:49 -07:00
John Benediktsson b9c2307bd6 reddit: add slots to subreddit, cleanup private interface. 2012-09-24 10:32:27 -07:00
John Benediktsson 1d8f4a3a34 reddit: rename "subreddit-top" to "subreddit.". 2012-09-24 09:55:18 -07:00
Doug Coleman 833fde5671 reddit: Make clickable links to comments, users. Move (subreddit) -> get-subreddit. 2012-09-24 09:42:30 -07:00
John Benediktsson 2c0ff7473d reddit: adding colors to subreddit-top. 2012-09-22 19:18:45 -07:00
John Benediktsson a7e3a2b024 reddit: adding a Reddit API wrapper. 2012-09-22 13:50:25 -07:00
John Benediktsson b9b5c6e927 coroutines: 4-space style. 2012-09-22 12:57:46 -07:00
John Benediktsson fa310fe054 bit.ly: add more of the API. 2012-09-22 12:54:51 -07:00
John Benediktsson 0c68baf6b5 cgi: adding a vocab to support using Factor in CGI scripts. 2012-09-22 12:46:13 -07:00
John Benediktsson f998138268 help.pdf: generate PDF files from help articles. 2012-09-22 12:31:21 -07:00
John Benediktsson ccf46b6846 pdf: adding a pdf render vocab. 2012-09-22 12:24:47 -07:00
Doug Coleman ba2cf19e5a sequences.extras: add filter-all-subseqs, filter-all-subseqs-range, map-like 2012-09-20 17:46:34 -07:00
Alex Vondrak 8a476f591f compiler.cfg.gvn.tests: fix unit tests now that more vregs get copy-propagated 2012-09-19 17:28:13 -07:00
Alex Vondrak d58d467434 compiler.cfg.gvn: experiment to scan for available vregs when rewriting
instructions instead of relying on the availability of the canonical
leader; untested
2012-09-19 17:28:13 -07:00
Alex Vondrak 3ff0b1a1ec compiler.cfg.gvn.testing: some helper words for debugging CFGs directly 2012-09-19 17:28:13 -07:00
John Benediktsson 346e1f4cf8 sequences.extras: adding reverse-as. 2012-09-19 13:29:59 -07:00
John Benediktsson ffbe20556b sortign.extras: use second-unsafe. 2012-09-19 10:33:52 -07:00
John Benediktsson 2643ecc646 benchmark.unicode: add benchmark for unicode case conversions. 2012-09-19 10:33:51 -07:00
John Benediktsson 8b49518349 benchmark.flip: adding a benchmark for the "flip" word. 2012-09-18 18:40:17 -07:00
Alex Vondrak 4c53c971c1 compiler.cfg.gvn.math: missed some availability checks that were causing math.vectors.simd.tests to fail (issue #671) 2012-09-18 00:07:10 -07:00
John Benediktsson a206daacde benchmark.continuations: more continuations. 2012-09-14 14:59:17 -07:00
Doug Coleman 700ca426d1 compiler.cfg.gvn.testing: Add one more platforms.txt 2012-09-13 10:09:29 -07:00
Doug Coleman ece7a4177a compiler.graphviz: Add platforms.txt until someday when graphviz win64
binaries are easy.
2012-09-13 08:51:39 -07:00
Alex Vondrak 2573e4c672 compiler.cfg.gvn.tests: test that gvn is, in fact, global; also, minor test of gcse modulo register availability 2012-09-12 15:14:12 -07:00
Alex Vondrak 0634eaefae compiler.cfg.gvn.tests: add a new 'fixme' unit test for a deficiency in the gvn algorithm 2012-09-12 15:14:12 -07:00
Alex Vondrak 419c15dd4f compiler.cfg.gvn.tests: to fix remaining regressions, added ##peeks so that vreg uses actually had defs (and thus would be available during gcse) 2012-09-12 15:14:12 -07:00
Alex Vondrak c29b0cc897 compiler.cfg.gvn.tests: ##phis now get converted into ##copy insns, so unit test had to change 2012-09-12 15:14:12 -07:00
Alex Vondrak 112824c9e3 compiler.cfg.gvn.tests: fix test-branch-folding 2012-09-12 15:14:12 -07:00
Alex Vondrak c14141a6b5 compiler.cfg.gvn.tests: fix the old, single-basic-block tests from
compiler.cfg.value-numbering (which was nearly all of them) to work with
new gvn interface
2012-09-12 15:14:12 -07:00
Alex Vondrak 383fa08c53 compiler.cfg.gvn: merge changes from value-numbering-tests into gvn-tests 2012-09-12 15:14:12 -07:00
Alex Vondrak fb83bf2d6a compiler.cfg.gvn.avail: add a FROM: to clarify collision over change-at word 2012-09-12 15:14:12 -07:00
Alex Vondrak f2638c99dd compiler.cfg.gvn: merge in applicable changes from compiler.cfg.value-numbering 2012-09-12 15:14:11 -07:00
Alex Vondrak 2456f90eaf compiler.cfg.gvn.math: re-enable distribution for final pass 2012-09-12 15:14:11 -07:00
Alex Vondrak a11e1bb95a compiler.cfg.graphviz & compiler.cfg.gvn.testing: change output slightly 2012-09-12 15:14:11 -07:00
Alex Vondrak d86d44023a compiler.cfg.gvn: fix copyrights 2012-09-12 15:14:11 -07:00
Alex Vondrak 270de14e22 compiler.cfg.graphviz & compiler.cfg.gvn.testing: png -> svg 2012-09-12 15:14:11 -07:00
Alex Vondrak 0bcff5d642 compiler.cfg.gvn.alien: use next-vreg on final iteration, which seems to fix a bug 2012-09-12 15:14:11 -07:00
Alex Vondrak 2f1fdaad6c compiler.cfg.gvn: forgot to make certain defs available 2012-09-12 15:14:11 -07:00
Alex Vondrak 7de3ec13e5 compiler.cfg.gvn.comparisons: missed a spot for with-available-uses? 2012-09-12 15:14:11 -07:00