2016-03-12 |
Douglas Katzman | Add a FIXME to the definition of ASSERT
|
commit | commitdiff | tree |
2016-03-12 |
Douglas Katzman | Use ordinary defmacro for define-assembly-routine.
|
commit | commitdiff | tree |
2016-03-12 |
Douglas Katzman | Remove printer for sb-disassem::arg
|
commit | commitdiff | tree |
2016-03-12 |
Douglas Katzman | Remove docstring from a function's inline lambda
|
commit | commitdiff | tree |
2016-03-12 |
Douglas Katzman | Fix a few style-warnings
|
commit | commitdiff | tree |
2016-03-12 |
Douglas Katzman | Do half a fixme in fasteval, the trivial half.
|
commit | commitdiff | tree |
2016-03-12 |
Douglas Katzman | Replace unhelpful comments with helpful ones
|
commit | commitdiff | tree |
2016-03-12 |
Douglas Katzman | Declare interpreter env constructors inline after the...
|
commit | commitdiff | tree |
2016-03-12 |
Douglas Katzman | Reindent
|
commit | commitdiff | tree |
2016-03-12 |
Douglas Katzman | Define define-instruction-macro as a defmacro
|
commit | commitdiff | tree |
2016-03-12 |
Douglas Katzman | Remove one version of FUN-NAME
|
commit | commitdiff | tree |
2016-03-12 |
Douglas Katzman | Fix style-warning, delay DEFPACKAGE macro to load-time.
|
commit | commitdiff | tree |
2016-03-12 |
Douglas Katzman | Remove unused function
|
commit | commitdiff | tree |
2016-03-09 |
Douglas Katzman | Revert "Restore "typecheck &ENVIRONMENT" + add NEWS...
|
commit | commitdiff | tree |
2016-03-07 |
Douglas Katzman | Remove DEFMACRO-MUNDANELY.
|
commit | commitdiff | tree |
2016-03-07 |
Douglas Katzman | Restore "typecheck &ENVIRONMENT" + add NEWS entry
|
commit | commitdiff | tree |
2016-03-07 |
Douglas Katzman | Fix quasiquote expander setup in make-host-2.
|
commit | commitdiff | tree |
2016-03-07 |
Douglas Katzman | Revert "Always typecheck &ENVIRONMENT args even if...
|
commit | commitdiff | tree |
2016-03-07 |
Douglas Katzman | Always typecheck &ENVIRONMENT args even if unused.
|
commit | commitdiff | tree |
2016-03-06 |
Douglas Katzman | Deobfuscate ASSEMBLE macro definition.
|
commit | commitdiff | tree |
2016-03-06 |
Douglas Katzman | Remove some detritus from package-data-list
|
commit | commitdiff | tree |
2016-03-06 |
Douglas Katzman | Change %WITH-ARRAY-DATA-MACRO to SB!XC:DEFMACRO
|
commit | commitdiff | tree |
2016-03-06 |
Douglas Katzman | Remove DEFTYPE FUNCALLABLE-INSTANCE.
|
commit | commitdiff | tree |
2016-03-05 |
Douglas Katzman | Remove needless code from INTEGER and FLOAT type spec...
|
commit | commitdiff | tree |
2016-03-05 |
Douglas Katzman | Fix problem of retaining !LATE-TYPE-COLD-INIT symbol
|
commit | commitdiff | tree |
2016-03-05 |
Douglas Katzman | Avoid parsing in HAS-SUPERCLASSES-COMPLEX-SUBTYPEP...
|
commit | commitdiff | tree |
2016-03-05 |
Douglas Katzman | Avoid making a few value cells that hold floats.
|
commit | commitdiff | tree |
2016-03-05 |
Douglas Katzman | Prevent DEFSTRUCT macroexpansion failure in random...
|
commit | commitdiff | tree |
2016-03-05 |
Douglas Katzman | Add file omitted from previous commit.
|
commit | commitdiff | tree |
2016-03-05 |
Douglas Katzman | Make BOOLEAN type unparse as such rather than as (MEMBER...
|
commit | commitdiff | tree |
2016-03-05 |
Douglas Katzman | Put standard define-setf-macros with the rest of defsetfs.
|
commit | commitdiff | tree |
2016-03-05 |
Douglas Katzman | Get rid of poorly-named collect-normal-expander.
|
commit | commitdiff | tree |
2016-03-05 |
Douglas Katzman | Eliminate !QUIETLY-DEFSETF, do same thing differently.
|
commit | commitdiff | tree |
2016-03-02 |
Douglas Katzman | Dump ctypes such as STRING, LIST, RATIO as constants.
|
commit | commitdiff | tree |
2016-03-02 |
Douglas Katzman | Eliminate late-type-cold-init2
|
commit | commitdiff | tree |
2016-03-02 |
Douglas Katzman | Fix warning, failure to use MAPHASH macro in xset
|
commit | commitdiff | tree |
2016-03-02 |
Douglas Katzman | Make CONS-TYPE and MEMBER-TYPE cold-dumpable
|
commit | commitdiff | tree |
2016-03-02 |
Douglas Katzman | Make FUN-TYPE dumpable in genesis.
|
commit | commitdiff | tree |
2016-03-02 |
Douglas Katzman | Remove global vars holding interned {char,numeric,array...
|
commit | commitdiff | tree |
2016-03-01 |
Douglas Katzman | Change initialization of interned array ctypes.
|
commit | commitdiff | tree |
2016-03-01 |
Douglas Katzman | Allow non-cyclic shared substructure in host-constant...
|
commit | commitdiff | tree |
2016-03-01 |
Douglas Katzman | Allow (LOAD-TIME-VALUE #'(SETF MUMBLE)) to be fopcompiled.
|
commit | commitdiff | tree |
2016-03-01 |
Douglas Katzman | SB-EVAL: don't use CTYPEP for anything
|
commit | commitdiff | tree |
2016-03-01 |
Douglas Katzman | Export DUMP-FOP from SB!FASL
|
commit | commitdiff | tree |
2016-03-01 |
Douglas Katzman | Use flatteningization in package-data-list
|
commit | commitdiff | tree |
2016-03-01 |
Douglas Katzman | Use existing abstraction
|
commit | commitdiff | tree |
2016-03-01 |
Douglas Katzman | Enable CTYPE-TO-CORE to dump MEMBER type, esp. NULL...
|
commit | commitdiff | tree |
2016-03-01 |
Douglas Katzman | Change who calls !fix-ctype-hash.
|
commit | commitdiff | tree |
2016-03-01 |
Douglas Katzman | Change two slots of TYPE-CLASS to read-only.
|
commit | commitdiff | tree |
2016-03-01 |
Douglas Katzman | Make NUMERIC-TYPE-ENUMERABLE slot strictly boolean.
|
commit | commitdiff | tree |
2016-03-01 |
Douglas Katzman | Try to avoid type specifier cache usage for builtins.
|
commit | commitdiff | tree |
2016-02-29 |
Douglas Katzman | Remove ancient bootstrap magic.
|
commit | commitdiff | tree |
2016-02-25 |
Douglas Katzman | Unbreak build with CLISP as host.
|
commit | commitdiff | tree |
2016-02-25 |
Douglas Katzman | Skip compiling !test-packify-infos
|
commit | commitdiff | tree |
2016-02-25 |
Douglas Katzman | Fix some style-warnings when bootstrapping with CCL
|
commit | commitdiff | tree |
2016-02-25 |
Douglas Katzman | Make primordial types into global constants.
|
commit | commitdiff | tree |
2016-02-25 |
Douglas Katzman | Improve EMIT-MAKE-LOAD-FORM of non-EQL-comparable named...
|
commit | commitdiff | tree |
2016-02-24 |
Douglas Katzman | Eliminate a few stray cons cells
|
commit | commitdiff | tree |
2016-02-24 |
Douglas Katzman | Compile disassembler inst-printers in warm load. lp...
|
commit | commitdiff | tree |
2016-02-23 |
Douglas Katzman | Refactor CONSTANTP a bit more.
|
commit | commitdiff | tree |
2016-02-21 |
Douglas Katzman | Remove unused slot.
|
commit | commitdiff | tree |
2016-02-21 |
Douglas Katzman | Restore :TRACE-FILE disassembler operation.
|
commit | commitdiff | tree |
2016-02-20 |
Douglas Katzman | Address lp# 1545148
|
commit | commitdiff | tree |
2016-02-20 |
Douglas Katzman | Remove some unnecessary uses of defbangmumble
|
commit | commitdiff | tree |
2016-02-20 |
Douglas Katzman | Remove terrible hack from DEFINE-INFO-TYPE
|
commit | commitdiff | tree |
2016-02-20 |
Douglas Katzman | Remove needless declamation.
|
commit | commitdiff | tree |
2016-02-19 |
Douglas Katzman | Remove cargo-cultish definition of fasteval's %EVAL.
|
commit | commitdiff | tree |
2016-02-18 |
Douglas Katzman | Make !DEFGLOBAL not exist in the target
|
commit | commitdiff | tree |
2016-02-18 |
Douglas Katzman | Make DEFERR forms happen in cold-load.
|
commit | commitdiff | tree |
2016-02-18 |
Douglas Katzman | Correct output of leftover cold-init symbols.
|
commit | commitdiff | tree |
2016-02-18 |
Douglas Katzman | Fix SB!C::INTERNAL-NAME-P
|
commit | commitdiff | tree |
2016-02-13 |
Douglas Katzman | Add an extra warning if build produced unexpected style...
|
commit | commitdiff | tree |
2016-02-13 |
Douglas Katzman | Fix an inlining failure.
|
commit | commitdiff | tree |
2016-02-13 |
Douglas Katzman | Make host-constant-to-core use a hashtable for cycle...
|
commit | commitdiff | tree |
2016-02-13 |
Douglas Katzman | Try to fix garbage retention issue in cold-init.
|
commit | commitdiff | tree |
2016-02-12 |
Douglas Katzman | Use SB!XC:DEFMACRO, not DEF!MACRO, for WITH-PINNED...
|
commit | commitdiff | tree |
2016-02-12 |
Douglas Katzman | Fix "Cosmetic problem" per remark in compiler/generic...
|
commit | commitdiff | tree |
2016-02-12 |
Douglas Katzman | Make 'primordial-extensions' very primordial.
|
commit | commitdiff | tree |
2016-02-12 |
Douglas Katzman | Move STRING-DISPATCH definition next to its cousin...
|
commit | commitdiff | tree |
2016-02-12 |
Douglas Katzman | Put source transform for APPEND near that of NCONC.
|
commit | commitdiff | tree |
2016-02-12 |
Douglas Katzman | Remove the EVAL calls from DEFENUM
|
commit | commitdiff | tree |
2016-02-12 |
Douglas Katzman | Clean up FROB-DO-BODY.
|
commit | commitdiff | tree |
2016-02-12 |
Douglas Katzman | Fix whitespace by manually removing stamp file.
|
commit | commitdiff | tree |
2016-02-10 |
Douglas Katzman | Really really unbreak non-self-hosted build
|
commit | commitdiff | tree |
2016-02-10 |
Douglas Katzman | Unbreak non-x86 builds
|
commit | commitdiff | tree |
2016-02-10 |
Douglas Katzman | Do small FIXME that was essentially already fixed
|
commit | commitdiff | tree |
2016-02-10 |
Douglas Katzman | Rearrange CAS & friends to use DEFMACRO not DEF!MACRO
|
commit | commitdiff | tree |
2016-02-10 |
Douglas Katzman | Change some DEF!MACROs to SB!XC:DEFMACROs.
|
commit | commitdiff | tree |
2016-02-09 |
Douglas Katzman | Eliminate last few style-warnings in make-host-2
|
commit | commitdiff | tree |
2016-02-09 |
Douglas Katzman | Skip interpreter defstructs in make-host-1
|
commit | commitdiff | tree |
2016-02-09 |
Douglas Katzman | Move FIND-{mumble}-FRAME functions to better home.
|
commit | commitdiff | tree |
2016-02-06 |
Douglas Katzman | Quiet an unnecessary compiler note.
|
commit | commitdiff | tree |
2016-02-04 |
Douglas Katzman | Skip defsetfs in make-host-1
|
commit | commitdiff | tree |
2016-02-04 |
Douglas Katzman | Don't ad-hoc reimplement DEFCONSTANT-EQX for LAMBDA...
|
commit | commitdiff | tree |
2016-02-04 |
Douglas Katzman | Change PUSH-IN and DELETEF-IN to ordinary macros.
|
commit | commitdiff | tree |
2016-02-04 |
Douglas Katzman | Don't try to call BASE-CHAR-P if no Unicode.
|
commit | commitdiff | tree |
2016-02-04 |
Douglas Katzman | Make ATOMIC-SET-INFO-VALUE not a def!macro.
|
commit | commitdiff | tree |
2016-02-04 |
Douglas Katzman | Bug workaround for ABCL as the cross-compilation host.
|
commit | commitdiff | tree |
2016-02-04 |
Douglas Katzman | Silence a ton of distracting noise when using CCL to...
|
commit | commitdiff | tree |
2016-02-04 |
Douglas Katzman | Avoid forward-referenced types.
|
commit | commitdiff | tree |