source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @13778   14 years Gary Byers New. Empty.
(edit) @13777   14 years Gary Byers New. Empty.
(edit) @13776   14 years Gary Palter Rebuild with latest CDT
(edit) @13775   14 years Gary Byers updated
(edit) @13774   14 years R. Matthew Emerson Remove claims that UDP sockets can use strings as buffers for …
(edit) @13773   14 years R. Matthew Emerson Now that we have this Unicode thing, it doesn't really work for UDP …
(edit) @13772   14 years Gary Palter Update Cocoa FFI files to latest Cocotron revision
(edit) @13771   14 years Gary Palter Update to Cocotron r366d62a9b469
(edit) @13770   14 years Gary Palter Not on Windows
(edit) @13769   14 years R. Matthew Emerson In EXPT, try to avoid loss of precision by promoting the type of the …
(edit) @13768   14 years R. Matthew Emerson Import ASDF 2.000 release from upstream.
(edit) @13767   14 years R. Matthew Emerson When we find that we've take an exception in some foreign context, …
(edit) @13766   14 years R. Matthew Emerson Make debug_identify_exception() do a little something on non-PPC …
(edit) @13765   14 years R. Matthew Emerson Kernel debugger command "M" to show lisp memory areas.
(edit) @13764   14 years Gary Byers Some fixes (may still be some inconsistencies) in handling memory …
(edit) @13763   14 years Gary Byers Still changing too much to make changes notable.
(edit) @13762   14 years Gary Byers Typo in CALL-SYMBOL.
(edit) @13761   14 years Gary Byers Ensure that the entryoint of newly-created functions goes to …
(edit) @13760   14 years Gary Byers Handle ARM LAP function definition.
(edit) @13759   14 years Gary Byers Don't treat (some) local-labels as local names during definition; we …
(edit) @13758   14 years Gary Byers Subprim juggling, double-float endianness.
(edit) @13757   14 years Gary Byers xfunction-dumping changes.
(edit) @13756   14 years Gary Byers More code.
(edit) @13755   14 years Gary Byers Fix a few typos/brainos. Define check_fpu_exception, define & …
(edit) @13754   14 years Gary Byers ARMs are usually little-endian, so update order of double-float words. …
(edit) @13753   14 years Gary Byers Pass -marm to ensure that C produces ARM (not Thumb/Thumb2) code.
(edit) @13752   14 years Gary Byers Look at x8664 tcr fields in x8664 version of %ENSURE-TLB-INDEX. Fixes …
(edit) @13751   14 years Gary Byers Some stuff compiles; still a lot of work to do. Try to reduce stack …
(edit) @13750   14 years Gary Byers Try to make subprim entries match the kernel. Will likely need to …
(edit) @13749   14 years Gary Byers Pretend that we have more than one CR register, so that PPC-specific …
(edit) @13748   14 years Gary Byers Complain about the lack of "trapped FP exceptions" on VFPv3.
(edit) @13747   14 years Gary Byers Lots of changes. More to come.
(edit) @13746   14 years Gary Byers Use stmdb!, not stm!
(edit) @13745   14 years Gary Byers nfcomp.lisp: in the pkg/no *FASDUMP-EPUSH*/ASCII case in …
(edit) @13744   15 years gz In %break-message, *current-process* might be nil
(edit) @13743   15 years gz Don't warn-if-redefine-kernel in rebuild-ccl
(edit) @13742   15 years gz Use execute-in-gui/queue-for-gui. Move extended-demo example to contribs
(edit) @13741   15 years Gary Byers Keep moving forward. Can -almost- compile simple functions.
(edit) @13740   15 years Gary Byers Add some vinsn attributes. (At least some of these should be …
(edit) @13739   15 years Gary Byers Add ARM-VINSNS, ARM2.
(edit) @13738   15 years Gary Byers Keep tweaking UUOS.
(edit) @13737   15 years Gary Byers Get the kernel to compile/link/run on ARM Linux; remove some PPC-isms …
(edit) @13736   15 years Gary Byers Back out of uuo-alloc-trap changes.
(edit) @13735   15 years Gary Byers downcase shift ops.
(edit) @13734   15 years Gary Byers Some notes on consing.
(edit) @13733   15 years Gary Byers Closer to real.
(edit) @13732   15 years Gary Byers Fix typo in xpGPR.
(edit) @13731   15 years Gary Byers Needs a little bit of conditionalization and perhaps some thought. …
(edit) @13730   15 years Gary Byers Needs a little bit of conditionalization and perhaps some thought. …
(edit) @13729   15 years Gary Byers Needs a little bit of conditionalization and perhaps some thought. …
(edit) @13728   15 years Gary Byers Use PPC syntax here …
Note: See TracRevisionLog for help on using the revision log.