source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @13997   14 years Gary Byers "safe" FP operations need to clear fpscr status bits first.
(edit) @13996   14 years Gary Byers UUO-ERROR-FPU-EXCEPTION. Parse FPUX operands (fpscr, etc.) in vinsns.
(edit) @13995   14 years Gary Byers EXTRACT-ARM-@RN-OPERAND.
(edit) @13994   14 years R. Matthew Emerson Clear tcr.ffi_exception in .SPffcall/.SPffcall_return_registers before …
(edit) @13993   14 years Gary Byers ARM Linux support.
(edit) @13992   14 years Gary Byers Keep trying to guess how to identify a write fault on ARM Linux.
(edit) @13991   14 years Gary Byers Some fixes in check_refmap_consistency().
(edit) @13990   14 years Gary Byers In the windows version of %GET-IP-INTERFACES, handle the "buffer too …
(edit) @13989   14 years Gary Byers Let callback functions decide whether/how to advance PC on return.
(edit) @13988   14 years Gary Byers Handle return from callbacks.
(edit) @13987   14 years Gary Byers Hopefully more useful.
(edit) @13986   14 years Gary Byers Conditionalize for ARM (and maybe PPC, finally.)
(edit) @13985   14 years Gary Byers Small changes/additions.
(edit) @13984   14 years Gary Byers Make %ERR-DISP callback return number of bytes to advance PC on return …
(edit) @13983   14 years Gary Byers Add (:ARGLIST) info to some lap functions.
(edit) @13982   14 years Gary Byers Try not to run out of imm regs when storing double-floats to foreign …
(edit) @13981   14 years Gary Byers Use ARM::EMIT-LAP-INSTRUCTION-ELEMENTS (rather than …
(edit) @13980   14 years Gary Byers Make the hash table used by INTERN-EQL-SPECIALIZER weak on value. …
(edit) @13979   14 years Gary Byers conditionalize for Windows, other small changes
(edit) @13978   14 years Gary Byers suppress warning in %TOKEN-PACKAGE
(edit) @13977   14 years Gary Byers Specify fpu type explicitly.
(edit) @13976   14 years Gary Byers Spell "true" with an "e".
(edit) @13975   14 years Gary Byers Fix typo in DECLAIM.
(edit) @13974   14 years Gary Byers Defer package lookup until token's been constructed; fixes ticket:698.
Note: See TracRevisionLog for help on using the revision log.