Slava Pestov
|
64a7fd0a4d
|
ui.tools.listener: add 'Help' button, and print message when listener exits, to reduce confusion if user presses C+d
|
2009-09-28 02:38:06 -05:00 |
Slava Pestov
|
7e4b9b6377
|
cpu.x86: fix regression: fsqrt intrinsic wasn't used
|
2009-09-28 02:27:55 -05:00 |
Slava Pestov
|
790611666c
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-09-28 02:19:05 -05:00 |
Slava Pestov
|
b2ea3afd84
|
math.vectors.simd: add hlshift, hrshift (128-bit shift), vbitandn intrinsics
|
2009-09-28 02:17:46 -05:00 |
Slava Pestov
|
2de6ab9e21
|
compiler.cfg.linear-scan: fix tests for hash order
|
2009-09-27 23:35:56 -05:00 |
Slava Pestov
|
1d872db58d
|
compiler.cfg.linear-scan: tweak it so that register allocation does not depend on hashing order
|
2009-09-27 23:29:48 -05:00 |
Joe Groff
|
d4bfa0a581
|
fill in missing USING:s in unix.linux and unix.bsd.*
|
2009-09-27 23:08:16 -05:00 |
Slava Pestov
|
aa3b9097c8
|
compiler: fix codegen test
|
2009-09-27 22:23:03 -05:00 |
Joe Groff
|
a14855b98a
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-09-27 22:21:42 -05:00 |
Joe Groff
|
866b62755e
|
replace all TYPEDEF: void* XXX* with C-TYPE: XXX
|
2009-09-27 22:21:24 -05:00 |
Joe Groff
|
543ca72632
|
fix linux bootstrap
|
2009-09-27 22:16:07 -05:00 |
Joe Groff
|
123f4fbc30
|
redefine C-TYPE: to forward declare opaque C types; make C type definition and redefinition a little more robust
|
2009-09-27 22:12:00 -05:00 |
Slava Pestov
|
ef11fa96dd
|
Merge branch 'master' into more_aggressive_coalescing
|
2009-09-27 22:03:16 -05:00 |
Slava Pestov
|
ab8c6e9978
|
Word hashcodes are now computed from the word's name/vocabulary, removing a source of non-determinism
|
2009-09-27 21:09:11 -05:00 |
Slava Pestov
|
999b22788e
|
compiler: add a unit test
|
2009-09-27 20:36:19 -05:00 |
Slava Pestov
|
59fbe85c9b
|
compiler.cfg: nuke ##bignum>integer and ##integer>bignum since they were unused
|
2009-09-27 20:36:05 -05:00 |
Slava Pestov
|
66071f45a3
|
Add a couple more def-is-use instructions
|
2009-09-27 20:34:20 -05:00 |
Joe Groff
|
b742928d8f
|
adjust vim string syntax highlighting to match doug's changes for multiline and """ strings
|
2009-09-27 20:10:33 -05:00 |
Slava Pestov
|
f757b454cc
|
Merge branch 'master' into more_aggressive_coalescing
|
2009-09-27 19:29:50 -05:00 |
Slava Pestov
|
d3aa0a538b
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-09-27 19:28:47 -05:00 |
Slava Pestov
|
705b4ab5c3
|
compiler.cfg.linear-scan: fix partial sync point logic in case where dst == src, and clean up spilling code
|
2009-09-27 19:28:20 -05:00 |
Joe Groff
|
24de21eac8
|
take a shot at making other platform vocabs c-type-string-free
|
2009-09-27 19:25:34 -05:00 |
Joe Groff
|
89045e3fd0
|
Merge branch 'master' into no-c-type-string
|
2009-09-27 18:47:02 -05:00 |
Joe Groff
|
f8251d2045
|
update vocabs so load-all on windows works without parsing string c-types
|
2009-09-27 18:41:20 -05:00 |
Joe Groff
|
4f82861bf3
|
update windows vocabs to load without c-type strings
|
2009-09-27 18:19:53 -05:00 |
Joe Groff
|
20621bbbb6
|
add missing USING: to alien.c-types test
|
2009-09-27 18:18:13 -05:00 |
Slava Pestov
|
91e63c0c6f
|
cpu.x86.32: implement %unary-float-function and %binary-float-function; speeds up partial-sums and struct-arrays benchmarks
|
2009-09-27 18:06:30 -05:00 |
Joe Groff
|
232d1d319c
|
update alien.c-types tests to use c-type words
|
2009-09-27 17:41:18 -05:00 |
Slava Pestov
|
afc7a20ab8
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-09-27 17:18:16 -05:00 |
Slava Pestov
|
18cf8c37e1
|
math.vectors.simd: add *-cast words for converting between representations
|
2009-09-27 17:18:02 -05:00 |
Slava Pestov
|
1e841e5086
|
compiler.cfg.ssa.destruction: more aggressive coalescing work in progress
|
2009-09-27 17:17:26 -05:00 |
Joe Groff
|
4e68c43f3d
|
disable parsing of string c-types
|
2009-09-27 16:06:13 -05:00 |
Joe Groff
|
630e5ecc3b
|
update vocabs so a load-all on macosx works without parsing c-type strings
|
2009-09-27 15:11:21 -05:00 |
Phil Dawes
|
dbc1411a6a
|
removed vm-data.hpp
|
2009-09-27 20:09:09 +01:00 |
Joe Groff
|
02b4503205
|
add vim syntax highlighting for ALIAS:, QUALIFIED:, QUALIFIED-WITH:, and FROM:. fix highlighting for empty comment at end of line
|
2009-09-27 14:04:39 -05:00 |
Phil Dawes
|
9b7412b8f8
|
Moved PRIMITIVE and PRIMITIVE_FORWARDs to primitives.[ch]pp
|
2009-09-27 19:42:18 +01:00 |
Joe Groff
|
c2145c933b
|
software implementations of vector logical ops (vand, vor, vxor, vnot, v</=/>, vunordered?, v?)
|
2009-09-27 13:19:22 -05:00 |
Joe Groff
|
6376adf4fc
|
fix vim syntax highlighting when a word contains square brackets, and add highlighting for STRUCT:
|
2009-09-27 12:33:23 -05:00 |
Joe Groff
|
c3935b823f
|
oops, jumped the gun on one of the alien.parser tests there
|
2009-09-27 12:10:50 -05:00 |
Joe Groff
|
2bc687f0de
|
add some tests for parse-c-type
|
2009-09-27 12:03:23 -05:00 |
Joe Groff
|
8965d04c0d
|
Merge branch 'master' of http://factorcode.org/git/factor
|
2009-09-27 11:07:08 -05:00 |
Doug Coleman
|
de2c097ec9
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-09-27 03:08:20 -05:00 |
Joe Groff
|
449695c8fe
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-09-26 23:15:09 -05:00 |
Joe Groff
|
5054c954be
|
add USING:s and rearrange definitions so macosx can compile without parsing c-type strings
|
2009-09-26 23:14:57 -05:00 |
Doug Coleman
|
033892dc10
|
minor refactoring
|
2009-09-26 22:24:14 -05:00 |
Slava Pestov
|
77fa16c76f
|
alien: improve documentation
|
2009-09-26 21:28:11 -05:00 |
Slava Pestov
|
685c4143c9
|
Fix conflict
|
2009-09-26 21:27:38 -05:00 |
Joe Groff
|
dce02fcdfb
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-09-26 20:38:19 -05:00 |
Joe Groff
|
2cf0f3e5d3
|
move alien.inline, alien.cxx, alien.marshall to unmaintained; nuke alien.structs
|
2009-09-26 20:37:42 -05:00 |
Doug Coleman
|
4bc6b302cf
|
remove some misguided code,oops
|
2009-09-26 20:34:10 -05:00 |