source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6497   18 years Gary Byers Move %FIXNUM-REF-MACPTR and %FIXNUM-SET-MACPTR elsewhere.
(edit) @6496   18 years Gary Byers File-mapped vectors.
(edit) @6495   18 years Gary Byers OPEN : :if-exists defaults to :new-version if pathname-version of …
(edit) @6494   18 years Gary Byers %BREAK-IN-FRAME might be called with a CONDITION object.
(edit) @6493   18 years Gary Byers *HOST-PAGE-SIZE* initialized earlier.
(edit) @6492   18 years Gary Byers If there's no host component in a namestring argument, …
(edit) @6491   18 years Gary Byers Initial-lisp-thread, initial listener stack sizes now static.
(edit) @6490   18 years Gary Byers Pathname arcana.
(edit) @6489   18 years Gary Byers Optionally, invoke debugger-hook on SIGINT.
(edit) @6488   18 years Gary Byers Clear dispatch table cache if GF APO changes.
(edit) @6487   18 years Gary Byers Don't cons when clearing spin lock. Commented-out (#+bad-idea) …
(edit) @6486   18 years Gary Byers Use %pname-hash to hash ... pnames.
(edit) @6485   18 years Gary Byers %FIXNUM-REF-MACPTR, %FIXNUM-SET-MACPTR: move here.
(edit) @6484   18 years Gary Byers Remove an old declaration.
(edit) @6483   18 years Gary Byers New calling sequence.
(edit) @6482   18 years Gary Byers New calling sequence. Use a CMOV in EQL.
(edit) @6481   18 years Gary Byers New calling sequence. No need to be careful with %rcx (now %imm2) in …
(edit) @6480   18 years Gary Byers New calling sequence.
(edit) @6479   18 years Gary Byers New calling sequence.
(edit) @6478   18 years Gary Byers Handle new-style tras, other new-calling-sequence changes.
(edit) @6477   18 years Gary Byers New calling sequence. %rcx is %imm2 now, not %temp2, and no need to …
(edit) @6476   18 years Gary Byers New calling sequence. %rcx is %imm2 now, not %temp2, and no need to …
(edit) @6475   18 years Gary Byers New calling sequence. %rcx is %imm2 now, not %temp2, and no need to …
(edit) @6474   18 years Gary Byers global label-valued temporaries.
(edit) @6473   18 years Gary Byers FLOAT with no protototype argument.
(edit) @6472   18 years Gary Byers Try to do a little type inference for more flavors of AREF.
(edit) @6471   18 years Gary Byers FUNCTION-INFORMATION might return an afunc (or equivalent) as a …
(edit) @6470   18 years Gary Byers Support the new (call/ret) calling sequence, new tra/talign scheme. …
(edit) @6469   18 years Gary Byers Support the new (call/ret) calling sequence, new tra/talign scheme.
(edit) @6468   18 years Gary Byers Support :talign, (@ (: label) (% rip)).
(edit) @6467   18 years Gary Byers Recognize CALL label operands, rip-relative label refs.
(edit) @6466   18 years Gary Byers Allow label-valued temporaries, support :talign directive in vinsn …
(edit) @6465   18 years Gary Byers Add call instruction; note that %rip is a register …
(edit) @6464   18 years Gary Byers Use "tail-aligned" calls for most things, except calls to subprims …
(edit) @6463   18 years Gary Byers Try to make cross-compilation with x86-64 targets a little easier, by …
(edit) @6462   18 years Gary Byers move away from lea/jmp, towards call/ret. rcx is now an imm reg; ra0 = …
(edit) @6461   18 years Gary Byers %immediate-set-xxx: get sign right. unwind-protect uses nmkunwind …
(edit) @6460   18 years Gary Byers nmkunwind.
(edit) @6459   18 years Gary Byers getu32/gets32, nmkunwind.
(edit) @6458   18 years Gary Byers New .SPnmkunwind.
(edit) @6457   18 years Gary Byers Make %GET-KERNEL-GLOBAL-PTR actually work.
(edit) @6456   18 years Gary Byers Make %GET-KERNEL-GLOBAL-PTR actually work.
(edit) @6455   18 years Gary Byers Bump image abi version.
(edit) @6454   18 years Gary Byers Update min fasl version.
(edit) @6453   18 years Gary Byers Bump current fasl version.
(edit) @6452   18 years Gary Byers Use %pname-hash for symbol hashing; faster than string-hash.
(edit) @6451   18 years Gary Byers Bump max fasl version.
(edit) @6450   18 years Gary Byers %GET-KERNEL-GLOBAL-PTR: actually works …
(edit) @6449   18 years Gary Byers x862-%immediate-store had signedness backwards, as well.
(edit) @6448   18 years Gary Byers Get signedness right in ppc2-%immediate-store (exposed by .SPgetxlong …
(edit) @6447   18 years Gary Byers debug_show_fpu for x86-64 FreeBSD. FreeBSD xmm context stuff.
(edit) @6446   18 years Gary Byers x86-64 new_heap_segment: keep trying smaller values …
(edit) @6445   18 years Gary Byers Bump.
(edit) @6444   18 years Gary Byers *initial-lisp-thread*, some stack sizes are static.
(edit) @6443   18 years Gary Byers Don't cons when clearing spinlock. Commented out alternate definitions …
(edit) @6442   18 years Gary Byers %fixnum-ref-macptr, %fixnum-set-macptr should be defined early.
(edit) @6441   18 years Gary Byers %fixnum-ref-macptr, %fixnum-set-macptr don't belong here.
(edit) @6440   18 years Gary Byers In new_heap_segment(), try smaller deltas if we can't allocate …
(edit) @6439   18 years Gary Byers *SPIN-LOCK-TRIES* is static.
(edit) @6438   18 years Gary Byers
(edit) @6437   18 years Gary Byers More file-mapping fixes.
(edit) @6436   18 years Gary Byers More file-mapping stuff.
(edit) @6435   18 years Gary Byers Use .SPgetu32/.SPgets33, no more .SPgetxlong.
(edit) @6434   18 years Gary Byers Use .SPgetu32/.SPgets33, no more .SPgetxlong.
(edit) @6433   18 years Gary Byers ELT/SET-ELT: fix on branch, too.
(edit) @6432   18 years Gary Byers ELT, SET-ELT: don't assume that NTHCDR returns a CONS, signal the …
(edit) @6431   18 years Gary Byers More file-mapping stuff.
(edit) @6430   18 years Gary Byers %GET-KERNEL-GLOBAL-PTR needs to use %INT-TO-PTR. Apparently, not much …
(edit) @6429   18 years Gary Byers
(edit) @6428   18 years Gary Byers If PUTHASH decides that it wants to grow the hash table, it tries to …
(edit) @6427   18 years Gary Byers
(edit) @6426   18 years Gary Byers FUNCTION-INFORMATION returns what it finds in the environment, not …
(edit) @6425   18 years Gary Byers ACODE-FORM-TYPE: look at multi-dimensional array operations, too.
(edit) @6424   18 years Gary Byers Fixnum addition, subtraction: avoid overflow checks in binops if each …
(edit) @6423   18 years Gary Byers Unsafe unboxing.
(edit) @6422   18 years Gary Byers Alias for xmm0 field in fp context.
(edit) @6421   18 years Gary Byers Fix Darwin FP reg context stuff.
(edit) @6420   18 years Gary Byers No more (distinct) ra0. Get the FPU printer working on darwin-x8664.
(edit) @6419   18 years Gary Byers Treat #_?sym, #$?sym, and #&?sym as tests for the definedness of the …
(edit) @6418   18 years Gary Byers Export file-mapping primitives.
(edit) @6417   18 years Gary Byers Move *host-page-size* here. Add file-mapping primitives.
(edit) @6416   18 years Gary Byers Move *host-page-size* elsewhere.
(edit) @6415   18 years Gary Byers Conditionalize for USE_MACH_EXCEPTION_LOCK. Pass the old_valence …
(edit) @6414   18 years Gary Byers Fix USE_MACH_EXCEPTION_LOCK conditionalization.
(edit) @6413   18 years Gary Byers Try to make use of mach_exception_lock conditional, disable it. (Need …
(edit) @6412   18 years Gary Byers Don't assume that mkcatch macro does blr; do it ourselves, or jmp …
(edit) @6411   18 years Gary Byers mkcatch macro doesn't include blr.
(edit) @6410   18 years Gary Byers Add nmkunwind vinsn, which handles *interrupt-level* binding …
(edit) @6409   18 years Gary Byers Changes to suppress references to "running_under_rosetta" on branch, too.
(edit) @6408   18 years Gary Byers Changes to suppress references to "running_under_rosetta" on branch, too.
(edit) @6407   18 years Gary Byers Define a .SPnmkunwind for PPC; needs to be bootstrapped.
(edit) @6406   18 years Gary Byers Define a .SPnmkunwind for PPC; needs to be bootstrapped.
(edit) @6405   18 years Gary Byers Arrange to pass old_valence through exception handlers, so we're less …
(edit) @6404   18 years Gary Byers Squelch "foo is deprecated" warnings.
(edit) @6403   18 years Gary Byers Arrange to pass old_valence through exception handlers, so we're less …
(edit) @6402   18 years Gary Byers PATHNAME-DEVICE is NIL for physical-pathnames, :UNSPECIFIC for …
(edit) @6401   18 years Gary Byers LOGICAL-PATHNAME: signal a type-error if there's no logical-host. …
(edit) @6400   18 years Gary Byers :IF-EXISTS defaults to :NEW-VERSION if the pathname's version is :NEWEST.
(edit) @6399   18 years Gary Byers In SET-GF-ARG-INFO, clear the dt cache if APO changes.
(edit) @6398   18 years Gary Byers Use a CMOVE in EQL.
Note: See TracRevisionLog for help on using the revision log.