]> gitweb.factorcode.org Git - factor.git/log
factor.git
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 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 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 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 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 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 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 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 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

14 years agoTest updates
Slava Pestov [Thu, 28 May 2009 07:50:07 +0000 (02:50 -0500)]
Test updates

14 years agoCFG checker now checks consistency of successors and predecessors lists; fix long...
Slava Pestov [Thu, 28 May 2009 07:49:51 +0000 (02:49 -0500)]
CFG checker now checks consistency of successors and predecessors lists; fix long-standing bug in useless-blocks optimization

14 years agoFix alias analysis
Slava Pestov [Thu, 28 May 2009 07:48:58 +0000 (02:48 -0500)]
Fix alias analysis

14 years agoAdd a with-scope so that optimize-tree doesn't pollute namespace
Slava Pestov [Wed, 27 May 2009 23:58:54 +0000 (18:58 -0500)]
Add a with-scope so that optimize-tree doesn't pollute namespace

14 years agoFixing local optimizations
Slava Pestov [Wed, 27 May 2009 23:58:41 +0000 (18:58 -0500)]
Fixing local optimizations

14 years agoBetter CFG checker
Slava Pestov [Wed, 27 May 2009 23:58:14 +0000 (18:58 -0500)]
Better CFG checker

14 years agoAdd phi elimination pass
Slava Pestov [Wed, 27 May 2009 23:58:01 +0000 (18:58 -0500)]
Add phi elimination pass

14 years agoAdd a new ##allocation union to remove some code duplication
Slava Pestov [Wed, 27 May 2009 23:55:49 +0000 (18:55 -0500)]
Add a new ##allocation union to remove some code duplication

14 years agoRemove old local DCE pass
Slava Pestov [Wed, 27 May 2009 22:55:15 +0000 (17:55 -0500)]
Remove old local DCE pass

14 years agoNew local-optimization combinator removes some boilerplate
Slava Pestov [Wed, 27 May 2009 00:56:56 +0000 (19:56 -0500)]
New local-optimization combinator removes some boilerplate

14 years agoRefactoring low-level optimizer to support stack analysis pass
Slava Pestov [Wed, 27 May 2009 00:31:19 +0000 (19:31 -0500)]
Refactoring low-level optimizer to support stack analysis pass

14 years agoMove maybe-set-at to assocs
Slava Pestov [Tue, 26 May 2009 23:45:37 +0000 (18:45 -0500)]
Move maybe-set-at to assocs

14 years agoFix another bug in stack-analysis
Slava Pestov [Tue, 26 May 2009 08:42:39 +0000 (03:42 -0500)]
Fix another bug in stack-analysis

14 years agocompiler.cfg.stack-analysis: make it pass more tests
Slava Pestov [Tue, 26 May 2009 07:59:14 +0000 (02:59 -0500)]
compiler.cfg.stack-analysis: make it pass more tests

14 years agocompiler.cfg.dce: new global dead code elimination pass
Slava Pestov [Tue, 26 May 2009 07:58:57 +0000 (02:58 -0500)]
compiler.cfg.dce: new global dead code elimination pass

14 years agocompiler.cfg.checker: new check-rpo word
Slava Pestov [Tue, 26 May 2009 07:58:40 +0000 (02:58 -0500)]
compiler.cfg.checker: new check-rpo word

14 years agocompiler.cfg.stack-analysis: progress
Slava Pestov [Tue, 26 May 2009 00:18:13 +0000 (19:18 -0500)]
compiler.cfg.stack-analysis: progress

14 years agocompiler.cfg.checker: new vocabulary for checking CFG invariants
Slava Pestov [Tue, 26 May 2009 00:16:58 +0000 (19:16 -0500)]
compiler.cfg.checker: new vocabulary for checking CFG invariants

14 years agocompiler.cfg.builder: don't make basic blocks after terminating calls
Slava Pestov [Tue, 26 May 2009 00:16:36 +0000 (19:16 -0500)]
compiler.cfg.builder: don't make basic blocks after terminating calls

14 years agoMerge branch 'master' into global_optimization
Slava Pestov [Sat, 23 May 2009 20:57:23 +0000 (15:57 -0500)]
Merge branch 'master' into global_optimization

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

14 years agoMerge branch 'master' into global_optimization
Slava Pestov [Sat, 23 May 2009 20:55:04 +0000 (15:55 -0500)]
Merge branch 'master' into global_optimization

14 years agostack-checker: fix case where invalid code could infer
Slava Pestov [Sat, 23 May 2009 20:50:35 +0000 (15:50 -0500)]
stack-checker: fix case where invalid code could infer

