source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @14783   14 years R. Matthew Emerson Use mla for index computation in _SParef2, _SParef3, and _SPaset2.
(edit) @14782   14 years R. Matthew Emerson Pass -march=arm7-a and -mno-warn-deprecated to the assembler. Without …
(edit) @14781   14 years R. Matthew Emerson Simple test for _SPaset3.
(edit) @14780   14 years Gary Byers In ACODE-OPTIMIZE-SUB2, actually generate some code for the …
(edit) @14779   14 years R. Matthew Emerson Try to make _SPaset3 work.
(edit) @14778   14 years Gary Byers Constant-fold in ACODE-OPTIMIZE-MINUS1; call it in the ARM backend.
(edit) @14777   14 years Gary Byers Floating-point negation in the x86 backends; this time, don't depend …
(edit) @14776   14 years Gary Byers Floating-point negation in the x86 backends.
(edit) @14775   14 years Gary Byers Unary fp negation in the PPC backend, and in acode.
(edit) @14774   14 years Gary Byers Back out of r14758, too.
(edit) @14773   14 years Gary Byers Back out of r14759.
(edit) @14772   14 years R. Matthew Emerson Teach lisp assembler about mla (multiply accumulate). Use it in …
(edit) @14771   14 years Gary Byers Use the LR to point into double-float vectors when getting/setting …
(edit) @14770   14 years Gary Byers Change a comment, to clarify that the LR can point to the "pad" …
(edit) @14769   14 years Gary Byers In RLET, just use (setf uvref) to set the type ordinal. New macros …
(edit) @14768   14 years Gary Byers !ALLOC-EABI-C-FRAME: can save a few instructions, since the size of …
(edit) @14767   14 years Gary Byers RETURN-ADDRESS-OFFSET: ARM code vectors are in the 1st element of the …
(edit) @14766   14 years Gary Byers Give the foreign :FLOAT and :DOUBLE types canonical type ordinals. …
(edit) @14765   14 years Gary Byers Print the relative PC every few instructions.
(edit) @14764   14 years Gary Byers The CHECK-NARGS ARM lapmacro has handled the case when min and max …
(edit) @14763   14 years Gary Byers Floating-point negation. Tighten up some FP memory access stuff. Use …
(edit) @14762   14 years Gary Byers Floating-point negation. Tighten up some FP memory access stuff. Use …
(edit) @14761   14 years Gary Byers Don't use LOAD-TIME-VALUE in new REQUIRE-STRUCTURE-TYPE stuff, since …
(edit) @14760   14 years Gary Byers Move REQUIRE-STRUCTURE-TYPE to level-0.
(edit) @14759   14 years Gary Byers Treat unary - as subtraction from 0, maybe turn that to negation in …
(edit) @14758   14 years Gary Byers In ACODE-OPTIMIZE-SUB2, turn subtraction from 0 into negation.
(edit) @14757   14 years Gary Byers New operators for %SINGLE-FLOAT-NEGATE, %DOUBLE-FLOAT-NEGATE.
(edit) @14756   14 years Gary Byers sysutils.lisp: REQUIRE-STRUCTURE-TYPE; basically inlines a …
(edit) @14755   14 years Gary Byers Remove a (commented out) Trip Down Memory Lane.
(edit) @14754   14 years Gary Byers In pc_luser_xp(), recognize that the alloc_trap is now immediately …
(edit) @14753   14 years gz Merge another code coverage fix (r14572)
(edit) @14752   14 years gz List uninstrumented color in the key
(edit) @14751   14 years Shannon Spires Processes window is no longer always frontmost nor does it hide on …
(edit) @14750   14 years Shannon Spires #'background-process-run-function now contains a destructuring-bind so …
(edit) @14749   14 years Shannon Spires #'target. Does the same thing as in MCL.
(edit) @14748   14 years Gary Byers CLEANUP-THREAD-TCR: a thread needs to hold the state-change lock to …
(edit) @14747   14 years Gary Byers updated
(edit) @14746   14 years gz Tweaks
Note: See TracRevisionLog for help on using the revision log.