Slava Pestov
|
735a093152
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-09-23 20:23:32 -05:00 |
Slava Pestov
|
dfc9fd071e
|
Add longlong-2, ulonglong-2, longlong-4, ulonglong-4 SIMD types, fix int-4 multiplication on SSE2
|
2009-09-23 20:23:25 -05:00 |
Slava Pestov
|
27fed2746a
|
vocabs.generated: if quotation throws an exception, forget the new vocabulary
|
2009-09-23 20:22:47 -05:00 |
Slava Pestov
|
1ba83c986c
|
summary: change default summary
|
2009-09-23 20:22:25 -05:00 |
Joe Groff
|
0845ffaf39
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-09-23 19:42:18 -05:00 |
Joe Groff
|
bc5031f96b
|
update vm structs
|
2009-09-23 19:42:00 -05:00 |
Joe Groff
|
cba071c969
|
don't construct a prototype for struct classes that don't need it
|
2009-09-23 19:41:46 -05:00 |
Slava Pestov
|
563ecbd871
|
cpu.x86.assembler: cleanup
|
2009-09-23 19:30:36 -05:00 |
Slava Pestov
|
7c83ccf6b0
|
xml.syntax: fix help lint
|
2009-09-23 17:56:19 -05:00 |
Slava Pestov
|
413dc67985
|
Put bad escape code in the bad-escape error
|
2009-09-23 17:55:54 -05:00 |
Slava Pestov
|
1788957e1d
|
syntax: fix typos in " docs
|
2009-09-23 17:50:00 -05:00 |
Slava Pestov
|
9dd51d58de
|
rpn: fix operator order issue (reported by Jason Merrill)
|
2009-09-23 17:33:03 -05:00 |
Doug Coleman
|
a4524874f4
|
remove <" from multiline tests
|
2009-09-23 16:24:32 -05:00 |
Doug Coleman
|
faf54ce8e2
|
fix yet more multiline tests
|
2009-09-23 12:57:37 -05:00 |
Doug Coleman
|
823c2c0a58
|
fix using and tests
|
2009-09-23 12:54:34 -05:00 |
Doug Coleman
|
05ddfb37dc
|
fixing docs
|
2009-09-23 12:52:42 -05:00 |
Doug Coleman
|
b9bc619b1b
|
fix db docs for multiline strings
|
2009-09-23 12:49:30 -05:00 |
Doug Coleman
|
402e770296
|
fix using
|
2009-09-23 12:47:20 -05:00 |
Doug Coleman
|
204da68c23
|
link to sample
|
2009-09-23 12:24:50 -05:00 |
Doug Coleman
|
fa15da56ff
|
add sample word to random vocab
|
2009-09-23 12:04:06 -05:00 |
Doug Coleman
|
545f7f11bb
|
document """
|
2009-09-23 10:33:40 -05:00 |
Doug Coleman
|
810bd63820
|
Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:
basis/math/vectors/simd/simd-docs.factor
|
2009-09-23 10:11:49 -05:00 |
Slava Pestov
|
854c81e17f
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-09-22 23:54:49 -05:00 |
Slava Pestov
|
6d4e5af088
|
cpu.x86.features: don't fold away sse-version, instead memoize it and recompute on startup
|
2009-09-23 05:13:15 -05:00 |
Slava Pestov
|
f017f8904b
|
math.vectors.simd: Improved documentation
|
2009-09-23 03:14:06 -05:00 |
Slava Pestov
|
43acea72b9
|
specialized-vectors: improved documentation
|
2009-09-23 03:08:54 -05:00 |
Slava Pestov
|
e1efb189a4
|
math and math.vectors: improved documentation
|
2009-09-23 03:08:45 -05:00 |
Slava Pestov
|
9f59f6b9c6
|
Merge branch 'master' into integer-simd
|
2009-09-23 02:48:38 -05:00 |
Slava Pestov
|
3d4ce094d2
|
prettyprint.backend: don't bomb if printing length-limited sequence which doesn't like being resized itself. Instead convert to array of elements first
|
2009-09-23 02:48:23 -05:00 |
Slava Pestov
|
7d39499d86
|
compiler.cfg.ssa.cssa: correctly handle overflowing fixnum instructions
|
2009-09-23 02:47:56 -05:00 |
Slava Pestov
|
43fa252af5
|
math.vectors.simd: new operations: vabs vsqrt vbitand vbitor vbitxor
|
2009-09-23 02:47:14 -05:00 |
Slava Pestov
|
15ba7e299b
|
math.vectors.simd: fix all tests
|
2009-09-23 01:05:19 -05:00 |
Slava Pestov
|
74a72ce17c
|
checksums.openssl: use correct API for creating EVP_MD_CTX, fixes crash on NetBSD
|
2009-09-22 23:54:42 -05:00 |
Slava Pestov
|
d23826906f
|
Merge branch 'master' into integer-simd
|
2009-09-22 20:21:40 -05:00 |
Doug Coleman
|
b8d495c494
|
initial shot at a decimals library
|
2009-09-22 18:56:59 -05:00 |
Doug Coleman
|
e475817764
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-09-22 18:00:47 -05:00 |
Slava Pestov
|
7cfc63af51
|
compiler.tree.propagation.branches: M: #phi propagate-around was unnecessary
|
2009-09-22 17:56:50 -05:00 |
Daniel Ehrenberg
|
45ba559ce4
|
Merge branch 'master' of git://factorcode.org/git/factor into constraints
|
2009-09-22 16:09:33 -05:00 |
Daniel Ehrenberg
|
6e936bdb05
|
Fixing failing unit tests in compiler.tree.propagation due to constraints
|
2009-09-22 16:01:14 -05:00 |
Doug Coleman
|
51ddc963b8
|
Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:
core/generic/generic-tests.factor
|
2009-09-22 10:25:42 -05:00 |
Slava Pestov
|
b0f87fd6a0
|
cpu.ppc: fix load errors
|
2009-09-22 05:24:34 -05:00 |
Slava Pestov
|
81462d1479
|
project-euler.074: cleanup
|
2009-09-22 05:19:26 -05:00 |
Slava Pestov
|
d84cfd1284
|
Merge branch 'master' of git://github.com/killy971/factor
|
2009-09-22 05:10:48 -05:00 |
Slava Pestov
|
0e3a261637
|
Fix test failures in compiler.cfg.linearization.order, compiler.tests.low-level-ir and compiler.graphviz
|
2009-09-22 05:07:52 -05:00 |
Slava Pestov
|
629fd1fc82
|
Merge branch 'master' into integer-simd
|
2009-09-22 03:24:52 -05:00 |
Slava Pestov
|
be8cd84b40
|
generic: fix tests
|
2009-09-22 03:24:06 -05:00 |
Slava Pestov
|
ccaa132444
|
jvm-summit-talk: Slides from talk
|
2009-09-22 03:23:55 -05:00 |
Slava Pestov
|
661bf83ff3
|
compiler.graphviz: was broken since some time ago, fix and add tests
|
2009-09-22 03:20:22 -05:00 |
Slava Pestov
|
fe0701deb1
|
math.functions: fix ~ with negative (relative) tolerance
|
2009-09-22 03:19:47 -05:00 |
Slava Pestov
|
513ba1f176
|
compiler.cfg.linearization.order: basic blocks were being inserted twice if some blocks had repeated successors, causing problems for register allocation
|
2009-09-22 03:19:23 -05:00 |