]> gitweb.factorcode.org Git - factor.git/log
factor.git
14 years agoMerge branch 'master' of git://factorcode.org/git/factor
John Benediktsson [Fri, 5 Jun 2009 06:01:34 +0000 (23:01 -0700)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Fri, 5 Jun 2009 00:14:27 +0000 (19:14 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agocompiler.cfg.linear-scan: re-do interval splitting to operate on live ranges; add...
Slava Pestov [Thu, 4 Jun 2009 23:53:02 +0000 (18:53 -0500)]
compiler.cfg.linear-scan: re-do interval splitting to operate on live ranges; add inactive set processing

14 years agorenamd parsed-tiff to loading-tiff
Doug Coleman [Thu, 4 Jun 2009 21:17:26 +0000 (16:17 -0500)]
renamd parsed-tiff to loading-tiff

14 years agouse singletons instead of subclassing the image class
Doug Coleman [Thu, 4 Jun 2009 21:09:38 +0000 (16:09 -0500)]
use singletons instead of subclassing the image class

14 years agocreate initializers vocab when constructors is used. this should really go in bootst...
Doug Coleman [Thu, 4 Jun 2009 20:30:17 +0000 (15:30 -0500)]
create initializers vocab when constructors is used.  this should really go in bootstrap instead

14 years agodon't normalize images in processing.rotation. this means there are some padding...
Doug Coleman [Thu, 4 Jun 2009 20:09:25 +0000 (15:09 -0500)]
don't normalize images in processing.rotation.  this means there are some padding bytes to deal with

14 years agofix loading of bitmaps when computed size is 0
Doug Coleman [Thu, 4 Jun 2009 20:06:33 +0000 (15:06 -0500)]
fix loading of bitmaps when computed size is 0

14 years agouse initial values in constructors when approriate
Doug Coleman [Thu, 4 Jun 2009 19:57:10 +0000 (14:57 -0500)]
use initial values in constructors when approriate

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
John Benediktsson [Thu, 4 Jun 2009 15:50:06 +0000 (08:50 -0700)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agoconstructor foo now creates an initialize-foo word in the initializers vocabualary...
Doug Coleman [Thu, 4 Jun 2009 15:17:09 +0000 (10:17 -0500)]
constructor foo now creates an initialize-foo word in the initializers vocabualary.  <foo> is instantiated with boa constructors now, so constructors handle read-only slots

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
John Benediktsson [Thu, 4 Jun 2009 04:50:09 +0000 (21:50 -0700)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agoadd a logged-in flag to managed-server for logging in connections so we don't have...
Doug Coleman [Thu, 4 Jun 2009 04:00:56 +0000 (23:00 -0500)]
add a logged-in flag to managed-server for logging in connections so we don't have to throw exceptions to kill clients

14 years agoreally disconnect someone if name is taken
Doug Coleman [Thu, 4 Jun 2009 03:19:46 +0000 (22:19 -0500)]
really disconnect someone if name is taken

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Thu, 4 Jun 2009 02:36:37 +0000 (21:36 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agoclean up bitmap code, support a lot more bitmaps like 1/4/16 bit
Doug Coleman [Thu, 4 Jun 2009 02:36:03 +0000 (21:36 -0500)]
clean up bitmap code, support a lot more bitmaps like 1/4/16 bit

14 years agorename run-length's uncompress word
Doug Coleman [Thu, 4 Jun 2009 02:22:19 +0000 (21:22 -0500)]
rename run-length's uncompress word

14 years agoadd a word to make a sequence from a byte-array by taking n bits at a time
Doug Coleman [Thu, 4 Jun 2009 02:21:51 +0000 (21:21 -0500)]
add a word to make a sequence from a byte-array by taking n bits at a time

14 years agoadd a <limited-file-reader> word to open a limited stream from a file correctly
Doug Coleman [Thu, 4 Jun 2009 02:21:21 +0000 (21:21 -0500)]
add a <limited-file-reader> word to open a limited stream from a file correctly

14 years agoCatch and wrap game-loop errors and send them through the UI when available. much...
Joe Groff [Thu, 4 Jun 2009 00:55:38 +0000 (19:55 -0500)]
Catch and wrap game-loop errors and send them through the UI when available. much nicer than having to check the console

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
John Benediktsson [Wed, 3 Jun 2009 17:00:43 +0000 (10:00 -0700)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
Joe Groff [Wed, 3 Jun 2009 16:03:45 +0000 (11:03 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agonull-world class for interactive OpenGL use
Joe Groff [Wed, 3 Jun 2009 16:03:34 +0000 (11:03 -0500)]
null-world class for interactive OpenGL use

14 years agotypo in opengl.gl
Joe Groff [Wed, 3 Jun 2009 16:02:41 +0000 (11:02 -0500)]
typo in opengl.gl

14 years agoFix 32-bit bootstrap
Slava Pestov [Wed, 3 Jun 2009 08:23:55 +0000 (03:23 -0500)]
Fix 32-bit bootstrap

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Wed, 3 Jun 2009 08:23:04 +0000 (03:23 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agocpu.x86: fix small register intrinsics on x86-64
Slava Pestov [Wed, 3 Jun 2009 08:22:46 +0000 (03:22 -0500)]
cpu.x86: fix small register intrinsics on x86-64

14 years agoLinear scan: build live ranges
Slava Pestov [Wed, 3 Jun 2009 08:22:27 +0000 (03:22 -0500)]
Linear scan: build live ranges

14 years agosupport run-length encoding in bitmaps
Doug Coleman [Wed, 3 Jun 2009 04:29:04 +0000 (23:29 -0500)]
support run-length encoding in bitmaps

14 years agoreport unhandled compression modes
Doug Coleman [Wed, 3 Jun 2009 04:20:07 +0000 (23:20 -0500)]
report unhandled compression modes

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
John Benediktsson [Wed, 3 Jun 2009 02:22:18 +0000 (19:22 -0700)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Wed, 3 Jun 2009 02:20:36 +0000 (21:20 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agofixing images unit test
Daniel Ehrenberg [Wed, 3 Jun 2009 02:17:45 +0000 (21:17 -0500)]
fixing images unit test

14 years agoRedoing images.loader to work with jpeg
Daniel Ehrenberg [Wed, 3 Jun 2009 01:39:51 +0000 (20:39 -0500)]
Redoing images.loader to work with jpeg

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Tue, 2 Jun 2009 23:30:25 +0000 (18:30 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agoGC checks now save and restore registers
Slava Pestov [Tue, 2 Jun 2009 23:23:47 +0000 (18:23 -0500)]
GC checks now save and restore registers

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
John Benediktsson [Tue, 2 Jun 2009 04:01:48 +0000 (21:01 -0700)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Tue, 2 Jun 2009 03:40:19 +0000 (22:40 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agounbits word in math.bits vocab
Daniel Ehrenberg [Tue, 2 Jun 2009 03:39:02 +0000 (22:39 -0500)]
unbits word in math.bits vocab

14 years agoWords in images to get and set pixels
Daniel Ehrenberg [Tue, 2 Jun 2009 03:37:44 +0000 (22:37 -0500)]
Words in images to get and set pixels

14 years agoMerge branch 'emacs' of http://git.hacks-galore.org/jao/factor
Doug Coleman [Mon, 1 Jun 2009 22:39:06 +0000 (17:39 -0500)]
Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
John Benediktsson [Mon, 1 Jun 2009 22:04:34 +0000 (15:04 -0700)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agoFUEL: Use by default Factor's developer-name in scaffolds.
Jose A. Ortega Ruiz [Mon, 1 Jun 2009 21:24:05 +0000 (23:24 +0200)]
FUEL: Use by default Factor's developer-name in scaffolds.

14 years agoMerge branch 'emacs' of http://git.hacks-galore.org/jao/factor
Doug Coleman [Mon, 1 Jun 2009 21:12:09 +0000 (16:12 -0500)]
Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor

14 years agoFUEL: developer-name is not overriden in scaffolds if so desired.
Jose A. Ortega Ruiz [Mon, 1 Jun 2009 21:09:30 +0000 (23:09 +0200)]
FUEL: developer-name is not overriden in scaffolds if so desired.

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
John Benediktsson [Mon, 1 Jun 2009 21:00:56 +0000 (14:00 -0700)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agoUpdated test cases.
John Benediktsson [Mon, 1 Jun 2009 21:00:37 +0000 (14:00 -0700)]
Updated test cases.

14 years agoFUEL: Support for SYNTAX: parsing word.
Jose A. Ortega Ruiz [Mon, 1 Jun 2009 20:32:47 +0000 (22:32 +0200)]
FUEL: Support for SYNTAX: parsing word.

14 years agoMerge branch 'irc' of git://www.tiodante.com/git/factor
Doug Coleman [Mon, 1 Jun 2009 20:20:25 +0000 (15:20 -0500)]
Merge branch 'irc' of git://www.tiodante.com/git/factor

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
John Benediktsson [Mon, 1 Jun 2009 19:45:30 +0000 (12:45 -0700)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agosend \r\n instead of \n for windows telnet clients
Doug Coleman [Mon, 1 Jun 2009 18:35:04 +0000 (13:35 -0500)]
send \r\n instead of \n for windows telnet clients

14 years agoAdding brainf*ck implementation.
John Benediktsson [Mon, 1 Jun 2009 18:21:14 +0000 (11:21 -0700)]
Adding brainf*ck implementation.

14 years agoAdding cdfactor script.
John Benediktsson [Mon, 1 Jun 2009 18:20:49 +0000 (11:20 -0700)]
Adding cdfactor script.

14 years agofix load error
Doug Coleman [Mon, 1 Jun 2009 14:34:28 +0000 (09:34 -0500)]
fix load error

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Mon, 1 Jun 2009 14:16:11 +0000 (09:16 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agoFix for recent word renaming
Slava Pestov [Mon, 1 Jun 2009 08:19:35 +0000 (03:19 -0500)]
Fix for recent word renaming

14 years agoMerge branch 'master' into global_optimization
Slava Pestov [Mon, 1 Jun 2009 08:12:32 +0000 (03:12 -0500)]
Merge branch 'master' into global_optimization

14 years agoRemove obsolete optimization
Slava Pestov [Mon, 1 Jun 2009 08:05:49 +0000 (03:05 -0500)]
Remove obsolete optimization

14 years agoFix compiler errors
Slava Pestov [Mon, 1 Jun 2009 08:00:10 +0000 (03:00 -0500)]
Fix compiler errors

14 years agoCode cleanup
Slava Pestov [Mon, 1 Jun 2009 07:32:42 +0000 (02:32 -0500)]
Code cleanup

14 years agoRedo compiler.codegen.fixup and get %dispatch to work
Slava Pestov [Mon, 1 Jun 2009 07:32:36 +0000 (02:32 -0500)]
Redo compiler.codegen.fixup and get %dispatch to work

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Mon, 1 Jun 2009 04:28:48 +0000 (23:28 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agomath.functions: fix ^ for complex numbers
Slava Pestov [Mon, 1 Jun 2009 04:28:29 +0000 (23:28 -0500)]
math.functions: fix ^ for complex numbers

14 years agoVarious improvements aimed at getting local optimization regressions fixed:
Slava Pestov [Mon, 1 Jun 2009 04:28:08 +0000 (23:28 -0500)]
Various improvements aimed at getting local optimization regressions fixed:
- Rename _gc to ##gc
- Absolute labels are now supported
- Generate _dispatch-label

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Mon, 1 Jun 2009 03:04:22 +0000 (22:04 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agoFix loop handling in stack-analysis
Slava Pestov [Mon, 1 Jun 2009 00:04:26 +0000 (19:04 -0500)]
Fix loop handling in stack-analysis

14 years agoFix scoping issue in compiler.cfg.linear-scan.assignment
Slava Pestov [Sun, 31 May 2009 23:21:23 +0000 (18:21 -0500)]
Fix scoping issue in compiler.cfg.linear-scan.assignment

14 years agoRename _gc to ##gc
Slava Pestov [Sun, 31 May 2009 23:21:11 +0000 (18:21 -0500)]
Rename _gc to ##gc

14 years agoFix rdtsc on Windows
Slava Pestov [Sun, 31 May 2009 20:16:40 +0000 (15:16 -0500)]
Fix rdtsc on Windows

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Sun, 31 May 2009 20:02:30 +0000 (15:02 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agocpu.x86.features: add RDTSC support. This is a new vocabulary with words: sse2? instr...
Slava Pestov [Sun, 31 May 2009 20:02:14 +0000 (15:02 -0500)]
cpu.x86.features: add RDTSC support. This is a new vocabulary with words: sse2? instruction-counter count-instructions

14 years agoSplit off local-optimization combinator into compiler.cfg.local, factor out CFG ...
Slava Pestov [Sun, 31 May 2009 17:20:46 +0000 (12:20 -0500)]
Split off local-optimization combinator into compiler.cfg.local, factor out CFG -> MR into compiler.cfg.mr, split off GC check insertion into a new compiler.cfg.gc-checks pass

14 years agoclean up some stack shuffling
Doug Coleman [Sun, 31 May 2009 13:53:42 +0000 (08:53 -0500)]
clean up some stack shuffling

14 years agofix help for new-threaded-server
Doug Coleman [Sun, 31 May 2009 00:24:11 +0000 (19:24 -0500)]
fix help for new-threaded-server

14 years agoclean up formatting of rpc-server in unmaintained
Doug Coleman [Sun, 31 May 2009 00:16:23 +0000 (19:16 -0500)]
clean up formatting of rpc-server in unmaintained

14 years agochange threaded-server and managed-server to take an encoding
Doug Coleman [Sun, 31 May 2009 00:15:53 +0000 (19:15 -0500)]
change threaded-server and managed-server to take an encoding

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Sat, 30 May 2009 20:53:15 +0000 (15:53 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agorefactor a bit of the chat server, add /nick
Doug Coleman [Sat, 30 May 2009 20:50:38 +0000 (16:50 -0400)]
refactor a bit of the chat server, add /nick

14 years agofix error handling in managed-server
Doug Coleman [Sat, 30 May 2009 20:50:08 +0000 (15:50 -0500)]
fix error handling in managed-server

14 years agofix a word in managed-server
Doug Coleman [Sat, 30 May 2009 18:51:03 +0000 (13:51 -0500)]
fix a word in managed-server

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Sat, 30 May 2009 18:39:12 +0000 (13:39 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agoadd a few utility words to managed-server
Doug Coleman [Sat, 30 May 2009 18:38:40 +0000 (13:38 -0500)]
add a few utility words to managed-server

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Sat, 30 May 2009 18:23:27 +0000 (13:23 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agosequences.product: fix ABOUT:
Slava Pestov [Sat, 30 May 2009 18:23:07 +0000 (13:23 -0500)]
sequences.product: fix ABOUT:

14 years agoStart cleaning up stack analysis
Slava Pestov [Sat, 30 May 2009 18:22:30 +0000 (13:22 -0500)]
Start cleaning up stack analysis

14 years agocleaned up slava's old cursor code
Doug Coleman [Sat, 30 May 2009 17:13:17 +0000 (12:13 -0500)]
cleaned up slava's old cursor code

14 years agosupport mingw in factor.sh
Doug Coleman [Sat, 30 May 2009 15:34:47 +0000 (10:34 -0500)]
support mingw in factor.sh

14 years agoFix a problem with disconnects, add a lot of features to chat server, lots of refacto...
Doug Coleman [Sat, 30 May 2009 06:29:02 +0000 (01:29 -0500)]
Fix a problem with disconnects, add a lot of features to chat server, lots of refactoring of managed-server

14 years agorefactor managed-server and chat, add hooks for when stuff happens, add /me, /who...
Doug Coleman [Fri, 29 May 2009 18:39:24 +0000 (13:39 -0500)]
refactor managed-server and chat, add hooks for when stuff happens, add /me, /who, /quit

14 years agoVarious codegen improvements:
Slava Pestov [Fri, 29 May 2009 18:11:34 +0000 (13:11 -0500)]
Various codegen improvements:

- new-insn word to construct instructions
- cache RPO in the CFG
- re-organize low-level optimizer so that MR is built after register allocation
- register allocation now stores instruction numbers in the instructions themselves
- split defs-vregs into defs-vregs and temp-vregs

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Fri, 29 May 2009 16:23:48 +0000 (11:23 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agoadd managed-server to extra/
Doug Coleman [Fri, 29 May 2009 16:20:40 +0000 (11:20 -0500)]
add managed-server to extra/

14 years agoOn second thought, linearization will be done after SSA destruction so live-in is...
Slava Pestov [Fri, 29 May 2009 10:45:40 +0000 (05:45 -0500)]
On second thought, linearization will be done after SSA destruction so live-in is accurate

14 years agofuel.xref: remove some unnecessary inlines
Slava Pestov [Fri, 29 May 2009 10:37:48 +0000 (05:37 -0500)]
fuel.xref: remove some unnecessary inlines

14 years agoPut GC checks in the right place when linearizing, and generate _dispatch-labels
Slava Pestov [Fri, 29 May 2009 10:36:04 +0000 (05:36 -0500)]
Put GC checks in the right place when linearizing, and generate _dispatch-labels

14 years agoFixing various bugs; alias analysis wasn't handling ##phi nodes, stack analysis incor...
Slava Pestov [Fri, 29 May 2009 06:39:14 +0000 (01:39 -0500)]
Fixing various bugs; alias analysis wasn't handling ##phi nodes, stack analysis incorrectly handled height-changing back edges and ##fixnum-*, clean up ##dispatch generation

14 years agoirc.client: Send password on connect if provided
Bruno Deferrari [Fri, 29 May 2009 03:01:22 +0000 (00:01 -0300)]
irc.client: Send password on connect if provided

14 years agouse ${ in some nurbs tests
Doug Coleman [Thu, 28 May 2009 23:57:49 +0000 (18:57 -0500)]
use ${ in some nurbs tests

14 years agocompiler.cfg.alias-analysis: ##peek needs to set alias class of output value
Slava Pestov [Thu, 28 May 2009 23:19:01 +0000 (18:19 -0500)]
compiler.cfg.alias-analysis: ##peek needs to set alias class of output value

14 years agocompiler.cfg.liveness: correct handling of phi nodes
Slava Pestov [Thu, 28 May 2009 22:54:27 +0000 (17:54 -0500)]
compiler.cfg.liveness: correct handling of phi nodes