|
|
|
@15045
|
13 years |
Keith Corbett |
fix link to ASDF home page
|
|
|
|
@15044
|
13 years |
Keith Corbett |
Updates for version 1.7; clarify update and build procedures.
|
|
|
|
@15043
|
13 years |
Keith Corbett |
fix broken links to Apple developer site and adjust terminology to be …
|
|
|
|
@15042
|
13 years |
Gary Byers |
Actually pass the afunc arg to NX2-AFUNC-ALLOCATE-GLOBAL-REGISTERS.
|
|
|
|
@15041
|
13 years |
Gary Byers |
Work in progress.
|
|
|
|
@15040
|
13 years |
Gary Byers |
NX1-FORM and friends (including alphatizers) take a "context" …
|
|
|
|
@15039
|
13 years |
Gary Byers |
NX-CONS-VAR inits VAR-LOCAL-BITS slot.
|
|
|
|
@15038
|
13 years |
Gary Byers |
Add VAR-LOCAL-BITS slot to VAR istruct; tracks local (per function,
if …
|
|
|
|
@15037
|
13 years |
Gary Byers |
Replace (NX2-ALLOCATE-GLOBAL-REGISTERS ,@several-afunc-slot-values) …
|
|
|
|
@15036
|
13 years |
Gary Byers |
Re-do %COPY-IVECTOR-TO-IVECTOR for x8664. Handle overlap correctly …
|
|
|
|
@15035
|
13 years |
Gary Byers |
In X862-TWO-UNTARGETED-REG-FORMS: if we're called with a non-zero …
|
|
|
|
@15034
|
13 years |
Gary Byers |
updated
|
|
|
|
@15033
|
13 years |
Keith Corbett |
Update ccl-doc for release 1.7
|
|
|
|
@15032
|
13 years |
Gary Byers |
In X862-{THREE,FOUR}-UNTARGETED-REG-FORMS: when a destination register …
|
|
|
|
@15031
|
13 years |
gz |
Support for reading user input from remote lisp. Easier test setup …
|
|
|
|
@15030
|
13 years |
gz |
Add new-listener convenience function
|
|
|
|
@15029
|
13 years |
gz |
Make force-break-in-listener a method so can shadow it
|
|
|
|
@15028
|
13 years |
gz |
First steps of remote debugging support. Note this is not complete …
|
|
|
|
@15027
|
13 years |
Gary Byers |
In STANDARD-REPORT-TIME: try harder to make time-related numbers line …
|
|
|
|
@15026
|
13 years |
R. Matthew Emerson |
From trunk: Lisp kernel backtrace printer improvments; alter
the way …
|
|
|
|
@15025
|
13 years |
Gary Byers |
x86_print.c: when printing method specializers, if we encounter a …
|
|
|
|
@15024
|
13 years |
Gary Byers |
x8664-vinsns.lisp: don't (necessarily) clobber ra0 in PUSH-LABEL …
|
|
|
|
@15023
|
13 years |
Gary Byers |
WRITE-PNAME: if the call to %PARSE-NUMBER-TOKEN signals an …
|
|
|
|
@15022
|
13 years |
Gary Byers |
vinsn.lisp: add two new slots to the VINSN struct, to track GPRs and …
|
|
|
|
@15021
|
13 years |
gz |
New file "remote-lisp.lisp", initially just containing the non-ide …
|
|
|
|
@15020
|
13 years |
gz |
add :initial-function arg to new-cocoa-listener-process
|
|
|
|
@15019
|
13 years |
gz |
print-object method for hemlock-view
|
|
|
|
@15018
|
13 years |
gz |
Make invoke-restart-no-return accept and pass on values
|
|
|
|
@15017
|
13 years |
Gary Byers |
MISC-REF-C-BIT and MISC-REF-C-BIT-FIXNUM vinsns (both ppc32 and …
|
|
|
|
@15016
|
13 years |
Gary Byers |
In ARM2-AREF3 and ARM2-ASET3, be more careful about finding a node …
|
|
|
|
@15015
|
13 years |
R. Matthew Emerson |
Use unsigned long instead of uint64_t, due to Leopard bug
5565198 …
|
|
|
|
@15014
|
13 years |
R. Matthew Emerson |
Add a few experimental DTrace probes to the lisp kernel on
Darwin x86 …
|
|
|
|
@15013
|
13 years |
gz |
Only store *fcomp-stream-position* in compiler warnings if it's …
|
|
|
|
@15012
|
13 years |
Gary Byers |
linux-files.lisp: try to use #_dladdr in Android version of …
|
|
|
|
@15011
|
13 years |
Gary Byers |
Fix prototype/declaration of allocate_dynamic_heap() in …
|
|
|
|
@15010
|
13 years |
R. Matthew Emerson |
Merge r15009 (external-process-error-stream for Windows)
to 1.7 branch.
|
|
|
|
@15009
|
13 years |
R. Matthew Emerson |
Make ccl:external-process-error-stream available on Windows.
Fixes …
|
|
|
|
@15008
|
13 years |
R. Matthew Emerson |
In WITH-STANDARD-IO-SYNTAX, bind *PRINT-ABBREVIATE-QUOTE* to nil.
See …
|
|
|
|
@15007
|
13 years |
Gary Byers |
arm-asm.lisp: define the canonical (ARMv6T2+) nop instruction.
…
|
|
|
|
@15006
|
13 years |
Gary Byers |
Short version: D'oh!
Longer version:
Enable *x862-generate-casejump* …
|
|
|
|
@15005
|
13 years |
Gary Byers |
Disable *X86-GENERATE-CASEJUMP* until it works better …
|
|
|
|
@15004
|
13 years |
Gary Byers |
Do some cases of CASE (and similar constructs) in constant time by …
|
|
|
|
@15003
|
13 years |
R. Matthew Emerson |
Punt less often in pc_from_xcf().
|
|
|
|
@15002
|
13 years |
R. Matthew Emerson |
Apply restart-case-form patch from ticket:882.
Fixes ticket:882.
|
|
|
|
@15001
|
13 years |
Gary Byers |
Move some of the class initialiation code for SLOTS-CLASS from an …
|
|
|
|
@15000
|
13 years |
R. Matthew Emerson |
In r14968, we overloaded a couple of slots in the x86 xcf
in order to …
|
|
|
|
@14999
|
13 years |
Gary Byers |
x8664-vinsns: actually commit the file.
x8632-vinsns: in CJMP vinsn, …
|
|
|
|
@14998
|
13 years |
Gary Byers |
Conditionally (using *x862-generate-casejump*, which defaults to false …
|
|
|
|
@14997
|
13 years |
Glen Foy |
Don't set generic-text in style-screen.
|
|
|
|
@14996
|
13 years |
gz |
In new-cocoa-listener-process, initialize process slots before …
|
|
|
|
@14995
|
13 years |
gz |
accept an :initargs arg in make-mcl-listener-process
|
|
|
|
@14994
|
13 years |
Gary Byers |
in x862-aref3: don't compare a constant K to dim2 unless we're sure …
|
|
|
|
@14993
|
13 years |
R. Matthew Emerson |
Remove DARWIN_GS_HACK code.
|
|
|
|
@14992
|
13 years |
R. Matthew Emerson |
De-lint a bit in response to warnings from clang.
|
|
|
|
@14991
|
13 years |
R. Matthew Emerson |
New functions in x86-utils.[ch], moved, more-or-less,
from xlbt.c.
…
|
|
|
|
@14990
|
13 years |
R. Matthew Emerson |
New (empty) files x86-utils.[ch]. Update x86 makefiles
accordingly.
|
|
|
|
@14989
|
13 years |
Gary Byers |
In NX1-TRANSITIVELY-PUNT-BINDINGS, zero out out (VAR-REFS VAR) after …
|
|
|
|
@14988
|
13 years |
Glen Foy |
miscellaneous
|
|
|
|
@14987
|
13 years |
Gary Byers |
In %FLOOR-99, if x[i] = y[j], dont just jump wherever temp1 is pointing.
|
|
|
|
@14986
|
13 years |
Glen Foy |
Verbose loading
|
|
|
|
@14985
|
13 years |
Glen Foy |
Updates for ccl 1.7
|
|
|
|
@14984
|
13 years |
Glen Foy |
Testing svn access
|
|
|
|
@14983
|
13 years |
Gary Byers |
NX-ADJUST-SETQ-COUNT: the value of the VAR-REFS slot isn't necessarily …
|
|
|
|
@14982
|
13 years |
Gary Byers |
We've traditionally tried to estimate the number of …
|
|
|
|
@14981
|
13 years |
R. Matthew Emerson |
Nicer ELF function names in some circumstances.
|
|
|
|
@14980
|
13 years |
Gary Byers |
Add (%nx1-operator div2) to *numeric-acode-ops*; this allows us to
do …
|
|
|
|
@14979
|
13 years |
Gary Byers |
x8632 REQUIRE-CHARACTER vinsn: how you extract the low byte of a …
|
|
|
|
@14978
|
13 years |
Gary Byers |
Cut-and-paste errors are also known as bugs in "typo propagation".
|
|
|
|
@14977
|
13 years |
R. Matthew Emerson |
In print_lisp_frame(), when we're looking at an exception
callback …
|
|
|
|
@14976
|
13 years |
R. Matthew Emerson |
Merge r14975 (Darwin-specific open-shared-library fix) from trunk.
|
|
|
|
@14975
|
13 years |
R. Matthew Emerson |
In the Darwin-specific version of open-shared-library-internal,
push …
|
|
|
|
@14974
|
13 years |
Gary Byers |
updated
|
|
|
|
@14973
|
13 years |
gz |
Add doc for coverage :tags arg
|
|
|
|
@14972
|
13 years |
Gary Byers |
Support keeping float-typed variable values in non-volatile FPRs on …
|
|
|
|
@14971
|
13 years |
Gary Byers |
Back out of recent ARM kernel changes: we don't want to use …
|
|
|
|
@14970
|
13 years |
Gary Byers |
In ARM2-ELIDE-PUSHES: we only have 8 non-volatile DOUBLE-FLOAT registers.
|
|
|
|
@14969
|
13 years |
Gary Byers |
Try to speed up some cases involving self-calls where the number
of …
|
|
|
|
@14968
|
13 years |
Gary Byers |
When an exception occurs and we call out to lisp, if the PC doesn't …
|
|
|
|
@14967
|
13 years |
R. Matthew Emerson |
Same story as r14966, but for x862-elide-pushes.
|
|
|
|
@14966
|
13 years |
R. Matthew Emerson |
In arm2-elide-pushes, instead of pushing/popping a double-float …
|
|
|
|
@14965
|
13 years |
Gary Byers |
Treat s28-s31 (save0-save3) as non-volatile node-bearing regs; it
may …
|
|
|
|
@14964
|
13 years |
Gary Byers |
solaris 32-bit image
|
|
|
|
@14963
|
13 years |
Gary Byers |
win32 image
|
|
|
|
@14962
|
13 years |
Gary Byers |
freebsd 32-bit image
|
|
|
|
@14961
|
13 years |
Gary Byers |
new darwinx86 32-bit image
|
|
|
|
@14960
|
13 years |
Gary Byers |
New 32-bit linuxx86 image.
|
|
|
|
@14959
|
13 years |
Gary Byers |
%HARD-REGSPEC-VALUE masks its argument by the platform-specific
value …
|
|
|
|
@14958
|
13 years |
R. Matthew Emerson |
Make regs-set-in-vinsn-sequence work.
|
|
|
|
@14957
|
13 years |
Gary Byers |
fldmiad definition: count operand is :DRCOUNT
PARSE-IMM16-OPERAND: …
|
|
|
|
@14956
|
13 years |
Gary Byers |
In SAVE-STACKARGS-FRAME: want to use X8664::NODE-SIZE if targeting …
|
|
|
|
@14955
|
13 years |
Gary Byers |
ARM-CONSTANT-INDEX: (CDR (ASSOC ...)), not (ASSOC ...).
|
|
|
|
@14954
|
13 years |
R. Matthew Emerson |
temp-push-single-float: :tsp attribute => :csp (no tsp on ARM).
|
|
|
|
@14953
|
13 years |
Gary Byers |
revert last change
|
|
|
|
@14952
|
13 years |
xiaofeng |
The kernel does not parse the command line arguments when a image was …
|
|
|
|
@14951
|
13 years |
R. Matthew Emerson |
Add a couple instructions, correct some instruction
masks for the …
|
|
|
|
@14950
|
13 years |
R. Matthew Emerson |
Insert missing paren.
|
|
|
|
@14949
|
13 years |
Gary Byers |
Don't use deprecated SWP instruction in atomic_swap.
|
|
|
|
@14948
|
13 years |
Gary Byers |
Fix cut-and-paste mishaps.
|
|
|
|
@14947
|
13 years |
Gary Byers |
Define %FIXNUM-REF-DOUBLE-FLOAT and %FIXNUM-SET-DOUBLE-FLOAT at …
|
|
|
|
@14946
|
13 years |
Gary Byers |
Add an empty section named ".gnu.prelink_undo"; the 'perf' profiler …
|
|
|
|