source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15160   13 years R. Matthew Emerson In the definition of current_stack_pointer(), use different inline asm …
(edit) @15159   13 years Gary Byers Conditionalize out support for treating a single command-line argument …
(edit) @15158   13 years Gary Byers Define another 3-register-argument UUO …
(edit) @15157   13 years Gary Byers remove duplicate movsbl definition
(edit) @15156   13 years Gary Byers Define MOVDQU; AFAICT, neither it nor MOVDQA require a 64-bit CPU. In …
(edit) @15155   13 years Gary Byers Keep process-whostate in a (CONS) cell in a slot in the PROCESS …
(edit) @15154   13 years R. Matthew Emerson Fix ticket:899 in 1.7 branch also.
(edit) @15153   13 years R. Matthew Emerson Hackish script for building Mac App Store package.
(edit) @15152   13 years R. Matthew Emerson Tag tree used to build Mac App Store version 1.7 of Clozure CL.
(edit) @15151   13 years Gary Byers PPC backend had the same bug as in r15149.
(edit) @15150   13 years Gary Byers ARM backend had the same bug as in r15149.
(edit) @15149   13 years Gary Byers If the result of a "natural" arithmetic/logical operation is a …
(edit) @15148   13 years Gary Byers Try to fix ticket:862 and some related problems. If …
(edit) @15147   13 years Gary Byers At least for x86: move some platform-specific constants (register …
(edit) @15146   13 years Gary Byers Optionally use environment variables to initilize CCL's notion of some …
(edit) @15145   13 years Gary Byers Try to address ticket:896 (at least the parts that aren't "this isn't …
(edit) @15144   13 years Gary Byers In mark_weak_alist(), we want to check if the pair (not its fulltag) …
(edit) @15143   13 years Gary Byers WIN32 kernel incororating r15142. Fixes ticket:897 in the trunk.
(edit) @15142   13 years Gary Byers Back out of most of the changes in r15131, which inadvertently …
(edit) @15141   13 years R. Matthew Emerson Add and export process-plist. Fixes ticket:441.
(edit) @15140   13 years R. Matthew Emerson Delete extra #\> that was hard to find, other tweaks.
(edit) @15139   13 years R. Matthew Emerson Different icons.
(edit) @15138   13 years Gary Byers In MAKE-FILE-STREAM, test that the fd is seekable by ... trying to …
(edit) @15137   13 years R. Matthew Emerson In the Makefiles for the Linux ports, use the --no-as-needed linker …
(edit) @15136   13 years R. Matthew Emerson Simple tests for a few recent bugs.
(edit) @15135   13 years R. Matthew Emerson Don't warn about the same initarg appearing in more than one slot. …
(edit) @15134   13 years Gary Byers REQUIRE-S8 was shifting in the right direction (for once), but by the …
(edit) @15133   13 years Gary Byers Darwin doesn't have a libm anyway, and doesn't like absolute …
(edit) @15132   13 years Gary Byers Refer to the external symbol 'exp', so that libm isn't discarded by …
(edit) @15131   13 years Gary Byers get_tcr(): on Win32, check the linear field of the presumed TCR …
(edit) @15130   13 years Gary Byers Fix some FP instructions' masks so that the disassembler will …
(edit) @15129   13 years Gary Byers Conditionalize out toplevel (DECLAIM (OPTIMIZE (SAFETY 3))) forms. We …
(edit) @15128   13 years Gary Byers Split ARM2-ASET2 into the case that has to deal with the write barrier …
(edit) @15127   13 years Gary Byers In NX-CHECK-VDECL-VAR-REF, allow TYPE decls to apply to symbol-macros; …
(edit) @15126   13 years Gary Byers WITH-IMM-TARGET, WITH-NODE-TARGET: allow elements of reserve set to be NIL.
(edit) @15125   13 years Gary Byers Use default optimization settings by ... default in TEST-CCL.
(edit) @15124   13 years Gary Byers No TSP on ARM.
(edit) @15123   13 years Gary Byers Need to restore double-float-zero after ffcall.
(edit) @15122   13 years Gary Byers SPECIAL-OPERATOR: conditionalize for ARM (pseudofunctions vs …
(edit) @15121   13 years Gary Byers In ARM2-COPY-REGISTER: check more thoroughly that source and dest FPR …
(edit) @15120   13 years Gary Byers In MISC-REF-C-BIT-FIXNUM, don't try to rotate right by 0 bits. In …
(edit) @15119   13 years Gary Byers Don't allow shifter operands of the for (:ror reg (:$ 0)) (that's how …
(edit) @15118   13 years gz uncomment and clean up rlisp-test
(edit) @15117   13 years gz Allow remote connections
(edit) @15116   13 years gz Implement restarts dialog for remote listener
(edit) @15115   13 years gz Move the make-xxx-stack-range functions out of the inspector package
(edit) @15114   13 years R. Matthew Emerson In the following vinsns, don't use x8664::stack-temp (which is an MMX …
(edit) @15113   13 years Glen Foy #/saveDocument revisited.
(edit) @15112   13 years R. Matthew Emerson Use %imm2 instead of the MMX register %mm0 to save an unboxed value …
(edit) @15111   13 years Gary Byers ARM-specific changes, mostly. When running lisp code (in almost all …
(edit) @15110   13 years R. Matthew Emerson Revert r15092 (switch to xib format). There's no way to compile a xib …
(edit) @15109   13 years gz Make cmd-. cmd-, and cmd-/ work in remote listeners. Add some local …
(edit) @15108   13 years Gary Byers On Windows, if one or both of the standard input/output handles is a …
(edit) @15107   13 years R. Matthew Emerson Add distinctive tag to version string.
(edit) @15106   13 years R. Matthew Emerson Private branch for testing.
(edit) @15105   13 years gz Rewrite the remote lisp client to use swink rather than swank. Move …
(edit) @15104   13 years gz Add swink, a swank-like debugger nub
(edit) @15103   13 years Gary Byers updated
(edit) @15102   13 years gz Document the :initargs arg to make-process and process-run-function
(edit) @15101   13 years gz Make process-run-function accept :class/:initargs args
(edit) @15100   13 years gz Add abortable stream-peek-char and stream-listen methods for listener …
(edit) @15099   13 years R. Matthew Emerson Revert r15026.
(edit) @15098   13 years R. Matthew Emerson Patch bundled ASDF to call ccl:target-fasl-version instead of …
(edit) @15097   13 years Gary Byers MISC-REF-C-BIT, MISC-REF-C-BIT-FIXNUM: repeat after me: "this is the …
(edit) @15096   13 years Gary Byers Propagate r15083 (DIRECTORY and symbolic links) to 1.7
(edit) @15095   13 years Gary Byers lib/nfcomp.lisp, level-0/nfasload.lisp: try to make the new scheme …
(edit) @15094   13 years Gary Byers So much for "the buildbot will catch any problems after r15093". Add a …
(edit) @15093   13 years Gary Byers New Linux ARM binaries. The image and FASL versions changed on the …
(edit) @15092   13 years R. Matthew Emerson Convert Interface Builder files to .xib format. This requires more …
(edit) @15091   13 years R. Matthew Emerson In create_exception_callback_frame(), try to figure out if a tra on …
(edit) @15090   13 years R. Matthew Emerson New functions ptr_in_area() and in_any_consing_area().
(edit) @15089   13 years Gary Byers Where did the bug fixed in r15088 come from, anyway ?
(edit) @15088   13 years Gary Byers In ARM2-%ILOGXOR2, if vreg isn't a node reg we need to do the logxor …
(edit) @15087   13 years Gary Byers New binaries.
(edit) @15086   13 years Gary Byers Use link_map.l_ld macro to hide platform dependencies. (Android …
(edit) @15085   13 years Gary Byers Yet another typo in ARM2-FOUR-UNTARGETED-REG-FORMS (need to set ADEST …
(edit) @15084   13 years Gary Byers Trying to allocate a very large vector in _SPmisc_alloc could cause …
(edit) @15083   13 years Gary Byers %%STAT-VALUES returns stat.st_dev. (I haven't checked to see if it's …
(edit) @15082   13 years Gary Byers When stack-allocating variable-sized objects, check proposed new SP …
(edit) @15081   13 years Gary Byers Hopefully faster copying between pointers and ivectors/ivectors and …
(edit) @15080   13 years Gary Byers @+ vinsn macro doesn't invalidate regmap. (Spent several days trying …
(edit) @15079   13 years Gary Byers NX1-%PTR-TO-INT: %PTR-TO-INT's result is of *NX-TARGET-NATURAL-TYPE*.
(edit) @15078   13 years Gary Byers NX2-SELECT-FPR-CANDIDATES: don't use FPR if var isn't SETQed.
(edit) @15077   13 years Gary Byers FLOAT: don't coerce double-float to single if 2nd arg not supplied.
(edit) @15076   13 years Gary Byers VINSN-SEQUENCE-HAS-SOME-ATTRIBUTE-P.
(edit) @15075   13 years Gary Byers Make 'vpush1' and 'vpop1' instructions, don't define them as lap …
(edit) @15074   13 years R. Matthew Emerson Tweaks to altconsole, preferences, and about panel.
(edit) @15073   13 years R. Matthew Emerson Make #p"ccl:" refer to .../Contents/Resources/ccl. Copy interfaces …
(edit) @15072   13 years R. Matthew Emerson Add "store" suffix to version string. Remove more stuff.
(edit) @15071   13 years R. Matthew Emerson remove more leftovers
(edit) @15070   13 years R. Matthew Emerson Remove some unused/experimental/broken IDE stuff.
(edit) @15069   13 years R. Matthew Emerson New branch.
(edit) @15068   13 years Gary Byers Current ARM Linux image; see commit log for r15065.
(edit) @15067   13 years Gary Byers Provide definitions (real ones or stubs) of the 4 functions that have …
(edit) @15066   13 years Gary Byers When allocating "untargeted" temporary registers, heuristically try to …
(edit) @15065   13 years gz Support for recursive readloops in remote listener. There are stll …
(edit) @15064   13 years gz Add an inhibit-greeting arg to new-listener, and implement it kludgily
(edit) @15063   13 years gz Add defindent for let-globally and process-run-function
(edit) @15062   13 years gz Indirect read loop through *read-loop-function*. Add …
(edit) @15061   13 years gz Fix crash on empty dir in search files
Note: See TracRevisionLog for help on using the revision log.