|
|
@11399
|
12 years |
gz |
Don't do make-instance optimization if there are any specialized …
|
|
|
@11398
|
12 years |
gz |
Add regression test for overeager make-instance optimization
|
|
|
@11397
|
12 years |
rme |
Don't enter a break loop before starting the IDE on x8632 any more.
|
|
|
@11396
|
12 years |
gb |
linuxx86 binaries
|
|
|
@11395
|
12 years |
gb |
LinuxPPC binaries
|
|
|
@11394
|
12 years |
gb |
darwinppc binaries
|
|
|
@11393
|
12 years |
gb |
Whoops: remove debugging call to BREAK in PPC2-BIND-LAMBDA.
|
|
|
@11392
|
12 years |
gb |
Propagate some expression-evaluation/register-targeting changes
form …
|
|
|
@11391
|
12 years |
gb |
In NX1-SYMBOL: adjust ref count, even if closed (large part of the …
|
|
|
@11390
|
12 years |
rme |
Fixes to x8632 flavor of %PROCESS-VARARGS-LIST.
|
|
|
@11389
|
12 years |
rme |
%STACK-BLOCK takes a size in bytes, not words.
This error was causing …
|
|
|
@11388
|
12 years |
gz |
Fix make-xref-entry to handle new naming scheme for internal functions
|
|
|
@11387
|
12 years |
gz |
fencepost in find-source-note-at-pc per gb
|
|
|
@11386
|
12 years |
gb |
Start to add some general acode-walking routines that (hopefully)
can …
|
|
|
@11385
|
12 years |
gz |
Different fix for problem addressed by r11378
|
|
|
@11384
|
12 years |
gb |
When incrementing/propagating a variable's assignment/reference …
|
|
|
@11383
|
12 years |
gb |
Fix some typos.
|
|
|
@11382
|
12 years |
gb |
Get rid of some macros that never worked; use 'pl', rather than 'l' …
|
|
|
@11381
|
12 years |
gb |
Use 'jni-init' import to call JNI functions that clobber Mach …
|
|
|
@11380
|
12 years |
gb |
Replace (obsolete) 'allocate_tstack' imports table entry with jvm-init.
|
|
|
@11379
|
12 years |
gb |
Replace (obsolete) 'allocate_tstack' imports table entry with jvm-init.
|
|
|
@11378
|
12 years |
gb |
In X86-PRINT-DISASSEMBLED-INSTRUCTION, check for null source-note.
|
|
|
@11377
|
12 years |
gb |
32-bit FreeBSD kernel. Hard (not yet possible) to build on a 64-bit …
|
|
|
@11376
|
12 years |
gb |
On FreeBSD, whether or not we can write to rcontext depends on whether …
|
|
|
@11375
|
12 years |
gb |
Declare rcontext_readonly.
|
|
|
@11374
|
12 years |
gb |
Initialize 'rcontext_readonly' for FreeBSD.
|
|
|
@11373
|
12 years |
gz |
Finish source location and pc -> source mapping support, from …
|
|
|
@11372
|
12 years |
gb |
Can't assume that <machine/npx.h> exists (it doesn't on an amd64 …
|
|
|
@11371
|
12 years |
gb |
maybe setup for cross compilation from 64-bit FreeBSD
|
|
|
@11370
|
12 years |
gb |
Using i386_set_ldt() to point %fs at the tcr on 32-bit FreeBSD doesn't …
|
|
|
@11369
|
12 years |
gb |
Fix module definition of nx2, which was leftover from MCL 68K ...
Add …
|
|
|
@11368
|
12 years |
gb |
Load nx2.
|
|
|
@11367
|
12 years |
gb |
New file, or maybe a very old one. Empty, for now, and there may
be …
|
|
|
@11366
|
12 years |
gz |
Regression test for reader method unsnapping
|
|
|
@11365
|
12 years |
gz |
Keep track of reader methods that have been snapped and unsnap them …
|
|
|
@11364
|
12 years |
gz |
Keep track of reader methods that have been snapped and unsnap them …
|
|
|
@11363
|
12 years |
gb |
In WALK-STATIC-AREA and %WALK-DYNAMIC-AREA: be careful to treat …
|
|
|
@11362
|
12 years |
gb |
Add (and/or finish adding ...) a couple of fields to VAR istruct. …
|
|
|
@11361
|
12 years |
gb |
Add (and/or finish adding ...) a couple of fields to VAR istruct. …
|
|
|
@11360
|
12 years |
rme |
x86-darwin32::expand-ff-call: produce correct expansion for non-scalar …
|
|
|
@11359
|
12 years |
rme |
i386-ff-call: fixes for passing non-scalar arguments
|
|
|
@11358
|
12 years |
rme |
Compile send functions for varargs method signatures. It might be …
|
|
|
@11357
|
12 years |
rme |
Try to improve handling of small structs returned by value a little …
|
|
|
@11356
|
12 years |
gb |
Horrible hack to initialize JVMs (which is awkward on Darwin). Needs …
|
|
|
@11355
|
12 years |
rme |
In {sign,zero}-extend-{u,s}8 vinsns, assume that the src operand will …
|
|
|
@11354
|
12 years |
gb |
Condtionalize tests that open files with large integer element-types.
|
|
|
@11353
|
12 years |
gb |
In EQUAL: if we have two non-EQ lists, terminate if either is NIL. …
|
|
|
@11352
|
12 years |
gz |
Fix process-reset doc
|
|
|
@11351
|
12 years |
gz |
method combination fixes (r11347, r11349)
|
|
|
@11350
|
12 years |
gz |
Regression test for bug #378
|
|
|
@11349
|
12 years |
gz |
bug #378: In %cnm-with-args-combined-method-dcode, which is called for …
|
|
|
@11348
|
12 years |
gb |
Call %UPDATE-SELF-REFERENCES in %COPY-FUNCTION (used in trace of gfs).
|
|
|
@11347
|
12 years |
gb |
In %DEFINE-METHOD-COMBINATION-EVALUATOR, don't treat (MCI.OPTIONS MCI) …
|
|
|
@11346
|
12 years |
rme |
x86-darwin32::expand-ff-call: Try to deal with returning small …
|
|
|
@11345
|
12 years |
gb |
In 32-bit x86 FreeBSD setup_tcr_extra_segment(), exit (don't just …
|
|
|
@11344
|
12 years |
gb |
likewise
|
|
|
@11343
|
12 years |
gb |
Move from old dir to new.
|
|
|
@11342
|
12 years |
gb |
FreeBSD x8632 exception decoding.
|
|
|
@11341
|
12 years |
gb |
New.
|
|
|
@11340
|
12 years |
gb |
Add the FreeBSD xload backend.
|
|
|
@11339
|
12 years |
gb |
very early FreeBSD x8632 binaries; maybe still buggy
|
|
|
@11338
|
12 years |
gb |
spell externals with an r
|
|
|
@11337
|
12 years |
gb |
externals property
|
|
|
@11336
|
12 years |
gb |
new
|
|
|
@11335
|
12 years |
gb |
new
|
|
|
@11334
|
12 years |
gb |
recent freebsdx8664 binaries
|
|
|
@11333
|
12 years |
gb |
New.
|
|
|
@11332
|
12 years |
gb |
new
|
|
|
@11331
|
12 years |
gb |
When masking "all" signals, leave SIGTRAP (trace, breakpoints) …
|
|
|
@11330
|
12 years |
gb |
In FreeBSD xpGPR vector, REG_ESP is 18th entry, not 19th.
|
|
|
@11329
|
12 years |
gb |
After several failed attempts to get freebsd_sigreturn() right, …
|
|
|
@11328
|
12 years |
gb |
In setup_tcr_extra_segment() for X8632 FreeBSD: helps to set …
|
|
|
@11327
|
12 years |
gb |
Set IMAGE_BASE_ADDRESS to 0x30000000 for FreeBSDX632.
|
|
|
@11326
|
12 years |
gb |
FreeBSD x8632 changes.
|
|
|
@11325
|
12 years |
gb |
FreeBSD x8632 changes. (Sigh. We should do the ff-call stuff …
|
|
|
@11324
|
12 years |
gb |
FreeBSD x8632 changes.
|
|
|
@11323
|
12 years |
gb |
FreeBSD x8632 changes.
|
|
|
@11322
|
12 years |
gb |
New file. Same as the old files.
|
|
|
@11321
|
12 years |
gb |
freebsdx632 stuff.
Ignore freebsdx8632 fasls.
|
|
|
@11320
|
12 years |
rme |
Avoid the new-with-Leopard convenience method …
|
|
|
@11319
|
12 years |
gb |
In the destructuring-bind subprims (still used for inlining some cases …
|
|
|
@11318
|
12 years |
gb |
Whoops; thought I checked this in in the last commit.
In …
|
|
|
@11317
|
12 years |
gb |
SET-CONSTANT-PPC-BIT-TO-VARIABLE-VALUE - which can be invoked on (SETF …
|
|
|
@11316
|
12 years |
rme |
Remove old scripts to avoid confusion. The openmcl/ccl scripts are …
|
|
|
@11315
|
12 years |
gb |
_SPstkconslist_star: implement, share code with _SPstkconslist.
|
|
|
@11314
|
12 years |
gb |
Use hlt instructions (not "int $3") for things that're stubbed out/ …
|
|
|
@11313
|
12 years |
rme |
In REMOVE-PAREN-HIGHLIGHTING, don't lockFocus/unlockFocus.
There are …
|
|
|
@11312
|
12 years |
gb |
new win32 binaries
|
|
|
@11311
|
12 years |
gb |
in lisp_open(): always enable FILE_SHARE_READ|FILE_SHARE_WRITE. …
|
|
|
@11310
|
12 years |
gb |
Due to confusion about width/signedness of 'code' argument to xcmain, …
|
|
|
@11309
|
12 years |
gb |
FD-FSYNC: Call #_FlushFileBuffers with a handle, not a pseudo fd.
|
|
|
@11308
|
12 years |
gb |
Get rid of the older Windows versions of acosh/asinh/atanh[f]; we …
|
|
|
@11307
|
12 years |
gb |
Make the initial Cocoa listener load the init file in a standalone …
|
|
|
@11306
|
12 years |
gb |
Don't try to ignore lambda-list keywords. (Still not right, but less …
|
|
|
@11305
|
12 years |
gz |
Update to asdf 1.130
|
|
|
@11304
|
12 years |
gz |
update to asdf-install 0.6.10
|
|
|
@11303
|
12 years |
gz |
Update to asdf 1.130
|
|
|
@11302
|
12 years |
gb |
Propagate r11301 to 1.2.
|
|
|
@11301
|
12 years |
gb |
Since we documented the :TOPLEVEL-FUNCTION option to SAVE-APPLICATION, …
|
|
|
@11300
|
12 years |
gb |
Pushing a SINGLE-FLOAT on x8664 only affects the vstack.
|
|
|