source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @14745   14 years Gary Byers updated
(edit) @14744   14 years gz Clean up coverage doc; add a section about interpreting the coloring …
(edit) @14743   14 years R. Matthew Emerson In make clean, remove files ending in additional fasl file extensions.
(edit) @14742   14 years Gary Byers Register the foreign type ordinal of :ARRAY foreign types.
(edit) @14741   14 years Gary Byers Define/export DPAREF, SPAREF.
(edit) @14740   14 years Gary Byers Wrap a THE around the acode generated for FF-CALL.
(edit) @14739   14 years Gary Byers Use ACODE-OPTIMIZE-{NUMCMP,ADD2,SUB2,MUL2,DIV2} in ARM backend.
(edit) @14738   14 years Gary Byers ACODE-OPTIMIZE-NUMCMP.
(edit) @14737   14 years gz When moving point to new position by mouse click, leave mark at the …
(edit) @14736   14 years Gary Byers Don't use MAKE-LOAD-FORM-SAVING-SLOTS in MAKE-LOAD-FORM for …
(edit) @14735   14 years gz In #/ reader, don't crash at end of file
(edit) @14734   14 years gz Add "Insert Date and Time" and "Insert Date", bind the former to c-x …
(edit) @14733   14 years gz Merge source location and code coverage fixes from trunk (r14717, r14718)
(edit) @14732   14 years gz Handle navigating around # a bit better - dtrt for #' #_ #$ $/
(edit) @14731   14 years Gary Byers updated
(edit) @14730   14 years R. Matthew Emerson Mention the lisp kernel's "--" pseudo-argument in the manual.
(edit) @14729   14 years Gary Byers Mention the "--" convention in the help message.
(edit) @14728   14 years Gary Byers current trunk images for linux x86
(edit) @14727   14 years Gary Byers Move ACODE-CONSTANT-P from acode-rewrite.lisp to nx2.lisp, since the …
(edit) @14726   14 years Gary Byers Acode optimizers for 2-arg +,-,*,/. Generalize acode constant-folding.
(edit) @14725   14 years Gary Byers Constant-fold calls to SQRT. Need a bit somewhere.
(edit) @14724   14 years Gary Byers In %FOREIGN-ARRAY-ACCESS-FORM (which generates the expansion of …
(edit) @14723   14 years Gary Byers In mark_memoized_area() on all platforms, don't do any special …
(edit) @14722   14 years gz In selectionRangeForProposedRange, don't move point prematurely. …
(edit) @14721   14 years gz Add a m-x Set Default Package command; Also make ? do help in echo area.
(edit) @14720   14 years gz Make c-h do help when reading from echo area
(edit) @14719   14 years gz Make tab do completion when reading from echo area
(edit) @14718   14 years gz Compile toplevel forms before changing …
(edit) @14717   14 years gz Compute source level coverage in a separate pass, so can aggregate …
(edit) @14716   14 years R. Matthew Emerson In sprint_specializers_list(), make sure that we're looking at an …
(edit) @14715   14 years Gary Byers Gak. Bad typo (subtag_double_float vs …
(edit) @14714   14 years Shannon Spires Support (documentation slotd t) where slotd is a slot-definition. …
(edit) @14713   14 years R. Matthew Emerson Merge r14703 from trunk. See ticket:840.
(edit) @14712   14 years R. Matthew Emerson Merge r14662 from trunk. Closes ticket:843.
(edit) @14711   14 years Gary Byers x8632 version of %IVECTOR-FROM-MACPTR actually compiles.
(edit) @14710   14 years Gary Byers %IVECTOR-FROM-MACPTR for X86{32,64}
(edit) @14709   14 years Gary Byers %IVECTOR-FROM-MACPTR for PPC{32,64}
(edit) @14708   14 years Gary Byers %IVECTOR-FROM-MACPTR: recover the (tagged) ivector from a pointer to a …
(edit) @14707   14 years Gary Byers MISC-REF-C-DOUBLE-FLOAT: need to scale the index.
(edit) @14706   14 years R. Matthew Emerson ASDF 2.014 from upstream.
(edit) @14705   14 years Gary Byers Still a work in progress, but ... in progress, again.
(edit) @14704   14 years R. Matthew Emerson Test for ticket:840.
(edit) @14703   14 years R. Matthew Emerson In nx-declared-inline-p and nx-declared-notinline-p, stop searching …
(edit) @14702   14 years Gary Byers Fix SDKROOT/OSVERSION lossage.
(edit) @14701   14 years Gary Byers Add 'exports' file listing symbols to dynamically export x86 Darwin …
(edit) @14700   14 years R. Matthew Emerson Band-aid fix to Cocoa inspector; see ticket:839.
(edit) @14699   14 years Shannon Spires Add &allow-other-keys to #'enqueue-toplevel-form method on …
(edit) @14698   14 years Gary Byers In LISP-STRING-FROM-NSSTRING, allow the NSString to contain embedded …
(edit) @14697   14 years Gary Byers updated
(edit) @14696   14 years Gary Byers Remove stray "(and nil ..." conditionalization from ACODE-OPTIMIZE-LOGIOR2.
(edit) @14695   14 years Gary Byers In x862-%ilog[ior|and|xor]2 (and in some subset of the analogous …
(edit) @14694   14 years R. Matthew Emerson A few additions to the documentation for save-application. Closes …
(edit) @14693   14 years R. Matthew Emerson Merge r14962 from trunk.
(edit) @14692   14 years Gary Byers Try to reserve a little more space at the bottom of the altstack on …
(edit) @14691   14 years gz Merge r14690 from trunk
(edit) @14690   14 years gz When processing code coverage notes, don't descend functions from …
(edit) @14689   14 years gz Remove stray char
Note: See TracRevisionLog for help on using the revision log.