source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @14941   13 years Gary Byers CASE optimizations were accidentally enabled in the last commit; they …
(edit) @14940   13 years Gary Byers In things defined by DEFARM2-SF-OP and DEFARM2-DF-OP, try to ensure …
(edit) @14939   13 years Gary Byers Change the rules a bit to allow the LR to point to arbitrary …
(edit) @14938   13 years Gary Byers PUSH-FPRS, POP-FPRS: save/restore non-volatile FPRs (as doubles) …
(edit) @14937   13 years gz Update coloring when change selection
(edit) @14936   13 years gz limit the tags frame to 30% of window; add a "show tags" link to …
(edit) @14935   13 years R. Matthew Emerson Complain if ~<...~:> doesn't get any arguments. Fixes ticket:3.
(edit) @14934   13 years R. Matthew Emerson Better help message for :cd toplevel command. Closes ticket:846.
(edit) @14933   13 years R. Matthew Emerson Add some control character names. Closes ticket:757.
(edit) @14932   13 years Bill St. Clair open-shared-library works again in FreeBSD (merge 14929 from trunk)
(edit) @14931   13 years R. Matthew Emerson In the win32 makefile, ensure that the linker sees the right flags.
(edit) @14930   13 years R. Matthew Emerson Update Windows lisp kernel makefiles to use mingw64 Cygwin packages. …
(edit) @14929   13 years Bill St. Clair open-shared-library works again in FreeBSD
(edit) @14928   13 years gz Switch to showing individual files in a frame and add support for …
(edit) @14927   13 years R. Matthew Emerson Bump minor version.
(edit) @14926   13 years R. Matthew Emerson 1.7 release binaries.
(edit) @14925   13 years R. Matthew Emerson Remove "prerelease".
(edit) @14924   13 years R. Matthew Emerson Merge updated Cocotron binaries to 1.7 branch.
(edit) @14923   13 years R. Matthew Emerson Merge ASDF 2.017 here.
(edit) @14922   13 years Gary Byers In ARM disassembler, print apparent fixnum-valued operands using QUOTE …
(edit) @14921   13 years R. Matthew Emerson Updated Cocotron files built from d0186d927bc2. Also removed the …
(edit) @14920   13 years R. Matthew Emerson ASDF 2.017 from upstream.
(edit) @14919   13 years R. Matthew Emerson Remove ChangeLog file here, too.
(edit) @14918   13 years R. Matthew Emerson Remove (empty) ChangeLog file, which we no longer use.
(edit) @14917   13 years R. Matthew Emerson Merge updated fix for ticket:845
(edit) @14916   13 years R. Matthew Emerson Clean up mergeinfo a bit.
(edit) @14915   13 years R. Matthew Emerson Merge r14910 (%code-vector-pc fix) from trunk.
Note: See TracRevisionLog for help on using the revision log.