Changeset 4962


Ignore:
Timestamp:
Aug 18, 2006, 9:20:32 AM (18 years ago)
Author:
Gary Byers
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/ChangeLog

    r4950 r4962  
     12006-08-18 09:50  gb
     2
     3        * lisp-kernel/thread_manager.c: Enable FP underflow detection on
     4        x8664.  Should do this on PPC as well, and should probably offer
     5        some backward-compatible behavior for reader.
     6
     72006-08-18 09:47  gb
     8
     9        * compiler/X86/X8664/x8664-backend.lisp: Dress up the Darwin x86-64
     10        backend a little.
     11       
     12        Explicily define lisp-context-register slot in each backend (%gs
     13        for those imolementations that follow the standard ABI, %fs for
     14        Darwin.)
     15
     162006-08-18 09:44  gb
     17
     18        * compiler/X86/X8664/x8664-vinsns.lisp: Use :rcontext when
     19        necessary.
     20
     212006-08-18 09:43  gb
     22
     23        * compiler/X86/: x86-backend.lisp, x86-lap.lisp: Recognize
     24        :rcontext as a reference to the backend's LISP-CONTEXT-REGISTER
     25        slot.
     26
     272006-08-18 09:42  gb
     28
     29        * compiler/backend.lisp: Backend now has a lisp-context-register
     30        slot.
     31
     322006-08-18 09:42  gb
     33
     34        * compiler/X86/X8664/x8664-arch.lisp: No more (constant) rcontext.
     35
     362006-08-18 09:40  gb
     37
     38        * level-0/X86/: x86-def.lisp, x86-float.lisp, x86-io.lisp,
     39        x86-misc.lisp, x86-symbol.lisp, x86-utils.lisp: Refer to rcontext
     40        segment register as :rcontext, since x86-64 Darwin doesn't laugh
     41        and play like the other children.
     42
     432006-08-18 09:29  gb
     44
     45        * lisp-kernel/x86-exceptions.c: Copy some of the Mach exception
     46        code from the PPC version and tweak it a little; needs more work.
     47
     482006-08-18 09:27  gb
     49
     50        * lisp-kernel/x86-exceptions.h: Provide some interim Darwin
     51        conditionalization.
     52
     532006-08-18 09:25  gb
     54
     55        * lisp-kernel/m4macros.m4: Spell FREEBSD correctly.
     56       
     57        Generate an equate for HAVE_TLS.
     58
     592006-08-18 09:23  gb
     60
     61        * lisp-kernel/x86-gc.c: Changes in purify_xp().
     62
    1632006-08-18 09:19  gb
    264
Note: See TracChangeset for help on using the changeset viewer.