source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @13796   14 years Gary Byers Need %PTR-STORE-FIXNUM-CONDITIONAL, since locking code (used early) …
(edit) @13795   14 years Gary Byers Map frontend condition to arm condition, true-p, not to arm-condition, …
(edit) @13794   14 years Gary Byers Need SINGLE-FLOAT-COMPARE vinsn. VPUSH-ARGREGS: need to use …
(edit) @13793   14 years Gary Byers fcmpes takes single-float args ... The …
(edit) @13792   14 years Gary Byers New pre-GC notification mechanism.
(edit) @13791   14 years Gary Byers updated
(edit) @13790   14 years Gary Byers Mention (most of) DIRECTORY's keyword arguments. Closes ticket:692.
(edit) @13789   14 years Gary Byers Lots of (mostly small) changes.
(edit) @13788   14 years R. Matthew Emerson In the DEFSTRUCT macro, define constructors later so that something …
(edit) @13787   14 years Gary Byers not yet
(edit) @13786   14 years Gary Byers .SPdebind: enough of the (very) old destructuring subprim to support …
(edit) @13785   14 years Gary Byers Get t_offset, nrs stuff in the right place. Definitions for .SPdebind.
(edit) @13784   14 years Gary Byers Remove some unused ppc-isms.
(edit) @13783   14 years Gary Palter Update to Cocotron rcd94a6d6e0 which fixes the keyboard event crash
(edit) @13782   14 years R. Matthew Emerson Remove some cruft.
(edit) @13781   14 years R. Matthew Emerson For ccl.clozure.com web site files.
(edit) @13780   14 years Gary Byers Changes, from "just barely functional" to "apparently somewhat …
(edit) @13779   14 years Gary Byers Mostly minor ARM conditionalization.
Note: See TracRevisionLog for help on using the revision log.