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

14 years agofix stack effect
Doug Coleman [Thu, 28 May 2009 17:28:52 +0000 (12:28 -0500)]
fix stack effect

14 years agodescriptive: update for tools.annotations change
Slava Pestov [Thu, 28 May 2009 07:52:05 +0000 (02:52 -0500)]
descriptive: update for tools.annotations change

14 years agoio.encodings.utf16: cleanup
Slava Pestov [Thu, 28 May 2009 07:50:57 +0000 (02:50 -0500)]
io.encodings.utf16: cleanup

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 agowebapps.planet: fix edit-blog action
Slava Pestov [Thu, 28 May 2009 00:37:12 +0000 (19:37 -0500)]
webapps.planet: fix edit-blog action

14 years agodestructors: improve docs
Slava Pestov [Thu, 28 May 2009 00:37:03 +0000 (19:37 -0500)]
destructors: improve docs

14 years agotools.annotations: work better on generic words
Slava Pestov [Thu, 28 May 2009 00:36:52 +0000 (19:36 -0500)]
tools.annotations: work better on generic words

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 agomisspelled kobi's name
Doug Coleman [Wed, 27 May 2009 02:07:14 +0000 (21:07 -0500)]
misspelled kobi's name

14 years agocheck in kobie's image rotation code
Doug Coleman [Wed, 27 May 2009 02:05:46 +0000 (21:05 -0500)]
check in kobie's image rotation code

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 agounbackwardsify hmac keys
Doug Coleman [Tue, 26 May 2009 22:46:41 +0000 (17:46 -0500)]
unbackwardsify hmac keys

14 years agofix using, make sure article-only title sort works
Doug Coleman [Tue, 26 May 2009 17:01:28 +0000 (12:01 -0500)]
fix using, make sure article-only title sort works

14 years agofix formatting
Doug Coleman [Tue, 26 May 2009 16:55:48 +0000 (11:55 -0500)]
fix formatting

14 years agofix human sort -- wrap all elements so that integers dont get compared against string...
Doug Coleman [Tue, 26 May 2009 15:05:55 +0000 (10:05 -0500)]
fix human sort -- wrap all elements so that integers dont get compared against strings directly

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 agoremove whitespace
Doug Coleman [Tue, 26 May 2009 02:25:56 +0000 (21:25 -0500)]
remove whitespace

14 years agoremove clamp-to-range and associated words, update jamshred
Doug Coleman [Tue, 26 May 2009 02:24:12 +0000 (21:24 -0500)]
remove clamp-to-range and associated words, update jamshred

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 agoremove duplicate definition of last
Doug Coleman [Tue, 26 May 2009 00:00:18 +0000 (19:00 -0500)]
remove duplicate definition of last

14 years agounassociate last with pop/pop* in docs
Doug Coleman [Mon, 25 May 2009 22:03:32 +0000 (17:03 -0500)]
unassociate last with pop/pop* in docs

14 years agorename peek -> last and update all usages
Doug Coleman [Mon, 25 May 2009 21:38:33 +0000 (16:38 -0500)]
rename peek -> last and update all usages

14 years agofix using
Doug Coleman [Mon, 25 May 2009 20:42:59 +0000 (15:42 -0500)]
fix using

14 years agomove some words to private vocabs
Doug Coleman [Mon, 25 May 2009 20:35:50 +0000 (15:35 -0500)]
move some words to private vocabs

14 years agouse iota
Doug Coleman [Mon, 25 May 2009 20:18:20 +0000 (15:18 -0500)]
use iota

14 years agoremove clamp from docs
Doug Coleman [Mon, 25 May 2009 18:58:06 +0000 (13:58 -0500)]
remove clamp from docs

14 years agodocument 2cache
Doug Coleman [Mon, 25 May 2009 16:03:40 +0000 (11:03 -0500)]
document 2cache

14 years agoremove at-default. it was hardly used and it's just '?at drop'
Doug Coleman [Mon, 25 May 2009 02:46:59 +0000 (21:46 -0500)]
remove at-default.  it was hardly used and it's just '?at drop'

14 years agoadd a clamp word to math.order, use clamp word throughout libraries
Doug Coleman [Mon, 25 May 2009 02:35:50 +0000 (21:35 -0500)]
add a clamp word to math.order, use clamp word throughout libraries

14 years agoadd a mode word
Doug Coleman [Sun, 24 May 2009 20:45:25 +0000 (15:45 -0500)]
add a mode word

14 years agoAdd documentation and tests for extra/backtrack
Samuel Tardieu [Sun, 24 May 2009 13:40:08 +0000 (15:40 +0200)]
Add documentation and tests for extra/backtrack

14 years agoAdd amb-all and bag-of
Samuel Tardieu [Sun, 24 May 2009 13:43:28 +0000 (15:43 +0200)]
Add amb-all and bag-of

14 years agoDo not create an extra scope in "if-amb"
Samuel Tardieu [Sun, 24 May 2009 13:42:57 +0000 (15:42 +0200)]
Do not create an extra scope in "if-amb"

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