Commit Graph

27740 Commits (7b46b0e39a7e0edfeb8f65613ea32d86ecc32b2b)

Author SHA1 Message Date
John Benediktsson 423b2afb91 compiler.cfg.linear-scan.allocation: fix docs for free-position. 2015-06-16 20:38:34 -07:00
Doug Coleman 4eb6fd6624 gtk, opengl: try out update-library
opengl.gl: Only find the opengl library if we are on unix and not on macosx.
2015-06-16 20:14:04 -07:00
Doug Coleman 5908f301b9 alien.libraries: Add update-library. See #1185 2015-06-16 19:56:34 -07:00
Doug Coleman 7a01694124 factor.sh: fix docs, bootstrap doesn't recompile. 2015-06-16 19:56:34 -07:00
John Benediktsson 24953512a7 generic.parser: fix unbalanced-private-declaration. 2015-06-16 18:58:54 -07:00
John Benediktsson b2adcaaac9 dlists: fix unbalanced-private-declaration. 2015-06-16 18:51:25 -07:00
John Benediktsson 8744d66467 vocabs.parser: error on unbalanced private declarations. 2015-06-16 18:47:57 -07:00
John Benediktsson 8b6c743e02 math.primes.erato.fast: use literals to show how the wheel is calculated. 2015-06-16 18:44:08 -07:00
Björn Lindqvist 3678f62508 x86.64: change the register order so that RBX is allocated before RCX 2015-06-16 18:28:32 -07:00
Björn Lindqvist 8c8605d11a compiler.cfg.linear-scan.*: more tests and docs for allocation and state 2015-06-16 18:28:32 -07:00
Björn Lindqvist 78fe8bf1dc compiler.cfg.linear-scan.*: dont use a hashtable here, it fixes register
allocation so it's always in the same order as machine-registers
2015-06-16 18:28:32 -07:00
John Benediktsson 64db5c5bb4 math.primes.erato: faster compressed sieve by two improvements:
1) fixnum math in unmark-multiples
2) 3 upper sqrt 2 <range> in sieve
2015-06-16 08:26:48 -07:00
John Benediktsson 7e23c12c0f math.primes.erato.fast: some bignum fixes and more tests. 2015-06-16 08:20:32 -07:00
John Benediktsson e3ec051527 math.primes: fix "11 >bignum prime?". 2015-06-15 23:02:39 -07:00
John Benediktsson 4550294227 sorting.quick: speedup by inline sort!. 2015-06-15 20:44:26 -07:00
John Benediktsson 1303d37358 editors.brackets.windows: need USE: editors.brackets. 2015-06-15 20:09:45 -07:00
John Benediktsson db42e12853 math.primes.erato.fast: adding fast Sieve of Eratosthenes. 2015-06-15 19:51:02 -07:00
John Benediktsson 588a05bc62 editors.brackets: add support for Mac OS X. 2015-06-15 09:45:23 -07:00
John Benediktsson 9008562265 Revert "Add Adobe Brackets highlight mode"
This reverts commit 94809b32a3.
2015-06-15 09:35:59 -07:00
Dimage Sapelkin 94809b32a3 Add Adobe Brackets highlight mode 2015-06-15 09:35:38 -07:00
Dimage Sapelkin 69a381085b Create summary.txt 2015-06-15 09:35:38 -07:00
Dimage Sapelkin ad21e9d904 Create authors.txt 2015-06-15 09:35:38 -07:00
Dimage Sapelkin ee37e69cba Create brackets.factor 2015-06-15 09:35:38 -07:00
Dimage Sapelkin 178b1971d5 Create brackets-docs.factor 2015-06-15 09:35:38 -07:00
John Benediktsson 01e210346e continuations: make with-return use with-variable instead of with-scope. 2015-06-15 09:11:35 -07:00
John Benediktsson d4e3adca57 compiler.cfg.ssa.destruction.coalescing: lookup variable once not twice. 2015-06-15 09:11:16 -07:00
John Benediktsson c44aaf58be cpu.ppc: remove use of with-scope in favor of locals. 2015-06-15 09:11:03 -07:00
John Benediktsson 255b60ef8d cpu.x86: remove use of with-scope in favor of locals. 2015-06-15 09:10:52 -07:00
Björn Lindqvist aeaed40d9c compiler.cfg.ssa.destruction.coalescing: new vocab to refactor and
simplify the prepare-insn code in compiler.cfg.ssa.destruction
2015-06-15 12:28:31 +02:00
Björn Lindqvist c5ec490f39 compiler.cfg.ssa.destruction: the natural-sort was malplaced, only sort
inputs from ##phi, should fix remainder of #1345
2015-06-15 12:28:30 +02:00
Björn Lindqvist c0645ecafe compiler.cfg.linear-scan.*: fix help-lint errors 2015-06-14 16:44:37 +02:00
Björn Lindqvist 5ad35fabd1 compiler.cfg.*: lots of more compiler docs 2015-06-14 16:44:37 +02:00
Björn Lindqvist 418438ab13 compiler.cfg.linear-scan.*: change compute-live-intervals so that it
returns only one sequence, it makes some words a little simpler
2015-06-14 16:44:37 +02:00
Björn Lindqvist f37ab939f0 compiler.*: more compiler docs 2015-06-14 16:44:37 +02:00
Björn Lindqvist 91118ae5df compiler.cfg.linear-scan.allocation.state: fix #1345 by adding vreg to
the heap key