14 years agocompiler.cfg.stack-analysis: change how inc-d/inc-r work
Slava Pestov [Sat, 23 May 2009 20:47:08 +0000 (15:47 -0500)]
compiler.cfg.stack-analysis: change how inc-d/inc-r work

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
Joe Groff [Sat, 23 May 2009 13:39:17 +0000 (08:39 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agodisable WGL_ARB_pixel_format code path in windows UI backend 'cause ATI drivers are...
Joe Groff [Sat, 23 May 2009 13:39:01 +0000 (08:39 -0500)]
disable WGL_ARB_pixel_format code path in windows UI backend 'cause ATI drivers are shit

14 years agoMerge branch 'master' into global_optimization
Slava Pestov [Sat, 23 May 2009 06:03:24 +0000 (01:03 -0500)]
Merge branch 'master' into global_optimization

14 years agochecksums.md5: make the new optimized code work with big endian CPUs
Slava Pestov [Sat, 23 May 2009 05:31:52 +0000 (00:31 -0500)]
checksums.md5: make the new optimized code work with big endian CPUs

14 years agowebsites.concatenatieve: add builds.factorcode.org
Slava Pestov [Fri, 22 May 2009 22:52:31 +0000 (17:52 -0500)]
websites.concatenatieve: add builds.factorcode.org

14 years agoOne last tweak
Slava Pestov [Fri, 22 May 2009 22:48:05 +0000 (17:48 -0500)]
One last tweak

14 years agoMore cosmetic tweaks
Slava Pestov [Fri, 22 May 2009 22:42:05 +0000 (17:42 -0500)]
More cosmetic tweaks

14 years agowebapps.mason: make it look like the factorcode.org site
Slava Pestov [Fri, 22 May 2009 22:32:27 +0000 (17:32 -0500)]
webapps.mason: make it look like the factorcode.org site

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Fri, 22 May 2009 22:18:46 +0000 (17:18 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agofix typo
Doug Coleman [Fri, 22 May 2009 22:18:24 +0000 (17:18 -0500)]
fix typo

14 years agofix random.windows -- use CRYPT_MACHINE_KEYSET
Doug Coleman [Fri, 22 May 2009 22:15:40 +0000 (17:15 -0500)]
fix random.windows -- use CRYPT_MACHINE_KEYSET

14 years agowebapps.mason: spiff up download.xml a bit
Slava Pestov [Fri, 22 May 2009 21:21:35 +0000 (16:21 -0500)]
webapps.mason: spiff up download.xml a bit

14 years agoio.monitors: spawn-monitor was broken and never used, so remove it (reported by levi...
Slava Pestov [Fri, 22 May 2009 07:04:36 +0000 (02:04 -0500)]
io.monitors: spawn-monitor was broken and never used, so remove it (reported by levi in #concatenative)

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Fri, 22 May 2009 07:01:06 +0000 (02:01 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agoIf a vocab fails to load, manifest would be left in a weird state (reported by Joe...
Slava Pestov [Fri, 22 May 2009 06:59:50 +0000 (01:59 -0500)]
If a vocab fails to load, manifest would be left in a weird state (reported by Joe Groff)

14 years agoio.monitors: fix example (reported by levy in #concatenative0
Slava Pestov [Fri, 22 May 2009 04:27:42 +0000 (23:27 -0500)]
io.monitors: fix example (reported by levy in #concatenative0

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Fri, 22 May 2009 02:23:15 +0000 (21:23 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agotuple-arrays: clean up a bit and add docs
Slava Pestov [Fri, 22 May 2009 02:23:01 +0000 (21:23 -0500)]
tuple-arrays: clean up a bit and add docs

14 years agoget rid of useless test
Joe Groff [Fri, 22 May 2009 01:56:57 +0000 (20:56 -0500)]
get rid of useless test

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
Joe Groff [Fri, 22 May 2009 01:55:57 +0000 (20:55 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agohomogeneous coordinates coated in nurbsauce
Joe Groff [Fri, 22 May 2009 01:55:44 +0000 (20:55 -0500)]
homogeneous coordinates coated in nurbsauce

14 years agomason: use short host name not fully qualified host name
Slava Pestov [Fri, 22 May 2009 00:19:12 +0000 (19:19 -0500)]
mason: use short host name not fully qualified host name

14 years agowebapps.mason: Now renders a download grid with links to build machine status and...
Slava Pestov [Fri, 22 May 2009 00:15:04 +0000 (19:15 -0500)]
webapps.mason: Now renders a download grid with links to build machine status and download pages

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
Joe Groff [Thu, 21 May 2009 23:50:36 +0000 (18:50 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years ago0.0 neg ought to be -0.0
Joe Groff [Thu, 21 May 2009 23:49:22 +0000 (18:49 -0500)]
0.0 neg ought to be -0.0

14 years agoCFG optimizer work in progress - adding phi nodes
Slava Pestov [Thu, 21 May 2009 21:49:28 +0000 (16:49 -0500)]
CFG optimizer work in progress - adding phi nodes

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Thu, 21 May 2009 05:08:52 +0000 (00:08 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agoWorking on webapps.mason
Slava Pestov [Thu, 21 May 2009 05:08:43 +0000 (00:08 -0500)]
Working on webapps.mason

14 years agobetter factoring
Doug Coleman [Thu, 21 May 2009 01:08:26 +0000 (20:08 -0500)]
better factoring

14 years agotry to fall back on AES if RSA isn't found
Doug Coleman [Thu, 21 May 2009 01:06:05 +0000 (20:06 -0500)]
try to fall back on AES if RSA isn't found

14 years agocall the word that attempts both crypto contexts
Doug Coleman [Thu, 21 May 2009 00:40:52 +0000 (19:40 -0500)]
call the word that attempts both crypto contexts

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Thu, 21 May 2009 00:31:23 +0000 (19:31 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agofix error handling in random.windows if acquiring the crypto context fails
Doug Coleman [Thu, 21 May 2009 00:30:35 +0000 (19:30 -0500)]
fix error handling in random.windows if acquiring the crypto context fails

14 years agoFix compile error on GCC 4.x
Slava Pestov [Thu, 21 May 2009 00:01:21 +0000 (20:01 -0400)]
Fix compile error on GCC 4.x

14 years agoMerge branch 'master' of git://factorcode.org/git/factor into global_optimization
Slava Pestov [Wed, 20 May 2009 23:54:37 +0000 (18:54 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor into global_optimization

14 years agocallstack>array primitive was not GC safe
Slava Pestov [Wed, 20 May 2009 23:52:21 +0000 (18:52 -0500)]
callstack>array primitive was not GC safe

14 years agowindows.advapi32: add windows.kernel32 dependency
Slava Pestov [Wed, 20 May 2009 23:51:01 +0000 (18:51 -0500)]
windows.advapi32: add windows.kernel32 dependency

14 years agofix comments and dtds in html parser
Doug Coleman [Wed, 20 May 2009 20:50:01 +0000 (15:50 -0500)]
fix comments and dtds in html parser

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Wed, 20 May 2009 19:32:48 +0000 (14:32 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
Joe Groff [Wed, 20 May 2009 15:27:09 +0000 (10:27 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agovector bilerp word
Joe Groff [Wed, 20 May 2009 15:26:55 +0000 (10:26 -0500)]
vector bilerp word

14 years agoclean up some GL state mgmt in spheres
Joe Groff [Wed, 20 May 2009 15:26:24 +0000 (10:26 -0500)]
clean up some GL state mgmt in spheres

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Tue, 19 May 2009 23:55:43 +0000 (18:55 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agoclean up vim syntax highlighting file, add a few more syntax words
Doug Coleman [Tue, 19 May 2009 23:54:56 +0000 (18:54 -0500)]
clean up vim syntax highlighting file, add a few more syntax words

14 years agomake sure you can define words in fhtml templates
Doug Coleman [Tue, 19 May 2009 23:53:12 +0000 (18:53 -0500)]
make sure you can define words in fhtml templates

14 years agospeed up md5 compilation time by not inlining everything
Doug Coleman [Tue, 19 May 2009 23:05:04 +0000 (18:05 -0500)]
speed up md5 compilation time by not inlining everything

14 years agowebapps.mason: fix using
Slava Pestov [Tue, 19 May 2009 22:56:34 +0000 (17:56 -0500)]
webapps.mason: fix using

14 years agowebapps.mason: minor improvements
Slava Pestov [Tue, 19 May 2009 22:46:05 +0000 (17:46 -0500)]
webapps.mason: minor improvements

14 years agoWorking on global optimizations
Slava Pestov [Tue, 19 May 2009 22:28:13 +0000 (17:28 -0500)]
Working on global optimizations

14 years agomake: minor doc fix
Slava Pestov [Tue, 19 May 2009 06:40:04 +0000 (01:40 -0500)]
make: minor doc fix

14 years agofix some duplicate using lines
Doug Coleman [Tue, 19 May 2009 04:45:52 +0000 (23:45 -0500)]
fix some duplicate using lines

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Mon, 18 May 2009 21:50:21 +0000 (16:50 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

14 years agomason.report: join lines with \n
Slava Pestov [Mon, 18 May 2009 21:50:11 +0000 (16:50 -0500)]
mason.report: join lines with \n

14 years agofix lazy lists
Doug Coleman [Mon, 18 May 2009 21:17:11 +0000 (16:17 -0500)]
fix lazy lists

14 years agollines was broken. it still probably is -- what if the stream throws an exception...
Doug Coleman [Mon, 18 May 2009 17:27:04 +0000 (12:27 -0500)]
llines was broken.  it still probably is -- what if the stream throws an exception?  cleanup some old code

14 years agoMerge branch 'master' of git://factorcode.org/git/factor
Joe Groff [Mon, 18 May 2009 16:50:19 +0000 (11:50 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

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

14 years agoMerge branch 'master' of /Users/slava/factor/
Slava Pestov [Mon, 18 May 2009 16:34:56 +0000 (11:34 -0500)]
Merge branch 'master' of /Users/slava/factor/

14 years agofactor out grid mesh generation in terrain to its own vocab
Joe Groff [Mon, 18 May 2009 15:31:05 +0000 (10:31 -0500)]
factor out grid mesh generation in terrain to its own vocab

14 years agoremove old median, fix docs
Doug Coleman [Mon, 18 May 2009 07:41:58 +0000 (02:41 -0500)]
remove old median, fix docs