source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @13214   15 years gz Extend find-ftype-decl so it can get different decls depending on the …
(edit) @13213   15 years gz Extend find-ftype-decl so it can get different decls depending on the …
(edit) @13212   15 years R. Matthew Emerson Change Makefiles to build x8632 lisp kernels with -O2.
(edit) @13211   15 years R. Matthew Emerson Use #&NSNibOwner, not #@"NSNibOwner". (From Paul Krueger.)
(edit) @13210   15 years Gary Byers Revive some old fasl ops that assumed 8-bit characters; make the new …
(edit) @13209   15 years Gary Byers Separate OS-level file-mapping stuff from other file-mapping stuff, …
(edit) @13208   15 years gz Added a new function GET-ALLOCATION-SENTINEL and a new :START arg to …
(edit) @13207   15 years R. Matthew Emerson Changes to make Darwin/ppc lisp kernels build with 10.5 SDK. This …
(edit) @13206   15 years R. Matthew Emerson Changes to allow the Dawrin/x86 lisp kernels to build with the 10.5 SDK.
(edit) @13205   15 years greg I've always had trouble parsing the 'not a symbol or lambda …
(edit) @13204   15 years gz Test for bad lambda list in defmethod (r13202)
(edit) @13203   15 years gz add regression test
(edit) @13202   15 years gz Test for bad lambda list in defmethod
(edit) @13201   15 years gz Make %source-files% not use a lock-free hash table, tweak some of the …
(edit) @13200   15 years gz Fix handling of format args in test-compiler-warning. Add some tests …
(edit) @13199   15 years gz Merge r13198
(edit) @13198   15 years gz Fix for scanning ~@:
(edit) @13197   15 years gz Add variable *strict-checking* to control checking for e.g. …
(edit) @13196   15 years gz fix another format call
(edit) @13195   15 years gz Add variable *strict-checking* to control checking for e.g. …
(edit) @13194   15 years gz use defloadvar as needed
(edit) @13193   15 years gz Don't record source locations in compilations arising from explicit …
(edit) @13192   15 years gz warn about too many arguments in format strings (r13187)
(edit) @13191   15 years gz Merge r13184 (fix for spurious warning)
(edit) @13190   15 years gz Merge r13182/r13183 (*save-interactive-source-locations*)
(edit) @13189   15 years gz Merge r13180 (fix for newer oprofile)
(edit) @13188   15 years gz Merge r13175 (x8632 fix)
(edit) @13187   15 years gz warn about too many arguments in format strings
(edit) @13186   15 years gz A bunch of Hemlock Lisp mode changes: * Add parsing support for …
(edit) @13185   15 years gz Add regression test for spurious warning fixed in r13184
(edit) @13184   15 years gz check method keyword args against global def if there is one
(edit) @13183   15 years gz Try harder to minimize performance impact if …
(edit) @13182   15 years gz Add *save-interactive-source-locations* to control source recording in …
(edit) @13181   15 years Gary Byers (in 1.4) In FIXUP-LISP-SECTION-HEADER-OFFSET, set the section header's …
(edit) @13180   15 years Gary Byers In FIXUP-LISP-SECTION-HEADER-OFFSET, set the section header's type to …
(edit) @13179   15 years gz heap-utilization extensions (trunk r13174)
(edit) @13178   15 years Gary Byers Updated binary with r13177 changes.
(edit) @13177   15 years Gary Byers PeekNamedPipe() isn't detecting EOF on Win7, so do a timed wait for …
(edit) @13176   15 years Gary Byers Propagate r13175 (x8632 image relocation/large functions) and r13171
(edit) @13175   15 years Gary Byers image.c: use imm_word_count() to determine x8632 function …
(edit) @13174   15 years gz heap utilization tweaks: Changed %MAP-AREAS to take an area or list …
(edit) @13173   15 years Gary Byers updated
(edit) @13172   15 years R. Matthew Emerson Document FASL-CONCATENATE. (Description lifted from …
(edit) @13171   15 years R. Matthew Emerson In .SPcallback, use the stack word -20(%ebp) to store the number of …
(edit) @13170   15 years Gary Palter Update svn:ignore property
(edit) @13169   15 years Gary Palter Update Cocoa interfaces to Cocotron r671
(edit) @13168   15 years Gary Palter Update to Cocotron r671
(edit) @13167   15 years gz More core file functions (from r13155)
Note: See TracRevisionLog for help on using the revision log.