By having { start end vreg } as the key in the min-heap ordering is
guaranteed even if two intervals share the same start and end.
2015-06-14 16:44:37 +02:00
Björn Lindqvist 9dbb3e9171 compiler.codegen.gc-maps: simplies largest-spill-slot and refactors serialize-gc-maps 2015-06-14 16:44:37 +02:00
Björn Lindqvist ca2d64af68 compiler.cfg.ssa.destruction: try and sort the vreg pairs before
elimination, this way you always get the same leader info
2015-06-14 16:44:36 +02:00
Björn Lindqvist be342e8638 compiler.cfg.ssa.destruction: refactors maybe/must-eliminate-copy into
one try-eliminate-copy
2015-06-14 16:44:36 +02:00
Björn Lindqvist 98ae0eb02e compiler.cfg.ssa.destruction: small refactoring which removes
class-elements and maybe-eliminate-copy-later
2015-06-14 16:44:36 +02:00
Björn Lindqvist ceff23339c compiler.cfg.ssa.destruction: a bunch of new docs 2015-06-14 16:44:36 +02:00
Björn Lindqvist b4f881a9be compiler.cfg.ssa.destruction.tests: a bunch of new tests 2015-06-14 16:44:36 +02:00
John Benediktsson 5083bdad33 Revert "hashtables: make hash-combine use fixnum primitives."
This reverts commit 390dd23261.
2015-06-11 20:33:47 -07:00
John Benediktsson 54c4388a68 vocabs: remove little used words.
vocabs:vocab-name* => editors.private:public-vocab-name.
2015-06-11 20:04:44 -07:00
John Benediktsson ccddbebf94 math.parser: slightly faster ((pow)). 2015-06-11 20:04:44 -07:00
Jon Harper 5c23f10e50 json.writer: add an explicit error when serializing fp-specials 2015-06-10 22:51:39 -07:00
Jon Harper 5ed3aef603 json.reader: read Infinity, -Infinity and NaN 2015-06-10 22:51:38 -07:00
Jon Harper 496ff53f22 json.reader: read UTF-16 surrogate pairs 2015-06-10 22:51:38 -07:00
Doug Coleman 59ba0ef341 mason.child: fix test in a better way. 2015-06-10 19:56:11 -07:00
Doug Coleman 5f8baad617 Nmakefile: Set the /SUBSYSTEM for 5.01 (win32), or 5.02 (x64) to allow
running on Windows XP. In x86-32-vista mode, don't set it.

real information:
https://software.intel.com/en-us/articles/linking-applications-using-visual-studio-2012-to-run-on-windows-xp

Fixes #1257.
2015-06-10 19:11:38 -07:00
Doug Coleman 43b5eab7a4 mason.git: rename git-pull to git-clone-or-pull since that's what it does. 2015-06-10 18:52:53 -07:00