source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15061   13 years gz Fix crash on empty dir in search files
(edit) @15060   13 years R. Matthew Emerson Obsolete and unused.
(edit) @15059   13 years Gary Byers Same as r15058, for x86.
(edit) @15058   13 years Gary Byers In ARM2-INLINE-NUMCMP, don't map the condition codes to T/NIL if we're …
(edit) @15057   13 years R. Matthew Emerson When loading the Objective-C bridge, complain right away if the Mac OS …
(edit) @15056   13 years R. Matthew Emerson Merge r15055 from trunk.
(edit) @15055   13 years Gary Byers area.h: TSTACK_SOFTPROT and TSTACK_HARDPROT have to be a bit bigger …
(edit) @15054   13 years Gary Byers updated
(edit) @15053   13 years Keith Corbett use --no-init option in examples
(edit) @15052   13 years Gary Byers When processing self tail-calls in X862-SELF-CALL: don't skip a form …
(edit) @15051   13 years Gary Byers nx2.lisp: New function NX2-VAR-NOT-REFFED-BY-FORM-P. Walks acode, …
(edit) @15050   13 years Gary Byers In NX2-AFUNC-ALLOCATE-GLOBAL-REGISTERS, increase var weight if …
(edit) @15049   13 years Gary Byers Un-botch %COPY-IVECTOR-TO-PTR, which wasn't even supposed to have …
(edit) @15048   13 years Gary Byers updated
(edit) @15047   13 years Keith Corbett For Windows rebuild, mention mingw toolchain. Remove spurious use of …
(edit) @15046   13 years Gary Byers updated
(edit) @15045   13 years Keith Corbett fix link to ASDF home page
(edit) @15044   13 years Keith Corbett Updates for version 1.7; clarify update and build procedures.
(edit) @15043   13 years Keith Corbett fix broken links to Apple developer site and adjust terminology to be …
(edit) @15042   13 years Gary Byers Actually pass the afunc arg to NX2-AFUNC-ALLOCATE-GLOBAL-REGISTERS.
(edit) @15041   13 years Gary Byers Work in progress.
(edit) @15040   13 years Gary Byers NX1-FORM and friends (including alphatizers) take a "context" …
(edit) @15039   13 years Gary Byers NX-CONS-VAR inits VAR-LOCAL-BITS slot.
(edit) @15038   13 years Gary Byers Add VAR-LOCAL-BITS slot to VAR istruct; tracks local (per function, if …
(edit) @15037   13 years Gary Byers Replace (NX2-ALLOCATE-GLOBAL-REGISTERS ,@several-afunc-slot-values) …
(edit) @15036   13 years Gary Byers Re-do %COPY-IVECTOR-TO-IVECTOR for x8664. Handle overlap correctly …
(edit) @15035   13 years Gary Byers In X862-TWO-UNTARGETED-REG-FORMS: if we're called with a non-zero …
(edit) @15034   13 years Gary Byers updated
(edit) @15033   13 years Keith Corbett Update ccl-doc for release 1.7
(edit) @15032   13 years Gary Byers In X862-{THREE,FOUR}-UNTARGETED-REG-FORMS: when a destination register …
(edit) @15031   13 years gz Support for reading user input from remote lisp. Easier test setup …
(edit) @15030   13 years gz Add new-listener convenience function
(edit) @15029   13 years gz Make force-break-in-listener a method so can shadow it
(edit) @15028   13 years gz First steps of remote debugging support. Note this is not complete …
(edit) @15027   13 years Gary Byers In STANDARD-REPORT-TIME: try harder to make time-related numbers line …
(edit) @15026   13 years R. Matthew Emerson From trunk: Lisp kernel backtrace printer improvments; alter the way …
(edit) @15025   13 years Gary Byers x86_print.c: when printing method specializers, if we encounter a …
(edit) @15024   13 years Gary Byers x8664-vinsns.lisp: don't (necessarily) clobber ra0 in PUSH-LABEL …
(edit) @15023   13 years Gary Byers WRITE-PNAME: if the call to %PARSE-NUMBER-TOKEN signals an …
(edit) @15022   13 years Gary Byers vinsn.lisp: add two new slots to the VINSN struct, to track GPRs and …
(edit) @15021   13 years gz New file "remote-lisp.lisp", initially just containing the non-ide …
(edit) @15020   13 years gz add :initial-function arg to new-cocoa-listener-process
(edit) @15019   13 years gz print-object method for hemlock-view
(edit) @15018   13 years gz Make invoke-restart-no-return accept and pass on values
(edit) @15017   13 years Gary Byers MISC-REF-C-BIT and MISC-REF-C-BIT-FIXNUM vinsns (both ppc32 and …
(edit) @15016   13 years Gary Byers In ARM2-AREF3 and ARM2-ASET3, be more careful about finding a node …
(edit) @15015   13 years R. Matthew Emerson Use unsigned long instead of uint64_t, due to Leopard bug 5565198 …
(edit) @15014   13 years R. Matthew Emerson Add a few experimental DTrace probes to the lisp kernel on Darwin x86 …
(edit) @15013   13 years gz Only store *fcomp-stream-position* in compiler warnings if it's …
(edit) @15012   13 years Gary Byers linux-files.lisp: try to use #_dladdr in Android version of …
(edit) @15011   13 years Gary Byers Fix prototype/declaration of allocate_dynamic_heap() in …
(edit) @15010   13 years R. Matthew Emerson Merge r15009 (external-process-error-stream for Windows) to 1.7 branch.
(edit) @15009   13 years R. Matthew Emerson Make ccl:external-process-error-stream available on Windows. Fixes …
(edit) @15008   13 years R. Matthew Emerson In WITH-STANDARD-IO-SYNTAX, bind *PRINT-ABBREVIATE-QUOTE* to nil. See …
(edit) @15007   13 years Gary Byers arm-asm.lisp: define the canonical (ARMv6T2+) nop instruction. …
(edit) @15006   13 years Gary Byers Short version: D'oh! Longer version: Enable *x862-generate-casejump* …
(edit) @15005   13 years Gary Byers Disable *X86-GENERATE-CASEJUMP* until it works better …
(edit) @15004   13 years Gary Byers Do some cases of CASE (and similar constructs) in constant time by …
(edit) @15003   13 years R. Matthew Emerson Punt less often in pc_from_xcf().
(edit) @15002   13 years R. Matthew Emerson Apply restart-case-form patch from ticket:882. Fixes ticket:882.
(edit) @15001   13 years Gary Byers Move some of the class initialiation code for SLOTS-CLASS from an …
(edit) @15000   13 years R. Matthew Emerson In r14968, we overloaded a couple of slots in the x86 xcf in order to …
(edit) @14999   13 years Gary Byers x8664-vinsns: actually commit the file. x8632-vinsns: in CJMP vinsn, …
(edit) @14998   13 years Gary Byers Conditionally (using *x862-generate-casejump*, which defaults to false …
(edit) @14997   13 years Glen Foy Don't set generic-text in style-screen.
(edit) @14996   13 years gz In new-cocoa-listener-process, initialize process slots before …
(edit) @14995   13 years gz accept an :initargs arg in make-mcl-listener-process
(edit) @14994   13 years Gary Byers in x862-aref3: don't compare a constant K to dim2 unless we're sure …
(edit) @14993   13 years R. Matthew Emerson Remove DARWIN_GS_HACK code.
(edit) @14992   13 years R. Matthew Emerson De-lint a bit in response to warnings from clang.
(edit) @14991   13 years R. Matthew Emerson New functions in x86-utils.[ch], moved, more-or-less, from xlbt.c. …
(edit) @14990   13 years R. Matthew Emerson New (empty) files x86-utils.[ch]. Update x86 makefiles accordingly.
(edit) @14989   13 years Gary Byers In NX1-TRANSITIVELY-PUNT-BINDINGS, zero out out (VAR-REFS VAR) after …
(edit) @14988   13 years Glen Foy miscellaneous
(edit) @14987   13 years Gary Byers In %FLOOR-99, if x[i] = y[j], dont just jump wherever temp1 is pointing.
(edit) @14986   13 years Glen Foy Verbose loading
(edit) @14985   13 years Glen Foy Updates for ccl 1.7
(edit) @14984   13 years Glen Foy Testing svn access
(edit) @14983   13 years Gary Byers NX-ADJUST-SETQ-COUNT: the value of the VAR-REFS slot isn't necessarily …
(edit) @14982   13 years Gary Byers We've traditionally tried to estimate the number of …
(edit) @14981   13 years R. Matthew Emerson Nicer ELF function names in some circumstances.
(edit) @14980   13 years Gary Byers Add (%nx1-operator div2) to *numeric-acode-ops*; this allows us to do …
(edit) @14979   13 years Gary Byers x8632 REQUIRE-CHARACTER vinsn: how you extract the low byte of a …
(edit) @14978   13 years Gary Byers Cut-and-paste errors are also known as bugs in "typo propagation".
(edit) @14977   13 years R. Matthew Emerson In print_lisp_frame(), when we're looking at an exception callback …
(edit) @14976   13 years R. Matthew Emerson Merge r14975 (Darwin-specific open-shared-library fix) from trunk.
(edit) @14975   13 years R. Matthew Emerson In the Darwin-specific version of open-shared-library-internal, push …
(edit) @14974   13 years Gary Byers updated
(edit) @14973   13 years gz Add doc for coverage :tags arg
(edit) @14972   13 years Gary Byers Support keeping float-typed variable values in non-volatile FPRs on …
(edit) @14971   13 years Gary Byers Back out of recent ARM kernel changes: we don't want to use …
(edit) @14970   13 years Gary Byers In ARM2-ELIDE-PUSHES: we only have 8 non-volatile DOUBLE-FLOAT registers.
(edit) @14969   13 years Gary Byers Try to speed up some cases involving self-calls where the number of …
(edit) @14968   13 years Gary Byers When an exception occurs and we call out to lisp, if the PC doesn't …
(edit) @14967   13 years R. Matthew Emerson Same story as r14966, but for x862-elide-pushes.
(edit) @14966   13 years R. Matthew Emerson In arm2-elide-pushes, instead of pushing/popping a double-float …
(edit) @14965   13 years Gary Byers Treat s28-s31 (save0-save3) as non-volatile node-bearing regs; it may …
(edit) @14964   13 years Gary Byers solaris 32-bit image
(edit) @14963   13 years Gary Byers win32 image
(edit) @14962   13 years Gary Byers freebsd 32-bit image
Note: See TracRevisionLog for help on using the revision log.