summaryrefslogtreecommitdiff
path: root/make-host-2.lisp
AgeCommit message (Expand)Author
2024-04-29Revert "Ignore style-warnings on old SBCL hosts."Christophe Rhodes
2024-04-29Ignore style-warnings on old SBCL hosts.Stas Boukarev
2024-04-01Delete xfloat-math.lisp-exprChristophe Rhodes
2024-02-04Delete 2 scripts and add a better one- build-all-cores.shDouglas Katzman
2024-02-02Preserve more in perfect hash generator journalDouglas Katzman
2024-01-18Improve the structure-typecase expansionDouglas Katzman
2024-01-01Fix math cache annoyancesDouglas Katzman
2023-07-15Enforce no warnings in #+win32 make-host-2Douglas Katzman
2023-04-17Try (and fail) to reimplement "missed compiler macro" warningDouglas Katzman
2022-01-24Move writing of defstructs.lisp-expr into kernel packageDouglas Katzman
2022-01-18Do XC sanity checks even later.Charles Zhang
2022-01-02Fix Windows build.Charles Zhang
2022-01-02Fix some style warnings; prevent more.Charles Zhang
2021-09-14Enforce that all architectures build warning-freeDouglas Katzman
2021-06-30Finish renaming a function.Stas Boukarev
2021-06-30Relax requirement on current directory during buildDouglas Katzman
2020-11-01Remove #+vop-something reader syntaxDouglas Katzman
2020-07-18replace -whitelist with -allowlistChristophe Rhodes
2020-07-13Remove :HOST mode from SB-COLD::FEATURE-IN-LIST-PDouglas Katzman
2020-05-18Force bytecode compilation in host-2 under ecl to speed things up.Joshua Elsasser
2020-02-29Always save after-xc-core in self-hosted buildDouglas Katzman
2020-01-06Hide more not-really-target featuresDouglas Katzman
2019-12-10Avoid modifying host CL:*FEATURES*Douglas Katzman
2019-11-23Collect metrics on vops emitted in the test suiteDouglas Katzman
2019-05-27Don't use keywords for inline/notinline.Stas Boukarev
2019-04-15Issue an error for stray INLINE declarations.Stas Boukarev
2019-04-14Resolve mismatched inline declarations on win32.Stas Boukarev
2019-02-11Remove false positives from post-make-host-2 checkDouglas Katzman
2019-01-28Really prevent #!+ vs #+ confusion nowDouglas Katzman
2018-12-05Search-and-replace SB!INT and SB!SYSDouglas Katzman
2018-12-05Search-and-replace SB!IMPL with SB-IMPLDouglas Katzman
2018-12-05Search-and-replace SB!XC with SB-XCDouglas Katzman
2018-12-05Search-and-replace SB!C with SB-CDouglas Katzman
2018-10-14Rename host packages to HOST-SB-{name} in self-hosted buildDouglas Katzman
2018-10-13Solve the problem of SB! embedded in format control stringsDouglas Katzman
2018-10-12Simplify make-host-2Douglas Katzman
2018-09-20Add safety check for vop-named/translates readerDouglas Katzman
2018-09-20Generate Unicode tables outside of with-compilation-unitDouglas Katzman
2018-06-15Build features as special host featuresBrian Bokser
2018-06-08Detect (DECLAIM INLINE) and never-defined functionDouglas Katzman
2018-03-31Rename *SHEBANG-FEATURES* -> SB!XC:*FEATURES*Douglas Katzman
2017-11-13Remove needless confusion. Don't rename SB!XC <-> SB-XCDouglas Katzman
2017-11-07More tweaks to allow not-in-source-tree hermetic build.Douglas Katzman
2017-11-07Remove some COMPILE calls that provide no benefitDouglas Katzman
2017-05-16Move globaldb functions out of SB!C packageDouglas Katzman
2017-02-20Delete :sb-test feature. Always do those testsDouglas Katzman
2017-01-26Reimplement !DEFVAR,!DEFGLOBAL,!DEFPARAMETERDouglas Katzman
2016-10-05Fix other implementation's `quit' functions.Stas Boukarev
2016-09-01Reduce internal error encoding.Stas Boukarev
2016-07-07Enable undefined warnings in make-host-2 on arm64.Stas Boukarev