source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14097   14 years Gary Byers Fix COMPOSE-DIGIT; add LOAD-SUBPRIM.
(edit) @14096   14 years Gary Byers No more arm::*called-subprim-jmp-labels*.
(edit) @14095   14 years Gary Byers Stop supporting the "BA" pseudoinstruction (which was really a "mov …
(edit) @14094   14 years Gary Byers Make a built-in-class for FAKE-STACK-FRAME.
(edit) @14093   14 years Gary Byers SIMPLE-1D-ARRAY-SUBSEQ: fix conditionalization.
(edit) @14092   14 years Gary Byers _SPbuiltin_ash: right shift via asr, not lsr. Sheesh. _SPsdiv32: call …
(edit) @14091   14 years Gary Byers Skip over 0 word pairs when walking cstack. (Leftovers from bignum …
(edit) @14090   14 years Gary Byers Handle DIVISION-BY-ZERO via #'%ERR-DISP.
(edit) @14089   14 years Gary Byers %MULTIPLY-AND-ADD-HARDER-LOOP: need to preserve X, which is kind of …
(edit) @14088   14 years Gary Byers In %FIXNUM-TRUNCATE, set fn register so we can ref constant.
(edit) @14087   14 years Gary Byers Typo in REQUIRE-NUMBER.
(edit) @14086   14 years gz in decomp-afunc, handle circular refs
(edit) @14085   14 years gz in decomp-afunc, handle circular refs
(edit) @14084   14 years Gary Byers Typo in bitvector case of .SPmisc-set.
(edit) @14083   14 years Gary Byers In errors involving 3-bit tag, order of CONS and NULL changed a few …
(edit) @14082   14 years Gary Byers Constant too large in %MAKE-SHORT-FLOAT-FROM-FIXNUMS.
(edit) @14081   14 years Gary Byers Fix the SINGLE-FLOAT-VECTOR case in ... %INIT-MISC.
(edit) @14080   14 years Gary Byers Register targeting in ARM2-AREF2. (May need to do more of this …
(edit) @14079   14 years Gary Byers REQUIRE-REAL, REQUIRE-NUMBER: use arm::real-tags-mask, …
(edit) @14078   14 years Gary Byers arm::real-tags-mask, arm::numeric-tags-mask.
(edit) @14077   14 years Gary Byers svn property changes only, AFAIK.
(edit) @14076   14 years Gary Byers Don't disable EGC or enable integrity checks in the Makefile. (Have …
(edit) @14075   14 years Gary Byers Straighten out keyword_flags definitions. Don't consider …
(edit) @14074   14 years Gary Byers handle_uuo(): pass more kinds of UUOs to handle_error(). Make sure …
(edit) @14073   14 years Gary Byers APPLY+: just restore lr from saved lisp frame.
(edit) @14072   14 years Gary Byers Bug du Jour in %INIT-MISC.
(edit) @14071   14 years Gary Byers %SLOT-REF: keep dest, slot-vector, index args disjoint.
(edit) @14070   14 years Gary Byers SET-OR-CLEAR-BIT had it backwards (should clear bit if E flag set). …
(edit) @14069   14 years Gary Byers Encoding of fnegs/fnegd instructions was wrong.
(edit) @14068   14 years gz Declaration
(edit) @14067   14 years Gary Byers Fixes to _SPdebind (lots of 'em) and _SPstack_misc_alloc_init. (Some …
(edit) @14066   14 years Gary Byers Lots of changes to support stack-overflow detection on ARM Linux. …
(edit) @14065   14 years Gary Byers debind subprim bitmask constants.
(edit) @14064   14 years Gary Byers add call_handler_on_main_stack, for sigaltstack nonsense.
(edit) @14063   14 years Gary Byers %ERR-DISP callback: report stack overflow.
(edit) @14062   14 years Gary Byers Fix runtime versions of REALP, NUMBERP, too.
(edit) @14061   14 years Gary Byers BIGNUM-REM: missed refs to *TRUNCATE-X*.
(edit) @14060   14 years Gary Byers Typechecking, other fixes in %INIT-MISC.
(edit) @14059   14 years Gary Byers arm2.lisp: in ARM2-SPREAD-LAMBDA-LIST, get the bits in the doadlword …
(edit) @14058   14 years gz support for code coverage of acode (r13891, r13929, r13942, r13964, …
(edit) @14057   14 years gz Couple defstruct fixes from trunk (r13590, r13788)
(edit) @14056   14 years gz r13980 from trunk (defmethod memory leak)
(edit) @14055   14 years gz Bump version (r13660, r13656)
(edit) @14054   14 years gz Bounds checking for tlb indices (r13745, r13752)
(edit) @14053   14 years gz No longer look for image in LX86CL64 (r13592)
(edit) @14052   14 years gz Faster #n=/#n# from trunk (r13591)
(edit) @14051   14 years gz Pathname fixes from trunk (r13579, r13582)
(edit) @14050   14 years gz assume newer asdf (r13682)
(edit) @14049   14 years gz Misc tweaks and fixes from trunk …
(edit) @14048   14 years gz from trunk, reorg of platform-specific kernel files (r13589-r13956)
(edit) @14047   14 years R. Matthew Emerson Undo, for the time being, the effects of r13887. Those changes are …
(edit) @14046   14 years gz merge r13685: when reporting code coverage, check for changed source …
(edit) @14045   14 years gz Don't need contribs here
(edit) @14044   14 years gz support for reporting code coverage of acode, needs more testing
(edit) @14043   14 years Gary Byers Today's image.
(edit) @14042   14 years Gary Byers Split ARM instructions into two 16-bit halves, to try to reduce …
(edit) @14041   14 years Gary Byers resurrect .SPjmpsym.
(edit) @14040   14 years Gary Byers movc16 macro expands to movw.
(edit) @14039   14 years Gary Byers Need to clear FPSCR status before calling into math lib on ARM.
(edit) @14038   14 years Gary Byers Compare both halves of DOUBLE-FLOATs in EQL.
(edit) @14037   14 years Gary Byers FFI FP exception stuff.
(edit) @14036   14 years Gary Byers Better ISTRUCT-TYPEP; other small changes.
(edit) @14035   14 years Gary Byers use movw, movt.
(edit) @14034   14 years Gary Byers movw, movt, & support for them.
(edit) @14033   14 years Gary Byers movw, movt, & support for them.
(edit) @14032   14 years Gary Byers Add (resurrect) SPjmpsym.
(edit) @14031   14 years Gary Byers In %APPLY-WITH-METHOD-CONTEXT, just load LR from the saved frame and …
(edit) @14030   14 years R. Matthew Emerson Use *svn-program* instead of just "svn" when invoking svn from run-program.
(edit) @14029   14 years R. Matthew Emerson Tweak ensure-tests-loaded a bit to provide some debugging information.
(edit) @14028   14 years R. Matthew Emerson In string-to-pathname, do tilde expansion on Windows also. Note that …
(edit) @14027   14 years Gary Byers Wrong comment. Clean up handling of code-vector locatives (PC/LR, …
(edit) @14026   14 years Gary Byers About 7 years late: use the current (GC) thread's binding of *PACKAGE* …
(edit) @14025   14 years Gary Byers About 7 years late: use the current (GC) thread's binding of *PACKAGE* …
(edit) @14024   14 years Gary Byers Define a new UUO, reserved for use as a forward marker (not a valid …
(edit) @14023   14 years Gary Byers Check the result of the strex correctly in .SPset_hash_key_conditional.
(edit) @14022   14 years Gary Byers D'oh!
(edit) @14021   14 years R. Matthew Emerson Per test CCL.57879-6, in DEFSTRUCT constructors, try not to complain …
(edit) @14020   14 years R. Matthew Emerson In FULL-PATHNAME, get a suitable device pathname component from …
(edit) @14019   14 years Gary Byers Latest, greatest.
(edit) @14018   14 years Gary Byers t_offset's been wrong for a few weeks.
(edit) @14017   14 years Gary Byers Handle new array UUOs. Conditionalize for ARM, provide some missing …
(edit) @14016   14 years Gary Byers In STRING, don't do vector initialization to set a single element in …
(edit) @14015   14 years Gary Byers More UUOs (for N-dimensional AREF.) vinsns for N-d aref; backend …
(edit) @14014   14 years Gary Byers More UUOs (for N-dimensional AREF.) vinsns for N-d aref; backend …
(edit) @14013   14 years Gary Byers BIGNUM-SHIFT-LEFT-LOOP: keep fixing bugs …
(edit) @14012   14 years R. Matthew Emerson Use the versions of acosh[f], asinh[f], and atanh[f] that we use on …
(edit) @14011   14 years Gary Byers Current.
(edit) @14010   14 years R. Matthew Emerson Add :exit keyword argument to test-ccl. When t, the lisp will exit …
(edit) @14009   14 years Gary Byers BIGNUM-SHIFT-LEFT-LOOP: last digit set by ashift right.
(edit) @14008   14 years Gary Byers .SPadd_values and .SPrecover_values weren't finding forward/backward …
(edit) @14007   14 years Gary Byers ARM stack range changes.
(edit) @14006   14 years Gary Byers %FIXNUM-REF-NATURAL doesn't need a 0-valued offset arg.
(edit) @14005   14 years Gary Byers Funcall's argument goes straight to arm::nfn in ARM2-MVCALL.
(edit) @14004   14 years Gary Byers Fix braino in POP-ARGUMENT-REGISTERS.
(edit) @14003   14 years Gary Byers Show source info (if any) in disassembly.
(edit) @14002   14 years Gary Byers Forgot to check this in …
(edit) @14001   14 years Gary Byers Current image.
(edit) @14000   14 years Gary Byers Better .SPcheck-fpu-exception. New UUO for FP exceptions.
(edit) @13999   14 years Gary Byers Handle FPU exceptions in non FFI case.
(edit) @13998   14 years Gary Byers Fix in %MAKE-FLOAT-FROM-FIXNUMS. Get control bits right in …
Note: See TracRevisionLog for help on using the revision log.