summaryrefslogtreecommitdiff
path: root/module/system
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary module imports.Ludovic Courtès2023-02-2420-44/+0
* Add -Wunused-module.Ludovic Courtès2023-02-241-1/+10
* linker: Do not store entire ELF in memory when writing to a file.Ludovic Courtès2023-01-171-11/+59
* linker: Linker object writer takes a single argument.Ludovic Courtès2023-01-172-44/+33
* linker, assembler: Avoid intermediate bytevectors.Ludovic Courtès2023-01-172-101/+161
* linker: Separate effectful part of 'add-elf-objects'.Ludovic Courtès2023-01-171-5/+15
* assembler: Separate effectful part of 'link-docstrs'.Ludovic Courtès2023-01-171-10/+13
* assembler: Separate effectful part of 'link-frame-maps'.Ludovic Courtès2023-01-171-19/+24
* assembler: Separate effectful part of 'link-procprops'.Ludovic Courtès2023-01-171-14/+26
* assembler: Separate effectful part of 'link-dynamic-section'.Ludovic Courtès2023-01-171-30/+45
* assembler: Separate effectful part of 'link-symtab'.Ludovic Courtès2023-01-171-15/+22
* assembler: Separate 'process-relocs' from 'patch-relocs!'.Ludovic Courtès2023-01-171-35/+51
* Bump user-visible copyright years to 2023.Ludovic Courtès2023-01-131-1/+1
* Recognize LoongArch compilation targets.Zhang Ning2022-12-211-0/+2
* Avoid 'frame-local-ref' errors when printing backtrace.Andrew Whatson2022-11-291-2/+10
* disassembler: Show intrinsic name for 'call-' instructions.Ludovic Courtès2022-11-011-1/+46
* Properly display locations in "source vector" form.Andrew Whatson2022-08-261-6/+13
* Add missing #:modules argument for coverage-data->lcov.Jessica Tallon2022-06-161-3/+9
* Allow empty vendor string in GNU target triplets.Taylor R Campbell2022-06-161-1/+8
* Bump user-visible copyright years to 2022Andy Wingo2022-02-111-2/+2
* psyntax: Pass source vectors to tree-il constructors.Ludovic Courtès2022-02-071-4/+10
* Deprecate symbol properties.Ludovic Courtès2022-02-041-2/+2
* Rework bootstrap to be reproducibleAndy Wingo2022-02-011-3/+3
* Support C99 complex types conditionally in (system foreign)Mikael Djurfeldt2021-12-011-4/+12
* Add -Ooptimize-known-return-types at -O2Andy Wingo2021-11-151-0/+1
* Support C99 complex types in (system foreign)Daniel Llorens2021-11-151-0/+16
* module/system/base/target.scm: support riscv32Fabrice Fontaine2021-11-051-0/+1
* Add support for arcVineet Gupta2021-11-031-2/+2
* Add ,optimize-cps REPL meta-commandAndy Wingo2021-10-012-10/+23
* (system repl command) autoloads the compiler, disassembler, and profiler.Ludovic Courtès2021-09-201-4/+6
* Revert shift of ndim in array tag from 3df3ba1a2c956bba122328e1fc4be614171a4f42Daniel Llorens2021-09-171-1/+1
* foreign-library: fix darwin detectionAleix Conchillo Flaqué2021-09-021-1/+1
* Remove array contp flagDaniel Llorens2021-08-161-2/+3
* Fix trace-calls-to-procedureRobin Green2021-05-191-1/+1
* Add support for recording inlinable module exportsAndy Wingo2021-05-111-2/+4
* Add pass to resolve free toplevel references in declarative modulesAndy Wingo2021-05-111-0/+1
* Bump objcode versionAndy Wingo2021-05-111-1/+1
* bug#45131: [PATCH] Compile directly to target language if no joint is found.Leo Prikler2021-05-101-11/+15
* Minor tweak to truncate-bitsAndy Wingo2021-05-101-8/+5
* Optimize truncate-bitsAndy Wingo2021-05-061-4/+17
* Bump minor objcode version for new intrinsicsAndy Wingo2021-04-261-1/+1
* Simplify module variable lookup slow-pathAndy Wingo2021-04-261-0/+11
* New pass: elide-arity-checksAndy Wingo2021-04-211-0/+1
* Allow $kargs as entry of $kfunAndy Wingo2021-04-211-0/+15
* On Cygwin, 'lib' DLLs use 'cyg' prefixMike Gran2021-03-131-1/+23
* Add mkstemp; undocument mkstemp!Andy Wingo2021-03-101-6/+6
* Document syntax-sourcevAndy Wingo2021-03-091-1/+2
* Syntax objects print with source locationsAndy Wingo2021-03-041-2/+11
* Assembler writes vector source propertiesAndy Wingo2021-02-251-2/+2
* Optimize run-time init and relocation procedureAndy Wingo2021-02-251-57/+109