summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-282.1.10: will be tagged as "sbcl-2.1.10"sbcl-2.1.10Christophe Rhodes
2021-10-28Fix printing of *show-new-code*Douglas Katzman
2021-10-28Fix incorrect call and obsolete commentDouglas Katzman
2021-10-28NEWS for sbcl-2.1.10Christophe Rhodes
2021-10-27Add another check in verify_range()Douglas Katzman
2021-10-27Sort of comment out a warningDouglas Katzman
2021-10-27Fix suboptional namingDouglas Katzman
2021-10-26Downgrade the * type specifier error to a warning.Stas Boukarev
2021-10-25Fix #+allocator-metricsDouglas Katzman
2021-10-25Fix misleading commentDouglas Katzman
2021-10-23sb-aprof: fix failures from allocator changesDouglas Katzman
2021-10-20x86-64: fix inst-combine for shl + test.Stas Boukarev
2021-10-20Fix -immobile-spaceStas Boukarev
2021-10-20x86-64: fix code bloat with #+gs-segDouglas Katzman
2021-10-20Block SIGPROF during thread start up.Stas Boukarev
2021-10-20Enable gcc-tls on arm64-darwin.Stas Boukarev
2021-10-20arm64: encode mrs :tpidrro_el0.Stas Boukarev
2021-10-18x86-64: remove lots more SSE disassembly formatsDouglas Katzman
2021-10-18Fix editcore. Also fix test that stopped workingDouglas Katzman
2021-10-19arm64: reuse a register in call-out.Stas Boukarev
2021-10-19Restore the old build_fake_control_stack_frames.Stas Boukarev
2021-10-19arm64: inline call_into_c.Stas Boukarev
2021-10-18arm64: combine thread->csp and ->foreign-function-call-active.Stas Boukarev
2021-10-18Make aprof test pass if COMPILE itself is profiledDouglas Katzman
2021-10-18Fix ir1-optimize-if with the same successor block.Stas Boukarev
2021-10-17Skip a hanging testDouglas Katzman
2021-10-17Remove unused disassem instruction formatsDouglas Katzman
2021-10-18arm64: probably fix call_into_c on -sb-thread.Stas Boukarev
2021-10-17x86-64: add RDGSBASE opcodeDouglas Katzman
2021-10-18arm64: load the foreign symbol directly in call-out.Stas Boukarev
2021-10-18Reduce call_into_c on arm64.Stas Boukarev
2021-10-16Fix x86-64 -sb-thread.Stas Boukarev
2021-10-16arm64: fix access to NFP in unwind-protect.Stas Boukarev
2021-10-16Remove unneeded #includesStas Boukarev
2021-10-16Fix prior commitDouglas Katzman
2021-10-16x86-64: optionally use GS segment as thread baseDouglas Katzman
2021-10-15x86-64: allow GS segment reg in assembler/disassemblerDouglas Katzman
2021-10-15Unbreak make-c-runtime and make it stop regressingDouglas Katzman
2021-10-15Correct a test.Stas Boukarev
2021-10-15x86-64: Remove wired tn-offset from IF-EQ etcDouglas Katzman
2021-10-15x86-64: fix misuse of r11 in default-unknown-valuesDouglas Katzman
2021-10-15Look at constant IFs in ir1-optimize-last-effort.Stas Boukarev
2021-10-15arm64: disassemble subs zr, zr, x as cmp zr, x.Stas Boukarev
2021-10-15arm64: check that instruction operands are registers.Stas Boukarev
2021-10-15arm64: optimize default-unknown-values when the values is known.Stas Boukarev
2021-10-15Address a type warning in cold-error warn.Stas Boukarev
2021-10-14Derive the type of %primitive with zero results as (values &optional).Stas Boukarev
2021-10-14x86-64: Remove more uses of TEMP-REG-TNDouglas Katzman
2021-10-13Fix allocate-list-on-heapDouglas Katzman
2021-10-14sub-access-debug-var-slot: check code-header-from-pc for nil.Stas Boukarev