2017-07-14 |
Douglas Katzman | Hide some test noise
|
commit | commitdiff | tree |
2017-07-14 |
Douglas Katzman | Improve ATOMIC-POP in a few ways
|
commit | commitdiff | tree |
2017-07-14 |
Douglas Katzman | Rearrange SYMBOL-VALUE CAS expander a little
|
commit | commitdiff | tree |
2017-07-14 |
Douglas Katzman | Fix bug in location-print-name caused by rev 7714fd53e9
|
commit | commitdiff | tree |
2017-07-14 |
Douglas Katzman | x86-64: Improve CAS (SYMBOL-VALUE 'S) if S was DEFGLOBALed
|
commit | commitdiff | tree |
2017-07-13 |
Douglas Katzman | x86: unify sets of register names as in prior change...
|
commit | commitdiff | tree |
2017-07-13 |
Douglas Katzman | x86-64: get rid of redundant sets of register names
|
commit | commitdiff | tree |
2017-07-13 |
Douglas Katzman | Delete dead code
|
commit | commitdiff | tree |
2017-07-13 |
Douglas Katzman | Fix compilation of &OPTIONAL binding with non-EQL-comparable...
|
commit | commitdiff | tree |
2017-07-13 |
Douglas Katzman | Say "allocate", not "validate" in message strings
|
commit | commitdiff | tree |
2017-07-13 |
Douglas Katzman | Make C-callable fdefns static, not the symbols.
|
commit | commitdiff | tree |
2017-07-12 |
Douglas Katzman | Remove *cold-fdefn-gspace* in favor of an &optional...
|
commit | commitdiff | tree |
2017-07-12 |
Douglas Katzman | Fix style-warning in threadless x86-64 build
|
commit | commitdiff | tree |
2017-07-12 |
Douglas Katzman | Don't define *PSEUDO-ATOMIC-BITS* in three different...
|
commit | commitdiff | tree |
2017-07-12 |
Douglas Katzman | Fix CMUCL host
|
commit | commitdiff | tree |
2017-07-12 |
Douglas Katzman | Change some defvars to defglobals
|
commit | commitdiff | tree |
2017-07-12 |
Douglas Katzman | Print less noise if #!+sb-show
|
commit | commitdiff | tree |
2017-07-12 |
Douglas Katzman | x86-64: Better disassembly annotation for static symbols
|
commit | commitdiff | tree |
2017-07-11 |
Douglas Katzman | Remove do_wipe_p. It's the same as 'conservative_stack'
|
commit | commitdiff | tree |
2017-07-11 |
Douglas Katzman | Use os_allocate(), not os_validate(), for "anywhere...
|
commit | commitdiff | tree |
2017-07-10 |
Douglas Katzman | Halve the number of binding stack slots scavenged for...
|
commit | commitdiff | tree |
2017-07-10 |
Douglas Katzman | cheneygc: stop including "specialized-vectors.inc"
|
commit | commitdiff | tree |
2017-07-10 |
Douglas Katzman | Remove 'forcibly' arg to remap_free_pages
|
commit | commitdiff | tree |
2017-07-10 |
Douglas Katzman | Store unbound-marker, not 0, in uninitialized structure...
|
commit | commitdiff | tree |
2017-07-10 |
Douglas Katzman | Whitespace
|
commit | commitdiff | tree |
2017-07-10 |
Douglas Katzman | gencgc: Don't use defconstant for DYNAMIC-SPACE-END
|
commit | commitdiff | tree |
2017-07-09 |
Douglas Katzman | Change static symbol list to vector
|
commit | commitdiff | tree |
2017-07-08 |
Douglas Katzman | Fix map-referencing-objects
|
commit | commitdiff | tree |
2017-07-08 |
Douglas Katzman | Wire in some references to CL-USER package
|
commit | commitdiff | tree |
2017-07-07 |
Douglas Katzman | Produce less noise from canonicalize-whitespace
|
commit | commitdiff | tree |
2017-07-07 |
Douglas Katzman | Remove redundant SPECIAL declaims. OAOO and all that
|
commit | commitdiff | tree |
2017-07-07 |
Douglas Katzman | Rearrange to avoid a local notinline declaration
|
commit | commitdiff | tree |
2017-07-07 |
Douglas Katzman | Optimize calculation of displaced index cumulative...
|
commit | commitdiff | tree |
2017-07-06 |
Douglas Katzman | Slightly ungeneralize LOOP macro (see remark around...
|
commit | commitdiff | tree |
2017-07-06 |
Douglas Katzman | Use SB!KERNEL and SB!INT packages from SB!LOOP
|
commit | commitdiff | tree |
2017-07-06 |
Douglas Katzman | Unbreak build
|
commit | commitdiff | tree |
2017-07-06 |
Douglas Katzman | Remove strict mode from os_link_runtime().
|
commit | commitdiff | tree |
2017-07-06 |
Douglas Katzman | Possibly remove a few random symbols from static space
|
commit | commitdiff | tree |
2017-07-06 |
Douglas Katzman | x86-64: Improve symbol-value even without #!+immobile...
|
commit | commitdiff | tree |
2017-07-05 |
Douglas Katzman | Rename is_valid_lisp_addr() to gc_managed_addr_p()
|
commit | commitdiff | tree |
2017-07-05 |
Douglas Katzman | Only compile os_zero() for cheneygc
|
commit | commitdiff | tree |
2017-07-05 |
Douglas Katzman | Wrap sizetab[] uses in preprocessor macro
|
commit | commitdiff | tree |
2017-07-05 |
Douglas Katzman | Deobfuscate slot padding decision in defstruct
|
commit | commitdiff | tree |
2017-07-05 |
Douglas Katzman | Respect object boundaries in search_for_symbol().
|
commit | commitdiff | tree |
2017-07-04 |
Douglas Katzman | Autogenerate <obj>_slots[] for print.c
|
commit | commitdiff | tree |
2017-07-04 |
Douglas Katzman | Reindent
|
commit | commitdiff | tree |
2017-07-04 |
Douglas Katzman | Refactor common logic in 'print.c'
|
commit | commitdiff | tree |
2017-07-02 |
Douglas Katzman | Use similar is_valid_lisp_address() code for everybody
|
commit | commitdiff | tree |
2017-06-23 |
Douglas Katzman | Fix cheneygc
|
commit | commitdiff | tree |
2017-06-22 |
Douglas Katzman | Remove SB!FASL::COLD-PUSH, and random refactoring
|
commit | commitdiff | tree |
2017-06-21 |
Douglas Katzman | Change hash table empty slot marker to unbound marker.
|
commit | commitdiff | tree |
2017-06-21 |
Douglas Katzman | Make *static-symbols* into a constant
|
commit | commitdiff | tree |
2017-06-21 |
Douglas Katzman | Repair build breakage due to style warning
|
commit | commitdiff | tree |
2017-06-20 |
Douglas Katzman | Change some lists to vectors
|
commit | commitdiff | tree |
2017-06-20 |
Douglas Katzman | Fix ENV-FROM-LEXENV
|
commit | commitdiff | tree |
2017-06-20 |
Douglas Katzman | Remove docstring from prim-object-slot.
|
commit | commitdiff | tree |
2017-06-20 |
Douglas Katzman | Remove compile-time-only symbol from image
|
commit | commitdiff | tree |
2017-06-20 |
Douglas Katzman | Make *inlinep-translations* a constant
|
commit | commitdiff | tree |
2017-06-20 |
Douglas Katzman | Remove dead variable (almost completely removed in...
|
commit | commitdiff | tree |
2017-06-20 |
Douglas Katzman | Don't put useless values in globaldb
|
commit | commitdiff | tree |
2017-06-20 |
Douglas Katzman | Add helper function in the style of CONS,SYMBOL
|
commit | commitdiff | tree |
2017-06-20 |
Douglas Katzman | Fix truncated printing
|
commit | commitdiff | tree |
2017-06-20 |
Douglas Katzman | Unbreak #!+sb-show
|
commit | commitdiff | tree |
2017-06-19 |
Douglas Katzman | Print SB-PCL:+SLOT-UNBOUND+ as "#<unbound>"
|
commit | commitdiff | tree |
2017-06-19 |
Douglas Katzman | Avoid a few rebindings of *print-base* and *print-radix*
|
commit | commitdiff | tree |
2017-06-19 |
Douglas Katzman | Reindent
|
commit | commitdiff | tree |
2017-06-19 |
Douglas Katzman | Don't show 100 invocations of (ROOM)
|
commit | commitdiff | tree |
2017-06-19 |
Douglas Katzman | Eliminate temporary vars that act solely to cast a...
|
commit | commitdiff | tree |
2017-06-19 |
Douglas Katzman | Add interpreter stub for UNBOUND-MARKER-P.
|
commit | commitdiff | tree |
2017-06-19 |
Douglas Katzman | Optimize test for unbound CLOS slots, part 2 of 2.
|
commit | commitdiff | tree |
2017-06-19 |
Douglas Katzman | Optimize test for unbound CLOS slots, part 1 of 2.
|
commit | commitdiff | tree |
2017-06-19 |
Douglas Katzman | Use CONS(x)->slot instead of reinventing car and cdr
|
commit | commitdiff | tree |
2017-06-19 |
Douglas Katzman | Fix CODE-N-UNBOXED-DATA-WORDS. Broken by change f8c67b2deb
|
commit | commitdiff | tree |
2017-06-17 |
Douglas Katzman | Disable some tests if the OS kernel disables IPv4
|
commit | commitdiff | tree |
2017-06-16 |
Douglas Katzman | Don't put CORE_STRING and POSIX_ARGV in static-symbols.h
|
commit | commitdiff | tree |
2017-06-15 |
Douglas Katzman | Fix style-warnings due to previous commit
|
commit | commitdiff | tree |
2017-06-15 |
Douglas Katzman | Change hash-table-weakness slot to a small integer.
|
commit | commitdiff | tree |
2017-06-14 |
Douglas Katzman | Make LZ-COMPRESS not take forever on a 2MB debug block
|
commit | commitdiff | tree |
2017-06-13 |
Douglas Katzman | Fix misnomer: %ARRAY-DATA-VECTOR -> %ARRAY-DATA
|
commit | commitdiff | tree |
2017-06-13 |
Douglas Katzman | Fix backtrace test
|
commit | commitdiff | tree |
2017-06-13 |
Douglas Katzman | More stupid gensym avoidance.
|
commit | commitdiff | tree |
2017-06-13 |
Douglas Katzman | Do 1 level of recursion in coalesce_obj()
|
commit | commitdiff | tree |
2017-06-13 |
Douglas Katzman | Compress debug-blocks a bit.
|
commit | commitdiff | tree |
2017-06-12 |
Douglas Katzman | Fix pet peeve: 1000 different FORMAT-ARGn gensyms.
|
commit | commitdiff | tree |
2017-06-12 |
Douglas Katzman | Avoid dumping same-named gensyms as debug vars
|
commit | commitdiff | tree |
2017-06-12 |
Douglas Katzman | Really really fix "fix test". Third time's a charm?
|
commit | commitdiff | tree |
2017-06-12 |
Douglas Katzman | Fix "Fix test, thanks to csr."
|
commit | commitdiff | tree |
2017-06-12 |
Douglas Katzman | Fix test, thanks to csr.
|
commit | commitdiff | tree |
2017-06-12 |
Douglas Katzman | Improve %MAKE-STRUCTURE-INSTANCE interpreter stub
|
commit | commitdiff | tree |
2017-06-12 |
Douglas Katzman | Correctly inherit DSD-SAFE-P
|
commit | commitdiff | tree |
2017-06-10 |
Douglas Katzman | Fix backwardly named function.
|
commit | commitdiff | tree |
2017-06-09 |
Douglas Katzman | Improve comments, and an unrelated spelling fix
|
commit | commitdiff | tree |
2017-06-09 |
Douglas Katzman | Try to unbreak the windows build
|
commit | commitdiff | tree |
2017-06-09 |
Douglas Katzman | Remove DEAD-BEEF-STRUCTURE-OBJECT.
|
commit | commitdiff | tree |
2017-06-08 |
Douglas Katzman | Shorten COMPILED-DEBUG-FUNs
|
commit | commitdiff | tree |
2017-06-07 |
Douglas Katzman | Shorten DEFSTRUCT-SLOT-DESCRIPTIONS a little
|
commit | commitdiff | tree |
2017-06-07 |
Douglas Katzman | Fix accidental pessimization of BOA constructor
|
commit | commitdiff | tree |
2017-06-07 |
Douglas Katzman | Coalesce bignums and such in S-L-A-D
|
commit | commitdiff | tree |
2017-06-07 |
Douglas Katzman | Fix NUMBER-PSXHASH for float infinities
|
commit | commitdiff | tree |
2017-06-07 |
Douglas Katzman | Another bit of vector coalescing
|
commit | commitdiff | tree |