summaryrefslogtreecommitdiff
path: root/make-target-2-load.lisp
AgeCommit message (Expand)Author
2021-12-07Attach FDEFNs to symbols if #+compact-symbolDouglas Katzman
2021-12-01Discourage assigning directly to SYMBOL-%INFODouglas Katzman
2021-11-22Shrink globldb packed infos if #+compact-instance-headerDouglas Katzman
2021-07-21Scan for bad format controls after tree shaking, not beforeDouglas Katzman
2021-06-08Rename :array-ubsan to :ubsanDouglas Katzman
2021-05-18Implement next part of #+array-ubsanDouglas Katzman
2021-05-10Avoid using SET-HEADER-DATADouglas Katzman
2021-05-05Add a global switch to work around CL pathname nonsenseDouglas Katzman
2021-03-22Change classoid-subclasses to hold wrappers if #+metaspaceDouglas Katzman
2021-03-16Preserve all thread slot constants in tree shakerDouglas Katzman
2021-03-01Remove safepoint-strictlyDouglas Katzman
2021-02-15Store source-location for short form DEFSETFDouglas Katzman
2020-12-29Show counts of symbols removed by tree shakerDouglas Katzman
2020-12-20Fix commentDouglas Katzman
2020-12-20Retain assembler macro instructionsDouglas Katzman
2020-12-17Fix prior tree-shaker change, shake less hardDouglas Katzman
2020-12-17Shake out assembler leftovers from coreDouglas Katzman
2020-12-13Export SB-EXT:PRIMITIVE-OBJECT-SIZEDouglas Katzman
2020-11-14Optionally lock packages with sb-devel.Stas Boukarev
2020-11-07Skip locking packages if sb-develDouglas Katzman
2020-10-13Simplify :restore-fs-segment-register-from-tlsDouglas Katzman
2020-10-02Reduce exposed surface area of SB-UNIXDouglas Katzman
2020-09-10Fix local-call-context dumping.Stas Boukarev
2020-09-09Fix a FIXMEDouglas Katzman
2020-09-01Trivially rearrange some stuffDouglas Katzman
2020-08-17Remove HPUX supportDouglas Katzman
2020-08-07Expose :OS-THREAD-STACK feature to lispDouglas Katzman
2020-08-04Delete some symbols from internal-featuresDouglas Katzman
2020-07-18replace -whitelist with -allowlistChristophe Rhodes
2020-07-17Rewrite MAP-OBJECTS-IN-RANGE, againDouglas Katzman
2020-07-16Workaround mmap() interceptorsDouglas Katzman
2020-07-10Remove os-provides-putwc and backtrace's use of putwcDouglas Katzman
2020-07-10Write a C header for SB-THREAD:THREADDouglas Katzman
2020-06-30Shake SB-THREAD harderDouglas Katzman
2020-06-01Tree-shake SB-PCL + SB-MOP harderDouglas Katzman
2020-03-31Add 18Stas Boukarev
2020-03-30Do not call ICF if it doesn't do anythingDouglas Katzman
2020-03-07Obliterate :sb-dynamic-core featureDouglas Katzman
2020-03-03Get Haiku working againDouglas Katzman
2020-03-03Remove :sb-package-locks from fasl-affecting featuresDouglas Katzman
2020-02-19Remove ldso-stubs for gnu-kfreebsd + x86-64Douglas Katzman
2020-02-07Put back OS names into *features*Stas Boukarev
2020-01-22Fix typo - there is no SB-FASTEVAL packageDouglas Katzman
2020-01-13Add :MSAN to exposed *features*Douglas Katzman
2020-01-06Hide more not-really-target featuresDouglas Katzman
2020-01-01Make :SB-CORE-COMPRESSION a public feature.Stas Boukarev
2019-12-30Remove not-for-public-consumption keywords from *FEATURES*Douglas Katzman
2019-12-11Fix error & warning in make-target-2-loadDouglas Katzman
2019-10-17Fix typos in comments.Philipp Marek via Sbcl-devel
2019-07-13Do one of the fixmes in src/code/simple-funDouglas Katzman