source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13314   15 years R. Matthew Emerson New random number generator %mrg31k3p. Remove function …
(edit) @13313   15 years R. Matthew Emerson Move INIT-RANDOM-STATE-SEEDS here from ccl:level-0;l0-numbers.lisp. …
(edit) @13312   15 years R. Matthew Emerson Add case for random state objects in EQUALP. Call new function …
(edit) @13311   15 years R. Matthew Emerson Call new function INITIAL-RANDOM-STATE to set a thread's initial …
(edit) @13310   15 years R. Matthew Emerson Update PRINT-OBJECT method for new random state objects.
(edit) @13309   15 years R. Matthew Emerson For integrating improved version of CL:RANDOM.
(edit) @13308   15 years Gary Palter Update FFI headers to Cocotron r706
(edit) @13307   15 years Gary Palter Update to Cocotron r706
(edit) @13306   15 years gz Merge ffcall, float tweaks (r13221, r13234, r13298, r13299)
(edit) @13305   15 years gz Merge 32-bit/windows-only changes; update mergeinfo
(edit) @13304   15 years gz Fix error message text (r13205 from trunk)
(edit) @13303   15 years gz Mac/Windows-only changes from trunk (r13206-r13209)
(edit) @13302   15 years gz From trunk: interactive source-location tweaks (r13193, r13201)
(edit) @13301   15 years gz Merge r13208: extend heap-utilization to show allocation between two …
(edit) @13300   15 years gz Update mergeinfo
(edit) @13299   15 years R. Matthew Emerson Add new lap macro double-constant, used for embedding double-float …
(edit) @13298   15 years R. Matthew Emerson Added missing "u" to ucomisd mnemonic for the register-register flavor …
(edit) @13297   15 years Gary Byers gc.h: declare 'relocatable_mark_ref_bits' (e.g., base of mark/refbits …
(edit) @13296   15 years Gary Byers gc.h: declare 'relocatable_mark_ref_bits' (e.g., base of mark/refbits …
(edit) @13295   15 years Gary Byers ppc-gc.c, x86-gc.c: use LISP printf control to print all bits of bad …
(edit) @13294   15 years gz Use refbits in mark_weak_hash_vector and reaphashv to avoid paging in …
(edit) @13293   15 years gz Third try, I think this approach works in all cases: keep hash tables …
(edit) @13292   15 years R. Matthew Emerson updated
(edit) @13291   15 years R. Matthew Emerson new files
(edit) @13290   15 years gz forward termination lists in tenured populations
(edit) @13289   15 years Gary Byers linux PPC binaries
(edit) @13288   15 years Gary Byers Darwin PPC binaries
(edit) @13287   15 years Gary Byers win64 binaries
(edit) @13286   15 years Gary Byers win32 binaries
(edit) @13285   15 years Gary Byers Solaris x86 binaries
(edit) @13284   15 years Gary Byers 64-bit FreeBSD binaries
(edit) @13283   15 years Gary Byers 32-bit FreeBSD x86 binaries
(edit) @13282   15 years Gary Byers Linux x86 binaries.
(edit) @13281   15 years Gary Byers Darwin x86 binaries.
(edit) @13280   15 years Gary Byers Lots of changes from "purify" branch, mostly involving: - new memory …
(edit) @13279   15 years Gary Byers Lots of changes from "purify" branch, mostly involving: - new memory …
(edit) @13278   15 years gz Ignore refbits for population.data
(edit) @13277   15 years gz Fix clr_bit
(edit) @13276   15 years Gary Byers No release_readonly_area() on PPC, either.
(edit) @13275   15 years Gary Byers Use ensure_static_conses() on PPC, too.
(edit) @13274   15 years Gary Byers Drop *STATIC-CONS-CHUNK*.
(edit) @13273   15 years Gary Byers Export RESERVED-STATIC-CONSES and FREE-STATIC-CONSES; drop …
(edit) @13272   15 years Gary Byers Since pure area may contain pointers (at least to …
(edit) @13271   15 years Gary Byers Write pure area before dynamic area.
(edit) @13270   15 years Gary Byers Get purify/impurify working on x86 (including x8632.)
(edit) @13269   15 years Gary Byers Don't call release_readonly_area() after purify.
(edit) @13268   15 years Gary Byers Don't define release_readonly_area().
(edit) @13267   15 years Gary Byers Write pure area to image file before dynamic area.
(edit) @13266   15 years Gary Byers Changes for new x86 purification scheme; need testing. Depends on …
(edit) @13265   15 years Gary Byers Report STATIC-CONS utilization in ROOM.
(edit) @13264   15 years Gary Byers target::area.ndnodes.
(edit) @13263   15 years gz Changes in handling of weak vectors (i.e. populations and weak hash …
(edit) @13262   15 years R. Matthew Emerson Indentation.
(edit) @13261   15 years R. Matthew Emerson Fix typo. (charater => character)
(edit) @13260   15 years Gary Byers Handle locatives (xpPC) and TRAs in purify(). (At least try to pick …
(edit) @13259   15 years Gary Byers Use ensure_static_conses() to handle static_cons allocation. Always …
(edit) @13258   15 years Gary Byers ensure_static_conses() to handle static_cons allocation, interact with …
(edit) @13257   15 years Gary Byers Prototype ensure_static_conses(), not allocate_static_conses().
(edit) @13256   15 years Gary Byers We're going to want to use PURIFY rather than FREEZE here; more …
(edit) @13255   15 years Gary Byers revert r13254: 'deref(base,1)' and 'deref(n,1)' should have exactly …
(edit) @13254   15 years gz make mark_root clear the right offset when clearing subtag_pool vectors
(edit) @13253   15 years Gary Byers Claim that certain cases of %SVREF are "side-effect free", which is …
(edit) @13252   15 years Gary Byers In NX1-REQUIRE (which handles REQUIRE-TYPE of builtin types), treat …
(edit) @13251   15 years Gary Byers In (COMPILER-MACRO-FUNCTION +), if all args are fixnums and the result …
(edit) @13250   15 years Gary Byers Use the new vinsns for handling fixnum overflow inline. In …
(edit) @13249   15 years Gary Byers NX2-CONSTANT-INDEX-OK-FOR-TYPE-KEYWORD: returns T iff a fixnum …
(edit) @13248   15 years Gary Byers Define HANDLE-FIXNUM-OVERFLOW-INLINE vinsn, which does most of its …
(edit) @13247   15 years Gary Byers When fetching the next 32/64-bit word, don't assert that 32/64-bit …
(edit) @13246   15 years Gary Byers Add volatile attribute to inline asm statements, to keep GCC …
(edit) @13245   15 years Gary Palter NSScriptCommand doesn't exist in Cocotron
(edit) @13244   15 years Gary Byers area.dwords -> area.dnodes.
(edit) @13243   15 years Gary Byers PPC static-cons changes.
(edit) @13242   15 years Gary Byers x8632 static-cons stuff.
(edit) @13241   15 years Gary Byers Lose some blank lines.
(edit) @13240   15 years gz set mergeinfo for working-0711 branch
(edit) @13239   15 years gz set baseline mergeinfo
(edit) @13238   15 years Gary Byers STATIC-CONS stuff, finally. Todo: - policy (should interact with GC …
(edit) @13237   15 years gz Fix error message in defmethod
(edit) @13236   15 years gz Fix error message in defmethod
(edit) @13235   15 years gz r13225 from trunk (fix for execute permission when prepending symbols)
(edit) @13234   15 years R. Matthew Emerson In .SPffcall, .SPffcall_return_registers, and .SPsyscall: …
(edit) @13233   15 years R. Matthew Emerson Merge r13230 (.SPdestbind fix involving processing &optionals). See …
(edit) @13232   15 years greg Added URL handling for ccl: scheme, which means that …
(edit) @13231   15 years Gary Byers If APPLY's last arg is a quoted list, transform it into FUNCALL …
(edit) @13230   15 years Gary Byers Copy the # of optional args to the low byte of imm0 before processing …
(edit) @13229   15 years R. Matthew Emerson finally. fixes ticket:631.
(edit) @13228   15 years R. Matthew Emerson put it back again. refs ticket:631
(edit) @13227   15 years R. Matthew Emerson remove playground dir. refs ticket:631
(edit) @13226   15 years R. Matthew Emerson test dir. refs ticket:631.
(edit) @13225   15 years R. Matthew Emerson When prepending a "kernel" to a saved heap image, copy the execute …
(edit) @13224   15 years Gary Byers Bump min fasl version.
(edit) @13223   15 years Gary Byers Bump current fasl version.
(edit) @13222   15 years R. Matthew Emerson Merge r13221 (fix to MISC-SET-C-SINGLE-FLOAT) to 1.4 branch.
(edit) @13221   15 years R. Matthew Emerson Use movss in vinsn MISC-SET-C-SINGLE-FLOAT.
(edit) @13220   15 years Gary Byers Bump max fasl version.
(edit) @13219   15 years Gary Byers Try to save strings in ASCII if possible.
(edit) @13218   15 years Gary Byers Just read bytes in $fasl-nvstr.
(edit) @13217   15 years Gary Byers %FASL-READ-N-STRING: just read octets (e.g., for ASCII).
(edit) @13216   15 years Gary Byers Fix typos.
(edit) @13215   15 years Gary Byers Recycle those old FASL ops so that we effectively encode all strings …
Note: See TracRevisionLog for help on using the revision log.