Joe Groff
|
eb77923e09
|
Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:
basis/cocoa/types/types.factor
|
2008-09-12 06:37:24 -07:00 |
Slava Pestov
|
54232f80ca
|
Adding identity optimization pass, tweak inlining heuristic
|
2008-09-12 08:18:44 -05:00 |
Slava Pestov
|
2bf532263d
|
Oops
|
2008-09-12 05:36:06 -05:00 |
Slava Pestov
|
40da49bef5
|
Perform loop detection before normalization, clean up normalization pass, more aggressive recursive return value propagation. Fixes regression on nsieve benchmark
|
2008-09-12 05:17:27 -05:00 |
Slava Pestov
|
0699aa5640
|
Fix regression
|
2008-09-12 04:02:54 -05:00 |
Slava Pestov
|
10e9f09ccf
|
Add missing type
|
2008-09-12 04:02:42 -05:00 |
Slava Pestov
|
6d050a61a7
|
Fix Joe Groff's x86-64 structs/callbacks bug
|
2008-09-12 04:02:32 -05:00 |
Slava Pestov
|
ec660c857f
|
Add unit test for Joe Groff's bg
|
2008-09-12 00:04:56 -05:00 |
Joe Groff
|
7eb6ceb08c
|
typo
|
2008-09-11 21:35:52 -07:00 |
Slava Pestov
|
f2721e0608
|
Help lint fixes
|
2008-09-11 05:04:49 -05:00 |
slava
|
4f03543912
|
Fix Linux bootstrap
|
2008-09-11 03:58:20 -05:00 |
U-SLAVA-DFB8FF805\Slava
|
b36f610170
|
Fix Windows bootstrap
|
2008-09-11 01:27:23 -05:00 |
Slava Pestov
|
2f96db70b5
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-09-11 01:21:49 -05:00 |
Doug Coleman
|
b544a3b1b7
|
ppc bootstrap
|
2008-09-11 01:15:31 -05:00 |
Doug Coleman
|
e0b537993f
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-09-11 01:11:59 -05:00 |
Doug Coleman
|
800b134fa7
|
random numbers were endian-dependent. clean up blum-blum-shub a bit
|
2008-09-11 01:11:17 -05:00 |
Slava Pestov
|
127896c201
|
More fixes
|
2008-09-11 00:48:23 -05:00 |
Slava Pestov
|
7597ebf462
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-09-11 00:37:21 -05:00 |
Slava Pestov
|
ff97d589c9
|
Remove debug code
|
2008-09-11 00:36:55 -05:00 |
Slava Pestov
|
265df0ed24
|
Documentation update
|
2008-09-11 00:24:39 -05:00 |
Slava Pestov
|
0c8e2584b4
|
Fixing unit tests for make, fry changes
|
2008-09-11 00:20:06 -05:00 |
Joe Groff
|
8c8dd51136
|
one more cocoa type bug
|
2008-09-10 21:40:41 -07:00 |
Joe Groff
|
6575c06816
|
oops--broke the alien>objc-types reverse mapping
|
2008-09-10 21:28:38 -07:00 |
Joe Groff
|
32dfcd36ac
|
more cocoa 64-bit type fixes
|
2008-09-10 20:19:57 -07:00 |
Slava Pestov
|
cf80dd122a
|
Updating code for make and fry changes
|
2008-09-10 22:11:40 -05:00 |
Doug Coleman
|
01a741a30b
|
fix help lint
|
2008-09-10 20:47:37 -05:00 |
Slava Pestov
|
44f53de164
|
Move make to its own vocabulary, remove fry _ feature
|
2008-09-10 20:07:00 -05:00 |
Doug Coleman
|
d97ff8d94d
|
clean up count-end
|
2008-09-10 19:16:18 -05:00 |
Doug Coleman
|
9e82c69489
|
clean up random
|
2008-09-10 16:57:53 -05:00 |
Slava Pestov
|
079cbbfb77
|
Fix generation of 32-bit images on a 64-bit machine
|
2008-09-10 03:17:22 -05:00 |
Joe Groff
|
727f0689d4
|
change cocoa and core foundation types to be 64-bit clean
|
2008-09-09 19:19:59 -07:00 |
Doug Coleman
|
70c91ffad1
|
recording patches so i can go eat
|
2008-09-09 19:06:47 -05:00 |
Doug Coleman
|
12322932ef
|
better docs for smtp
|
2008-09-09 18:55:49 -05:00 |
Doug Coleman
|
be9f1f89da
|
remove bad docs
|
2008-09-09 17:30:00 -05:00 |
Doug Coleman
|
93f77da9bf
|
cleanups, fix errors
|
2008-09-09 17:27:37 -05:00 |
Doug Coleman
|
24642501e7
|
fix random for real. is there redundant math here?
|
2008-09-09 17:07:32 -05:00 |
Doug Coleman
|
d72114fcce
|
wrap -> mod again
|
2008-09-09 15:46:14 -05:00 |
Doug Coleman
|
7764242f66
|
make the random word actually return a number in the full range of the input and replace division words with bitwise ones
|
2008-09-09 15:39:40 -05:00 |
Doug Coleman
|
aa8c85f010
|
cleaning up db -- removed some unused words, moved words around
|
2008-09-09 14:44:14 -05:00 |
Slava Pestov
|
a3d1379b8c
|
Fix bug with large structs passed by value on x86.64
|
2008-09-09 03:10:43 -05:00 |
Joe Groff
|
fddcd3d475
|
bring back method redefinition
|
2008-09-08 22:53:22 -07:00 |
Joe Groff
|
d0281c58d1
|
it's always the line you least expect
|
2008-09-08 22:47:20 -07:00 |
Joe Groff
|
d4835de50b
|
disable method redefinition--is it really necessary when the class is being redefined?
|
2008-09-08 22:32:19 -07:00 |
Joe Groff
|
3b003551f9
|
Merge branch 'master' into objective-c-2
|
2008-09-08 22:11:33 -07:00 |
Joe Groff
|
f63477d55a
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-09-08 22:09:25 -07:00 |
Joe Groff
|
593f25fde4
|
clean up. disable method type verification for debugging
|
2008-09-08 22:09:05 -07:00 |
Slava Pestov
|
e2ba84ae6c
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-09-08 21:46:13 -05:00 |
Slava Pestov
|
74088bdbd3
|
Minor farkup fixes
|
2008-09-08 21:45:59 -05:00 |
U-VICTORIA\Administrator
|
3958798934
|
i are good at the facterz. let me show u
|
2008-09-08 17:38:00 -07:00 |
Doug Coleman
|
3f2475c414
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-09-08 19:25:09 -05:00 |