source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14883   13 years gz Reorganize coverage reporting to do structured output, identifying all …
(edit) @14882   13 years R. Matthew Emerson Stamp out .cvsignore files here, too.
(edit) @14881   13 years R. Matthew Emerson Stamp out remaining .cvsignore files.
(edit) @14880   13 years R. Matthew Emerson Merge trunk changes.
(edit) @14879   13 years R. Matthew Emerson Darwin/x8664 interfaces built from Snow Leopard headers.
(edit) @14878   13 years R. Matthew Emerson Darwin/x8632 interfaces built from Snow Leopard headers.
(edit) @14877   13 years R. Matthew Emerson Rewrite externals to point into release/1.7.
(edit) @14876   13 years R. Matthew Emerson In thread_signal_setup(): have the system restart system calls when we …
(edit) @14875   13 years R. Matthew Emerson Correct #ifdef confusion in install_pmcl_exception_handlers().
(edit) @14874   13 years R. Matthew Emerson Forgot the "l" in "interrupt_handler".
(edit) @14873   13 years R. Matthew Emerson Change signature of install_signal_handler() and update callers.
(edit) @14872   13 years Gary Byers Newer versions of the win64 toolchain don't prepend underscores to C …
(edit) @14871   13 years R. Matthew Emerson Remove the LISP_ASSEMBLER_EXTRA_SIB_BYTE code from pc_luser_xp() and …
(edit) @14870   13 years R. Matthew Emerson Updated binaries.
(edit) @14869   13 years R. Matthew Emerson Bump min image, current fasl versions.
(edit) @14868   13 years R. Matthew Emerson Shouldn't need LISP_ASSEMBLER_EXTRA_SIB_BYTE in pc_luser_xp() any …
(edit) @14867   13 years R. Matthew Emerson Bump max image, fasl versions.
(edit) @14866   13 years R. Matthew Emerson Remove some darwinppc stuff from lisp-kernel.
(edit) @14865   13 years Gary Byers A long time ago (2001), some PPC Linux distribution's C libraries …
(edit) @14864   13 years R. Matthew Emerson Reader method optimization/pessimization fixes from trunk.
(edit) @14863   13 years Gary Byers In handle_fault: some OSes (you know who) don't bother to set …
(edit) @14862   13 years Gary Byers UNOPTIMIZE-DEPENDENTS undoes reader-method optimization.
(edit) @14861   13 years Gary Byers don't force gcc 4.0, live with protocol warnings
(edit) @14860   13 years Gary Byers In CLEAR-GF-CACHE, don't do anything if the dispatch table's ARGNUM …
(edit) @14859   13 years R. Matthew Emerson Delete some darwinppc-related directories.
(edit) @14858   13 years R. Matthew Emerson Rewrite externals to point into here rather than trunk.
(edit) @14857   13 years R. Matthew Emerson Copy of trunk before removing darwinppc support.
(edit) @14856   13 years R. Matthew Emerson merge r14855 from trunk
(edit) @14855   13 years R. Matthew Emerson Put :ccl-1.7 on *features*.
(edit) @14854   13 years R. Matthew Emerson Add "pre" to version string.
(edit) @14853   13 years R. Matthew Emerson Create 1.7 release branch.
(edit) @14852   13 years R. Matthew Emerson When assembling for a 32-bit x86 target, use the modrm encoding (and …
(edit) @14851   13 years R. Matthew Emerson In shadowed-typecase-clause condition: add an omitted quote to the …
(edit) @14850   13 years Gary Byers If [E|C]TYPECASE warns about a shadowed clause, it has to be a …
(edit) @14849   13 years Gary Byers Change how user-specified toplevel-functions are handled: don't call …
(edit) @14848   13 years Gary Byers Fix transposed args in FPR-MASK-FOR-VREG.
(edit) @14847   13 years Gary Byers Coercing a DOUBLE-FLOAT to a SINGLE-FLOAT can overflow; provide "safe" …
(edit) @14846   13 years Gary Byers Missed some (fairly visible) cases where ARM FPR targeting had to be …
(edit) @14845   13 years Gary Byers (Should also have been in earlier commit.) Pass that argument from …
(edit) @14844   13 years Gary Byers (Should have been in last commit.) If (%ERR-DISP $XDIVZRO ...) is …
(edit) @14843   13 years Gary Byers Provide some help in determining arithmetic-error operation/operands …
(edit) @14842   13 years Gary Byers Determine arithmetic-error-operands for integer division, …
(edit) @14841   13 years Gary Byers Fix typo in solaris/x64 xp-xmm-regs definition.
(edit) @14840   13 years Gary Byers Linux/x8632 xmm regs fixes.
(edit) @14839   13 years Gary Byers XP-XMM-REGS for FreeBSD/x8632.
(edit) @14838   13 years Gary Byers Partial support for determining arithmetic-error operation/operands on …
(edit) @14837   13 years Gary Byers Try to show ARM fp state in the kernel debugger. (Trying to find the …
(edit) @14836   13 years Gary Byers updated
(edit) @14835   13 years Shannon Spires 'CLL package' -> 'CCL package'
(edit) @14834   13 years Gary Byers Re-do the common FPR-tracking/targeting, so that aliased FPRs (as on …
(edit) @14833   13 years Gary Byers Writing octet sequences to vector output streams grows the buffer, so …
(edit) @14832   13 years Gary Byers updated
(edit) @14831   13 years R. Matthew Emerson Export *disassemble-verbose* and document it.
(edit) @14830   13 years gz in pretty printer, don't treat 2nd arg to …
(edit) @14829   13 years R. Matthew Emerson Merge r14827 from trunk.
(edit) @14828   13 years Paul Krueger Interface bug fixes
(edit) @14827   13 years Gary Byers Until a few years ago, when HAVE_TLS was defined we had: […] and …
(edit) @14826   13 years Gary Byers propagate r14825 to 1.6 branch; fixes ticket:868 in 1.6
(edit) @14825   13 years Gary Byers If pc_luser_xp() finds that the target thread was interrupted while …
(edit) @14824   13 years gz In redefine-kernel-function, add a restart to permanently turn off …
(edit) @14823   13 years Gary Byers Save the (C) non-volatile FPRs (d8-d15, which are aliased to s16-s31) …
(edit) @14822   13 years Gary Byers Use acode optimizers in x86 backend.
(edit) @14821   13 years Gary Byers Move along. Nothing to see here.
(edit) @14820   13 years gz Add a couple stream-length methods
(edit) @14819   13 years gz Add code-note-acode-start/end-pos
(edit) @14818   13 years R. Matthew Emerson ASDF 2.016 from upstream.
(edit) @14817   13 years Shannon Spires Uncomment-out control-y binding for I-search mode from r14812 because …
(edit) @14816   13 years Shannon Spires Ron Garret's patches. Fix copy-region-to-input to work like FRED did …
(edit) @14815   13 years R. Matthew Emerson Merge r14814 (%parse-token fix) from trunk.
(edit) @14814   13 years R. Matthew Emerson In %parse-token, use with-package-lock instead of without-interrupts. …
(edit) @14813   13 years R. Matthew Emerson Merge r14803 (Windows socket fixes) from trunk.
(edit) @14812   13 years Shannon Spires Invert sense of arg in "Exchange Point and Mark" to be more like Fred. …
(edit) @14811   13 years Shannon Spires Kill dead listener windows truly dead. Make …
(edit) @14810   13 years R. Matthew Emerson Repair bad indentation from copy-and-paste in x86-print-di-lap.
(edit) @14809   13 years R. Matthew Emerson New parameter ccl::*disassemble-verbose*. In the x86 disassembler, …
(edit) @14808   13 years R. Matthew Emerson We want one arg (not zero) in allow-heap-allocation.
(edit) @14807   14 years Gary Byers Define and export the functions ALLOW-HEAP-ALLOCATION and …
(edit) @14806   14 years Gary Byers Process <linux/can.h>.
(edit) @14805   14 years Gary Byers In _SPcallback, save the caller's mxcsr on and restore it from the …
(edit) @14804   14 years R. Matthew Emerson Don't compile asdf.lisp when rebuilding the lisp. It has peculiar …
(edit) @14803   14 years Gary Byers Many Winsock functions return unsigned 32-bit values, where …
(edit) @14802   14 years Gary Byers updated
(edit) @14801   14 years gz Not <variable>
(edit) @14800   14 years gz Fix up links. Also fixes for some obscure docbook restrictions.
(edit) @14799   14 years Gary Byers updated
(edit) @14798   14 years gz Initial support for incremental code coverage info.
(edit) @14797   14 years gz Add hemlock programming documentation
(edit) @14796   14 years gz add get-svn-changes, runs svn diff and parses the result
(edit) @14795   14 years Gary Byers updated
(edit) @14794   14 years R. Matthew Emerson Document native-translated-namestring and with-filename-cstrs.
(edit) @14793   14 years Gary Byers Add a new "strict-structure-typechecking" hook to compiler-policy …
(edit) @14792   14 years R. Matthew Emerson Now that we don't use the deprecated swp instruction, there's no need …
(edit) @14791   14 years Gary Byers Don't use swp instructions: they're deprecated and may be disabled …
(edit) @14790   14 years R. Matthew Emerson Get rid of a pair of (apparently) pointless top-level progns wrapping …
(edit) @14789   14 years R. Matthew Emerson ASDF 2.015 from upstream.
(edit) @14788   14 years Gary Byers In SOME-XX-MULTI, traverse the list of sequences in a way that doesn't …
(edit) @14787   14 years Gary Byers Try to straighten out ARM2-GET-FLOAT and supporting vinsns.
(edit) @14786   14 years R. Matthew Emerson Minor corrections to linuxarm makefile.
(edit) @14785   14 years Gary Byers Speed up the ARM GC! (e.g, enable COPT=-O2 in the Makefile.)
(edit) @14784   14 years Gary Byers Older versions of as for ARM don't understand -mno-warn-deprecated, so …
Note: See TracRevisionLog for help on using the revision log.