source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13896   14 years Gary Byers SIGTRAP isn't defined on Win32.
(edit) @13895   14 years Gary Byers Conditionalize for USE_GC_NOTIFICATATION (true on X86, not yet on PPC).
(edit) @13894   14 years Shannon Spires Fix #'send-to and #'receive-from so they DTRT with string buffers.
(edit) @13893   14 years Gary Byers (Didn't commit this.) arm-subprims.s: toplevel_loop, call _SPfuncall …
(edit) @13892   14 years Gary Byers arm-asm.lisp: change handling of non-conditional instructions (like …
(edit) @13891   14 years gz Add DECOMP-ACODE, decompile acode into something more readable.
(edit) @13890   14 years R. Matthew Emerson Ugly additions to nx-logand-2-op to truncate a large integer operand …
(edit) @13889   14 years Gary Byers arm-arch.lisp: We don't have a tcr.ts-area on ARM (or a tcr.save-tsp …
(edit) @13888   14 years R. Matthew Emerson ASDF 2.003 from upstream.
(edit) @13887   14 years R. Matthew Emerson Make the compiler work a little harder to identify cases where LOGAND …
(edit) @13886   14 years R. Matthew Emerson Dump some new functions that turn out to be redundant.
(edit) @13885   14 years R. Matthew Emerson purported improvements to logior on natural-sized operands
(edit) @13884   14 years Gary Byers Export GC notification stuff.
(edit) @13883   14 years Gary Byers No args to x8664 GET-GC-NOTIFICATION-THRESHOLD.
(edit) @13882   14 years Gary Byers When setting GC nofitication threshold, reset our notion of whether or …
(edit) @13881   14 years Gary Byers Do GC notification if dynamic heap shrinks in ensure_static_conses().
(edit) @13880   14 years Gary Byers Declare did_gc_notification_since_last_full_gc.
(edit) @13879   14 years Gary Byers It'd help if I checked this in ... Define *PRE-GC-NOTIFICATION-HOOK*. …
(edit) @13878   14 years Gary Byers %ACTIVE-RESTART: if we match a RESTART (not the name of one), don't …
(edit) @13877   14 years R. Matthew Emerson new: ppc2-%fixnum-mask-to-natural
(edit) @13876   14 years R. Matthew Emerson purported improvements to logand
(edit) @13875   14 years R. Matthew Emerson for improving logical ops on natural-sized operands
(edit) @13874   14 years R. Matthew Emerson Update to ASDF 2.002
(edit) @13873   14 years Gary Byers Define and export OBJECT-DIRECT-SIZE, which is basically the SIZEOF …
(edit) @13872   14 years R. Matthew Emerson Updated lisp kernel for 32-bit Windows.
(edit) @13871   14 years Gary Byers Win64 kernel (for trunk.)
(edit) @13870   14 years Gary Byers x86-exceptions.c: Ensure that SIGTRAP is defined (it's not on Win64). …
(edit) @13869   14 years Gary Byers For Windows: as suggested by 'maetbag' on #ccl: suspend_tcr() and …
(edit) @13868   14 years Gary Byers Uh, actually implement %ALLOCATE-GF-INSTANCE for ARM. Remove the …
(edit) @13867   14 years R. Matthew Emerson From trunk: * new kernel debugger command "M" to show lisp memory …
(edit) @13866   14 years R. Matthew Emerson Remove .cvsignore files.
(edit) @13865   14 years Gary Byers arm-vinsns.lisp: shift the right reg left, then shift right logical in …
(edit) @13864   14 years Gary Byers arm-lapmacros.lisp: define DISCARD-LISP-FRAME. arm-clos.lisp: …
(edit) @13863   14 years Gary Byers arm-vinsns.lisp: ensure that arg_z is preserved in …
(edit) @13862   14 years Gary Byers handle_unimplemented_instruction(): return a Boolean, return false …
(edit) @13861   14 years Gary Byers Use NTH-IMMEDIATE to reference fixed constants in GF/FIN trampoline code.
(edit) @13860   14 years Gary Byers CLASS-OF: fix another shift in the wrong direction.
(edit) @13859   14 years Gary Byers NTH-IMMEDIATE: add 1 to skip function entrypoint. Define an …
(edit) @13858   14 years Gary Byers arm2.lisp: 32-bit case of ARM2-VREF1 wasn't parenthesized right, so we …
(edit) @13857   14 years R. Matthew Emerson %mrg31k3p in ARM LAP. Maybe it will even work.
(edit) @13856   14 years Gary Byers U32->INTEGER: shift left …
(edit) @13855   14 years Gary Byers -DDISABLE_EGC, for now.
(edit) @13854   14 years Gary Byers In _SPconslist: cons arg_y and arg_z, not arg_z and itself. In …
(edit) @13853   14 years Gary Byers Don't use portable %MRG31K3P on ARM, either. (Need an ARM LAP version.)
(edit) @13852   14 years Gary Byers EQUAL: call what's in HAIRY-EQUAL's function (not value) cell.
(edit) @13851   14 years Gary Byers Add missing *GF-PROTO*.
(edit) @13850   14 years Gary Byers Um, actually return a tagged pointer in MAKE-STACK-VCELL. …
(edit) @13849   14 years Gary Byers Write barrier comparisons of value/location were all backwards. …
(edit) @13848   14 years Gary Byers Pass siginfo to handle_uuo; change debug_trap handling.
(edit) @13847   14 years Gary Byers Conditionalize for ARM.
(edit) @13846   14 years Gary Byers %make[-short]-float-from-fixnums.
(edit) @13845   14 years Gary Byers _SPstack_misc_alloc, _SPstack_misc_alloc_init: push a …
(edit) @13844   14 years Gary Byers Allow temp/dest to be the same reg in header-length.
(edit) @13843   14 years Gary Byers Enter kernel debugger on uuo-debug-trap.
(edit) @13842   14 years Gary Byers fasl intern/binding cell fix from trunk.
(edit) @13841   14 years Gary Byers Use PPC32 version of %TYPE-OF on ARM, too.
(edit) @13840   14 years Gary Byers Use PPC32 version of SUBTAG-BYTES on ARM, too.
(edit) @13839   14 years Gary Byers %WALK-DYNAMIC-AREA: current object can move, so keep it tagged.
(edit) @13838   14 years Gary Byers Comment indentation.
(edit) @13837   14 years Gary Byers Fix fixnum-return case in %NORMALIZE-BIGNUM-2.
(edit) @13836   14 years Gary Byers Avoid imm reg conflicts in immediate-inc-ptr.
(edit) @13835   14 years Gary Byers Fixes in unbox-u32, unbox-u8, %debug-trap.
(edit) @13834   14 years Gary Byers Extract rs operands.
(edit) @13833   14 years Gary Byers Fix instruction encoding of a few UUOs, ands, mul[s].
(edit) @13832   14 years Gary Byers %GET-KERNEL-GLOBAL, %GET-KERNEL-GLOBAL-MACPTR changes. (Might be able …
(edit) @13831   14 years Gary Byers updated
(edit) @13830   14 years R. Matthew Emerson Documentation for ccl:advise and friends. Largely copied from the MCL …
(edit) @13829   14 years Gary Byers Back to -g; some GDB things depend on DWARF info, and GDB wedges …
(edit) @13828   14 years Gary Byers For starters …
(edit) @13827   14 years Gary Byers Lots of changes and additions.
(edit) @13826   14 years Gary Byers Use 'ifelse' correctly in m4 macros.
(edit) @13825   14 years Gary Byers handle_sigfpe: return type Boolean, return false for now. Missing …
(edit) @13824   14 years Gary Byers Remove some of the foreign-type-ordinal stuff, which never fixed any …
(edit) @13823   14 years Gary Byers Indentation/formatting changes only.
(edit) @13822   14 years Gary Byers %WALK-DYNAMIC-AREA.
(edit) @13821   14 years Gary Byers Add %COPY-IVECTOR-TO-IVECTOR, %ATOMIC-INCF-NODE, things which need the …
(edit) @13820   14 years Gary Byers Fix FAST-MOD-3.
(edit) @13819   14 years Gary Byers Need %NORMALIZE-BIGNUM-2, %FLOOR-LOOP-QUO.
(edit) @13818   14 years Gary Byers Make the fact that some things that handle overflow out-of-line set …
(edit) @13817   14 years Gary Byers extract-fulltag-fixnum: don't put tag in what may be a node reg. lri: …
(edit) @13816   14 years Gary Byers Add uuo-kernel-service; fix smull, smulls.
(edit) @13815   14 years Gary Byers Add .SPatomic-incf-node.
(edit) @13814   14 years R. Matthew Emerson Delete .cvsignore files since we no longer use CVS.
(edit) @13813   14 years R. Matthew Emerson nx1-combination: indentation
(edit) @13812   14 years R. Matthew Emerson Don't need to define foreign types for NSInteger, etc., now that we …
(edit) @13811   14 years Gary Byers In _SPvalues: push1 macro operands backwards. In _SPgvset: memoize …
(edit) @13810   14 years Gary Byers Get lisp_globals relative offsets right.
(edit) @13809   14 years Gary Byers Don't use weird Linux function to do cmpxchg; assume that ldrex/strex …
(edit) @13808   14 years Gary Byers Let src/dest args be the same in HEADER-LENGTH. ldrd/strd instructions …
(edit) @13807   14 years Gary Byers Define some more FP instructions, fix some typos.
(edit) @13806   14 years Gary Byers Some float->fixnum things.
(edit) @13805   14 years Gary Byers New; at least half of the functions are #+notyet, but some aren't.
(edit) @13804   14 years Gary Byers _SPmakestackblock, _SPmakestackblock0: make two ivectors, enclose in …
(edit) @13803   14 years Gary Byers Use -gstabs, which has some limitations but seems to calm GDB down.
(edit) @13802   14 years Gary Byers Preliminary ARM GPR display in kernel debugger.
(edit) @13801   14 years Gary Byers Don't assume that nfn is preserved by _SPmkcatch1v.
(edit) @13800   14 years Gary Byers D'oh: jump_nfn(), call_nfn(): jump to/call the entrypoint, not the …
(edit) @13799   14 years Gary Byers Reorganize a bit: return Boolean results from exception handlers, …
(edit) @13798   14 years Gary Byers Maintain last_lisp_frame, code_vector slots in catch_frame. (Need to …
(edit) @13797   14 years Gary Byers %KERNEL-IMPORT: shift result left. (We can't assume that foreign …
Note: See TracRevisionLog for help on using the revision log.