|
|
|
@14790
|
14 years |
R. Matthew Emerson |
Get rid of a pair of (apparently) pointless top-level progns wrapping …
|
|
|
|
@14789
|
14 years |
R. Matthew Emerson |
ASDF 2.015 from upstream.
|
|
|
|
@14788
|
14 years |
Gary Byers |
In SOME-XX-MULTI, traverse the list of sequences in a way that
doesn't …
|
|
|
|
@14787
|
14 years |
Gary Byers |
Try to straighten out ARM2-GET-FLOAT and supporting vinsns.
|
|
|
|
@14786
|
14 years |
R. Matthew Emerson |
Minor corrections to linuxarm makefile.
|
|
|
|
@14785
|
14 years |
Gary Byers |
Speed up the ARM GC! (e.g, enable COPT=-O2 in the Makefile.)
|
|
|
|
@14784
|
14 years |
Gary Byers |
Older versions of as for ARM don't understand -mno-warn-deprecated, so …
|
|
|
|
@14783
|
14 years |
R. Matthew Emerson |
Use mla for index computation in _SParef2, _SParef3, and _SPaset2.
|
|
|
|
@14782
|
14 years |
R. Matthew Emerson |
Pass -march=arm7-a and -mno-warn-deprecated to the assembler.
Without …
|
|
|
|
@14781
|
14 years |
R. Matthew Emerson |
Simple test for _SPaset3.
|
|
|
|
@14780
|
14 years |
Gary Byers |
In ACODE-OPTIMIZE-SUB2, actually generate some code for the …
|
|
|
|
@14779
|
14 years |
R. Matthew Emerson |
Try to make _SPaset3 work.
|
|
|
|
@14778
|
14 years |
Gary Byers |
Constant-fold in ACODE-OPTIMIZE-MINUS1; call it in the ARM backend.
|
|
|
|
@14777
|
14 years |
Gary Byers |
Floating-point negation in the x86 backends; this time, don't depend …
|
|
|
|
@14776
|
14 years |
Gary Byers |
Floating-point negation in the x86 backends.
|
|
|
|
@14775
|
14 years |
Gary Byers |
Unary fp negation in the PPC backend, and in acode.
|
|
|
|
@14774
|
14 years |
Gary Byers |
Back out of r14758, too.
|
|
|
|
@14773
|
14 years |
Gary Byers |
Back out of r14759.
|
|
|
|
@14772
|
14 years |
R. Matthew Emerson |
Teach lisp assembler about mla (multiply accumulate). Use it in …
|
|
|
|
@14771
|
14 years |
Gary Byers |
Use the LR to point into double-float vectors when getting/setting …
|
|
|
|
@14770
|
14 years |
Gary Byers |
Change a comment, to clarify that the LR can point to the "pad" …
|
|
|
|
@14769
|
14 years |
Gary Byers |
In RLET, just use (setf uvref) to set the type ordinal.
New macros …
|
|
|
|
@14768
|
14 years |
Gary Byers |
!ALLOC-EABI-C-FRAME: can save a few instructions, since the size
of …
|
|
|
|
@14767
|
14 years |
Gary Byers |
RETURN-ADDRESS-OFFSET: ARM code vectors are in the 1st element of
the …
|
|
|
|
@14766
|
14 years |
Gary Byers |
Give the foreign :FLOAT and :DOUBLE types canonical type ordinals. …
|
|
|
|
@14765
|
14 years |
Gary Byers |
Print the relative PC every few instructions.
|
|
|
|
@14764
|
14 years |
Gary Byers |
The CHECK-NARGS ARM lapmacro has handled the case when min and max …
|
|
|
|
@14763
|
14 years |
Gary Byers |
Floating-point negation.
Tighten up some FP memory access stuff.
Use …
|
|
|
|
@14762
|
14 years |
Gary Byers |
Floating-point negation.
Tighten up some FP memory access stuff.
Use …
|
|
|
|
@14761
|
14 years |
Gary Byers |
Don't use LOAD-TIME-VALUE in new REQUIRE-STRUCTURE-TYPE stuff, since …
|
|
|
|
@14760
|
14 years |
Gary Byers |
Move REQUIRE-STRUCTURE-TYPE to level-0.
|
|
|
|
@14759
|
14 years |
Gary Byers |
Treat unary - as subtraction from 0, maybe turn that to negation in …
|
|
|
|
@14758
|
14 years |
Gary Byers |
In ACODE-OPTIMIZE-SUB2, turn subtraction from 0 into negation.
|
|
|
|
@14757
|
14 years |
Gary Byers |
New operators for %SINGLE-FLOAT-NEGATE, %DOUBLE-FLOAT-NEGATE.
|
|
|
|
@14756
|
14 years |
Gary Byers |
sysutils.lisp: REQUIRE-STRUCTURE-TYPE; basically inlines a …
|
|
|
|
@14755
|
14 years |
Gary Byers |
Remove a (commented out) Trip Down Memory Lane.
|
|
|
|
@14754
|
14 years |
Gary Byers |
In pc_luser_xp(), recognize that the alloc_trap is now immediately …
|
|
|
|
@14753
|
14 years |
gz |
Merge another code coverage fix (r14572)
|
|
|
|
@14752
|
14 years |
gz |
List uninstrumented color in the key
|
|
|
|
@14751
|
14 years |
Shannon Spires |
Processes window is no longer always frontmost nor does it hide on …
|
|
|
|
@14750
|
14 years |
Shannon Spires |
#'background-process-run-function now contains a destructuring-bind so …
|
|
|
|
@14749
|
14 years |
Shannon Spires |
#'target. Does the same thing as in MCL.
|
|
|
|
@14748
|
14 years |
Gary Byers |
CLEANUP-THREAD-TCR: a thread needs to hold the state-change lock to …
|
|
|
|
@14747
|
14 years |
Gary Byers |
updated
|
|
|
|
@14746
|
14 years |
gz |
Tweaks
|
|
|
|
@14745
|
14 years |
Gary Byers |
updated
|
|
|
|
@14744
|
14 years |
gz |
Clean up coverage doc; add a section about interpreting the coloring …
|
|
|
|
@14743
|
14 years |
R. Matthew Emerson |
In make clean, remove files ending in additional fasl file extensions.
|
|
|
|
@14742
|
14 years |
Gary Byers |
Register the foreign type ordinal of :ARRAY foreign types.
|
|
|
|
@14741
|
14 years |
Gary Byers |
Define/export DPAREF, SPAREF.
|
|
|
|
@14740
|
14 years |
Gary Byers |
Wrap a THE around the acode generated for FF-CALL.
|
|
|
|
@14739
|
14 years |
Gary Byers |
Use ACODE-OPTIMIZE-{NUMCMP,ADD2,SUB2,MUL2,DIV2} in ARM backend.
|
|
|
|
@14738
|
14 years |
Gary Byers |
ACODE-OPTIMIZE-NUMCMP.
|
|
|
|
@14737
|
14 years |
gz |
When moving point to new position by mouse click, leave mark at the …
|
|
|
|
@14736
|
14 years |
Gary Byers |
Don't use MAKE-LOAD-FORM-SAVING-SLOTS in MAKE-LOAD-FORM for …
|
|
|
|
@14735
|
14 years |
gz |
In #/ reader, don't crash at end of file
|
|
|
|
@14734
|
14 years |
gz |
Add "Insert Date and Time" and "Insert Date", bind the former to c-x …
|
|
|
|
@14733
|
14 years |
gz |
Merge source location and code coverage fixes from trunk (r14717, r14718)
|
|
|
|
@14732
|
14 years |
gz |
Handle navigating around # a bit better - dtrt for #' #_ #$ $/
|
|
|
|
@14731
|
14 years |
Gary Byers |
updated
|
|
|
|
@14730
|
14 years |
R. Matthew Emerson |
Mention the lisp kernel's "--" pseudo-argument in the manual.
|
|
|
|
@14729
|
14 years |
Gary Byers |
Mention the "--" convention in the help message.
|
|
|
|
@14728
|
14 years |
Gary Byers |
current trunk images for linux x86
|
|
|
|
@14727
|
14 years |
Gary Byers |
Move ACODE-CONSTANT-P from acode-rewrite.lisp to nx2.lisp, since the …
|
|
|
|
@14726
|
14 years |
Gary Byers |
Acode optimizers for 2-arg +,-,*,/. Generalize acode constant-folding.
|
|
|
|
@14725
|
14 years |
Gary Byers |
Constant-fold calls to SQRT. Need a bit somewhere.
|
|
|
|
@14724
|
14 years |
Gary Byers |
In %FOREIGN-ARRAY-ACCESS-FORM (which generates the expansion of …
|
|
|
|
@14723
|
14 years |
Gary Byers |
In mark_memoized_area() on all platforms, don't do any special …
|
|
|
|
@14722
|
14 years |
gz |
In selectionRangeForProposedRange, don't move point prematurely. …
|
|
|
|
@14721
|
14 years |
gz |
Add a m-x Set Default Package command; Also make ? do help in echo area.
|
|
|
|
@14720
|
14 years |
gz |
Make c-h do help when reading from echo area
|
|
|
|
@14719
|
14 years |
gz |
Make tab do completion when reading from echo area
|
|
|
|
@14718
|
14 years |
gz |
Compile toplevel forms before changing …
|
|
|
|
@14717
|
14 years |
gz |
Compute source level coverage in a separate pass, so can aggregate …
|
|
|
|
@14716
|
14 years |
R. Matthew Emerson |
In sprint_specializers_list(), make sure that we're looking at
an …
|
|
|
|
@14715
|
14 years |
Gary Byers |
Gak. Bad typo (subtag_double_float vs …
|
|
|
|
@14714
|
14 years |
Shannon Spires |
Support (documentation slotd t) where slotd is a slot-definition. …
|
|
|
|
@14713
|
14 years |
R. Matthew Emerson |
Merge r14703 from trunk.
See ticket:840.
|
|
|
|
@14712
|
14 years |
R. Matthew Emerson |
Merge r14662 from trunk.
Closes ticket:843.
|
|
|
|
@14711
|
14 years |
Gary Byers |
x8632 version of %IVECTOR-FROM-MACPTR actually compiles.
|
|
|
|
@14710
|
14 years |
Gary Byers |
%IVECTOR-FROM-MACPTR for X86{32,64}
|
|
|
|
@14709
|
14 years |
Gary Byers |
%IVECTOR-FROM-MACPTR for PPC{32,64}
|
|
|
|
@14708
|
14 years |
Gary Byers |
%IVECTOR-FROM-MACPTR: recover the (tagged) ivector from a pointer to
a …
|
|
|
|
@14707
|
14 years |
Gary Byers |
MISC-REF-C-DOUBLE-FLOAT: need to scale the index.
|
|
|
|
@14706
|
14 years |
R. Matthew Emerson |
ASDF 2.014 from upstream.
|
|
|
|
@14705
|
14 years |
Gary Byers |
Still a work in progress, but ... in progress, again.
|
|
|
|
@14704
|
14 years |
R. Matthew Emerson |
Test for ticket:840.
|
|
|
|
@14703
|
14 years |
R. Matthew Emerson |
In nx-declared-inline-p and nx-declared-notinline-p, stop searching …
|
|
|
|
@14702
|
14 years |
Gary Byers |
Fix SDKROOT/OSVERSION lossage.
|
|
|
|
@14701
|
14 years |
Gary Byers |
Add 'exports' file listing symbols to dynamically export x86 Darwin …
|
|
|
|
@14700
|
14 years |
R. Matthew Emerson |
Band-aid fix to Cocoa inspector; see ticket:839.
|
|
|
|
@14699
|
14 years |
Shannon Spires |
Add &allow-other-keys to #'enqueue-toplevel-form method on …
|
|
|
|
@14698
|
14 years |
Gary Byers |
In LISP-STRING-FROM-NSSTRING, allow the NSString to contain embedded …
|
|
|
|
@14697
|
14 years |
Gary Byers |
updated
|
|
|
|
@14696
|
14 years |
Gary Byers |
Remove stray "(and nil ..." conditionalization from ACODE-OPTIMIZE-LOGIOR2.
|
|
|
|
@14695
|
14 years |
Gary Byers |
In x862-%ilog[ior|and|xor]2 (and in some subset of the analogous …
|
|
|
|
@14694
|
14 years |
R. Matthew Emerson |
A few additions to the documentation for save-application.
Closes …
|
|
|
|
@14693
|
14 years |
R. Matthew Emerson |
Merge r14962 from trunk.
|
|
|
|
@14692
|
14 years |
Gary Byers |
Try to reserve a little more space at the bottom of the altstack
on …
|
|
|
|
@14691
|
14 years |
gz |
Merge r14690 from trunk
|
|
|
|