source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7262   17 years R. Matthew Emerson Define ra0, dump a couple of deprecated subtags, correct tcr …
(edit) @7261   17 years Gary Byers New rwlock primitives.
(edit) @7260   17 years Gary Byers PRINT-OBJECT on RANDOM-STATE: 32/64 changes.
(edit) @7259   17 years Gary Byers INITIALIZE-RANDOM-STATE: 32/64 changes.
(edit) @7258   17 years Gary Byers random: do 32-bits at a time on 64-bit lisps, do fixnum random more …
(edit) @7257   17 years Gary Byers %BIGNUM-RANDOM here, do 32 bits at a time.
(edit) @7256   17 years Gary Byers
(edit) @7255   17 years Gary Byers FRAME-REQUIRED-ARGS: try to make better. This is only used by SLIME; …
(edit) @7254   17 years Gary Byers ARGLIST-FROM-MAP: don't be afraid to say &LEXPR. ARG-NAMES-FROM-MAP: …
(edit) @7253   17 years Gary Byers
(edit) @7252   17 years Gary Palter In WITH-SLOTS, if there are bindings, declare the gensym'ed instance …
(edit) @7251   17 years R. Matthew Emerson Hairy trap-unless-typecode-= and some other additional vinsns.
(edit) @7250   17 years Gary Byers
(edit) @7249   17 years Gary Byers Typo in constant again.
(edit) @7248   17 years Gary Byers
(edit) @7247   17 years Gary Palter Return all three values from CCL::PRINT-DEFERRED-WARNINGS
(edit) @7246   17 years R. Matthew Emerson UNPARSE-X86-LAP-OPERAND: Parameterize computation of index into …
(edit) @7245   17 years R. Matthew Emerson Straighten out how the immediate word count in IA-32 functions is …
(edit) @7244   17 years R. Matthew Emerson Merged trunk changes r6975:7243
(edit) @7243   17 years R. Matthew Emerson Minor IA-32 stuff.
(edit) @7242   17 years R. Matthew Emerson Use x86-byte-reg-p and x86-acc-reg-p in a couple places.
(edit) @7241   17 years R. Matthew Emerson Minor changes for IA-32.
(edit) @7240   17 years R. Matthew Emerson A few obvious changes for IA-32.
(edit) @7239   17 years R. Matthew Emerson new directory
(edit) @7238   17 years Gary Byers
(edit) @7237   17 years Gary Byers Simply clearing the top bit of the intermediate result from …
(edit) @7236   17 years Gary Byers Separate keyword defaulting from strength reduction in assoc/member …
(edit) @7235   17 years Gary Byers NTHCDR typechecks the list argument, so (NTHCDR 0 'bad) detects the error.
(edit) @7234   17 years Gary Byers %REQUIRE-TYPE tries to map back to the type from the predicate in the …
(edit) @7233   17 years Gary Byers
(edit) @7232   17 years Gary Byers
(edit) @7231   17 years Gary Byers X862-BIND-LAMBDA: bind &rest before &key …
(edit) @7230   17 years Gary Byers PPC2-BIND-LAMBDA: rest arg is in scope before key arg(s), so assign it …
(edit) @7229   17 years Gary Byers ASSEQUAL, MEMEQUAL.
(edit) @7228   17 years Gary Byers Define new rwlocks for ppc.
(edit) @7227   17 years Gary Byers Frame assignment stuff for PPC, too.
(edit) @7226   17 years Gary Byers
(edit) @7225   17 years Gary Byers Observe *BACKTRACE-PRINT-LEVEL*, -LENGTH* when printing break messages.
(edit) @7224   17 years Gary Byers Revert to older version.
(edit) @7223   17 years R. Matthew Emerson New directory.
(edit) @7222   17 years R. Matthew Emerson Use :$self instead of :self; add some more vinsns.
(edit) @7221   17 years R. Matthew Emerson Indentation; comment out some conditionalization.
(edit) @7220   17 years R. Matthew Emerson Minor corrections.
(edit) @7219   17 years R. Matthew Emerson Handle use of :$self for vinsns.
(edit) @7218   17 years R. Matthew Emerson Clean up %define-x8632-lap-function a bit.
(edit) @7217   17 years R. Matthew Emerson Define reserved-frame-marker.
(edit) @7216   17 years R. Matthew Emerson x8664::imm0 -> *x862-imm0* Bind *x86-lap-lap-entry-offset* in …
(edit) @7215   17 years R. Matthew Emerson x8664::temp0 -> *x862-temp0* x8664::fname -> *x862-fname*
(edit) @7214   17 years R. Matthew Emerson X862-COMPILE: add some preliminary accomodations for compiling for …
(edit) @7213   17 years Gary Byers
(edit) @7212   17 years R. Matthew Emerson Don't worry about signaling an error here after all.
(edit) @7211   17 years Gary Palter Add support for :element-type to ccl:run-program to allow for binary …
(edit) @7210   17 years Gary Byers EQL-SPECIALIZER exported from CCL, OPENMCL-MOP packages.
(edit) @7209   17 years Gary Byers
(edit) @7208   17 years Gary Byers er, a mishap
(edit) @7207   17 years Gary Byers (Botched last commit message. Just add comment; the following …
(edit) @7206   17 years Gary Byers Replace START-MV-CALL with VPUSH-LABEL; set vinsn attributes on new vinsn.
(edit) @7205   17 years Gary Byers DOCUMENTATION (and (SETF DOCUMENTATION)) for SLOT-DEFINITION metaobjects.
(edit) @7204   17 years R. Matthew Emerson Use *x8632-subprims* for looking up subprim names when disassembling …
(edit) @7203   17 years Gary Byers New rwlock stuff. Note: this probably isn't needed from C, and there …
(edit) @7202   17 years Gary Byers Call rwlock_destroy if rwlock pointer is unreferenced.
(edit) @7201   17 years Gary Byers Macros for spinlocks; kinder, gentler, less stateful read-write locks.
(edit) @7200   17 years Gary Byers Move WITH-SELF-BOUND-IO-CONTROL-VARS here.
(edit) @7199   17 years Gary Byers WITH-STANDARD-IO-SYNTAX wasn't quite the right idea …
(edit) @7198   17 years Gary Byers Move macro WITH-SELF-BOUND-IO-CONTROL-VARS to lib/macros.lisp.
(edit) @7197   17 years Gary Byers New LOCK-PROTOCOL errors. Fix some brain-deth in MAKE-CONDITION.
(edit) @7196   17 years Gary Byers New READ-WRITE-LOCK stuff.
(edit) @7195   17 years Gary Byers %NEXT-RANDOM-PAIR: do mod by 231-1 here, not mod 231 later. …
(edit) @7194   17 years Gary Byers %SYSTEM-LOCKS% initialized very early, since rwlocks now have a …
(edit) @7193   17 years Gary Byers %SYSTEM-LOCKS% initialized earlier. New rwlock creation/access stuff.
(edit) @7192   17 years Gary Byers No more %TRY-READ-LOCK-RWLOCK, no %UNLOCK-RWLOCK here.
(edit) @7191   17 years Gary Byers No more %TRY-READ-LOCK-RWLOCK.
(edit) @7190   17 years Gary Byers Handling of signedness in 64-bit memory assignment was backwards.
(edit) @7189   17 years Gary Byers DEFINE-STORAGE-LAYOUT for new rwlock.
(edit) @7188   17 years Gary Byers added
(edit) @7187   17 years Gary Byers added
(edit) @7186   17 years mikel removed currency converter example until OSX version legalities are …
(edit) @7185   17 years mikel added more text and images to HOWTO
(edit) @7184   17 years mikel updated links to use new name of HOWTO_files
(edit) @7183   17 years mikel moved HOWTO files to HOWTO_files to unconfuse cvs
(edit) @7182   17 years mikel added more instructions to the HOWTO, on how to create the IB project
(edit) @7181   17 years mikel removed unneeded local directory
(edit) @7180   17 years mikel added currency converter example to repo
(edit) @7179   17 years Gary Byers x8664 support for new stack-walking stuff.
(edit) @7178   17 years Gary Byers stack frame stuff: pass (unique) "unavailable" value to …
(edit) @7177   17 years Gary Byers Stack-walking stuff to get/set arg/local values. In …
(edit) @7176   17 years Gary Byers Bump.
(edit) @7175   17 years Gary Byers Break-loop commands for getting/setting args/locals in backtrace. …
(edit) @7174   17 years Gary Byers Start a thread with WITH-STANDARD-IO-SYNTAX in effect.
(edit) @7173   17 years Gary Byers
(edit) @7172   17 years mikel added key 'CFBundleName' to write-info-plist
(edit) @7171   17 years Gary Byers un-wedge
(edit) @7170   17 years Gary Byers un-wedge
(edit) @7169   17 years Gary Byers un-wedge
(edit) @7168   17 years Gary Byers un-wedge
(edit) @7167   17 years Gary Byers un-wedge
(edit) @7166   17 years Gary Byers un-wedge
(edit) @7165   17 years Gary Byers un-wedge
(edit) @7164   17 years Gary Byers un-wedge
(edit) @7163   17 years Gary Byers un-wedge
Note: See TracRevisionLog for help on using the revision log.