source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @422   21 years Gary Byers Lock on *TERMINATION-POPULATION* access.
(edit) @421   21 years Gary Byers ADD-READER/WRITER-METHOD: less specialized. Turn a few early …
(edit) @420   21 years Gary Byers CLASS-SLOT-INITARGS, CREATE-READER/WRITER-METHOD-FUNCTION: less …
(edit) @419   21 years Gary Byers WITH-STRING-FROM-CSTRING: stack allocate a lisp-string, getting bytes …
(edit) @418   21 years Gary Byers BIT/BITFIELD foreign integer types.
(edit) @417   21 years Gary Byers CTYPE-SUBTYPE: no specialized (COMPLEX ) arrays, so check …
(edit) @416   21 years Gary Byers kinder, gentler do_tsp_overflow
(edit) @415   21 years Gary Byers SUBSEQ: Array-headers aren't sequences; vector headers are.
(edit) @414   21 years Gary Byers (SETF %GET-BITFIELD) becomes %SET-BITFIELD, which is what the setf …
(edit) @413   21 years Gary Byers %DECODE-FOREIGN-NAME handles 0-length names correctly.
(edit) @412   21 years Gary Byers Kinder, gentler %SHARED-INITIALIZE uses INSTANCE-CLASS-WRAPPER.
(edit) @411   21 years Gary Byers INSTANCE-CLASS-WRAPPER (how many versions of this are there ?) looks …
(edit) @410   21 years Gary Byers Bryan O'Connor's fix to %ACTIVE-RESTART.
(edit) @409   21 years Gary Byers So much for the 040124 idea …
(edit) @408   21 years Gary Byers Initialize ordinal->type vector elements to NIL.
(edit) @407   21 years Gary Byers Linux "as" doesn't like semicolon comments, so use /* */.
(edit) @406   21 years Gary Byers GET-INTERNAL-xxx-TIME moved here.
(edit) @405   21 years Gary Byers WITH-STACK-SHORT-FLOATS is PPC32-specific.
(edit) @404   21 years Gary Byers Start to make RLET assert foreign-type ordinals, then give up on the …
(edit) @403   21 years Gary Byers Try to introduce "foreign type ordinals", which can be embedded in …
(edit) @402   21 years Gary Byers Bump.
(edit) @401   21 years Gary Byers MAKE-ARRAY earlier.
(edit) @400   21 years Gary Byers Move some time stuff to time.lisp.
(edit) @399   21 years Gary Byers %COMPOSITE-POINTER-REF, so embedded foreign structs can be SETF-able.
(edit) @398   21 years Gary Byers Don't REQUIRE at loadtime, so we can maybe move earlier in the cold load.
(edit) @397   21 years Gary Byers MACPTRs may say what they're pointing to, though this idea is hard to …
(edit) @396   21 years Gary Byers Move LOGICAL-PATHNAME-P earlier.
(edit) @395   21 years Gary Byers Say "target:" a few times.
(edit) @394   21 years Gary Byers Fix %SVAR-BINDING-ADDRESS for the nth time.
(edit) @393   21 years Gary Byers Some conditionalization, mostly dealing with immediate/non-immediate …
(edit) @392   21 years Gary Byers Conditionalize use of WITH-STACK-SHORT-FLOATS, sortof.
(edit) @391   21 years Gary Byers No low (half-) word of lisp-fpscr.
(edit) @390   21 years Gary Byers WITH-STACK-SHORT-FLOATS moved here.
(edit) @389   21 years Gary Byers Halfhearted attempt at #+ppc32/#+ppc64 conditionalization. Will need …
(edit) @388   21 years Gary Byers %composite-pointer-ref.
(edit) @387   21 years Gary Byers -some- PPC64 backend stuff.
(edit) @386   21 years Gary Byers Vector case of SUBSEQ had better be faster …
(edit) @385   21 years Gary Byers Start to associate "ordinal" numbers with types (for typed pointers.)
(edit) @384   21 years Gary Byers Return was-open-p from CLOSE method.
(edit) @383   21 years Gary Byers UPDATE-SLOTS: assume that slotds are ordered, don't order them by location.
(edit) @382   21 years Gary Byers %COPY-GVECTOR-TO-GVECTOR.
(edit) @381   21 years Gary Byers Array element type of strings is CHARACTER, not that it matters …
(edit) @380   21 years Gary Byers Work harder to determine if an instance really is an instance.
(edit) @379   21 years Gary Byers Lots of changes from Randall Beer.
(edit) @378   21 years Gary Byers Preliminary NSBox stuff. Not much of it, even.
(edit) @377   21 years Gary Byers Some of these actually work …
(edit) @376   21 years Gary Byers target-lisp-node-size is 8. Don't require vinsns (break circle).
(edit) @375   21 years Gary Byers Some fixes; call it fulltag-misc after all.
(edit) @374   21 years Gary Byers Rename some things to (start to) match ppc64.
(edit) @373   21 years Gary Byers target-lisp-node-size in backend. Make default if :ppc32-target, not …
(edit) @372   21 years Gary Byers Define target-most-[positive,negative]-fixnum
(edit) @371   21 years Gary Byers Don't use LOAD-TIME-VALUE to reference vinsn-template cell; look up …
(edit) @370   21 years Gary Byers Fix 64-bit rotates, define clrrdi instead of defining clrrdi. twice.
(edit) @369   21 years Gary Byers Yawn. Update spec class alist for new storage-class names.
(edit) @368   21 years Gary Byers Match against :u64/:s64 storage class names.
(edit) @367   21 years Gary Byers New constants for 64-bit storage classes.
(edit) @366   21 years Gary Byers New GPR mode-names for 64-bit storage classes.
(edit) @365   21 years Gary Byers 64-bit storage classes.
(edit) @364   21 years Gary Byers Um, COPY-FPR sets (and uses) an FPR …
(edit) @363   21 years Gary Byers MAKE-VINSN zeros the GPRS-SET & FPRS-SET fields when pulling a vinsn …
(edit) @362   21 years Gary Byers Try to un-botch SPbuiltin_length, for about the third time in a week.
(edit) @361   21 years Gary Byers New --version command-line argument; new APPLICATION-VERSION-STRING method.
(edit) @360   21 years Gary Byers Bump, again.
(edit) @359   21 years Gary Byers Correct TARGET-LEVEL-1-MODULES, to reflect new target names.
(edit) @358   21 years Gary Byers Default methods (specialized on T) of OPEN-STREAM-P, …
(edit) @357   21 years Gary Byers Bryan O'Connor's fix to STREAM-UNREAD-CHAR method for ECHO-STREAM.
(edit) @356   21 years Gary Byers NX1-ASH: where did those numbers come from ?
(edit) @355   21 years Gary Byers (SIGNED-BYTE 1) is perfectly legal …
(edit) @354   21 years Gary Byers Define FIXUP-PPC-BACKEND in terms of target.
(edit) @353   21 years Gary Byers :PPC -> :PPC32.
(edit) @352   21 years Gary Byers Backend name changes.
(edit) @351   21 years Gary Byers More PPC/PPC32 changes. (Not generalized yet ...)
(edit) @350   21 years Gary Byers Bump again.
(edit) @349   21 years Gary Byers Bryan O'Connor's fix to PROBE-FILE.
(edit) @348   21 years Gary Byers Don't refer to *PPC-VINSN-TEMPLATES*; use the target backend instead.
(edit) @347   21 years Gary Byers New backend names.
(edit) @346   21 years Gary Byers backend changes
(edit) @345   21 years Gary Byers new file
(edit) @344   21 years Gary Byers meet the new files, same as the old files
(edit) @343   21 years Gary Byers new file, sorta
(edit) @342   21 years Gary Byers removed, now PPC32-specific
(edit) @341   21 years Gary Byers backend changes
(edit) @340   21 years Gary Byers Bryan O'Connor's fix to force RETURNing clauses into the main body.
(edit) @339   21 years Gary Byers Allow (EVAL-WHEN () ,@body).
(edit) @338   21 years Gary Byers PARSE-DEFGENERIC allows multiple DECLARE forms, passes them as …
(edit) @337   21 years Gary Byers (Finally) try to handle odd poweropen struct alignment rules.
(edit) @336   21 years Gary Byers (Finally) try to handle odd poweropen struct alignment rules. Pad …
(edit) @335   21 years Gary Byers SIGNAL keeps looking in the same cluster when a handler declines.
(edit) @334   21 years Gary Byers Allowing INVOKE-DEBUGGER to build a condition from extra arguments …
(edit) @333   21 years Gary Byers Define (and signal) some new condition classes.
(edit) @332   21 years Gary Byers Map kernel "can't construct arglist" to a (new) TYPE-ERROR subclass.
(edit) @331   21 years Gary Byers GF's need to check keywords after all. Recognize :ALLOW-OTHER-KEYS T …
(edit) @330   21 years Gary Byers Paranoia in CTYPE-SUBTYPE: allow float aliases.
(edit) @329   21 years Gary Byers Don't reference *objc-readtable*.
(edit) @328   21 years Gary Byers From Bryan O'Connor: "LOOP FOR x ..." uses destructuring mechanism on …
(edit) @327   21 years Gary Byers More pathname info for DESCRIBE. Use INSTANCE-SLOTS vice …
(edit) @326   21 years Gary Byers PPRINT-DISATCH: symbol is external in CL, so don't use it as a …
(edit) @325   21 years Gary Byers RATIONALIZE comments; extra typechecking in BOOLE.
(edit) @324   21 years Gary Byers WITH-HASH-TABLE-ITERATOR allows declarations.
(edit) @323   21 years Gary Byers Handle FOREIGN-ARRAY-TYPE. (Note: this is Darwin-specific.)
Note: See TracRevisionLog for help on using the revision log.