summaryrefslogtreecommitdiff
path: root/tools-for-build
AgeCommit message (Expand)Author
2024-04-13debug-info: Use a weak side table for COMPILED-DEBUG-FUN caching.Charles Zhang
2024-04-13debug-info: Use a packed debug fun representation.Charles Zhang
2024-04-12Test something other than *features* for compact headerDouglas Katzman
2024-04-12Fix elf-sans-immobile testDouglas Katzman
2024-04-12Fix a few more problem in sb-editcore::extract-object-from-coreDouglas Katzman
2024-04-12Pass around sb-editcore::core in more placesDouglas Katzman
2024-04-11Remove sb-editcore::%fun-name-from-coreDouglas Katzman
2024-04-11Process a few more types in extract-object-from-coreDouglas Katzman
2024-04-11Add a general object proxyifier for offline editcoreDouglas Katzman
2024-03-18Fix editcoreDouglas Katzman
2024-03-12Regenerate unicode-phash fileDouglas Katzman
2024-02-29Remove MACROLET from perfect hash lambdasDouglas Katzman
2024-02-29Fix some weirdness in target-unicodeDouglas Katzman
2024-02-16Remove direct-mapped subset of ucd1 char->name mapDouglas Katzman
2024-02-16Pack Unicode names even betterDouglas Katzman
2024-02-15Remove two MAPHASH calls from ucd.lispDouglas Katzman
2024-02-11Put huffman into make-target-2 and simplify reading dataDouglas Katzman
2024-02-10Change UNICODE-1-NAME to use the same concept as CHAR-NAMEDouglas Katzman
2024-02-09Speed up CHAR-NAMEDouglas Katzman
2024-02-09Defend against things being called exactly "CLEANUP-FUN-"Christophe Rhodes
2024-02-07Perfectly hash in SB-UNICODE::PRIMARY-COMPOSITIONDouglas Katzman
2024-02-06Perfectly hash sb-unicode::collation keyDouglas Katzman
2024-02-06Check for a compatible posix_spawn.Stas Boukarev
2024-02-06Memoize the perfect hash functions in target-unicodeDouglas Katzman
2024-01-31Quiet a clisp warningChristophe Rhodes
2024-01-30Cease calling host runtime's perfect hash generatorDouglas Katzman
2024-01-24Fix REORGANIZE-COREDouglas Katzman
2024-01-23Fix relocation.test.sh for #+permgenDouglas Katzman
2024-01-10Remove unused slot from symtbl-magicDouglas Katzman
2023-12-31mark-region: add minimal compact-instance-header featureDouglas Katzman
2023-12-29mark-region: Implement offline compactorDouglas Katzman
2023-12-29Separate editcore into two kinds of functionalityDouglas Katzman
2023-12-28editcore: Make alien_linkage_values r/w.Charles Zhang
2023-12-28editcore: Add support for arm64 and enable PIE support.Charles Zhang
2023-12-26Comment on known bugDouglas Katzman
2023-12-18Implement static link removal for mark-region ELF coresDouglas Katzman
2023-12-06Take a --dynamic-space-size option in editcoreDouglas Katzman
2023-12-04Fix editcoreDouglas Katzman
2023-12-03mark-region: operate entirely on a offline core for ELF conversionDouglas Katzman
2023-11-27Flip two slots of code-componentDouglas Katzman
2023-11-22Fix misplaced form in tools-for-build/readcoreLuís Borges de Oliveira
2023-11-21Add another debugging helperDouglas Katzman
2023-11-21Add missing case in sb-editcore::parse-core-headerDouglas Katzman
2023-11-16Fix "no longer in *features*" warnings when reading editcoreDouglas Katzman
2023-11-16Implement ELF core for #+mark-region-gcDouglas Katzman
2023-11-13x86-64: Add a thing to remove call indirections in text spaceDouglas Katzman
2023-11-13Fix sb-editcore:move-dynamic-code-to-text-space a bitDouglas Katzman
2023-11-10Fixes for #+(and gencgc (not immobile-space))Douglas Katzman
2023-11-10Fix elfcore test failureDouglas Katzman
2023-11-09Part 2 of ELF core for mark-regionDouglas Katzman