source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @14961   13 years Gary Byers new darwinx86 32-bit image
(edit) @14960   13 years Gary Byers New 32-bit linuxx86 image.
(edit) @14959   13 years Gary Byers %HARD-REGSPEC-VALUE masks its argument by the platform-specific value …
(edit) @14958   13 years R. Matthew Emerson Make regs-set-in-vinsn-sequence work.
(edit) @14957   13 years Gary Byers fldmiad definition: count operand is :DRCOUNT PARSE-IMM16-OPERAND: …
(edit) @14956   13 years Gary Byers In SAVE-STACKARGS-FRAME: want to use X8664::NODE-SIZE if targeting …
(edit) @14955   13 years Gary Byers ARM-CONSTANT-INDEX: (CDR (ASSOC ...)), not (ASSOC ...).
(edit) @14954   13 years R. Matthew Emerson temp-push-single-float: :tsp attribute => :csp (no tsp on ARM).
(edit) @14953   13 years Gary Byers revert last change
(edit) @14952   13 years xiaofeng The kernel does not parse the command line arguments when a image was …
(edit) @14951   13 years R. Matthew Emerson Add a couple instructions, correct some instruction masks for the …
(edit) @14950   13 years R. Matthew Emerson Insert missing paren.
(edit) @14949   13 years Gary Byers Don't use deprecated SWP instruction in atomic_swap.
(edit) @14948   13 years Gary Byers Fix cut-and-paste mishaps.
(edit) @14947   13 years Gary Byers Define %FIXNUM-REF-DOUBLE-FLOAT and %FIXNUM-SET-DOUBLE-FLOAT at …
(edit) @14946   13 years Gary Byers Add an empty section named ".gnu.prelink_undo"; the 'perf' profiler …
(edit) @14945   13 years R. Matthew Emerson Add fmacd instruction. (We could add similar others easily when the …
(edit) @14944   13 years Gary Byers In all three versions of sprint_specializers_list(), try to print EQL …
(edit) @14943   13 years Gary Byers %FIXNUM-{REF|SET}-DOUBLE-FLOAT support in x86 backends.
(edit) @14942   13 years Gary Byers %FIXNUM-{REF|SET}-DOUBLE-FLOAT support in PPC backends.
Note: See TracRevisionLog for help on using the revision log.