source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7972   17 years Gary Byers Fix &rest &key case, yet again.
(edit) @7971   17 years Gary Byers Fix typo in BROADCAST-STREAM stream-write-list method name. Define …
(edit) @7970   17 years Gary Byers create new branch, if I did this right
(edit) @7969   17 years gz update from trunk to rev 7968
(edit) @7968   17 years gz Fix ticket #106: allow toplevel-read to return a set of bindings to be …
(edit) @7967   17 years Gary Byers Need %STRING-HASH for PPC.
(edit) @7966   17 years Gary Byers PPC32 vinsns: :jump attribute use for pc-relative jump only.
(edit) @7965   17 years Gary Byers ppc64 vinsns: :jump vinsn attribute now means "pc-relative jump" only.
(edit) @7964   17 years R. Matthew Emerson Correct SHLD and SHRD operands for 32 and 16 bit variants. Define a …
(edit) @7963   17 years R. Matthew Emerson Checkpoint.
(edit) @7962   17 years R. Matthew Emerson Add save[0-3] fields to the TCR. These are a caller-saved spill area …
(edit) @7961   17 years Gary Byers Spell UVSIZE with an "S".
(edit) @7960   17 years Gary Byers Try to avoid branching around UUOs, since some implemenations don't do …
(edit) @7959   17 years Gary Byers new hash-table iteration scheme.
(edit) @7958   17 years Gary Byers CLASS-WRAPER caches CPL.
(edit) @7957   17 years Gary Byers New hash-table iteration scheme.
(edit) @7956   17 years Gary Byers New hash-table iteration scheme. New WITH-PROCESS-WHOSTATE just binds …
(edit) @7955   17 years Gary Byers GCTIMES reported in INTERNAL-TIME-UNITS-PER-SECOND.
(edit) @7954   17 years Gary Byers Time-reporting changes.
(edit) @7953   17 years Gary Byers Fix comment indentation.
(edit) @7952   17 years Gary Byers CHAR/SET-CHAR: define in terms of SCHAR.
(edit) @7951   17 years Gary Byers Add timeval->microseconds.
(edit) @7950   17 years Gary Byers Continue Bill's changes to remove brain-death from %%TYPEP on arrays …
(edit) @7949   17 years Gary Byers Keep whostate in a per-thread variable, not in the PROCESS-OBJECT.
(edit) @7948   17 years Gary Byers INTERNAL-TIME-UNITS-PER-SECOND, whostate tweaks.
(edit) @7947   17 years Gary Byers INTERNAL-TIME-UNITS-PER-SECOND is 1000000 on 64-bit machines. (Can …
(edit) @7946   17 years Gary Byers Maintain CPL in wrapper ... Slot type-predicates can be NULL (instead …
(edit) @7945   17 years Gary Byers New CLASS-CELL-TYPEP, tries to get CPL from (valid) wrapper. Maintain …
(edit) @7944   17 years Gary Byers Process-whostate is now the per-thread binding of *WHOSTATE*.
(edit) @7943   17 years Gary Byers A few small changes; there may be bad bugs in EQUAL/EQUALP hashing. …
(edit) @7942   17 years Gary Byers %STRING-HASH: like %PNAME-HASH, but with a (possibly non-zero) offset.
(edit) @7941   17 years Gary Byers Try to avoid jumping/branching to jumps. (NB: this requires some …
(edit) @7940   17 years Gary Byers Try harder (maybe much harder) to inline TYPEP calls involving …
(edit) @7939   17 years Gary Byers Recognize CHAR-CODE's result type.
(edit) @7938   17 years Gary Byers Peephole on the fly: turn (push r1) (movq top-of-stack r2) into …
(edit) @7937   17 years Gary Byers PRINT-OBJECT for DISASSEMBLED-INSTRUCTION.
(edit) @7936   17 years Gary Byers More tweaks.
(edit) @7935   17 years Gary Byers Don't use a bignum in HASHED-BY-IDENTITY, since there's only one …
(edit) @7934   17 years gz Oops. missed a couple in previous checkin
(edit) @7933   17 years gz Change scrolling interface: all actual scrolling now done by …
(edit) @7932   17 years gz fix logical error in univeral argument handling
(edit) @7931   17 years gz remove unused code
(edit) @7930   17 years mikel added more steps to creating UIs with Tiger
(edit) @7929   17 years gz Define a stream class for output to the listener and use it instead of …
(edit) @7928   17 years gz Update from trunk to rev 7927
(edit) @7927   17 years gz allow non-echoing input streams for the repl
(edit) @7926   17 years gz split off housekeeping-loop so the gui can use it
(edit) @7925   17 years Gary Byers Add :monitor-futex-wait to *known-optional-features*. …
(edit) @7924   17 years Bill St. Clair TYPEP was consing on a user-defined array type, due to the call to …
(edit) @7923   17 years Bill St. Clair optimize-generic-function-dispatching now calls …
(edit) @7922   17 years gz Reimplement Query Replace as a minor mode
(edit) @7921   17 years Gary Byers Learn to read disassembled code; look for _sigtramp context in r8 on …
(edit) @7920   17 years mikel added more steps in the Tiger IB instructions
(edit) @7919   17 years gz Implement prompt-for-y-or-n and prompt-for-key-event (and hence …
(edit) @7918   17 years Gary Byers Add TYPE-PREDICATEs for ARGS-CTYPE and its subclasses.
(edit) @7917   17 years Gary Byers Provide type-predicate for NAMED-CTYPE; the type system otherwise …
(edit) @7916   17 years R. Matthew Emerson More work on %normalize-bignum-2.
(edit) @7915   17 years R. Matthew Emerson Typo; wrong index register name.
(edit) @7914   17 years R. Matthew Emerson Remove functions that won't be called; corrections after some minor …
(edit) @7913   17 years gz add push-NEW-buffer-mark, like (push-buffer-mark (copy-mark ..))
(edit) @7912   17 years gz update from trunk to rev 7911
(edit) @7911   17 years gz make cl:ed return the view created fixes for edit-definition breakage …
(edit) @7910   17 years R. Matthew Emerson Use defx8632lapfunction. Also duplicate some lisp code from …
(edit) @7909   17 years Gary Byers Save major OS version on startup, use it to determine where _sigtramp …
(edit) @7908   17 years Gary Byers Cache a symbol's hash code in the plist slot along with the plist, so …
(edit) @7907   17 years R. Matthew Emerson Use some insn mnemonics that refer to the carry flag.
(edit) @7906   17 years R. Matthew Emerson Add cmovc/cmovnc/cmovz/cmovnz/jc/jnc opcodes (which are the same thing …
(edit) @7905   17 years gz Use defloadvar for *quitting* (needed because of changeset #7699)
(edit) @7904   17 years R. Matthew Emerson Uh, at least try compiling the file before committing next time…
(edit) @7903   17 years R. Matthew Emerson New file. Much remains to be done.
(edit) @7902   17 years Gary Byers When entering the kernel debugger on X8664/Darwin, try to note if the …
(edit) @7901   17 years Gary Byers Implement HASH-TABLE-OWNER and CLAIM-HASH-TABLE; the latter probably …
(edit) @7900   17 years Gary Byers Don't generate (often bad ...) typechecks in in the optimized …
(edit) @7899   17 years gz Update from trunk to rev 7897
(edit) @7898   17 years gz Make mark-column take tabs into account so indenting works again. Bind …
(edit) @7897   17 years Gary Byers Conditionally hash symbols by address.
(edit) @7896   17 years Gary Byers Revert eep.adress to old (anchored UUO out-of-line) behavior, since …
(edit) @7895   17 years Gary Byers After a couple of failed attempts, get the improvement to the &key …
(edit) @7894   17 years Gary Byers Copy the build-time value of *BUILD-TIME-OPTIONAL-FEATURES* into the …
(edit) @7893   17 years Gary Byers Add :HASH-SYMBOLS-BY-ADDRESS to *KNOWN-OPTIONAL-FEATURES*.
(edit) @7892   17 years Gary Byers Fix type in call to %CHECK-ANCHORED-UUO in the decode of #xb* UUOs.
(edit) @7891   17 years Gary Byers Try to inorporate *optional-features* into *openmcl-version* format string.
(edit) @7890   17 years Gary Byers Get 3d array right in %TYPE-ERROR-TYPESPECS%.
(edit) @7889   17 years Gary Byers Try to avoide a GF call in %SHARED-INITIALIZE. Look at %CLASS.CPL …
(edit) @7888   17 years Gary Byers Define STANDARD-INSTANCE-P (which is inlined) before its first use.
(edit) @7887   17 years Gary Byers *OPTIONAL-FEATURES*.
(edit) @7886   17 years Gary Byers Spin a little faster (when we use spinlocks at all)
(edit) @7885   17 years R. Matthew Emerson Correct type specifier for 3d arrays in %TYPE-ERROR-TYPESPECS%
(edit) @7884   17 years gz Make Indent With Tabs be a simple boolean variable, default false …
(edit) @7883   17 years gz restore get-info-and-go-to-it
(edit) @7882   17 years R. Matthew Emerson The x86 ports don't use a shared closure trampoline.
(edit) @7881   17 years R. Matthew Emerson To avoid confusion, treat defx86lapfunction as an x86-64 thing, and …
(edit) @7880   17 years R. Matthew Emerson Use TARGET::WITH-STACK-SHORT-FLOATS
(edit) @7879   17 years R. Matthew Emerson Use TARGET::WITH-STACK-SHORT-FLOATS
(edit) @7878   17 years R. Matthew Emerson WITH-SHORT-STACK-FLOATS macro
(edit) @7877   17 years R. Matthew Emerson A few more vinsns, including some single-float ones.
(edit) @7876   17 years R. Matthew Emerson A SINGLE-FLOAT is a boxed object on x8632. Still more places where an …
(edit) @7875   17 years R. Matthew Emerson x8632 changes
(edit) @7874   17 years R. Matthew Emerson Changes for x8632. (There are numerous #+(or ppc32-target …
(edit) @7873   17 years R. Matthew Emerson SYMBOL-NAME for x8632
Note: See TracRevisionLog for help on using the revision log.